in XenDesktop 5 gibts es ja leider keinen schönen Haken mehr mit dem man bei gestreamten Clients aktivieren kann, dass diese nach dem Gebrauch neugestartet werden.
Die muss in XenDesktop 5 über die Powershell konfiguriert werden.
Wie immer gibts Hilfe in der Citrix Knowledgebase unter: http://support.citrix.com/article/CTX127842 oder in Worten:
- Start a PowerShell session on the XenDesktop 5 Controller by clicking the blue PowerShell icon on the taskbar or navigating to PowerShell through the Start Menu.
- Run the following command to load the Citrix modules.
Add-PSSnapin Citrix.* - Run the following command to list all of the Desktop Groups in the environment and their respective properties. The property you are concerned with is ShutdownDesktopsAfterUse.
Get-BrokerDesktopGroup - Run the following command to disable the restart of the desktop or use $true to enable it:
Set-BrokerDesktopGroup -Name "Desktop Group Name" -ShutdownDesktopsAfterUse $False.
michael.obernberger
P.S. I am writing my blog in german because that is my mother language but if there are english people you want to have a translated article, please leave a comment on the article
No comments:
Post a Comment