Set FalconDeviceControlPrecedence - CrowdStrike/psfalcon GitHub Wiki
Set Falcon Device Control policy precedence
All policy identifiers must be supplied in order (with the exception of the 'platform_default' policy) to define policy precedence.
Requires 'Device control policies: Write'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
PlatformName | String | Operating system platform |
Windows Mac Linux
|
||||
Id | String[] | Policy identifiers in desired precedence order |
Set-FalconDeviceControlPrecedence [-PlatformName] <String> [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
POST /policy/entities/device-control-precedence/v1
setDeviceControlPoliciesPrecedence
NOTE: All policy ids (with the exception of platform_default
) must be supplied in precedence order.
Set-FalconDeviceControlPrecedence -PlatformName Windows -Id <id1>, <id2>, <id3>, <id4>
2023-04-25: PSFalcon v2.2.5