Relevance to get Big Fix Server client registered to

Hi , I am forming relevance to get all computers and values of some custom properties for computers. I need to add one column for BigFIx server name. I can see BES root Server property, and I am planning to use that in my relevance query.
Is there any other property I should use, specific to BigFix server name.

Else I need to trim ID from value of BES root server

Name of registration server as string

That is client relevance so it would depend on if this is being done in client or session relevance.

its returning 127.0.0.1:52311
I need root server name in ActionScript as well

Try the root server inspector

Specifically, try …
host name of root server

I originally found this by playing with the Fixlet Debugger and using the query …
properties whose (it as string as lowercase contains "server")
then to narrow it down some more …
properties whose (it as string as lowercase contains "root")

1 Like