Follow steps below for the specific sensor OS:
Windows
- Open up an elevated command prompt or powershell and run the following:
sc.exe control carbonblack 200
Linux
- While logged in as root or running with sudo:
kill -n 10 $(pidof cbdaemon)
MacOS
- Open a Terminal window and type:
sudo kill -s USR1 <pid of CbOsxSensorService>