Skip to content

Add FalconCompleteActivity

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

Add-FalconCompleteActivity

SYNOPSIS

Add an activity to a Falcon Complete case

DESCRIPTION

Requires 'Message Center: Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Type String comment False False Activity type
Content String False False Activity content
UserId 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 User identifier
Id String False True Case identifier

SYNTAX

Add-FalconCompleteActivity [-Type] <String> [-Content] <String> [-UserId] <String> [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally