Skip to content

New FalconMlExclusion

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

New-FalconMlExclusion

SYNOPSIS

Create a Machine Learning exclusion

DESCRIPTION

Requires 'Machine Learning Exclusions: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Value String X RegEx pattern value
ExcludedFrom String[] blocking
extraction
X Actions to exclude
GroupId Object[] X Host group identifier or 'all' to apply to all hosts
Comment String X Audit log comment

SYNTAX

New-FalconMlExclusion [-Value] <String> [-ExcludedFrom] <String[]> [-GroupId] <Object[]> [[-Comment] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

Create Machine Learning exclusions

New-FalconMlExclusion -Value '/foo' -ExcludedFrom blocking, extraction -GroupId all -Comment 'creating foo'

Generated 20221006 using PSFalcon v2.2.3

Clone this wiki locally