Find User Creation Date AD
Command to know when user ceated in AD
→ First import Module(optional)
Import-Module activedirectory
→ And run command:
Get-ADUser __userid__ -Properties whencreated
Command to know when user ceated in AD
→ First import Module(optional)
Import-Module activedirectory
→ And run command:
Get-ADUser __userid__ -Properties whencreated