You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
New-NetFirewallRule-DisplayName $InboundDisplayName-Confirm -Description "$Name Inbound Rule for port range 5100-5150"-LocalAddress Any -LocalPort 5100-5150-Protocol tcp -RemoteAddress Any -RemotePort Any -Direction Inbound
13
+
New-NetFirewallRule-DisplayName $InboundDisplayName-Confirm -Description "$Name Inbound Rule for port range 5100-5205"-LocalAddress Any -LocalPort 5100-5205-Protocol tcp -RemoteAddress Any -RemotePort Any -Direction Inbound
14
14
}
15
15
functionAdd-OutboundRule {
16
-
New-NetFirewallRule-DisplayName $OutboundDisplayName-Confirm -Description "$Name Outbound Rule for port range 5100-5150"-LocalAddress Any -LocalPort 5100-5150-Protocol tcp -RemoteAddress Any -RemotePort Any -Direction Outbound
16
+
New-NetFirewallRule-DisplayName $OutboundDisplayName-Confirm -Description "$Name Outbound Rule for port range 5100-5205"-LocalAddress Any -LocalPort 5100-5205-Protocol tcp -RemoteAddress Any -RemotePort Any -Direction Outbound
0 commit comments