Hello All, I am trying to get computer name, id and detailed application information of computers on the basis of groups using api. I have written relevance but is not properly working and also I am unable to bes computer group in my relevance. Please help.
I am using BigFix v 9.5.9
“”"
(
Names of it,
ids of it,
values of results of
(bes properties whose (name of it = “Application Information - Windows”)) of results of bes computers"""
(names of it, id of it, values of results from (bes property “Installed Applications - Windows”) of it) of (members of bes computer groups whose (name of it = “GroupName”))
Thanks Dakota for your help. I am testing it. I have written the below one, but it is giving timed out
“”"
(Names of it,values of results of (bes properties whose (name of it = “Application Information - Windows”))of bes computer group whose (name of it contains “XYZ”)) of bes computers
"""