Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
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: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
Number of assets related to the status.
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.
DeploymentTime
Data type: DateTime
Access type: Read-only
Qualifiers: [not_null, read]
Deployment time.
IsBaselineRule
Data type: Boolean
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
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]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
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-status type. .
StatusType
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
SummarizationTime
Data type: DateTime
Access type: Read-only
Qualifiers: [not_null, read]
Summarization time.
SummaryType
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
Summary type.
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.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.