Set-PSUSchedule
Updates a schedule.
SYNOPSIS
SYNTAX
Schedule (Default)
Set-PSUSchedule [-Schedule] <Schedule> [[-Cron] <String>] [-Description <String>] [[-Script] <String>]
[-Workflow <String>] [-TimeZone <String>] [-Continuous <Boolean>] [-Delay <TimeSpan>] [-Credential <String>]
[-OneTime <DateTime>] [-Environment <String>]
[-Parameters <System.Collections.Generic.List`1[PowerShellUniversal.ScheduleParameter]>] [-Name <String>]
[-Paused <Boolean>] [-Timeout <Int32>] [-Condition <String>] [-RandomDelay <Boolean>] [-Computer <String>]
[-RandomDelayMaximum <Int32>] [-AvailableInBranch <System.Collections.Generic.List`1[System.String]>]
[-Module <String>] [-EveryHour <Boolean>] [-Minute <Int32>] [-EveryDay <Boolean>] [-Hour <Int32>]
[-DayOfWeek <Boolean>] [-Day <String[]>] [-EveryMonth <Boolean>] [-DayOfMonth <Int32>]
[-SpecificMonth <Boolean>] [-Month <String[]>] [-ComputerGroup <String>]
[-ComputerGroupInvocationType <ComputerGroupInvocationType>] [-Folder <String>] [-ComputerName <String>]
[-AppToken <String>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]Id
DESCRIPTION
EXAMPLES
Example 1
PARAMETERS
-AppToken
-Computer
-ComputerName
-Condition
-Continuous
-Credential
-Cron
-Delay
-Description
-Environment
-Id
-Integrated
-Name
-OneTime
-Parameters
-Paused
-RandomDelay
-RandomDelayMaximum
-Schedule
-Script
-TimeZone
-Timeout
-UseDefaultCredentials
-AvailableInBranch
-ComputerGroup
-ComputerGroupInvocationType
-Cookies
-Day
-DayOfMonth
-DayOfWeek
-EveryDay
-EveryHour
-EveryMonth
-Folder
-Hour
-Minute
-Module
-Month
-SpecificMonth
-TrustCertificate
-Workflow
CommonParameters
INPUTS
PowerShellUniversal.Schedule
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?