7
2
9
0
This script fixes the windows CIS Benchmark check 18.10.41.1: "Ensure 'Block all consumer Microsoft account user authentication' is set to 'Enabled'."
This script fixes the windows CIS Benchmark check 18.10.42.6.1.1: "Ensure 'Configure Attack Surface Reduction rules' is set to 'Enabled'."
This script fixes the windows CIS Benchmark check 18.10.42.6.1.2: "Ensure 'Configure Attack Surface Reduction rules: Set the state for each ASR rule' is configured."
• Silent, idempotent, no UI. • Tested while running as SYSTEM under NinjaRMM.
This script fixes the windows CIS Benchmark check 18.10.42.6.3.1: "Ensure 'Prevent users and apps from accessing dangerous websites' is set to 'Enabled: Block'."
This script fixes the windows CIS Benchmark check 18.10.42.7.1: "Ensure 'Enable file hash computation feature' is set to 'Enabled'."
The script checks for administrative privileges, creates the necessary registry key if it does not exist, sets the 'EnableFileHashComputation' DWORD value to 1, and verifies the change to confirm the setting is applied correctly.
This script fixes the windows CIS Benchmark check 18.10.42.12.1: "Ensure 'Configure Watson events' is set to 'Disabled'."
This function modifies the registry to ensure 'Configure Watson events' is disabled as per CIS benchmark requirements. It creates the registry key if it does not exist, sets the specified value, and then verifies that the value is correctly set.
Set-CisWatsonEventsDisabledThis script fixes the windows CIS Benchmark check 18.10.42.13.2: "Ensure 'Scan removable drives' is set to 'Enabled'."
This script fixes the windows CIS Benchmark check 18.10.42.16: "Ensure 'Configure detection for potentially unwanted applications' is set to 'Enabled: Block'."
This script fixes the windows CIS Benchmark check 18.10.43.1: "Ensure 'Allow auditing events in Microsoft Defender Application Guard' is set to 'Enabled'."
This script fixes the windows CIS Benchmark check 18.10.43.2: "Ensure 'Allow camera and microphone access in Microsoft Defender Application Guard' is set to 'Disabled'."