Search Results
byago
byago
byago
byago
byago
This script fixes the windows CIS Benchmark check 18.7.7: "Ensure 'Configure RPC over TCP port' is set to 'Enabled: 0'."
The script checks if it is running with administrative privileges, creates the necessary registry key if it does not exist, sets the RpcTcpPort value to 0 (as a DWORD), and then verifies that the value is correctly set. This addresses the CIS check by modifying the registry directly.