3 lines
138 B
Batchfile
Executable File
3 lines
138 B
Batchfile
Executable File
rem Enable-NetFirewallRule for WinRM
|
|
netsh advfirewall firewall add rule name="Port 5985" dir=in action=allow protocol=TCP localport=5985
|