Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 614 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 614 Bytes

MSSQL-audit-scripts

PowerShell script to audit MSSQL servers against CIS Benchmark. This script has currently been tested on MSSQL 2012, 2016 and 2019.

.\MSSQL_Audit_Script.ps1 -Server "Servername" -Include "CIS" -WindowsAuthentication

Then go through the HTML report and check the CIS benchmark controls.

You may use the provided XLSX file to document your control results.

image

image