Activate Local Host Cache (XenDesktop 7.12)
Step 1: To activate the new LHC feature, log on to the Desktop Delivery Controller and start a PowerShell ISE console
Step 2: Run the following command to load in the Citrix PowerShell snap-ins
asnp citrix.*
|
Step 3: Enable Local Host Cache, run the following PowerShell command:
Set-BrokerSite -LocalHostCacheEnabled $true -ConnectionLeasingEnabled $false
|