Manual Enumeration
net user
Enumerate all local accounts:
net userEnumerate all users in the entire domain:
net user /domainEnumerate a specific user in the domain:
net user <username> /domainnet group
Enumerate all groups in the domain:
net group /domainLast updated
Was this helpful?