7
2
9
0
This script fixes the windows CIS Benchmark check 9.2.7: "Ensure 'Windows Firewall: Private: Logging: Log successful connections' is set to 'Yes'."
This script fixes the windows CIS Benchmark check 9.2.6: "Ensure 'Windows Firewall: Private: Logging: Log dropped packets' is set to 'Yes'."
The script ensures that the registry key for logging dropped packets in the Private profile of the Windows Firewall is set to 'Yes' (value 1). It also verifies the setting after remediation and reports the result.
This script fixes the windows CIS Benchmark check 9.2.5: "Ensure 'Windows Firewall: Private: Logging: Size limit (KB)' is set to '16,384 KB or greater'."
This script fixes the windows CIS Benchmark check 9.2.4: "Ensure 'Windows Firewall: Private: Logging: Name' is set to '%SystemRoot%\System32\logfiles\firewall\privatefw.log'."
This script fixes the windows CIS Benchmark check 9.2.3: "Ensure 'Windows Firewall: Private: Settings: Display a notification' is set to 'No'."
This script fixes the windows CIS Benchmark check 9.1.7: "Ensure 'Windows Firewall: Domain: Logging: Log successful connections' is set to 'Yes'."
This script fixes the windows CIS Benchmark check 9.1.6: "Ensure 'Windows Firewall: Domain: Logging: Log dropped packets' is set to 'Yes'."
This script fixes the windows CIS Benchmark check 9.1.5: "Ensure 'Windows Firewall: Domain: Logging: Size limit (KB)' is set to '16,384 KB or greater'."
This script fixes the windows CIS Benchmark check 9.1.4: "Ensure 'Windows Firewall: Domain: Logging: Name' is set to '%SystemRoot%System32\logfiles\firewall\domainfw.log'."
This script fixes the windows CIS Benchmark check 9.1.3: "Ensure 'Windows Firewall: Domain: Settings: Display a notification' is set to 'No'."