SMS_UpdateDeploymentSummary Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_UpdateDeploymentSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that represents a summary for a given software update in given software updates deployment.

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

Class SMS_UpdateDeploymentSummary : SMS_BaseClass
{
      Boolean AssignmentEnabled;
      UInt32 AssignmentID;
      String AssignmentName;
      String AssignmentUniqueID;
      UInt32 CI_ID;
      String CollectionID;
      String CollectionName;
      Boolean IncludeSubCollections;
      UInt32 NumFailed;
      UInt32 NumInstalled;
      UInt32 NumMissing;
      UInt32 NumNotApplicable;
      UInt32 NumPresent;
      UInt32 NumTotal;
      UInt32 NumUnknown;
      DateTime StartTime;
};

The SMS_UpdateDeploymentSummary class does not define any methods.

AssignmentEnabled

Data type: Boolean

Access type: Read-only

Qualifiers: [read]

true if the assignment is enabled.

AssignmentID

Data type: UInt32

Access type: Read-only

Qualifiers: [read, key, not_null]

The ID for the configuration item assignment.

AssignmentName

Data type: String

Access type: Read-only

Qualifiers: [read, not_null]

The name of the configuration item assignment.

AssignmentUniqueID

Data type: String

Access type: Read-only

Qualifiers: [read, not_null]

The unique ID of the configuration item assignment.

CI_ID

Data type: UInt32

Access type: Read-only

Qualifiers: [read, key, not_null]

The ID of the software update configuration item. This ID is only unique for the site.

CollectionID

Data type: String

Access type: Read-only

Qualifiers: [read, not_null]

The ID for the collection associated with the update deployment.

CollectionName

Data type: String

Access type: Read-only

Qualifiers: [read, not_null]

The name of the collection associated with the update deployment.

IncludeSubCollections

Data type: Boolean

Access type: Read-only

Qualifiers: [read, not_null]

This property is deprecated in System Center 2012 R2 Configuration Manager.

NumFailed

Data type: UInt32

Access type: Read-only

Qualifiers: [read, not_null]

Number of computers for which the configuration item installation failed.

NumInstalled

Data type: UInt32

Access type: Read-only

Qualifiers: [read, not_null]

Number of computers for which the configuration item was installed by enforcement.

NumMissing

Data type: UInt32

Access type: Read-only

Qualifiers: [read, not_null]

Number of computers for which the configuration item is missing.

NumNotApplicable

Data type: UInt32

Access type: Read-only

Qualifiers: [read, not_null]

Number of computers for which the configuration item is not applicable.

NumPresent

Data type: UInt32

Access type: Read-only

Qualifiers: [read, not_null]

Number of computers for which the configuration item is already installed.

NumTotal

Data type: UInt32

Access type: Read-only

Qualifiers: [read, not_null]

Total number of computers in the collection.

NumUnknown

Data type: UInt32

Access type: Read-only

Qualifiers: [read, not_null]

Number of computers for which the state of the configuration item is unknown.

StartTime

Data type: DateTime

Access type: Read-only

Qualifiers: [read]

The date and time when the assignment was initially offered.

Class qualifiers for this class include:

  • Secured

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Show: