Skip to content

Remove FalconMlExclusion

bk-cs edited this page Oct 24, 2022 · 19 revisions

Remove-FalconMlExclusion

SYNOPSIS

Remove Machine Learning exclusions

DESCRIPTION

Requires 'Machine Learning Exclusions: Write'.

PARAMETERS

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

SYNTAX

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

SDK Reference

falconpy

deleteMLExclusionsV1

USAGE

Delete Machine Learning exclusions

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

2022-10-24: PSFalcon v2.2.3

Clone this wiki locally