Skip to content

Edit FalconFirewallSetting

bk-cs edited this page Sep 22, 2022 · 20 revisions

Edit-FalconFirewallSetting

SYNOPSIS

Modify Falcon Firewall Management policy settings

DESCRIPTION

Requires 'Firewall Management: Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
PlatformId String 0
1
False True Operating System platform identifier
Enforce Boolean False True Policy enforcement status
RuleGroupId String[] ^[a-fA-F0-9]{32}$ False True Rule group identifier
DefaultInbound String ALLOW
DENY
False True Default action for inbound traffic
DefaultOutbound String ALLOW
DENY
False True Default action for outbound traffic
MonitorMode Boolean False True Override all block rules and enable monitoring
LocalLogging Boolean False True Enable local logging of firewall events
Id String ^[a-fA-F0-9]{32}$ False True Policy identifier

SYNTAX

Edit-FalconFirewallSetting [[-PlatformId] <String>] [[-Enforce] <Boolean>] [[-RuleGroupId] <String[]>] [[-DefaultInbound] <String>] [[-DefaultOutbound] <String>] [-MonitorMode] <Boolean>] [[-LocalLogging] <Boolean>] [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally