Skip to content

Send FalconCompleteAttachment

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

Send-FalconCompleteAttachment

SYNOPSIS

Upload and attach a file to a Falcon Complete case

DESCRIPTION

Requires 'Message Center: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Path String Path to local file
UserId String X User identifier
Id String X Case identifier

SYNTAX

Send-FalconCompleteAttachment [-Path] <String> [-UserId] <String> [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

SDK Reference

falconpy

CaseAddAttachment

USAGE

Upload a file attachment to a case

Send-FalconCompleteAttachment -Id <id> -Path C:\Users\jdoe\testdata\test.jpg

2022-10-24: PSFalcon v2.2.3

Clone this wiki locally