Skip to content

l4rm4nd/Invoke-CIS-Benchmark-IIS10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Invoke-CIS-Benchmark-IIS10

PowerShell Script to Automate CIS Benchmark Auditing for Microsoft IIS 10

Based on CIS_Microsoft_IIS_10_Benchmark_v1.2.1.pdf.

Usage

# 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")

Contributors