Domain Recon
Basic Domain Info
#Using Powerview
Get-NetDomainList of Computers
#Using Powerview
Get-NetComputerList of Domain Users
net user /domainDomain User Attributes and Details
net user <username> /domain
#Using Powerview and the output can be filtered using pipe & name (e.g. cn)
Get-NetUserCheck User Admin Access
List of Domain Groups
Domain Group Privileges
Domain Users to Domain Group Mapping
List of Logged in Domain Users
List of SPNs in Domain
Get Object ACL
List Domain Shares
Last updated