Disable-BluGenieFirewallRule



Disable-BluGenieFirewallRule

SYNOPSIS

Disable Firewall Rule(s) without removing them

SYNTAX

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

DESCRIPTION

Disable Firewall Rule(s) without removing them

EXAMPLES

EXAMPLE 1

Command: Disable-BluGenieFirewallRule -Name 'Agent_445_Inbound_TCP,Agent_445_Inbound_UDP'
Description: This will disable the specific Windows Firewall Rule(s)
Notes: Firewall rules are set as a sinlge line separated by a comma, set as an array is supported as well

EXAMPLE 2

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

EXAMPLE 6

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