SMS_CIDeploymentUnknownAssetDetails 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
The SMS_CIDeploymentUnknownAssetDetails Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the asset-level status of a configuration item deployment for unknown status.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CIDeploymentUnknownAssetDetails : SMS_BaseClass
{
UInt32 AssignmentID;
String AssignmentUniqueID;
UInt32 Category;
UInt32 CI_ID;
String CollectionID;
String CollectionName;
UInt32 DeploymentIntent;
Boolean IsMachineAssignedToUser;
Boolean IsMachineChangesPersisted;
Boolean IsVM;
UInt32 MachineID;
String MachineName;
String MachineOS;
UInt32 PolicyModelID;
String SoftwareName;
DateTime StartTime;
String UserName;
String VMHostName;
};
The SMS_CIDeploymentUnknownAssetDetails class does not define any methods.
- AssignmentID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
- AssignmentUniqueID
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
- Category
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Category description.
- CI_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
Unique ID of the configuration item. This ID is unique only for the site.
- CollectionID
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
- CollectionName
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
- DeploymentIntent
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
- IsMachineAssignedToUser
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
- IsMachineChangesPersisted
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
- IsVM
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
- MachineID
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
- MachineName
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
- MachineOS
Data type: String
Access type: Read-only
Qualifiers: [read]
Computer operating system.
- PolicyModelID
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
- SoftwareName
Data type: String
Access type: Read-only
Qualifiers: [read]
Name of the software.
- StartTime
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
- UserName
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
- VMHostName
Data type: String
Access type: Read-only
Qualifiers: [read]
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.