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

The SMS_DCMDeploymentNonCompliantAssetDetails class does not define any methods.

AssetID

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

AssetName

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

Name of the asset.

AssetType

Data type: UInt32

Access type: Read-only

Qualifiers: [enumeration, not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

AssignmentID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

AssignmentUniqueID

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

BL_ID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

BLName

Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

BLRevision

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

CI_ID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

CIName

Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

ClientType

Data type: UInt32

Access type: Read-only

Qualifiers: [enumeration, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

ClientTypeDisplay

Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

IsBaselineRule

Data type: Boolean

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

IsEnforced

Data type: Boolean

Access type: Read-only

Qualifiers: [not_null, read]

true if this is enforced.

IsMachineAssignedToUser

Data type: Boolean

Access type: Read-only

Qualifiers: [read]

true if the computer is assigned to a user.

IsMachineChangesPersisted

Data type: Boolean

Access type: Read-only

Qualifiers: [read]

true if the virtual machine changes are persisted.

IsVM

Data type: Boolean

Access type: Read-only

Qualifiers: [read]

true if this is a virtual machine. True, if this is a virtual machine.

Revision

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

Rule_ID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

RuleDescription

Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

RuleName

Data type: String

Access type: Read-only

Qualifiers: [read]

Name of the rule.

RuleSeverity

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Severity of the rule.

RuleStateDisplay

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

RuleSubState

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

Rule sub-state.

StatusType

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

TargetCollectionID

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

ValidationRule

Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.

VMHostName

Data type: String

Access type: Read-only

Qualifiers: [read]

Virtual machine host name.

Show: