An administrator needs to deploy the Cortex XDR Agent to hundreds of endpoints using Microsoft Endpoint Configuration Manager (SCCM). Which command-line switch is required during silent installation to specify the management console registration token?
Trap 1: TOKEN=<token_value>
TOKEN is not the correct property name for the installer.
Trap 2: REGISTER_ID=<token_value>
REGISTER_ID is a fictional property name.
Trap 3: XDR_KEY=<token_value>
XDR_KEY is not recognized by the Cortex XDR Windows installer.
- A
TOKEN=<token_value>
Why wrong: TOKEN is not the correct property name for the installer.
- B
REGISTER_ID=<token_value>
Why wrong: REGISTER_ID is a fictional property name.
- C
XDR_KEY=<token_value>
Why wrong: XDR_KEY is not recognized by the Cortex XDR Windows installer.
- D
ACTIVATION_KEY=<token_value>
ACTIVATION_KEY is the standard installer property used to pass the tenant registration token during silent deployments.