Skip to content

Remove FalconCommand

bk-cs edited this page Sep 22, 2022 · 16 revisions

Remove-FalconCommand

SYNOPSIS

Remove a command from a queued Real-time Response session

DESCRIPTION

Requires 'Real Time Response: Read'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
SessionId String ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ False True Session identifier
CloudRequestId String ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ False True Cloud request identifier

SYNTAX

Remove-FalconCommand [-SessionId] <String> [-CloudRequestId] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally