Enumerating User Properties
PowerView
Find description attribute for an user that matches with a specific keyword
Find-UserField -SearchField Description -SearchTerm "admin"Get all properties for all users in current domain
Get-UserPropertyGet all properties for all users in another domain
Get-UserProperty -Domain <DOMAIN NAME>Get "Description" property for all users in current domain
Get-UserProperty -Properties descriptionGet "Description" property for all users in another domain
Get-UserProperty -Properties description -Domain <DOMAIN NAME>Get "Admin Count" property for all users in current domain
Get-UserProperty -Properties admincountGet "Admin Count" property for all users in another domain
Get-UserProperty -Properties admincount -Domain <DOMAIN NAME>Get "Bad Password Time" property for all users in current domain
Get-UserProperty -Properties badpasswordtimeGet "Bad Password Time" property for all users in another domain
Get "Bad Password Count" property for all users in current domain
Get "Bad Password Count" property for all users in another domain
Get "Distinguished Name" property for all users in current domain
Get "Distinguished Name" property for all users in another domain
Get "Last Logoff" property for all users in current domain
Get "Last Logoff" property for all users in another domain
Get "Last Logon" property for all users in current domain
Get "Last Logon" property for all users in another domain
Get "Member Of" property for all users in current domain
Get "Member Of" property for all users in another domain
Get "Password Last Set" property for all users in current domain
Get "Password Last Set" property for all users in another domain
Last updated