Carbon Black Cloud: How to Retrieve a Sensor's GUID Using Command Prompt
book
Article ID: 287564
calendar_today
Updated On:
Products
Carbon Black Cloud Endpoint Standard (formerly Cb Defense)
Issue/Introduction
To retrieve the GUID for a Sensor
Environment
- Microsoft Command Prompt: All Versions
- Carbon Black Cloud Sensor: All Versions
Resolution
- Open Command Prompt
- Right-click the Start button.
- Select "Run".
- Type: "cmd" and press Enter.
- Type:
reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall /s /f "Sensor" | find "Uninstall"
- The GUID is displayed in the results at the end of the path.
Additional Information
This action does not require Running as an Administrator.
Feedback
thumb_up
Yes
thumb_down
No