Skip to content

Expand FalconSampleArchive

bk-cs edited this page Jan 17, 2023 · 2 revisions

Expand-FalconSampleArchive

SYNOPSIS

Extract files from an uploaded sample archive to make them available for analysis.

Use the returned 'id' with 'Get-FalconSampleExtraction' to retrieve extraction status.

DESCRIPTION

Requires 'Sample uploads: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
ExtractAll Boolean Extract all files from sample [default: True]
File Object[] Object(s) containing 'name', 'comment', and 'is_confidential' for uniquely handling individual files
Id String X X Sample archive identifier

SYNTAX

Expand-FalconSampleArchive [[-ExtractAll] <Boolean>] [[-File] <Object[]>] [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

SDK Reference

falconpy

ExtractionCreateV1

USAGE

2023-01-17: PSFalcon v2.2.4

Clone this wiki locally