Carbon Black Cloud: How to Retrieve a Sensor's GUID After Install Using Powershell
book
Article ID: 291008
calendar_today
Updated On:
Products
Carbon Black Cloud Endpoint Standard (formerly Cb Defense)
Issue/Introduction
To retrieve the Globally Unique Identifier (GUID/UUID) or Product Code for the Carbon Black Cloud Sensor
Environment
- Carbon Black Cloud Sensor: All Versions
- Microsoft Windows: All Supported Versions
- Microsoft Powershell: All Versions
Resolution
- Open Powershell
- If using Windows 10:
- Right click on the Start button.
- Select "Windows PowerShell" from the list.
- If using a Windows OS other than Windows 10:
- Right click on the Start button.
- Select "Run".
- Type in "powershell" and press Enter.
- Type in:
get-wmiobject Win32_Product | sort-object -property Name | Format-Table IdentifyingNumber, Name, LocalPackage
- Identify the name of the sensor as "Carbon Black Cloud Sensor 64-bit" under the Name column.
- Find the GUID in the "IdentifyingNumber" number column to the left.
Feedback
thumb_up
Yes
thumb_down
No