work space control config on SF to only connect to disconnected sessions similar to WI
Instructions
work space control config on SF to only connect to disconnected sessions similar to WI
use case on disconnected session reconnects.
http://docs.citrix.com/en-us/xenapp-and-xendesktop/7-7/manage-deployment/sessions.html#par_anchortitle_d65d
Powershell:
asnp citrix*
Set-BrokerEntitlementPolicyRule <Delivery-Group-name> -SessionReconnection DisconnectedOnly
There are the three options where we would choose DisconnectedOnly as the option.
Always. Sessions always roam, regardless of the client device and whether the session is connected or disconnected. This is the default value.
DisconnectedOnly. Reconnect only to sessions that are already disconnected; otherwise, launch a new session. (Sessions can roam between client devices by first disconnecting them, or using Workspace Control to explicitly roam them.) An active connected session from another client device is never used; instead, a new session is launched.
SameEndpointOnly. A user gets a unique session for each client device they use. This completely disables roaming. Users can reconnect only to the same device that was previously used in the session.