Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Enable Work Folders Usage License Tracking


View products that this article applies to.

Summary

Work Folders supports the usage tracking through the User Access Logging (UAL) framework. By default, the logging is turned off. If you want to enable the logging, run the following command:

Reg add HKLM\Software\Microsoft\Windows\CurrentVersion\SyncShareSrv /v EnableWorkFoldersUAL /t REG_DWORD /d 1

↑ Back to the top


More Information

UAL is a feature introduced in Windows Server 2012. It supports other Windows Server roles to report their respective consumption metrics. Work Folders server uses UAL to report client usage. The logging is not turned on by default. You can enable it through the regkey change. After the regkey is added, you need to restart the SyncShareSvc service on the server, for the logging to take an effect.

When the logging is enabled, you can then use the tools provided through UAL to gather information on client usage.

After the logging is enabled, there will be 2 informational events logged to the Windows Logs\Application channel each time a client connects to the server. For Work Folders, each user may have one or more client devices. All the devices are connecting to the server and checking for data update every 10 minutes. If the server is expecting 1000 users each with 2 devices, the application logs will wrap around in 70 minutes with the default size for event logs. This will make troubleshooting very hard in case of server experiencing issues. Please be aware of this side effect before enabling usage tracking for Work Folders.

Alternatively, the admin can choose to "Archive the log when full" to ensure the events are not getting overwritten.

↑ Back to the top


Keywords: kbsurveynew, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 2876210
Revision : 1
Created on : 1/7/2017
Published on : 3/20/2014
Exists online : False
Views : 258