Skip to content

ConvertTo FalconFirewallRule

bk-cs edited this page Jan 25, 2023 · 4 revisions

ConvertTo-FalconFirewallRule

SYNOPSIS

Convert firewall rules to be compatible with Falcon Firewall Management

DESCRIPTION

Ensures that an object (either from the pipeline, or via CSV import) has the required properties to be accepted as a valid Falcon Firewall Management rule.

Rules that contain both IPv4 and IPv6 addresses will generate errors, along with any rules that are missing the required properties defined by the 'Map' parameter.

Converted rules used with 'New-FalconFirewallGroup' to create groups containing newly converted rules.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Map Hashtable A hashtable containing the following keys with the corresponding CSV column or rule property as the value
Path String Path to a CSV file containing rules to convert
Object Object X An existing rule object to convert

SYNTAX

ConvertTo-FalconFirewallRule [-Map] <Hashtable> [-Path] <String> [<CommonParameters>]
ConvertTo-FalconFirewallRule [-Map] <Hashtable> -Object <Object> [<CommonParameters>]

USAGE

2023-01-17: PSFalcon v2.2.4

Clone this wiki locally