Edit FalconMlExclusion - CrowdStrike/psfalcon GitHub Wiki

Edit-FalconMlExclusion

SYNOPSIS

Modify a Machine Learning exclusion

DESCRIPTION

Requires 'Machine Learning Exclusions: Write'.

PARAMETERS

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
Id String Exclusion identifier X

SYNTAX

Edit-FalconMlExclusion [[-Value] <String>] [[-GroupId] <Object[]>] [[-DescendantProcess] <Boolean>] [[-Comment] <String>] [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

PATCH /policy/entities/ml-exclusions/v1

falconpy

updateMLExclusionsV1

USAGE

Modify Machine Learning exclusions

Edit-FalconMlExclusion -Id <id> -Value '/foo*'

2024-09-03: PSFalcon v2.2.7

⚠️ **GitHub.com Fallback** ⚠️