SMS_DPStatus Server WMI Class
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.
Syntax
Class SMS_DPStatus : SMS_BaseClass
{
UInt32 AppCI;
UInt32 Failed;
UInt32 Installed;
DateTime LastUpdated;
String PkgID;
UInt32 Retrying;
String SoftwareName;
};
Methods
The SMS_DPStatus class does not define any methods.
Properties
AppCI
Data type: UInt32Access type: Read/Write
Qualifiers: none
Count of the application configuration items.
Failed
Data type: UInt32Access type: Read/Write
Qualifiers: none
Count of the application configuration items that failed to install.
Installed
Data type: UInt32Access type: Read/Write
Qualifiers: none
Count of the application configuration items that installed.
LastUpdated
Data type: DateTimeAccess type: Read/Write
Qualifiers: none
The last update time.
PkgID
Data type: StringAccess type: Read/Write
Qualifiers: none
Identifier for the package.
Retrying
Data type: UInt32Access type: Read/Write
Qualifiers: none
Count of application configuration items that are retrying.
SoftwareName
Data type: StringAccess type: Read/Write
Qualifiers: [key]
Name of the software.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.