< # .SYNOPSIS This script gets the status of the host firewall and ensures the firewall IS running! .DESCRIPTION This script gets the status and displays it to the console. The script also...
< # .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...
# Get-FirewallDetails.ps1 # Gets details of Windows Firewall (on Vista and Server 2008 or later) # Runs on the local machine # Thomas Lee - tfl@psp.co.uk # First create COM object for policy profile and get host name $profile = (new-object -com HNetCfg.FwMgr...