You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So why this method is working like this? in Microsoft Defender there is a library upload limit, somthing like 10MB, so you can't upload the Crowdstrike sensor to the Defender library and just deploy it. so this method make it work.
56
-
1. This part your are doing on your own Linux host, not the host you want to deploy Crowdstrike on, so start by editing the script, change `Operation` to "Split" `Parts` to "6" and `OriginalFilePath` to the sensor path.
56
+
1. This part you are doing on your own Linux host, not the host you want to deploy Crowdstrike on, so start by editing the script, change `Operation` to "Split" `Parts` to "6" and `OriginalFilePath` to the sensor path.
57
57
2. Run the script, and upload the 6 parts to Defender library and then upload them from Defender library in to the host. (the default library upload path on Defender is "/var/opt/microsoft/mdatp/response")
58
58
3. Edit the script to "Deploy" and fill in the rest of the information, and run the tool again, deploy mode is not only rebuilds the sensor it is also automatically initiates a sensor installation
59
59
And that's it, now you have CrowdStrike on this host.
0 commit comments