Export domain account creation time?

  • Thread starter Thread starter dude
  • Start date Start date
D

dude

Does anyone know of a way to export the user account creation time attribute
with LDIFDE (or any other native) Microsoft tools?

It is a Win2k AD domain by the way

thanks!
 
you can use

ldifde -f 1.ldf -d "CN=user1,CN=Users,DC=domain,DC=com" -l "whencreated"

You would get the output in 1.ldf which you can open in Notepad and would
appear as eg 20050628055720
which is
Date: June 28, 2005
Time: 5Hrs 57 Mins 20 Seconds
 
Thanks that works like a charm!

Can I ask where I can obtain a list of standard LDAP attribute that Win2k AD
supports?
 
Open ADSIEDIT.MSC.. explore down to any Object eg User/Computer....right
click - properties - Attribute Editor... here you can view each and ever
Attrib on objects

and yes the XL sheer Richard mentioned
 
Back
Top