By default, when using Remote PC Access in XenDesktop 7.0, console session on the physical machine can be started to assign multiple users to the same Remote PC Access desktop, provided they conform to the relevant assignment policies. This gives all these users the ability to start remote sessions on the machine.
This article describes how this feature can be disabled, so only the first applicable user to log on to the machine after it has registered with the Citrix Broker service that gets assigned to the machine.Important: This how-to will affect machines that are in Remote PC Access catalogs. For more information on setting up Remote PC Access in XenDesktop, seeĀ Remote PC Access topic in eDocs.
Add the following registry key to every controller running the Citrix Broker Service in the site:
Caution! Refer to the Disclaimer at the end of this article before using Registry Editor.
Name:HKLM\Software\Citrix\DesktopServer\AllowMultipleRemotePCAssignments
Type: DWORD
Value: 0
Note: In order to revert the behavior to the default, set the preceding registry key described to 1, or delete the AllowMultipleRemotePCAssignments key from the registry.
For Citrix Cloud :-
Download theĀ Citrix Cloud Powershell SDK
NOTE:
Run the Following Commands:
Set-BrokerServiceConfigurationData Core.AllowMultipleRemotePCAssignments -SettingValue $false