How to Workspace Control Reconnect

8:27 PM
How to Workspace Control Reconnect - disable

A question on Citrix Receiver again workspace control to disable has come many times.

The Workspace Control for Receiver for Web can be editing web.config managed for the Receiver for Web site. Please note Citrix eDocs for details.

For Receiver for Windows Workspace control can be managed on client devices by editing the registry. Please read this Knowledge Base article on how to implement them. This can also connected for domain client devices using Group Policy occur.

Storefront 2.6 a configuration provides workspace control back to the Store Service to disable for all recipients. This can be managed through web.config PowerShell or by editing.

Using PowerShell

Make sure that you close the Admin Console. Run to import the following code snippet the storefront PowerShell modules:

 $ dsInstallProp = Get-ItemProperty `-Path HKLM:  SOFTWARE  Citrix  DeliveryServicesManagement -Name InstallDir $ dsInstallDir = $ & $ dsInstallProp.InstallDir dsInstallDir . ,  Scripts  ImportModules.ps1 
can

workspace control to connect then be turned on / off the PowerShell Set-DSAllowSessionReconnect command. The syntax is:

 Set-DSAllowSessionReconnect [[-SiteId] ] [[-VirtualPath] ] `[[-IsAllowed] ] 

For example, if you want to disable Workspace Control is configured for a business again in / Citrix / Store, the following command according to the store:

 Set-DSAllowSessionReconnect -SiteId 1 -VirtualPath / Citrix / Store '-IsAllowed $ false 

editing web.config

Open web.config under the Store service, for example / Citrix / storage in a text editor. Locate the line that looks like follows :.

  

Change to disable the value of allowSessionReconnect incorrect workspace control reconnect or true, so it

Previous
Next Post »
0 Komentar