The SMS_DCMDeploymentCompliantAssetDetails Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents compliant asset details for a deployment.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_DCMDeploymentCompliantAssetDetails : SMS_BaseClass
{
	UInt32 AssetID;
	String AssetName;
	UInt32 AssetType;
	UInt32 AssignmentID;
	String AssignmentUniqueID;
	UInt32 BL_ID;
	String BLName;
	UInt32 BLRevision;
	UInt32 CI_ID;
	String CIName;
	UInt32 ClientType;
	Boolean IsMachineAssignedToUser;
	Boolean IsMachineChangesPersisted;
	Boolean IsVM;
	UInt32 Revision;
	UInt32 StatusType;
	String TargetCollectionID;
	String VMHostName;
};

Methods

The SMS_DCMDeploymentCompliantAssetDetails class does not define any methods.

Properties

AssetID

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]The ID of the asset.
AssetName

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]Name of the asset.
AssetType

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, not_null, read]Type of the asset. Possible values are:

0

USER

1

MACHINE

AssignmentID

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

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]The unique ID of the configuration item assignment. This ID is unique across sites.
BL_ID

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]Identifier of the baseline deployed using this assignment.
BLName

Data type: StringAccess type: Read-only Qualifiers: [read]Name of the baseline deployed using this assignment.
BLRevision

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Baseline version that is deployed using this assignment.
CI_ID

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

Data type: StringAccess type: Read-only Qualifiers: [read]The name of the configuration item.
ClientType

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, read]Type of client. Possible values are:

1

WINDOWS_CLIENT

2

WINDOWS_MOBILE

IsMachineAssignedToUser

Data type: BooleanAccess type: Read-only Qualifiers: [read]true if the computer is assigned to a user.
IsMachineChangesPersisted

Data type: BooleanAccess type: Read-only Qualifiers: [read]true if the virtual machine changes are persisted.
IsVM

Data type: BooleanAccess type: Read-only Qualifiers: [read]true if this is a virtual machine.
Revision

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Revision number for the configuration item.
StatusType

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]Status of the deployment to the targeted asset. Possible values are:

1

Success

2

InProgress

4

Unknown

TargetCollectionID

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]The ID of the collection to which the assignment is targeted.
VMHostName

Data type: StringAccess type: Read-only Qualifiers: [read]Virtual machine host name.

Remarks

Requirements

Runtime Requirements

Development Requirements