Is there a relevance query for the Tivoli Endpoint Manager “Computer Groups”? I’ve created both Automatic and manual computer groups in the console. I’d like to be able to query that information via Relevance. Is this possible?
My ultimate goal is I’d like to be able to see group membership as a column in the Computers view.
I have a Baseline I used for monitoring patches on “Servers”, because some groups used “workstation” OS machines as Servers for minor tasks, I had to create a group to associate computers with the Baseline. When I look at the details for that baseline I see the following under the Relevance details …
(exists setting
"__Group_0_Servers" whose (value of it is
"True") of client)
Not sure if this is what you are looking for, or if it will help. I have not tried to use this in a relevance clause.
Unfortunately this did not solve my problem, I tried the code but it failed. I did a “q: names of settings of client” on my test machine and it did not list any of the groups that computer was in.
Automatic groups do not create a client setting like manual groups do. For manual groups you could use something like the prior post to get them.
q: settings whose (it as string contains “__Group_0”) of client
A: __Group_0_BES WTS=True
For automatic groups the inspector is pretty limited as you need to know the ID of the group to test for. Also when using the Fixlet Debugger, you will need to evaluate using the “Local Client Evaluator” to actually get results.
q: (member of group 358 of site “CustomSite_Groups”)