For extending SCCM Console related Debug troubleshooting issues:
SCCM Console will be installed as 32 bit application in Installation, Even though SCCM is an X64 bit app.
Console installation folder,
"C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\Microsoft.ConfigurationManagement.exe"
By configuring sms:debugview will allow SCCM administrators to get more detailed view of ConfigMgr Console or the ConfigMgr Object Properties View. The object properties view shows more detailed information from SCCM database record for the object/s. to configure Debugview
"C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\Microsoft.ConfigurationManagement.exe" /sms:debugview
To start SCCM Console with resting to the defaults view, such as column width and column order. You can start by
"C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\Microsoft.ConfigurationManagement.exe" /sms:ResetSettings
What if you want to start SCCM Console in English even though os language is other than English?
Try below
"C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\Microsoft.ConfigurationManagement.exe" /sms:culture=<culture>
Refer here for more information on Culture code’s https://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo.aspx
Instead of the last viewed node if you wanted to start console at Top Level View
"C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\Microsoft.ConfigurationManagement.exe" /sms:NoRestore
For more adebug options for SCCM Console
No comments:
Post a Comment