Skip to content

Export FalconReport

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

Export-FalconReport

SYNOPSIS

Format a response object and output to console or CSV

DESCRIPTION

Each property within a response object is 'flattened' to a single field containing a CSV-compatible value--with

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Path String Destination path
Object Object[] X Response object to format

SYNTAX

Export-FalconReport [[-Path] <String>] [-Object] <Object[]> [<CommonParameters>]

Generated 2022-15-06 using PSFalcon v2.2.3

Clone this wiki locally