heisenberg asked:
As the question title says, I am trying to find out when a user account was created in Active Directory. The operating system is Windows Server 2003.
My answer:
Set objUser = GetObject("LDAP://cn=ken myer, ou=Finance, dc=fabrikam, dc=com")
Wscript.Echo objUser.WhenCreated
Get-ADUser -Identity garys -Properties whenCreated
View the full question and any other answers on Server Fault.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.