RCT installation fails

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:

  1. 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
  2. Under the system.diagnostics > sources > source element, change the switchValue attribute from Error to Verbose. For example:Original: <source name="SmsAdminUISnapIn" switchValue="Error"> New: <source name="SmsAdminUISnapIn" switchValue="Verbose" >
  3. Save the file, and restart the console.