Returns one or more task schedule items using the specified criteria.
Get-TaskSchedule -Item <Item>
Get-TaskSchedule -Path <String>
Get-TaskSchedule [[-Database] <Database>] [[-Name] <String>]
Detailed Description
The Get-TaskSchedule command returns one or more task schedule items, based on name/database filter, path or simply converting a Sitecore item.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Task item to be converted.
true (ByValue, ByPropertyName)
Accept Wildcard Characters?
Path to the item to be returned as Task Schedule.
true (ByValue, ByPropertyName)
Accept Wildcard Characters?
-Database <Database>
Database containing the task items to be returned. If not provided all databases will be considered for filtering using the "Name" parameter.
Accept Wildcard Characters?
Task filter - supports wildcards. Works with "Database" parameter to narrow tassk to only single database.
Accept Wildcard Characters?
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Sitecore.Tasks.ScheduleItem
Help Author: Adam Najmanowicz, Michael West