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: about 1 month ago
JSON representation
PowerShell Script to Automate CIS Benchmark Auditing for Microsoft IIS 10
- Host: GitHub
- URL: https://github.com/l4rm4nd/invoke-cis-benchmark-iis10
- Owner: l4rm4nd
- License: gpl-3.0
- Created: 2024-10-24T09:25:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-31T10:50:31.000Z (2 months ago)
- Last Synced: 2025-08-26T03:06:02.863Z (about 2 months ago)
- Topics: auditing, benchmark, cis, cis-benchmark, controls, hardening, iis, iis-server, microsoft, powershell, security
- Language: PowerShell
- Homepage: https://www.cisecurity.org/benchmark/microsoft_iis
- Size: 1.05 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invoke-CIS-Benchmark-IIS10
PowerShell Script to Automate CIS Benchmark Auditing for Microsoft IIS 10Based 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")
````