Skip to content

Scheduled Delivery Group reboots are not working after upgrading to XenDesktop / XenApp 7.12 / 7.13

15. March 2017

After upgrading Citrix XenApp / XenDesktop to 7.12 our scheduled reboots for the Server VDA Delivery Groups did not work any longer. Citrix provided us with a Hotfix (that’s also included in 7.13) – but even that did not fix the problem. To fix it we had to recreate the reboot schedule. If you now think you can just remove the reboot settings using the Studio you are wrong:
scheduled_reboots_01

To see that the reboot schedule still exists you need to open a PowerShell and enter the following commands:

Add-PSSnapin Citrix*
Get-BrokerRebootSchedule

You will now get a list off all configured reboots. The only thing changed is that the reboot schedule for your delivery group was Disabled:
scheduled_reboots_02

For completely removing the reboot schedule enter the following command:

Remove-BrokerRebootSchedule -DesktopGroupName "DESKTOP GROUP NAME"

scheduled_reboots_03

After that you can recreate your schedule using the Studio (or PowerShell). That’s it.

From → Citrix, XenApp, XenDesktop

Leave a Comment

Leave a comment