Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/l4rm4nd/invoke-cis-benchmark-iis10

PowerShell Script to Automate CIS Benchmark Auditing for Microsoft IIS 10
https://github.com/l4rm4nd/invoke-cis-benchmark-iis10

auditing benchmark cis cis-benchmark controls hardening iis iis-server microsoft powershell security

Last synced: 12 days ago
JSON representation

PowerShell Script to Automate CIS Benchmark Auditing for Microsoft IIS 10

Awesome Lists containing this project

README

        

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