Export domain account creation time?

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!
 
G

Guest

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
 
D

dude

Thanks that works like a charm!

Can I ask where I can obtain a list of standard LDAP attribute that Win2k AD
supports?
 
G

Guest

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
 

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

Top