Thank you for confirming. When you have a second, can you please enable verbose logging, attempt to install the most recent version of Right Click Tools from the community hub, and then send over the C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\AdminUILog\SmsAdminUI.log?
Steps to enable verbose logging:
- Open the console configuration file, Microsoft.ConfigurationManagement.exe.config, in an XML editor like Notepad. The default configuration file is in the following location:
C:\Program Files (x86)\Microsoft Endpoint Manager\AdminConsole\bin\Microsoft.ConfigurationManagement.exe.config
- Under the system.diagnostics > sources > source element, change the switchValue attribute from
Error
toVerbose
. For example:Original:<source name="SmsAdminUISnapIn" switchValue="Error">
New:<source name="SmsAdminUISnapIn" switchValue="Verbose" >
- Save the file, and restart the console.