Executes a task schedule.
Start-TaskSchedule -Schedule <ScheduleItem>
Start-TaskSchedule [-Item] <Item>
Start-TaskSchedule [-Path] <String>
Start-TaskSchedule -Id <String> [-Database <String>]
Detailed Description
Executes a task schedule either passed from Get-Schedule, based on Item or Schedule path.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
-Schedule <ScheduleItem>
ScheduleItem most conveniently obtained from Get-Schedule command.
true (ByValue, ByPropertyName)
Accept Wildcard Characters?
Schedule item - if Item is of wrong template - an appropriate error will be written to teh host.
true (ByValue, ByPropertyName)
Accept Wildcard Characters?
Path to the schedule item - if item is of wrong template - an appropriate error will be written to teh host.
Accept Wildcard Characters?
Accept Wildcard Characters?
-Database <String>
Accept Wildcard Characters?
The input type is the type of the objects that you can pipe to the cmdlet.
Sitecore.Tasks.ScheduleItem
Sitecore.Data.Items.Item
The output type is the type of the objects that the cmdlet emits.
Sitecore.Tasks.ScheduleItem
Help Author: Adam Najmanowicz, Michael West