list from AD with creation date??

  • Thread starter Thread starter Jack Black
  • Start date Start date
J

Jack Black

Hi All

Does anyone know how to generate a list from Active Directory that shows the
user creation date?

Thank you, Jack B.
 
Read the value of the attribute whenCreated

For exempel:
dsquery * -filter GivenName=Christoffer -attr sAMAccountName GivenName
WhenCreated
--
Regards
Christoffer Andersson
Microsoft MVP - Directory Services

No email replies please - reply in the newsgroup
 

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