Users
WINDOWS
User Search
PS C:\> dsquery userChecking User Property
(Property is ServicePrincipalName)
PS C:\> Get-ADUser -Filter {ServicePrincipalName -ne "$null"} -Properties ServicePrincipalNameNET
NETnet user /domain # List all users of the domain
net user <ACCOUNT_NAME> /domain # Get information about a user within the domain
net user %username% # Information about the current userPowerView
Domain User Information
PS C:\> Get-DomainUser -Identity sol -Domain riotech.local | Select-Object -Property name,samaccountname,description,memberof,whencreated,pwdlastset,lastlogontimestamp,accountexpires,admincount,userprincipalname,serviceprincipalname,useraccountcontrolTesting for Local Admin Access
Finding Users With SPN Set
Users with no Password
SharpView
Domain User Information
LINUX
CrackMapExec
CME Domain User
RPCClient
User Enumeration
Windapsearch
Domain Admins
Privileged Users
Last updated