🚨
#ADSecurityAlert
#PrintNightmare (CVE-2021-1675) RCE in Windows Spooler Service
Mitigation: Stop and disable the Print Spooler on every system that does not need it
#PowerShell (via Priv. User)
Stop-Service -Name Spooler -Force
Set-Service -Name Spooler -StartupType Disabled