Good day!
I need to uninstall Crowdstrike Falcon Sensor from some of our Macs. Crowdstrike's instructions to uninstall via Terminal are as follows:
sudo /Library/CS/falconctl uninstall --maintenance-token
- Terminal prompts for user password. Password is entered.
- Terminal then prompts for "Falcon Maintenance Token". Falcon Maintenance Token is entered.
- Crowdstrike Falcon Sensor is uninstalled.
I'm a script noob and can't seem to Google-fu my way to finding how to:
1. Prefill a separate local admin user & password
2. Add syntax that would allow the script to enter the Falcon Maintenance Token after it's prompted
Is this even possible?
Thanks so much!