Manual Installation
The Windows Endpoint Sensor must be installed using a local administrator account.
From the Cyberhaven Console, download the latest Sensor.
From the Cyberhaven Console, copy the msiexec command, which contains the installer settings.
(Optional) To immediately add devices to a specific deployment group during the sensor installation, click on Deployment Group Settings. Then, click on Install Config > Windows to copy the command associated with a specific deployment group. If you don’t specify a deployment group, the devices are automatically assigned to the “Default” group.
The command format is as follows:
msiexec BACKEND_URL="<your-tenant-url>" INSTALL_TOKEN=<cyberhaven-generated-token> INITIAL_DEPLOYMENT_GROUP_ID=1 /qn /norestart /i Cyberhaven-<installer-version>.msiOn the workstation, run the command line as an administrator.
In the command line, change to the directory where you downloaded the latest sensor installer.
Paste the msiexec command from the Cyberhaven Console into the command line.
infoNOTE In the msiexec command, "Cyberhaven PUT_INSTALLER_VERSION_HERE.msi" must be changed to the name of the MSI that was downloaded.
Best practice
Cyberhaven also recommends adding /l*v install-log.txt at the end of the msiexec command to generate an installation log file.