Find User Creation Date In Active Directory

If you need to find out when a specific user was created In Active Directory you can use the PowerShell cmdlet below:

First import AD module:

Import-Module activedirectory

Run the command

Get-ADUser userid -Properties whencreated

snip_20160729120053

This article Is part of my Active Directory PowerShell series 

Visit my article Find User Mailbox creation Date In Exchange 2013 And 2016 for Mailbox creation date.


Posted

in

,

by