Skip to content

Add FalconCompleteActivity

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

Add-FalconCompleteActivity

SYNOPSIS

Add an activity to a Falcon Complete case

DESCRIPTION

Requires 'Message Center: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Type String comment Activity type
Content String Activity content
UserId String X User identifier
Id String X Case identifier

SYNTAX

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

SDK Reference

falconpy

CaseAddActivity

USAGE

Adding a message to an existing case

Add-FalconCompleteActivity -Id <id> -UserId <user_uuid> -Type 'comment' -Content 'Is this still an issue in my environment?'

See Find a user ID by username.

2022-10-21: PSFalcon v2.2.3

Clone this wiki locally