Wednesday, 12 December 2012

XenDesktop 5 Power control commands


It is often convient in a XenDesktop environment to disable all the out the box power management features as they are often not required and interfere with the environment.

ASNP Citrix* (this loads Citrix snapins)

Prevent Pooled Desktops rebooting on logoff
Set-BrokerDesktopGroup -Name "groupname" -ShutDownDesktopsAfterUse $False

Set the power option to 24 hours
Set-BrokerPowerTimeScheme -PoolSize (1..24|%{-1})

Turn off Autopower on
Set-BrokerDesktopGroup -PeakBufferSizePercent
100 -OffPeakBufferSizePercent 100 -AutomaticPowerOnForAssigned $false

No comments:

Post a Comment