IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Carbon Black Cloud: How To Check Which Version Of The Sensor Is Installed (Locally)

Carbon Black Cloud: How To Check Which Version Of The Sensor Is Installed (Locally)

Environment

  • Carbon Black Cloud Sensor: All Supported Versions
  • Microsoft Windows: All Supported Versions
  • MacOS: All Supported Versions
  • Linux OS: All Supported Versions

Objective

To find which version of the sensor is installed via local CMD/Terminal.

Resolution


Windows:
  • Repcli:
    cd C:\Program Files\Confer
    repcli version
  • Registry:
    REG QUERY HKLM\Software\CbDefense -v SensorVersion

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

Related Content


Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎06-22-2021
Views:
3740
Contributors