The CCM_SoftwareUpdatesManager WMI class is a client class, in Configuration Manager, that exposes methods to install, schedule and other actions on set of software updates.

This interface is equivalent to the ICCMUpdatesDeployment COM interface in the Configuration Manager 2007 SDK.

Important
The software update client side SDK will only return set of updates which are deployed to client from Configuration Manager site server, and are applicable, and are yet to be installed on the client.

The following syntax is simplified from the Managed Object Format (MOF) code and includes all inherited properties.

class CCM_SoftwareUpdatesManager();

Methods

The following table shows the methods in the CCM_SoftwareUpdatesManager class.

Method

Description

CancelDownload Method in Class CCM_SoftwareUpdatesManager

Cancels an in-progress download of software updates during a deployment.

GetAllUpdatesUserExperience Method in Class CCM_SoftwareUpdatesManager

Gets the user experience mode that determines how software updates are displayed on a target computer.

InstallUpdates Method in Class CCM_SoftwareUpdatesManager

Installs the software updates.

PostponeUpdatesToNonBusinessHours Method in Class CCM_SoftwareUpdatesManager

Postpones a set of software updates to automatically install in non-business hours, which are specified by the user.

SetAllUpdatesUserExperience Method in Class CCM_SoftwareUpdatesManager

Sets the user experience mode that determines how software updates are displayed on a target computer.

Properties

The CCM_SoftwareUpdatesManager class does not define any properties.

Remarks

This class is equivalent to the ICCMUpdatesDeployment class in System Center Configuration Manager 2007 COM SDK.

Requirements

Runtime Requirements

Development Requirements

See Also