Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk committed Oct 6, 2020
1 parent ef375a2 commit 1e56f22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ You can find documentation hosted on this project's readthedocs page [https://Ez

This module is published in the powershellgallery.com. Simply run `Install-Module EzFirewallMgmt` in powershell to install the latest published version. Then `Import-Module EzFirewallMgmt` to start using it.

See also https://www.powershellgallery.com/packages/EzFirewallMgmt

### Manual Building

* Clone this repo
Expand Down Expand Up @@ -60,4 +62,4 @@ i.e. `Unblock-Port -port "1433-1434","135"` would create rules named "Unblock Po

Running `Remove-PortUnblock -port "1433-1434","135"` Would remove all 4 of those rules by using `Get-PortRuleName` to get the base string used for creating the rule and appending a wildcard `*` to it.

The program rules follow a similar pattern of `{Unblock|Block} program {programName} - {program.exe} {inbound|outbound}` and the `Remove-ProgramRule` function works in the same wildcard appending manner.
The program rules follow a similar pattern of `{Unblock|Block} program {programName} - {program.exe} {inbound|outbound}` and the `Remove-ProgramRule` function works in the same wildcard appending manner.

0 comments on commit 1e56f22

Please sign in to comment.