Skip to content

Commit 7f86865

Browse files
authored
Update README.md
1 parent f9e530b commit 7f86865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ TenantName="" # Display name for tenant (for logging)
5555
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.
5656
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.
5757
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-
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-
And that's it, now you have CrowdStrike on this host.
58+
3. Edit the script to from "Split" to "Deploy" in `Operation` and fill in the rest of the information (you can use guids from method 1 on how to fill the rest of the variables), and run the tool again, but now on the host you want to deploy Crowdstrike on, deploy mode is not only rebuilds the sensor it is also automatically initiates a sensor installation. And that's it, now you have CrowdStrike on this host.
59+
6060
Important Notice: In `SplittedFilesLocation` use this location "/var/opt/microsoft/mdatp/response" as this is the default path that stores the file you upload from Defender library
6161

6262
## Need Help?

0 commit comments

Comments
 (0)