Merge pull request #508 from jamiejdt/VSO-8283774

Added a configurable timeout value for UE-V Logoff
This commit is contained in:
Elizabeth Ross 2017-03-30 12:24:51 -07:00 committed by GitHub
commit 4d85c1142f

View File

@ -130,6 +130,17 @@ If a UE-V 2 settings location template is distributed to a computer installed wi
WORKAROUND: When migrating from UE-V 1 to UE-V 2 and it is likely youll have computers running the previous version of the agent, create a separate UE-V 2.x catalog to support the UE-V 2.x Agent and templates. WORKAROUND: When migrating from UE-V 1 to UE-V 2 and it is likely youll have computers running the previous version of the agent, create a separate UE-V 2.x catalog to support the UE-V 2.x Agent and templates.
### UE-V logoff delay
Occassionally on logoff, UE-V takes a long time to sync settings. Typically, this is due to a high latency network or incorrect use of Distrubuted File System (DFS).
For DFS support, see [Microsofts Support Statement Around Replicated User Profile Data](https://support.microsoft.com/en-us/kb/2533009) for further details.
WORKAROUND: Starting with HF03, a new registry key has been introduced
The following registry key provides a mechanism by which the maximum logoff delay can be specified
\\Software\\Microsoft\\UEV\\Agent\\Configuration\\LogOffWaitInterval
See [UE-V registry settings](https://support.microsoft.com/en-us/kb/2770042) for further details
## Hotfixes and Knowledge Base articles for UE-V 2.1 SP1 ## Hotfixes and Knowledge Base articles for UE-V 2.1 SP1