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

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

Class SMS_DCMDeploymentNonCompliantAssetDetails : 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;
	String ClientTypeDisplay;
	Boolean IsBaselineRule;
	Boolean IsEnforced;
	Boolean IsMachineAssignedToUser;
	Boolean IsMachineChangesPersisted;
	Boolean IsVM;
	UInt32 Revision;
	UInt32 Rule_ID;
	String RuleDescription;
	String RuleName;
	UInt32 RuleSeverity;
	String RuleStateDisplay;
	UInt32 RuleSubState;
	UInt32 StatusType;
	String TargetCollectionID;
	String ValidationRule;
	String VMHostName;
};

Methods

The SMS_DCMDeploymentNonCompliantAssetDetails class does not define any methods.

Properties

AssetID

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
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]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
AssignmentID

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

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

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

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

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

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

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

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
ClientTypeDisplay

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

Data type: BooleanAccess type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
IsEnforced

Data type: BooleanAccess type: Read-only Qualifiers: [not_null, read]true if this is enforced.
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. True, if this is a virtual machine.
Revision

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

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

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

Data type: StringAccess type: Read-only Qualifiers: [read]Name of the rule.
RuleSeverity

Data type: UInt32Access type: Read-only Qualifiers: [read]Severity of the rule.
RuleStateDisplay

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

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]Rule sub-state.
StatusType

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

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

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

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

Remarks

Requirements

Runtime Requirements

Development Requirements