New FalconFirewallLocation - CrowdStrike/psfalcon GitHub Wiki

New-FalconFirewallLocation

SYNOPSIS

Create Falcon Firewall Management locations

DESCRIPTION

Requires 'Firewall management: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
CloneId String Clone an existing location X
AddFwRule Boolean Include firewall rules from existing location (when using 'CloneId')
Name String Location name X
Description String Location description X
Enabled Boolean Location enablement status X
ConnectionType Object Wired or wireless connection types with associated properties X
DefaultGateway String[] Default gateway IP address or CIDR block X
DhcpServer String[] DHCP server IP address or CIDR block X
DnsServer String[] DNS server IP address or CIDR block X
HostAddress String[] Host IP address or CIDR block X
DnsResolutionTarget Object[] Object containing DNS resolution target information ('hostname', 'ip_match') X
HttpsReachableHost Object[] Target domain name using a trusted certificate X
IcmpRequestTarget Object[] Pingable IP address or CIDR block X
Comment String Audit log comment X

SYNTAX

New-FalconFirewallLocation [-Name] <String> [[-Description] <String>] [[-Enabled] <Boolean>] [[-ConnectionType] <Object>] [[-DefaultGateway] <String[]>] [[-DhcpServer] <String[]>] [[-DnsServer] <String[]>] [[-HostAddress] <String[]>] [[-DnsResolutionTarget] <Object[]>] [[-HttpsReachableHost] <Object[]>] [[-IcmpRequestTarget] <Object[]>] [[-Comment] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
New-FalconFirewallLocation [-CloneId] <String> [[-AddFwRule] <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /fwmgr/entities/network-locations/v1

falconpy

create_network_locations

USAGE

2025-09-19: PSFalcon v2.2.9

⚠️ **GitHub.com Fallback** ⚠️