Skip to content

Invoke FalconScheduledReport

bk-cs edited this page Oct 31, 2022 · 18 revisions

Invoke-FalconScheduledReport

SYNOPSIS

Execute a scheduled report

DESCRIPTION

Requires 'Scheduled Reports: Read'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Id String X X Report identifier

SYNTAX

Invoke-FalconScheduledReport [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

SDK Reference

falconpy

scheduled_reports_launch

USAGE

Execute a scheduled report on demand

Invoke-FalconScheduledReport -Id <id>

See Get-FalconScheduledReport.

2022-10-31: PSFalcon v2.2.3

Clone this wiki locally