Windows : How to open a port on firewall from command line (CLI)
Windows Firewall can be configured from the GUI (by using firewall.cpl UI console) and also using the command line. This quick tutorial will cover how to manipulate the rules from CLI to open, block a port and delete a rule. In a nutshell, here is the command sample: netsh advfirewall firewall add rule name=”<DESCRIPTION>” dir=in… Read More »