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 Pattern 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[] ^ldt:[a-fA-F0-9]{32}:\d+$ False True Detection identifier
IncidentId String[] ^inc:[a-fA-F0-9]{32}:[a-fA-F0-9]{32}$ False True Incident identifier
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

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