Skip to content

New FalconCompleteCase

bk-cs edited this page Oct 6, 2022 · 19 revisions

New-FalconCompleteCase

SYNOPSIS

Create a Falcon Complete case

DESCRIPTION

Requires 'Message Center: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Type String fc:detection-support
fc:contact
fc:falcon-product-support
fc:incident-support
Case type
Title String Case title
Content String Case content
DetectionId String[] X Detection identifier
IncidentId String[] X Incident identifier
UserId String X User identifier

SYNTAX

New-FalconCompleteCase [-Type] <String> [-Title] <String> [-Content] <String> [[-DetectionId] <String[]>] [[-IncidentId] <String[]>] [-UserId] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

2022-10-06: PSFalcon v2.2.3

Clone this wiki locally