Warning
This class is obsolete. Use SMS_DPStatusInfo Server WMI Class instead.

The SMS_DPStatusPerDP Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents distribution point status per distribution point.

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

Class SMS_DPStatusPerDP : SMS_BaseClass
{
	String DPName;
	UInt32 Failed;
	UInt32 Installed;
	DateTime LastUpdated;
	UInt32 Retrying;
	String SoftwareName;
};

Methods

The SMS_DPStatusPerDP class does not define any methods.

Properties

DPName

Data type: StringAccess type: Read/Write Qualifiers: [key]Name of the distribution point.
Failed

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the failed package or application installations.
Installed

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the installed package or application installations.
LastUpdated

Data type: DateTimeAccess type: Read/Write Qualifiers: noneTime status was last updated.
Retrying

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the retrying package or application installations.
SoftwareName

Data type: StringAccess type: Read/Write Qualifiers: [key]Name of the software.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also