Remove FalconMlExclusion - CrowdStrike/psfalcon GitHub Wiki

Remove-FalconMlExclusion

SYNOPSIS

Remove Machine Learning exclusions

DESCRIPTION

Requires 'Machine Learning Exclusions: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Comment String Audit log comment
Id String[] Exclusion identifier X X

SYNTAX

Remove-FalconMlExclusion [[-Comment] <String>] [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

DELETE /policy/entities/ml-exclusions/v1

falconpy

deleteMLExclusionsV1

USAGE

Delete Machine Learning exclusions

Remove-FalconMlExclusion -Id <id>, <id>
Get-FalconMlExclusion -Filter "applied_globally:True" | Remove-FalconMlExclusion

2023-04-25: PSFalcon v2.2.5

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