Is anyone else seeing poor console performance or not responding on Windows 11 24H2. SCCM ver is 2403 and latest client installed is 5.7.2410.1403. Just curious. Thanks!
The ConfigMgr console is slow… I looked at it with Procmon and there are at least two 30 second delays when launching ConfigMgr Console. my guess is that the console is trying to talk to the ConfigMgr Admin service and that is timing out. you can see one of the delays listed within the SmsAdminUI.log. Is that what you are seeing?
This is what I see in the SMSAdminUI.log Which I have several.
\r\n at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Management.ManagementScope.InitializeGuts(Object o)
at System.Management.ManagementScope.Initialize()
at System.Management.ManagementObject.Initialize(Boolean getObject)
at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)\r\n
[1, PID:3020][10/07/2024 08:08:39] :System.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable.
\r\n at System.Management.ThreadDispatch.Start()
at System.Management.ManagementScope.Initialize()
at System.Management.ManagementObjectSearcher.Initialize()
at System.Management.ManagementObjectSearcher.Get()
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)\r\n
[1, PID:3020][10/07/2024 08:08:39] :Transport error; failed to connect, message: 'The RPC server is unavailable.
It looks like you can’t talk to your ConfigMgr Provider. Check your FW logs, Proxy logs, Provider server, etc.
Actually, when I don’t have recast installed, the console performs as expected remotely. Are there know ports or anything specific to recast that need to be allowed through the firewall?