This script fixes the windows CIS Benchmark check 9.3.7: "Ensure 'Windows Firewall: Public: Logging: Size limit (KB)' is set to '16,384 KB or greater'."
This script fixes the windows CIS Benchmark check 17.5.5: "Ensure 'Audit Other Logon/Logoff Events' is set to 'Success and Failure'."
This script fixes the windows CIS Benchmark check 17.6.3: "Ensure 'Audit Other Object Access Events' is set to 'Success and Failure'."
This script fixes the windows CIS Benchmark check 17.6.4: "Ensure 'Audit Removable Storage' is set to 'Success and Failure'."
The script uses the auditpol.exe command to configure and check the audit policy. It ensures the CIS check for 'Audit Removable Storage' passes by setting it to 'Success and Failure'.
This script fixes the windows CIS Benchmark check 17.7.4: "Ensure 'Audit MPSSVC Rule-Level Policy Change' is set to 'Success and Failure'."
The script uses the auditpol.exe command to configure and check the audit policy. It must be run with administrative privileges.
This script fixes the windows CIS Benchmark check 17.8.1: "Ensure 'Audit Sensitive Privilege Use' is set to 'Success and Failure'."
This script fixes the windows CIS Benchmark check 17.9.1: "Ensure 'Audit IPsec Driver' is set to 'Success and Failure'."
This script fixes the windows CIS Benchmark check 17.9.4: "Ensure 'Audit Security System Extension' is set to include 'Success'."
This script fixes the windows CIS Benchmark check 18.1.1.2: "Ensure 'Prevent enabling lock screen slide show' is set to 'Enabled'."
The script modifies the Windows registry to set the 'NoLockScreenSlideshow' DWORD value to 1 under the specified path. It includes error handling and automatic verification to ensure the CIS check passes.
This script fixes the windows CIS Benchmark check 18.4.5: "Ensure 'Enable Certificate Padding' is set to 'Enabled'."