Setup CrowdStrike on Windows
There are two ways to install the CrowdStrike EDR on Windows: manually via a graphical interface or automatically via the command line. If you want to deploy the EDR on a large scale using the automatic method, we recommend starting with a manual test installation on a few endpoints.
Executable and customer ID
Download the executable from this link.
Find your customer ID on the
Endpointpage >Settings.

The executable is no longer valid for workstations with a Windows version prior to Windows 7.
This executable (Falcon Legacy) is for use with the following legacy systems: Windows XP 32-bit - Service Pack 3; Windows XP 64-bit - Service Pack 2 ; Windows Server 2003 32-bit and 64-bit - Service Pack 2 ; Windows Server 2003 R2 32-bit and 64-bit - Service Pack 2 ; Windows Vista 32-bit and 64-bit - Service Pack 2 ; Windows Server 2008 32-bit and 64-bit - Service Pack 2 ; Windows Embedded POSReady 2009 ; Windows 8 32-bit and 64-bit ; Windows 8.1 32-bit and 64-bit.
Manual method
Graphical method
Run the executable on the endpoint
Enter the customer ID in the Customer ID with Checksum field
Click Install

CrowdStrike replaces your current antivirus software. Therefore, you must completely uninstall it before installing CrowdStrike.
If your firewall is managed by the same solution as your antivirus software and you wish to keep it, do not completely disable this solution and leave the firewall as is. Conversely, if you wish to switch from this solution, remember to recreate the custom rules in your local Windows firewall.
Console
Open a console on your endpoint
Enter the following command:
<file_name>.exe /install /quiet /norestart CID=customer_ID, replacingcustomer_IDwith your customer ID
Special cases
Adding tags: you can choose to add one or more tags to organize your installations (by site, country, entity, etc.). In this case, use the following command:
<file_name>.exe /install /quiet /norestart CID=customer_ID GROUPING_TAGS="INSERT_TAGS_HERE". You can specify multiple tags by separating them with commas.Deploying the EDR on a temporarily offline machine. You must add the
ProvNoWait=1option. Note that the Crowdstrike EDR still requires an internet connection to function correctly, particularly to send detected alerts.
Automatic method
Via GPO
Place the executable in a directory accessible from all workstations
Retrieve the Crowdstrike executable
Place the file on a server accessible from all workstations, for example, the file server. Note the path, for example,
\ServerName\SharedFolder\Crowdstrike<file_name>.exe
Create the installation script
Create a new text file, for example with Notepad++, and save it as
InstallCrowdStrike.batEnter the commands to execute, as indicated in the Console section. Note: You must specify the entire path to the executable. For example, the command could be:
\ServerName\SharedFolder\Crowdstrike<file_name>.exe /install /quiet /norestart CID=customer_ID, replacingcustomer_IDwith your customer ID
Create a GPO to run the script
Open the Group Policy Management Console (GPMC):
Windows + R>gpmc.mscand pressEnterRight-click the container where you want to apply the GPO
Click
Create a new group policy Objeco in this domain and link it here, and give it a name (for example,CrowdStrike Deployment)Add the script:
Copy the script to the folder
\\<server_name>\SysVol<domain_name>\Policies<GPO_GUID>\Machine\Scripts\Startupso that it is accessible to everyoneReturn to the Group Policy Management Console (GPMC), right-click the new GPO, and select
EditGo to
Computer configuration>Policies>Windows settings>Scripts (Startup/Shutdown)Double-click
Startup, and then clickAddIn the window that opens, click
Browse, and then select the previously writtenInstallCrowdStrike.batscript.
Apply the GPO
Ensure that the GPO is correctly linked to the appropriate container
Use
gpupdate /forceon a domain controller to force the policy updateVerify the application:
Restart a target machine to trigger the script
Run the command
gpresult /h gpresults.htmland verify that your new GPO is present on the machineVerify that CrowdStrike is installed and operational on this machine
In case of problems: consult the startup script log file on the client machines: C:\Windows\Debug\StartupLog.txt
Via MDM (Intune or NinjaOne)
For Intune:
Download the necessary components
Download Win32 Content Prep Tool
Download the CrowdStrike executable from this link
Open the Win32 Content Prep Tool
Add the .exe file
Enter the following command:
file_name.exe /install /quiet /norestart CID=customer_ID. (This is the startup script previously written.) Replacefile_name.exewith the actual filename andcustomer_IDwith your CrowdStrike CID.
Download the generated file named
.intunewinDeploy
Log in to Intune Admin Center (intune.microsoft.com)
Import the
.intunewinfileAssign it to your computer groups
The installation will be performed automatically on the target machines.
For NinjaOne:
Here is the link to a procedure for integrating CrowdStrike with NinjaOne: CrowdStrike with NinjaOne Procedure
Opening network traffic
If network traffic is blocked (for example, on an isolated local network), the following IP addresses and domain names must be allowed for outbound traffic:
3.121.6.180
3.121.187.176
3.121.238.86
3.125.15.130
18.158.187.80
18.198.53.88
3.78.32.129
3.121.13.180
3.123.240.202
18.184.114.155
18.194.8.224
35.156.219.65
3.69.184.79
3.76.143.53
3.77.82.22
IPv6 addresses to allow:
2a05:d014:45e:4e00::/56 (allow all addresses between 2a05:d014:45e:4e00:0000:0000:0000:0000 and 2a05:d014:45e:4eff:ffff:ffff:ffff:ffff)
2a05:d014:45e:4e00::/56 (allow all addresses between 2a05:d014:45e:4e00:0000:0000:0000:0000 and 2a05:d014:45e:4eff:ffff:ffff:ffff:ffff)
2a05:d014:45e:4e00::/56 (allow all addresses between 2a05:d014:45e:4e00:0000:0000:0000:0000 and 2a05:d014:45e:4eff:ffff:ffff:ffff:ffff)
Domains to allow:
ts01-lanner-lion.cloudsink.net
lfoup01-lanner-lion.cloudsink.net
lfodown01-lanner-lion.cloudsink.net
Debugging
If you want to verify the EDR installation on a machine, you can run the following commands: sc query csagent and sc query csfalconservice.
Last updated
Was this helpful?

