Get PodeScheduleProcess - mdaneri/Pode GitHub Wiki
external help file: Pode-help.xml Module Name: Pode online version: PodeType: Schedules schema: 2.0.0
Get all Schedule Processes.
Get-PodeScheduleProcess [[-Name] <String[]>] [[-Id] <String[]>] [[-State] <String[]>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Get all Schedule Processes, with support for filtering.
Get-PodeScheduleProcess
Get-PodeScheduleProcess -Name 'ScheduleName'
Get-PodeScheduleProcess -Id 'ScheduleId'
Get-PodeScheduleProcess -State 'Running'
An optional ID of the Schedule process to filter by, can be one or more.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseAn optional Name of the Schedule to filter by, can be one or more.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseAn optional State of the Schedule process to filter by, can be one or more.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: All
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.