Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

EDR: How to do a silent installation of Windows sensors

EDR: How to do a silent installation of Windows sensors

Environment

  • EDR Sensor: All Supported Versions
  • Microsoft Windows OS
  • Deployment tools such as SCCM or Group Policy

Objective

Describe how to silently install the EDR Sensor on a Windows endpoint.

Resolution

  1. Download the .MSI file from the EDR web interface: Administration > Sensors > [select relevant sensor group] > Download Sensor Installer
  2. For silent installations: On the Windows endpoint, run:
msiexec.exe /qn /i <path\cbsetup.msi> /L*V msiinstall.log
  1. For silent upgrades: On the Windows endpoint, run:
msiexec /fa <path\cbsetup.msi> /qn

 

Additional Notes

  • Important: using the /fa switch will result in a new Sensor ID being generated for the endpoint. This may cause the endpoint to appear more than once in the EDR web interface. In normal working environments the older Sensor record will be automatically removed after a certain amount of time.    
  • The /qn switch will provide a silent install.
  • The /fa switch is for 'repair administratively' which will overwrite an existing installation and allow you to upgrade your sensors without failing.

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
100% helpful (2/2)
Article Information
Author:
Creation Date:
‎11-21-2018
Views:
12545