2

Can somebody advice me on WQL query to select all users from specified AD groups? I tried to do this through query builder but without success. I'm going to use these selecter user to further select those of them who don't have some particular software installed. Any advice on this would be helpful.

Mikhail
  • 1,287
  • 3
  • 18
  • 35

1 Answers1

1

Query Rule

  • Resource Class: User Group Resource

Criteria

  • Attribute Class: User Group Resource
  • Attribute: Name Operator "is equal to"
  • Value: YOURDOMAIN\YOURGROUP
Bin
  • 844
  • 5
  • 15