Skip to content

New FalconSvExclusion

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

New-FalconSvExclusion

SYNOPSIS

Create a Sensor Visibility exclusion

DESCRIPTION

Requires 'Sensor Visibility 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

SYNTAX

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

USAGE

Create Sensor Visibility exclusions

New-FalconSvExclusion -Value '/foo' -GroupId all -Comment 'creating'

Generated 2022-10-06 using PSFalcon v2.2.3

Clone this wiki locally