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 Retrieve a Sensor's GUID Using Command Prompt

Carbon Black Cloud: How to Retrieve a Sensor's GUID Using Command Prompt

Environment

  • Microsoft Command Prompt: All Versions
  • Carbon Black Cloud Sensor: All Versions

Objective

To retrieve the GUID for a Sensor

Resolution

  1. Open Command Prompt
    1. Right-click the Start button.
    2. Select "Run".
    3. Type: "cmd" and press Enter.
  2. Type:
reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall /s /f "Sensor" | find "Uninstall"
  1. The GUID is displayed in the results at the end of the path.

Additional Notes

This action does not require Running as an Administrator.

Related Content


Was this article helpful? Yes No
100% helpful (1/1)
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
1160
Contributors