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

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

Class SMS_DCMDeploymentNonCompliantStatus : SMS_BaseClass
{
	UInt32 Assets;
	UInt32 AssignmentID;
	String AssignmentUniqueID;
	UInt32 BL_ID;
	String BLName;
	UInt32 BLRevision;
	UInt32 CI_ID;
	String CIName;
	DateTime DeploymentTime;
	Boolean IsBaselineRule;
	UInt32 Revision;
	UInt32 Rule_ID;
	String RuleDescription;
	String RuleName;
	UInt32 RuleSeverity;
	String RuleStateDisplay;
	UInt32 RuleSubState;
	UInt32 StatusType;
	DateTime SummarizationTime;
	UInt32 SummaryType;
	String TargetCollectionID;
	String ValidationRule;
};

Methods

The SMS_DCMDeploymentNonCompliantStatus class does not define any methods.

Properties

Assets

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Number of assets related to the status.
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.
DeploymentTime

Data type: DateTimeAccess type: Read-only Qualifiers: [not_null, read]Deployment time.
IsBaselineRule

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

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

Data type: DateTimeAccess type: Read-only Qualifiers: [not_null, read]Summarization time.  
SummaryType

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Summary type.  
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.

Remarks

Requirements

Runtime Requirements

Development Requirements