Remove-SmReportSchedule
Contributors
Suggest changes
Delete a report schedule using this cmdlet.
Syntax
Remove-SmReportSchedule [-Name] <String>
Detailed Description
Delete an existing report schedule using this cmdlet.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Name |
Specify the schedule name to delete it. |
true |
true (ByPropertyName) |
Examples
Example 1: Delete a report schedule.
Remove-SmReportSchedule -Name schedule1
This example deletes a report schedule. Pass the name of the schedule to delete it.