Retrieving Client ID

(imported topic written by Don65)

Wondering if there’s an out of the box managed property for retrieving the BigFix client ID. Suspect I’m just not seeing it in the list of properties.

Any assistance greatly appreciated.

(imported comment written by Don65)

Appears I needed to create it. Created a property called Computer ID. Added ComputerID as the relevance.

(imported comment written by DennisA91)

Computer ID is available using a Session Inspector in the BES Console.

To illustrate, start the Relevance Debugger from the BES console. Enter the following Relevance statement to get a list of the ID and Name of each computer:

(id of it, name of it) of bes computers

or, for another illustration :

names of bes computers whose (id of it as string starts with “1003”)