New FalconDeviceControlPolicy - CrowdStrike/psfalcon GitHub Wiki

New-FalconDeviceControlPolicy

SYNOPSIS

Create Falcon Device Control policies

DESCRIPTION

Requires 'Device control policies: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
InputObject Object[] One or more policies to create in a single request X
Name String Policy name
PlatformName String Operating system platform Windows
Mac
Linux
Description String Policy description
UsbSetting Object USB settings [default values will be supplied if omitted]
BluetoothSetting Object Bluetooth settings [default values will be supplied if omitted]

SYNTAX

New-FalconDeviceControlPolicy [-Name] <String> [-PlatformName] <String> [[-Description] <String>] [[-UsbSetting] <Object>] [[-BluetoothSetting] <Object>] [-WhatIf] [-Confirm] [<CommonParameters>]
New-FalconDeviceControlPolicy -InputObject <Object[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /policy/entities/device-control/v2

falconpy

postDeviceControlPoliciesV2

USAGE

Create a policy

New-FalconDeviceControlPolicy -PlatformName Windows -Name 'My Device Control Policy' -Description 'Short description of my Device Control policy.'

2025-09-19: PSFalcon v2.2.9

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