diff --git a/README.md b/README.md index b11053b..9f99b32 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # PoSH Powershell scripts + + +# HOW TO DISPLAY FIREWALL INBOUND/OUTBOUND RULES WITH PORT NUMBERS & PROGRAM EXCEPTIONS +Displaying firewall Inbound/Outbound rules with PowerShell is very easy with the Get-NetFirewallRule cmdlet. +However, there is a gap: port numbers are not displayed. + +With the use of calculated properties, Wirewall Firewall Inbound/Outbound Rules with Port Numbers & Program Exceptions can be displayed everything in a single output. Several cmdlets like the Select-Object or the Format-Table cmdlets can be used.