Replies: 1 comment 2 replies
-
When using the CrowdStrike APIs, you have to request an access token before you can run any commands. For
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This might not be correct forum to ask this question as it's more PowerShell related but I'm going to try anyway and hopefully somebody can provide some help with this.
Checking the code I see that Get-FalconUninstallToken has as paramter "-id" and the oauth2.ps1 needs clientid and clientsecret
When I run Get-FalconUninstallToken -Id 1
it prompts me for ClientID, ClientSecret
is there some way I can pass these as part of the command line I've tried various combinations but not succeeding. We would like to have this script run silently to un-install crowdstrike agent if it's not working correctly and do clean install
any suggestions to make this work are appreciated.
Thx!
Beta Was this translation helpful? Give feedback.
All reactions