Remove-BluGenieFirewallRule

Remove-BluGenieFirewallRule
SYNOPSIS
Remove Windows Firewall Rule(s)
SYNTAX
Remove-BluGenieFirewallRule [[-RuleName] <String[]>] [[-Walkthrough]] [[-ReturnObject]] [[-OutUnEscapedJSON]] [<CommonParameters>]DESCRIPTION
Remove Windows Firewall Rule(s)
EXAMPLES
EXAMPLE 1
Command: Remove-BluGenieFirewallRule -RulePath 'BGAgent_445_Inbound_TCP'Description: Remove the BGAgent_445_Inbound_TCP rules from the Windows Firewall Rule list.
Notes:EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
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