bk-cs
bk-cs
This fix is included in the [2.2.7 release](https://github.com/CrowdStrike/psfalcon/releases/tag/2.2.7).
I've modified `Get-FalconAsset` to stop checking incoming `Id` values against the existing pattern, which will fix the problem in the next release. If you'd like to resolve it for your...
> I stumbled over the same issue. Glad to see there's already an issue for it! :-) From what I can see, the only difference is the unexpected hyphen, which...
This fix is included in the [2.2.7 release](https://github.com/CrowdStrike/psfalcon/releases/tag/2.2.7).
I added a private function to validate `Cid` input and return only valid `Cid` values in lowercase. I've updated every command that accepts `Cid` as input to use this function...
This improvement is included in the [2.2.7 release](https://github.com/CrowdStrike/psfalcon/releases/tag/2.2.7).
I'm not sure that `Add-FalconSensorTag` is [functioning properly](https://github.com/CrowdStrike/psfalcon/issues/385) at the moment. Otherwise, I expect that your script would do what you are trying to do. I'd rather not change the...
You can re-create the issue that `Add-FalconSensorTag` is having directly on a device using PowerShell. I've opened a CrowdStrike support ticket to determine if there was a change to `CsSensorSettings.exe`...
I added the `Set-FalconSensorTag` command which will be available in the next release. I'll leave this open until the next release is available. Thanks for the idea!
The [2.2.7 release](https://github.com/CrowdStrike/psfalcon/releases/tag/2.2.7) is now available.