AD Script

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I extract AD User Create Date? If so does anyone know where I can get an
example of the script?
 
Can I extract AD User Create Date? If so does anyone know where I can get an
example of the script?

You can use the Active DIrectory command-line tools, tip 6820 in the 'Tips & Tricks' at http://www.jsiinc.com
from a Windows XP domain member:

See tip 7714.

dsquery * domainroot -filter "(&(objectCategory=Person)(objectClass=User)(sAMAccountName=TheUserName))" -attr whenCreated -limit 0

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

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

Similar Threads


Back
Top