Skip to content

New FalconCompleteCase

bk-cs edited this page Sep 22, 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
False False Case type
Title String False False Case title
Content String False False Case content
DetectionId String[] False True Detection identifier
IncidentId String[] False True Incident identifier
UserId String False True User identifier

SYNTAX

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

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally