Set-RASSchedule
Last updated
Last updated
Set-RASSchedule
Modifies a Schedule.
Set-RASSchedule [-] <uint> - {RDS | VDI | AVD} [- <uint>] [- <string>] [- <double>] [- <bool>] [- <bool>] [- <bool>] [- <uint>] [- <uint>] [- <string>] [- <bool>] [- <uint>] [- <uint>] [- <uint>] [- {Never | EveryDay | EveryWeek | Every2Weeks | EveryMonth | EveryYear | SpecificDays}] [- {Never | Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}] [- <DateTime>] [<>]
Set-RASSchedule [-] <> [- <uint>] [- <string>] [- <double>] [- <bool>] [- <bool>] [- <bool>] [- <uint>] [- <uint>] [- <string>] [- <bool>] [- <uint>] [- <uint>] [- <uint>] [- {Never | EveryDay | EveryWeek | Every2Weeks | EveryMonth | EveryYear | SpecificDays}] [- {Never | Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}] [- <DateTime>] [<>]
Set-RASSchedule [[-] <string>] [[-] <uint>] - {RDS | VDI | AVD} [- <uint>] [- <string>] [- <double>] [- <bool>] [- <bool>] [- <bool>] [- <uint>] [- <uint>] [- <string>] [- <bool>] [- <uint>] [- <uint>] [- <uint>] [- {Never | EveryDay | EveryWeek | Every2Weeks | EveryMonth | EveryYear | SpecificDays}] [- {Never | Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}] [- <DateTime>] [<>]
Modifies a Schedule property.
-Name <string> Scheduler job name.
-SiteId <uint> Site ID from which to retrieve the schedule job.
-Id <uint> Scheduler job ID.
Possible values: RDS, VDI, AVD
To obtain the object, use the Get-RASSchedule command."
-NewName <string> A new name for the scheduler job.
-Enabled <bool> Whether to enable or disable the schedule.
-Description <string> Schedule description.
-StartDateTime <DateTime> Start time. Default: Now.
-DurationInSecs <double> Duration in seconds.
Accepted values: Never, EveryDay, EveryWeek, Every2Weeks, EveryMonth, EveryYear.
Possible values: Never, EveryDay, EveryWeek, Every2Weeks, EveryMonth, EveryYear, SpecificDays
Possible values: Never, Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
-CompleteIn <uint> The duration of the scheduler task in minutes.
Default: 15 minutes for disable task, 10 minutes for reboot task.
-PoolMembersType <uint> Whether to select the percentage or specific number of members to be started
-PercentageMembers <uint> Percentage of members to be started
-MembersToStart <uint> Specific number of members to be started
-PowerOnAssignedPoolMembers <uint> Power On Assigned Pool Members
-EnableDrainMode <bool> Whether to enable Drain Mode
-ForceServerRebootAfter <uint> Force server reboot after the specified time in seconds
-EnforceScheduleInactiveHost <bool> Enforce schedule for currently inactive host
-OnDisable <bool> What action to take on Disable
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Set-RASSchedule "My Schedule" -ObjType RDS -Enabled $False
Disables the Schedule property specified by name. ---------- EXAMPLE 2 ----------
Set-RASSchedule -Id 10 -ObjType RDS -Enabled $False
Disables the Schedule property specified by ID. ---------- EXAMPLE 3 ----------
Set-RASSchedule $Schedule -Enabled $False
Disables the Schedule property specified by the $Schedule variable (an object of type Schedule).
-ObjType <> Schedule object type.
-InputObject <> An object of type Schedule representing the target scheduler job.
-Repeat <> Repeat interval. Default: EveryWeek
-SpecificDays <> Repeat on Specific Days.