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 After Install Using Powershell

Carbon Black Cloud: How to Retrieve a Sensor's GUID After Install Using Powershell

Environment

  • Carbon Black Cloud Sensor: All Versions
  • Microsoft Windows: All Supported Versions
  • Microsoft Powershell: All Versions

Objective

To retrieve the Globally Unique Identifier (GUID/UUID) or Product Code for the Carbon Black Cloud Sensor

Resolution

  1. Open Powershell
    • If using Windows 10:
      1. Right click on the Start button.
      2. Select "Windows PowerShell" from the list.
    • If using a Windows OS other than Windows 10:
      1. Right click on the Start button.
      2. Select "Run".
      3. Type in "powershell" and press Enter.
  2. Type in:
get-wmiobject Win32_Product | sort-object -property Name | Format-Table IdentifyingNumber, Name, LocalPackage
  1. Identify the name of the sensor as "Carbon Black Cloud Sensor 64-bit" under the Name column.
  2. Find the GUID in the "IdentifyingNumber" number column to the left. 

Additional Notes


Related Content


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