无法更新 SCCM 控制台

Unable to Update the SCCM Consol

当我在服务器上加载 SCCM 控制台时,它是 5.0.8577.1000,但我 PC 上的控制台是 5.0.7958.1000

它没有给我升级选项。

我可以在服务器上使用控制台,但我不能在我的 PC 上使用它,因为它说 Description = "Please upgrade your Admin Console to newer version";

我正在尝试使用新版本的 consol 更新我的 PC,但我没有任何办法。

你能告诉我为什么我不能升级吗?

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;
};

SCCM 信息

我的电脑

我认为问题在于旧控制台 (2012 R2) 是通过服务器通过普通软件包更新的,而新版本是随着多年发布而引入的(我认为第一个版本是 1511,当前版本是 1802)使用自我更新控制台。 所以你的服务器可能认为控制台会自我更新而客户端认为服务器会更新它。

在您的站点服务器上应该有当前控制台版本的完整设置 在我们的服务器上有一个共享: \\SMS_\tools\ConsoleSetup(我希望这是通用的,来自服务器的本地路径将是 X:\Roles\ConfigMgr\tools\ConsoleSetup 在安装角色的分区上)

我会使用这个设置来更新,或者如果它也无法完全卸载并重新安装控制台。从那时起,它应该会自动更新每个新版本。

修复。 我将文件从 \SCCMSEEVER\SMS_Site\tools\ConsoleSetup 复制到我的电脑,然后 运行 AdminConsole.msi

这样就OK了