SMS_AppDeploymentStatus Server WMI Class
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_AppDeploymentStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents application deployment status.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_AppDeploymentStatus : SMS_BaseClass
{
UInt32 AppCI;
String AppName;
UInt32 AppStatusType;
UInt32 AssignmentID;
String AssignmentUniqueID;
String CollectionID;
String CollectionName;
UInt32 DeploymentIntent;
UInt32 DTCI;
UInt32 DTModelID;
String DTName;
UInt32 EnforcementState;
UInt32 PolicyModelID;
DateTime StartTime;
UInt32 StatusType;
String Technology;
UInt32 Total;
};
Methods
The SMS_AppDeploymentStatus class does not define any methods.
Properties
AppCI
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
AppName
Data type: StringAccess type: Read-only
Qualifiers: [read]
AppStatusType
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
AssignmentID
Data type: UInt32Access type: Read-only
Qualifiers: [key, not_null, read]
AssignmentUniqueID
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read]
CollectionID
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read]
CollectionName
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read]
DeploymentIntent
Data type: UInt32Access type: Read-only
Qualifiers: [read]
DTCI
Data type: UInt32Access type: Read-only
Qualifiers: [key, not_null, read]
DTModelID
Data type: UInt32Access type: Read-only
Qualifiers: [key, not_null, read]
DTName
Data type: StringAccess type: Read-only
Qualifiers: [read]
EnforcementState
Data type: UInt32Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_AppDeploymentAssetDetails Server WMI Class.
Enforcement state. Possible values are:
0
Enforcement State Unknown
1
Enforcement started
2
Enforcement waiting for content
3
Waiting for another installation to complete
4
Waiting for maintenance window before installing
5
Restart required before installing
6
General failure
7
Pending installation
8
Installing update
9
Pending system restart
10
Successfully installed update
11
Failed to install update
12
Downloading update
13
Downloaded update
14
Failed to download update
PolicyModelID
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
Policy Model ID of the application.
StartTime
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
StatusType
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
Technology
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read]
Total
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
Total number of systems at a specific status for the deployment.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Configuration Manager Application Management Server WMI Classes