G Guest Oct 19, 2004 #1 Can I extract AD User Create Date? If so does anyone know where I can get an example of the script?
J Jerold Schulman Oct 20, 2004 #2 Can I extract AD User Create Date? If so does anyone know where I can get an example of the script? Click to expand... 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
Can I extract AD User Create Date? If so does anyone know where I can get an example of the script? Click to expand... 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