SCCM 1610 KB4016483. 这 Hotfix must help you with 软件中心 stuck.
Symptoms
When you open 软件中心 on a 配置管理器 客户, new deployments are not listed if the following conditions are true:
- A 配置管理器 当前分行 client was deployed by using the 设置 视窗 和 配置管理器 task sequence step.
- After you upgrade to client version 1610, a client update (修补程序) 已安装, or a client language pack is installed or removed by using the Automatic Client Upgrade
In this scenario, the client is stuck in Provisioning Mode.
笔记: To confirm that a client is affected by this issue, look for a ProvisioningMode value of 真的 in the registry under
HKEY_LOCAL_MACHINE\Software\Microsoft\CCM\CcmExec
解决
This update prevents this issue on clients that are not already in Provisioning Mode.
For clients that are already stuck in Provisioning Mode, 使用 SetClientProvisioningMode method from an elevated command prompt:
Powershell.exe Invoke-WmiMethod -Namespace root\CCM -Class SMS_Client -Name SetClientProvisioningMode -ArgumentList $false