New FalconSvExclusion - CrowdStrike/psfalcon GitHub Wiki
Create a Sensor Visibility exclusion
Requires 'Sensor Visibility Exclusions: Write'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Value | String | RegEx pattern value | X | ||||
GroupId | Object[] | Host group identifier or 'all' to apply to all hosts | X | ||||
DescendantProcess | Boolean | Apply to descendant processes | X | ||||
Comment | String | Audit log comment | X |
New-FalconSvExclusion [-Value] <String> [-GroupId] <Object[]> [[-DescendantProcess] <Boolean>] [[-Comment] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
POST /policy/entities/sv-exclusions/v1
New-FalconSvExclusion -Value '/foo' -GroupId all -Comment 'creating'
2024-09-03: PSFalcon v2.2.7