Query for Domain global groups created after certain date?

  • Thread starter Thread starter LWG
  • Start date Start date
I do not have a script that will do this off the top of my head but I would
do this using ADSI Scripting or an LDAP search, and search for,All of the
Groups and then filter the search for groups where the "whenCreated"
attribute is greater than a certain date.

Alternatively you could used global or local to output the groups and then
for each group use ldifde to dump the "whenCreated" attribute and manually
look through the list?

There are probably better ways but these would work....

Cheers

Jody
 
Back
Top