1

How do I query my workplace's directory to get a list of all the groups with an associated email address that terminates in "fr"? I can use either the AD snap-in or the commandline tools, but no third party clients.

Thanks.

Kaze no Koe
  • 113
  • 1
  • 4

1 Answers1

2

Try this custom LDAP query in the AD snap-in:

(&(objectCategory=group)(objectClass=group)(mail=*fr))
Tom Willwerth
  • 535
  • 5
  • 12