Skip to content

Remove FalconReconRule

bk-cs edited this page Apr 28, 2023 · 18 revisions

Remove-FalconReconRule

SYNOPSIS

Remove Falcon Intelligence Recon monitoring rules

DESCRIPTION

Requires 'Monitoring rules (Falcon Intelligence Recon): Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Id String[] Monitoring rule identifier X X

SYNTAX

Remove-FalconReconRule [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

DELETE /recon/entities/rules/v1

falconpy

DeleteRulesV1

USAGE

Deleting a monitoring rule

Remove-FalconReconRule -Id <id>, <id>

2023-04-25: PSFalcon v2.2.5

Clone this wiki locally