Carbon Black Cloud: How To Check Which Version Of The Sensor Is Installed (Locally)
book
Article ID: 286051
calendar_today
Updated On:
Products
Carbon Black Cloud Endpoint Standard (formerly Cb Defense)
Issue/Introduction
To find which version of the sensor is installed via local CMD/Terminal.
Environment
- Carbon Black Cloud Sensor: All Supported Versions
- Microsoft Windows: All Supported Versions
- MacOS: All Supported Versions
- Linux OS: All Supported Versions
Resolution
Windows:
Mac:
- Repcli:
sudo /Applications/VMware\ Carbon\ Black\ Cloud/repcli.bundle/Contents/macOS/repcli --version
- Other:
For 3.5 sensors+:
cat /Library/Application\ Support/com.vmware.carbonblack.cloud/version
Sensors prior to 3.5:
cat /Applications/Confer.app/version
Linux:
/opt/carbonblack/psc/bin/cbagentd --version
Feedback
thumb_up
Yes
thumb_down
No