PowerShell Script to Automate CIS Benchmark Auditing for Microsoft IIS 10
Based on CIS_Microsoft_IIS_10_Benchmark_v1.2.1.pdf.
# download the powershell script into memory and run
IEX(New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/l4rm4nd/Invoke-CIS-Benchmark-IIS10/refs/heads/main/Invoke-CIS-IIS10.ps1")