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 Operating System platform identifier
Enforce Boolean False Policy enforcement status
RuleGroupId String[] ^[a-fA-F0-9]{32}$ False Rule group identifier
DefaultInbound String ALLOW
DENY
False Default action for inbound traffic
DefaultOutbound String ALLOW
DENY
False Default action for outbound traffic
MonitorMode Boolean False Override all block rules and enable monitoring
LocalLogging Boolean False Enable local logging of firewall events
Id String ^[a-fA-F0-9]{32}$ False Policy identifier

SYNTAX

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

USAGE

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally