Add-PortRule

SYNOPSIS

Adds a port rule for blocking/unblockin

SYNTAX

Add-PortRule [[-port] <String[]>] [[-protocol] <String>] [[-type] <String>] [<CommonParameters>]

DESCRIPTION

Mainly meant to be an internal function to avoid repeated code

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-port

The port or ports to control

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-protocol

TCP,UDP, or BOTH

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-type

Block or Unblock

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Add-PortRule

Block-PortRule

Unblock-PortRule

New-NetfirewallRule