SMS_DPStatusPerDP 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
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;
};
The SMS_DPStatusPerDP class does not define any methods.
- DPName
Data type: String
Access type: Read/Write
Qualifiers: [key]
Name of the distribution point.
- Failed
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the failed package or application installations.
- Installed
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the installed package or application installations.
- LastUpdated
Data type: DateTime
Access type: Read/Write
Qualifiers: none
Time status was last updated.
- Retrying
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the retrying package or application installations.
- SoftwareName
Data type: String
Access type: Read/Write
Qualifiers: [key]
Name of the software.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.
