BigFix query for finding Computers belonging to Computer groups

Hello,

I want to find the computers (id belonging to a known group whose name contains a certain string of characters. I have the following-

relevance=(id of it, values of results (it, bes property “A”)) of members of bes computer group whose (name of it = “ComputerGroupName”) of bes computers whose (name of it contains “ALICE”)

I get all the computers from the group.

123 ALICE 456 BOB

But I only want computer with “ALICE”.
Could someone please help?

Thank you,
Jennifer

(id of it, values of results (it, bes property “A”)) of members whose (name of it as uppercase contains "ALICE") of bes computer group whose (name of it = “ComputerGroupName”)

2 Likes

Thank you! This worked!!