Users
Get-NetUser
Get-NetUser -Username <username>Get-NetUser | select samaccountnameGet-NetUser | select samaccountname, lastlogon, pwdlastset
Get-NetUser | select samaccountname, lastlogon, pwdlastset | Sort-Object -Property lastlogonGet-NetUser | select samaccountname, memberofget-userproperty -Properties pwdlastsetFind-UserField -SearchField Description -SearchTerm "built"
Get-netuser | Select-Object samaccountname,descriptionGet-NetLoggedon -Computername <computername>Get-LoggedonLocal -Computername <computername>Last updated