book
Article ID: CTX224906
calendar_today
Updated On:
Description
Multiple reboot schedules for a delivery group
Instructions
New-BrokerRebootScheduleV2
Parameters for New-BrokerRebootScheduleV2:
- Name (A friendly name for the new reboot schedule)
- DesktopGroupName (The name of the Delivery Group to which the reboot schedule is being applied)
- RebootDuration (Approximate maximum number of minutes over which the scheduled reboot cycle runs)
- Day (For weekly cycles, the day of the week on which the scheduled reboot cycle starts)
- Description (An optional description for the reboot schedule)
- Enabled (Boolean that indicates if the new reboot schedule is enabled)
- Frequency (Frequency with which this schedule runs – either weekly or daily)
- RestrictToTag (If set, the reboot schedule only applies to machines in the Delivery Group with the specified tag)
- StartTime (Time of day at which the scheduled reboot cycle starts)
- WarningDuration (Time prior to the start of a machine reboot at which a warning message is displayed to all the users on the machine)
- WarningMessage (Warning message displayed in user sessions on a machine scheduled for reboot)
- WarningRepeatInterval (Time to wait after the previous reboot warning before displaying the warning message in all user sessions on that machine again)
- WarningTitle (The window title used when showing the warning message in user sessions on a machine scheduled for reboot)
eg: New-BrokerRebootScheduleV2 -Name
GroupOne -DesktopGroupName "
DeliveryGroupName " -RebootDuration 4 -Day Thursday
-Enabled $True -Frequency Weekly -RestrictToTag -StartTime 15:45
other related commands
- Get-BrokerRebootScheduleV2 (Lists existing reboot schedules)
- Set-BrokerRebootScheduleV2 (Update an existing reboot schedule)
- Remove-BrokerRebootScheduleV2 (Remove a reboot schedule)
- Rename-BrokerRebootScheduleV2 (Rename a reboot schedule)