Summary: Use the –Properties parameter to find all properties attached to an Active Directory user.
How can I use Windows PowerShell rather than digging through the ADSI editor to find
the available properties for a user in our Active Directory?
Leverage the –Properties parameter on a single user to see all available property names:
GET-Aduser Jubal.Harshaw –properties * | Get-Member