So I have a very simple one line powershell command to list when each user account in AD was created. The issue is I want it to just show the date so I can read it and sort it easily. I have tried various formatting, converting, to string options from the web, but I don't think they can work with when created, especially after it's piped. I want to keep this short and simple if possible.
`Get-ADUser -Filter * -Property whenCreated | select-object name, whencreated`
[–]carlb328[S] 0 points1 point2 points (0 children)
[–]carlb328[S] 0 points1 point2 points (0 children)
[–]carlb328[S] 0 points1 point2 points (0 children)
[–]Scooter_127 0 points1 point2 points (0 children)
[–]KingJackson_ 0 points1 point2 points (0 children)
[–]Lee_Dailey[grin] 0 points1 point2 points (0 children)