>Another big change in XD 5 is that its all based on powershell command and thus desktop studio does not have all available options in the GUI.
On such option is the ability to set the log off policy, previously in XD4 one was able to set this in the GUI however this has now been considered an advanced capability and so is not available in the GUI. Not to worry the Set-BrokerDesktopGroup command allows one to set the log off policy using the command in the following fashion
-PeakLogOffAction – option for peak hours
-OffPeakLogOffAction – option for off peak hours
Values for the command are
Nothing, Suspend, or Shutdown
Usage as follows
set-brokerdesktopgroup “DesktopGroup-A” -PeakLogOffAction nothing
Useful links
set-brokerdesktopgroup edoc explanation
Further explanation of setting log off policy





January 18, 2011
Citrix