User Accounts in AD

  • Thread starter Thread starter NIc
  • Start date Start date
N

NIc

I need to extract a list of users creted in our domain
between two dates, I can't figure out how to do this.
Does anybody know a way of doing this??
 
Run csvde -f <filename>.txt. This will dump the entire AD
database into a comma-separated text file. Then import
the data into an Access database or simply rename as
a .csv file. One of the fields is whenCreated. Once
imported into a database, you can sort by ObjectClass and
look for user, then sort by whenCreated.
 
Back
Top