Files
DetectionLab/Packer/scripts/enable-winrm.bat
2017-12-11 08:49:25 -08:00

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