You can install endpoint protection on a local endpoint from the local Command Line (CMD) or with a deployment tool such as GPO, SCCM, or Tanium.
The following procedure is for deploying from the local command line or with PowerShell.
To download the installation package
- In Barracuda XDR Dashboard, click Downloads > Endpoint Protection.
- In the Step 2 area, click Windows.
The installation package downloads.
To install the package
- Log in to one of the following:
- The command prompt on a local endpoint.
In Windows Start or Search, type CMD. In the results, right-click Command Prompt, and select Run as administrator. - PowerShell
- The command prompt on a local endpoint.
- Navigate to the folder where you downloaded the installation package.
For example,cd C:\Users\adminWin\Downloads
. Run one of the following commands:
- From the command prompt, <
SentinelOneInstaller.exe> -t <site_Token> -q
, where<SentinelOneInstaller.exe>
is the full package name and<site_Token>
is the site token.-q
or-qn
can be used for quiet mode.
For example, SentinelOneInstaller_windows_64bit_v22_2_1_200.exe -t a1b2c3d4e5f6g7h8i9a1b2c3d4e5f6g7h8i9 -q - From PowerShell, ./
<SentinelOneInstaller.exe>
-t<site_Token or group_Token>
, where<SentinelOneInstaller.exe>
is the full package name and<site_Token or group_Token>
is the site or group token.-q
or-qn
can be used for quiet mode.
For example,./SentinelOneInstaller_windows_64bit_v22_2_1_200.exe -t a1b2c3d4e5f6g7h8i9a1b2c3d4e5f6g7h8i9 -q
.
- From the command prompt, <
If more capabilities will be enabled after you reboot the endpoint, a notification appears.