Set FalconPreventionPrecedence - CrowdStrike/psfalcon GitHub Wiki
Set Prevention policy precedence
All policy identifiers must be supplied in order (with the exception of the 'platform_default' policy) to define policy precedence.
Requires 'Prevention Policies: Write'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
PlatformName | String | Operating system platform |
Windows Mac Linux iOS Android
|
||||
Id | String[] | Policy identifiers in desired precedence order |
Set-FalconPreventionPrecedence [-PlatformName] <String> [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
POST /policy/entities/prevention-precedence/v1
setPreventionPoliciesPrecedence
Set policy precedence NOTE: All policy ids (with the exception of platform_default
) must be supplied in precedence order.
Set-FalconPreventionPrecedence -PlatformName Windows -Id <policy_id>, <policy_id>, <policy_id>, <policy_id>
2023-04-25: PSFalcon v2.2.5