Sunday, 18 August 2019

On Windows Server 2016 Datacenter make unresponsive Software Center work

Use the Powershell command Invoke-WmiMethod -Namespace root\CCM -Class SMS_Client -Name SetClientProvisioningMode -ArgumentList $false

This takes out of Provision Mode the System Configuration Configuration Management Client which is used to install organization intranet provided updates through Software Centre.

The Provision Mode is the mode in which previous updates or upgrades were being installed. The client might be stuck in the mode owing to error in updates/upgrades.

No comments:

Post a Comment