Query for Domain global groups created after certain date?

  • Thread starter Thread starter LWG
  • Start date Start date
L

LWG

Is there a way to query active directory for groups created after certain
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top