Initial Enumeration
Check running processes
Check env variables
Detailed config info / patches
Check for patches with wmic
Check hotfixes
Get-HotFix | ft -AutoSize
Display installed software
wmic product get name
Check installe software with PowerShell
Get-WmiObject -Class Win32_Product | select Name, Version
Display active TCP / UDP connections
Get logged-in users
Get current user
Get current user privileges
Get current user group info
Get all users
Get all groups
Get details about group
net localgroup administrators
Get password policy and account info