Add-BluGenieFirewallRule



Add-BluGenieFirewallRule

SYNOPSIS

Add Windows Firewall Rule(s) from a Rule configuration file

SYNTAX

Add-BluGenieFirewallRule [[-RuleName] <String[]>] [[-Walkthrough]] [[-ReturnObject]] [[-OutUnEscapedJSON]] [<CommonParameters>]

DESCRIPTION

Add Windows Firewall Rule(s) from a Rule configuration file

EXAMPLES

EXAMPLE 1

Command: Add-BluGenieFirewallRule -RulePath 'Agent_445_Inbound_TCP'
Description: This will add the Agent_445_Inbound_TCP rules from the Script Directory to the Windows Firewall Rule list.
Notes:

EXAMPLE 2

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

EXAMPLE 6

EXAMPLE 7

EXAMPLE 8

EXAMPLE 9

EXAMPLE 10

PARAMETERS

RuleName

Walkthrough

ReturnObject

OutUnEscapedJSON

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.

Last updated