-
Show actual install process for the sensors. I see it stops at just the installers being downloaded. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is something that would involve the creation of a script--the CrowdStrike APIs don't install the sensor for you, but they provide a way to download a sensor version. There a couple downsides with using PSFalcon for the entire process:
I've made a self-contained script used by some CrowdStrike customers that will check a Sensor Update policy (by name) for the version that should be installed (or get the latest version), download the sensor, install it, then clean up after itself while logging to the Windows Event Log. Unfortunately it's a pretty complex script which isn't suitable for posting as an example a under Basic Scripts. If you get in touch with your CrowdStrike sales team, they should be able to get you a copy. I recommend going that route. |
Beta Was this translation helpful? Give feedback.
-
You can find an example Falcon installation script here: https://github.com/CrowdStrike/Cloud-AWS/blob/master/Agent-Install-Examples/powershell/sensor_install.ps1 |
Beta Was this translation helpful? Give feedback.
You can find an example Falcon installation script here: https://github.com/CrowdStrike/Cloud-AWS/blob/master/Agent-Install-Examples/powershell/sensor_install.ps1