Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
July 15, 2007
A. The mail attribute of mail-enabled groups is always populated with a value and has an object category of “group.” Using Dsquery with an LDAP route path, you can find all the mail-enabled groups, as follows:
dsquery * dc=savilltech,dc=net -filter "(&(objectcategory=group)(mail=*))" -limit 500 -attr displayName
You May Also Like