The SMS_DPStatusSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a summary of the distribution point status.

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

Class SMS_DPStatusSummary : SMS_BaseClass
{
	UInt32 DeploymentType;
	String Description;
	String Name;
	UInt32 NumberErrors;
	UInt32 NumberInProgress;
	UInt32 NumberInstalled;
	UInt32 NumberUnknown;
	DateTime SummarizationTime;
};

Methods

The following table lists the methods in the SMS_DPStatusSummary class.

Method Description

UpdateSummaryData Method in Class SMS_DPStatusSummary

Updates the summary data.

Properties

DeploymentType

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Deployment type for distribution point status summary.
Description

Data type: StringAccess type: Read-only Qualifiers: [read]Description of the distribution point status summary.
Name

Data type: StringAccess type: Read-only Qualifiers: [read]Name.  
NumberErrors

Data type: UInt32Access type: Read-only Qualifiers: [read]Count of the failed distribution points.
NumberInProgress

Data type: UInt32Access type: Read-only Qualifiers: [read]Count of the number of distribution point in progress.
NumberInstalled

Data type: UInt32Access type: Read-only Qualifiers: [read]Count of the number of successfully installed distribution points.
NumberUnknown

Data type: UInt32Access type: Read-only Qualifiers: [read]Count of the number of unknown distribution points.
SummarizationTime

Data type: DateTimeAccess type: Read-only Qualifiers: [read]Last update time.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also