Firewall with Powershell Cheat Sheet
Firewall with Powershell Cheat Sheet for use with powershell task automation framework. Firewall Enable ICMP netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow Enable...