Verbose logging is often useful in Microsoft System Center Configuration Manager 2007 when troubleshooting issues with the Configuration Manager 2007 console.
|  Important | 
|---|
| Before sharing verbose log output with people outside of your organization, verify that no sensitive data is recorded in the log file. | 
To enable verbose logging for the Configuration Manager console
- 
Navigate to the <InstallationPath>\AdminUI\bin folder. 
- 
Using a text editor, open adminui.console.dll.config 
- 
Change the line <source name="SmsAdminUISnapIn" switchValue="Error" > to <source name="SmsAdminUISnapIn" switchValue="Verbose" > 
- 
Restart the Configuration Manager 2007 console. 
- 
Examine the <InstallationPath>\AdminUI\SMSAdminUI.log file for additional information. 
- 
After verbose logging is no longer needed, reset the SwitchValue to Error again to remove the processing overhead. 





