how to check Active Directory user account created date

On the server, open a CMD.EXE prompt and type:

dsquery * domainroot -filter “(&(objectCategory=Person)(objectClass=User))” -attr distinguishedName sAMAccountName whenCreated -Limit 0

I got a list of my AD users with creation date.