< Back

Invoke-PodeSchedule

Sat Jan 18, 2020 7:16 pm

NAME Invoke-PodeSchedule



SYNOPSIS

Adhoc invoke a Schedule's logic.





SYNTAX

Invoke-PodeSchedule [-Name] <String> [<CommonParameters>]





DESCRIPTION

Adhoc invoke a Schedule's logic outside of its defined cron-expression. This invocation doesn't count towards the

Schedule's limit.





PARAMETERS

-Name <String>

The Name of the Schedule.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Invoke-PodeSchedule -Name 'schedule-name'















RELATED LINKS