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;
};

Methods

The SMS_CIDeploymentUnknownAssetDetails class does not define any methods.

Properties

AssignmentID

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
AssignmentUniqueID

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
Category

Data type: UInt32Access type: Read-only Qualifiers: [read]Category description.
CI_ID

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Unique ID of the configuration item. This ID is unique only for the site.
CollectionID

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
CollectionName

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
DeploymentIntent

Data type: UInt32Access type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
IsMachineAssignedToUser

Data type: BooleanAccess type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
IsMachineChangesPersisted

Data type: BooleanAccess type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
IsVM

Data type: BooleanAccess type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
MachineID

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
MachineName

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
MachineOS

Data type: StringAccess type: Read-only Qualifiers: [read]Computer operating system.
PolicyModelID

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
SoftwareName

Data type: StringAccess type: Read-only Qualifiers: [read]Name of the software.
StartTime

Data type: DateTimeAccess type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
UserName

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
VMHostName

Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.

Remarks

Requirements

Runtime Requirements

Development Requirements