New FalconDeviceControlPolicy - CrowdStrike/psfalcon GitHub Wiki
Create Falcon Device Control policies
Requires 'Device control policies: Write'.
| 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 |
WindowsMacLinux
|
||||
| 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] |
New-FalconDeviceControlPolicy [-Name] <String> [-PlatformName] <String> [[-Description] <String>] [[-UsbSetting] <Object>] [[-BluetoothSetting] <Object>] [-WhatIf] [-Confirm] [<CommonParameters>]New-FalconDeviceControlPolicy -InputObject <Object[]> [-WhatIf] [-Confirm] [<CommonParameters>]POST /policy/entities/device-control/v2
New-FalconDeviceControlPolicy -PlatformName Windows -Name 'My Device Control Policy' -Description 'Short description of my Device Control policy.'2025-09-19: PSFalcon v2.2.9
