Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/l4rm4nd/invoke-cis-benchmark-iis10
- Owner: l4rm4nd
- Created: 2024-10-24T09:25:40.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:06:30.000Z (15 days ago)
- Last Synced: 2024-10-25T06:57:18.008Z (14 days 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.02 MB
- Stars: 2
- 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")
````