# Find User Creation Date AD

Command to know when user ceated in AD

```powershell
Get-ADUser username -Properties whenCreated | Select Name,whenCreated
```

## Source

→ [Get ADUser Creation Date](https://shellgeek.com/get-aduser-creation-date/)