bk-cs

Results 157 comments of bk-cs

Interesting report! Thank you for submitting it. I'll talk with the RTR engineering team and see if I can uncover an effective solution. It also looks like the `Expand-Archive` command...

In testing, it appears that PSFalcon is simply too fast for the CrowdStrike APIs. ;) I submitted a queued job using `Invoke-FalconDeploy` for a single device and the commands were...

I've implemented the fix for the next release. Could you try updating `public\psf-real-time-response.ps1` in your local module, test `Invoke-FalconDeploy` and let me know if it resolves your issue? You can...

> Forgot to mention, API Key works when using API directly via Postman. Thanks for the added detail! Are you submitting the same fields when creating the rule using Postman?

It appears that PSFalcon is incorrectly sending your single rule as an individual object, instead of forcing it into an array (expected by the API). You can work around the...

It sounds like your module was not properly installed, or some of the internal functions did not import properly. Did you use this exact `Install-Module` command during installation? ```powershell Install-Module...

@mcj323s Did any of those steps help with your issue? Is this still a problem?

* Are you running your script inside PowerShell ISE (instead of PowerShell itself)? * Are you running your script on a device that's using home folder redirection? * Are there...

Please let me know if your issues are resolved. I will close this issue in the next few business days if I do not hear back. Thanks!

Thanks for the report, and I'm sorry for the trouble this has caused. This error is caused by the results returned from the APIs below, and it's not strictly a...