Crowdstrike Silent Install

To silently install Crowdstrike, use the following parameters:

WindowsSensor.MaverickGyr.exe /install /quiet /norestart CID=[INSERTCIDHERE]

To install via Screenconnect, use the following copy/paste command:

#!ps
#timeout=3000000
#maxlength=1000000
Start-Process -FilePath "WindowsSensor.MaverickGyr.exe" -ArgumentList "/install /quiet /norestart CID=[INSERTCIDHERE]"