Skip to content

Export FalconReport

bk-cs edited this page Sep 22, 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 Pattern Allowed Pipeline PipelineByName Description
Path String \.csv$ False False Destination path
Object Object[] False Response object to format

SYNTAX

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

USAGE

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally