Hi all,
I would like to create a dynamic property that will show if computer is a member of a specific group.
can someone please help with it?
The simplest way to do this is to create a New Task.
For the Relevance for the Task, choose the middle Radio Button and from the drop down list choose “Group Membership”
Leave the middle option “is member of”
Find your Group in the list and select it.
Now, save your Task and look at the “Details” tab, under Relevance. You should see something similar to this …
(version of client >= "6.0.0.0") AND (exists true whose (if true then (member of group 147142 of site "actionsite") else false))
The Group ID (in this case “147142”) will be different for your Group.
Copy the Relevance and past it into the Analysis for teh property you are creating. It will return TRUE/FALSE for your computers based on them being a member of the Group you chose.
(Delete the Task you created once you have the Relevance)
Another way to get the Group.ID is from the Computer Group view, right click the Header and add the “ID” property to your display. They will be preceded by “00-”, but those are your Group ID’s.
Hi TimRice,
thank you for reply.
great direction.
thanks, it worked!