Property
Links
Get-NetUser
Get-NetUser | select cn
Get-NetUser -Username username
Get-ADUser -Filter * -Properties *
Get-ADUser -Identity student518 -Properties *
Get-ADUser -Filter * -Properties * | select -First 1 | Get-Member -MemberType *Property | select Name
Get-ADUser -Filter * -Properties * | select name,@{expression={[datetime]::fromFileTime($_.pwdlastset)}}
Shows domain information for a specific user