7
2
9
0
This script fixes the windows CIS Benchmark check 18.10.90.2: "Ensure 'Allow networking in Windows Sandbox' is set to 'Disabled'."
This script fixes the windows CIS Benchmark check 18.10.91.2.1: "Ensure 'Prevent users from modifying settings' is set to 'Enabled'."
This script fixes the windows CIS Benchmark check 18.10.92.2.4: "Ensure 'Remove access to "Pause updates" feature' is set to 'Enabled'."
The script ensures that the registry value SetDisablePauseUXAccess is set to 1 under the path HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate. It includes error handling and automatic verification to confirm the setting is applied correctly.
This script fixes the windows CIS Benchmark check 18.10.92.4.2: "Ensure 'Select when Preview Builds and Feature Updates are received' is set to 'Enabled: 180 or more days'."
This script fixes the windows CIS Benchmark check 17.2.3: "Ensure 'Audit User Account Management' is set to 'Success and Failure'."
This script fixes the windows CIS Benchmark check 17.2.1: "Ensure 'Audit Application Group Management' is set to 'Success and Failure'."
This script fixes the windows CIS Benchmark check 17.1.1: "Ensure 'Audit Credential Validation' is set to 'Success and Failure'."
The script checks the current audit policy setting for 'Credential Validation'. If it is not set to 'Success and Failure', it applies the necessary change using auditpol.exe and verifies the result.
This script fixes the windows CIS Benchmark check 9.3.8: "Ensure 'Windows Firewall: Public: Logging: Log dropped packets' is set to 'Yes'."
This script fixes the windows CIS Benchmark check 9.3.5: "Ensure 'Windows Firewall: Public: Settings: Apply local connection security rules' is set to 'No'."
This script fixes the windows CIS Benchmark check 9.3.3: "Ensure 'Windows Firewall: Public: Settings: Display a notification' is set to 'No'."