For tools that use WMI/RPC/DCOM.
netsh advfirewall firewall set rule group="Windows Remote Management" new enable=yes
Specifically for remote WMI, using PowerShell:
PowerShell -Command "Enable-NetFirewallRule -DisplayGroup 'Windows Management Instrumentation (WMI)'"
No comments:
Post a Comment