Skip to main content
SnapCenter 6.0 cmdlets

Invoke-SmReportSchedule

Contributors

Run an existing schedule using this cmdlet.

Syntax

Invoke-SmReportSchedule [-Name]  <String>

Detailed Description

Perform an on-demand run operation of an existing schedule using this cmdlet.

Parameters

Name Description Required? Pipeline Input Default Value

Name

Specify the schedule name to perform on-demand run operation.

true

true (ByPropertyName)

Examples

Example 1: Run a report schedule.

 Invoke-SmReportSchedule -Name schedule1

This example runs a report schedule on-demand. Pass name of the schedule to perform on-demand run operation.