Skip to content

Receive FalconScheduledReport

bk-cs edited this page Oct 24, 2022 · 20 revisions

Receive-FalconScheduledReport

SYNOPSIS

Download a scheduled report or search result

DESCRIPTION

Requires 'Scheduled Reports: Read'.

PARAMETERS

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

SYNTAX

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

SDK Reference

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.

2022-10-24: PSFalcon v2.2.3

Clone this wiki locally