Skip to content

Edit FalconMlExclusion

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

Edit-FalconMlExclusion

SYNOPSIS

Modify 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
GroupId Object[] X Host group identifier or 'all' to apply to all hosts
Comment String X Audit log comment
Id String X Exclusion identifier

SYNTAX

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

SDK Reference

falconpy

updateMLExclusionsV1

USAGE

Modify Machine Learning exclusions

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

2022-10-24: PSFalcon v2.2.3

Clone this wiki locally