Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harsharora94 committed Apr 25, 2020
1 parent b6273f8 commit 82f68c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 82f68c7

Please sign in to comment.