Power Management of XenDesktop 7.x Delivery Groups – Prevent workloads from powering off when not in use

There are many a times when you would want to prevent XenDesktop/XenApp 7.x power management from powering off virtual machines in the catalog. If you ever wondered how to do it, here are the steps

Open the PowerShell in administrative mode on the Controller server

asnp citrix*
Set-BrokerDesktopGroup "Delivery group Name" -AutomaticPowerOnForAssignedDuringPeak $True

if the above doesnt fix it, then run the below command as well which will ensure that all the VMs are ready for connections all the time

Set-BrokerDesktopGroup "<Delivery group Name>" -PeakBufferSizePercent 100 -OffPeakBufferSizePercent -100

3 responses to “Power Management of XenDesktop 7.x Delivery Groups – Prevent workloads from powering off when not in use”

  1. Great blog I enjoyed readingg

  2. […] Reference: https://lalmohan.co.nz/2015/10/18/power-management-of-xendesktop-7-x-delivery-groups-prevent-workloa… […]

  3. If you don’t want to have power management at all for delivery group then:
    Set-BrokerDesktopGroup ‘groupname’ –AutomaticPowerOnForAssigned $false

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.