-
< # .SYNOPSIS This script displays each Firewall Authorised Application .DESCRIPTION This script gets the list of authorised applications, then displays them. This is a re-write of a MSDN Script written in ...
-
< # .SYNOPSIS This script adds a program to the firewall. .DESCRIPTION This script used the firewall com object to add a new application to the firewall. .NOTES ...
-
< # .SYNOPSIS This script Enables ICMP on the Standard Firewall profile. .DESCRIPTION This script creates a Firewall object then configures it. .NOTES File Name : Enable-ICMP.ps1 ...
-
< # .SYNOPSIS This script creates a rule in the Windows Host Firewall. .DESCRIPTION This script creates a new firewall rule for port 80 over tcp (i.e. 80). .NOTES File Name ...
-
< # .SYNOPSIS This script enables then disables the SMTP port on a local system .DESCRIPTION This script first creates a FW object, then creates a port. The script then addes that port to the firewall rules...