Skip to content

Receive FalconScheduledReport

bk-cs edited this page Apr 29, 2023 · 19 revisions

Receive-FalconScheduledReport

SYNOPSIS

Download a scheduled report or search result

DESCRIPTION

Requires 'Scheduled Reports: Read'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Path Object Destination path X
Id String Report identifier X X
Force Switch Overwrite an existing file when present

SYNTAX

Receive-FalconScheduledReport [[-Path] <Object>] [-Id] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

GET /reports/entities/report-executions-download/v1

falconpy

report_executions_download_get

USAGE

Download a report file by execution ID

Receive-FalconScheduledReport -Id <id> -Path <string>

See Download your most recent scheduled report results.

2023-04-25: PSFalcon v2.2.5

Clone this wiki locally