Folder Redirection can provide a detailed log that you can use to troubleshoot Group Policy issues.
When To Enable Folder Redirection Logging
Folder redirection CSE logging, by default, is set to only log errors. To avoid using unnecessary disk space, you should leave folder redirection logging at the default setting. You can enable folder redirection logging to gather verbose troubleshooting information when investigating folder redirection errors on a client computer.
Enabling Verbose Folder Redirection Logging
Caution |
|
This section contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, see Description of the Microsoft Windows Registry on the Microsoft Web site (http://go.microsoft.com/fwlink/?LinkId=35500). |
To enable Folder Redirection logging on the client computer
-
Log on to the administration computer as the administrator.
-
Click Start, Run, and then run Regedit to add the following registry value (or modify it, if the value already exists):
Key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Diagnostics
-
Enter the following:
Value: FdeployDebugLevel
Value Type: REG_DWORD
Value Data: 0F (Hexadecimal)
FdeployDebugLevel can have the following values:
-
NORMAL 0x00000000
-
VERBOSE 0x0000000F
The default value is NORMAL (0x00000000).
The log file can be found at: %Systemroot%\debug\usermode\fdeploy.log.
See Also