SMS_DPStatus 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_ObjectContentInfo Server WMI Class instead. |
The SMS_DPStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that shows the distribution status for a given package or application.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DPStatus : SMS_BaseClass
{
UInt32 AppCI;
UInt32 Failed;
UInt32 Installed;
DateTime LastUpdated;
String PkgID;
UInt32 Retrying;
String SoftwareName;
};
The SMS_DPStatus class does not define any methods.
- AppCI
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the application configuration items.
- Failed
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the application configuration items that failed to install.
- Installed
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the application configuration items that installed.
- LastUpdated
Data type: DateTime
Access type: Read/Write
Qualifiers: none
The last update time.
- PkgID
Data type: String
Access type: Read/Write
Qualifiers: none
Identifier for the package.
- Retrying
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of application configuration items that are retrying.
- 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.
