Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Unable to Update the SCCM Console

lalajee2018

Well-Known Member
Messages
143
Reaction score
6
Points
18
Hi,
When I load the SCCM consol on server its 5.0.8577.1000 but consol on my PC is 5.0.7958.1000

Its not giving me option to upgrade.

I can use the consol on server but I cant use it on my PC becasue its saying that Description = "Please upgrade your Admin Console to newer version";

I'm trying to update my PC with new version of consol but i'm not getting any way.

Can you please let me know why I cant upgrade?

SmsAdminUI.log
[5, PID:14856][06/25/2018 13:43:07] :System.Management.ManagementException\r\nGeneric failure \r\n at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
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\nManagementException details:
instance of __ExtendedStatus
{
Description = "Please upgrade your Admin Console to newer version";
Operation = "ExecMethod";
ParameterInfo = "SMS_Identification";
ProviderName = "WinMgmt";
StatusCode = 2147749889;
};
 
Fix.
I copy the files from \\SCCMSEEVER\SMS_Site\tools\ConsoleSetup to my PC and run the AdminConsole.msi

After doing this all is OK.
 
I can use the consol on server but I cant use it on my PC becasue its saying that Description = "Please upgrade your Admin Console to newer version";
Yes you have to always use the latest version of console to access your site. You should find the console upgrade package under packages.
 
Back
Top