Windows Enumeration
Command Line
# Get Systeminfo
systeminfo
systeminfo | findstr /B /C:"Os Version"
systeminfo | findtr Domain
# Get hotfix
wmic qfe # quick fix engineering
# Get list of drives and filter
wmic logicaldisk get caption,discription,pridername# print current user
whoami
#list privilege of current user
whoami /priv
# List user of the current group
whoami /groups
# print users on the computer and get details
net user
net user <username>
# list local groups
net localgroup
net localgroup administratorWMI
Automated Tools
Executables
Powershell
Other
Last updated