Skip to content

New FalconDeviceControlPolicy

bk-cs edited this page Sep 3, 2024 · 20 revisions

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
Setting Object

SYNTAX

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

REFERENCE

Endpoints

POST /policy/entities/device-control/v1

falconpy

createDeviceControlPolicies

USAGE

Create a policy

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

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally