To deploy the Cortex XDR agent and content on the endpoint using an SCCM, follow these guidelines and fill-in the values as specified.
Note
This high-level workflow refers only to the specific SCCM configurations that you must set for this type of deployment. For the other optional settings that are not included in this workflow, follow the Microsoft official guidelines and your organization needs.
Upload the files to your SCCM network Share folder.
Unpack the Cortex XDR agent installation.zip file, and copy both the installation msi and content-XXX-XXXXX.zip files to the Share folder on your SCCM server under a directory of your choice. For example, \\SCCM\Share\MyCortexXDRAgentDeploymentFolder\. To copy files to the Share folder, you must have network credentials in your organization.
Create the SCCM application package.
In SCCM Applications, Create Application to launch the Create Application Wizard and specify the following settings for this application:
Ensure the Automatically detect information about this application from installation files option is selected to enable SCCM to pull both msi and content-XXX-XXXXX.zip files from the Share folder on the SCCM server.
Type—Windows installer (*.msi file)
Location—Browse to your Share folder and select the installation file.
Click Next to continue.
In View imported information, verify that SCCM detected both files in the Share folder, the msi and the content zip files (Number of files: 2). Click Next to continue.
In Specify info about this application, fill-in the following information:
Name—Displays the name of your deployment application.
Installation program—Enter the Cortex XDR agent installation command line to include the msi and content zip files. For example:
msiexec /i “installer_x64.msi” CONTENT=\\SCCM\Share\MyCortexXDRAgentDeploymentFolder\content-XXX-XXXXX.zip /qn
It is highly recommended to add the /qn installation flag for a quiet installation. Other installation flags such as creating a log file are optional and can be added as described in Install the Cortex XDR agent for Windows.
Install behavior—Install for system.
Proceed to fill-in other fields as required, and click Next to continue.
Review the Summary. To confirm the settings for this application, click Next. Wait for the application package to generate and Close to exit the wizard.
Set the Working Directory.
To ensure that SCCM deploys the Cortex XDR agent installation and content files in the correct folders on the endpoint, you must set the application package working directory.
From the SCCM applications list, right-click your application package and select Properties.
Go to the Deployment Types tab, select the msi file, and Edit.
Go to the Programs tab.
In the Installation starts in field, carefully enter the full path to the Share folder on the SCCM server where the msi and content zip files are and Apply. For example, \\SCCM\Share\MyCortexXDRAgentDeploymentFolder\
Distribute the application package content.
To launch the Distribute Content Wizard from the SCCM applications list, right-click your application and select Distribute Content.
When you Review selected content, ensure that the Detect associated content dependencies and add them to this distribution option is selected. This ensures that SCCM pulls both the msi and content zip files from the Share folder.
Continue to configure the other settings in this wizard, and when you are done, Close the wizard to exit.
Proceed to deploy the application package on your endpoints.
To launch the Deploy Software Wizard from the SCCM applications list, right-click your application and select Deploy.
When you Specify general information for this deployment, ensure that the Automatic distribute content for dependencies option is selected. This ensures that SCCM pulls both the msi and content zip files from the Share folder.
In Deployment Settings, ensure that:
Action is set to Install.
Purpose is set to Required. Otherwise, if it is set to Available, SCCM will only advertise the new Cortex XDR agent application but will not install it on the endpoint.
Continue to configure the other settings in this wizard, and when you are done, Close the wizard to exit.