PowerShell and Firewall Rules. First things: Import-Module NetSecurity Run Get-Command *firewall* When setting up new servers or just checking to see what firewall rules are in place, PowerShell is a great tool to help with that management. Using New-NetFirewallRule statements… Read More ›