bk-cs
bk-cs
Closing issue because v6.42 of the Falcon sensor for Windows changes the mechanism for adding sensor tags. The `SensorTag` commands have been disabled for sensors running this version or newer...
Thank you for the report. I've verified this bug and will be fixing it in the next release. If you'd like to fix it yourself, you can edit `Public\streaming.ps1` and...
Closing issue--resolved in [2.2.2 release](https://github.com/CrowdStrike/psfalcon/releases/tag/2.2.2).
Thank you for the report. I've verified this bug and plan on fixing it in the next release. In the meantime, you can work around the problem by using the...
I believe I have fixed this issue. Can you try testing by replacing your `Public\psf-config.ps1` file with the version below? https://raw.githubusercontent.com/CrowdStrike/psfalcon/2.2.2/Public/psf-config.ps1 You will need to reload your PSFalcon module in...
Closing issue--resolved in [2.2.2 release](https://github.com/CrowdStrike/psfalcon/releases/tag/2.2.2).
Thank you for the report! I was able to re-create this behavior. I suspect this is API related and not restricted to `Edit-FalconDeviceControlPolicy`. Here's why I think that: * The...
I have confirmed that this is an API issue and not restricted to PSFalcon. I've opened an internal ticket requesting a fix and I'll leave this issue open until I...
I suspect it's how you're building the output path that's causing a problem, but when I tried running your script it worked fine. I tested `Receive-FalconInstaller` a couple of different...
Could you try removing and reinstalling the module? ```powershell Uninstall-Module -Name PSFalcon -AllVersions Install-Module -Name PSFalcon -Scope CurrentUser ```