The SMS_CI_ComplianceSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a compliance summary for a baseline configuration item.

Class SMS_CI_ComplianceSummary : SMS_BaseClass
{
	UInt32 ActivatedCount;
	UInt32 CI_ID;
	String CI_UniqueID;
	UInt32 CountCompliant;
	UInt32 CountNoncompliant;
	UInt32 CountTargeted;
	UInt32 FailureCount;
	DateTime LastSummaryTime; 
	String ModelName;
	UInt32 Severity;
};

Methods

The SMS_CI_ComplianceSummary class does not define any methods.

Properties

ActivatedCount

Data type: UInt32Access type: ReadQualifiers: NoneThe number of computers that evaluate the configuration item.
CI_ID

Data type: UInt32Access type: ReadQualifiers: [key]The unique ID of the configuration item. This ID is unique only for the site.
CI_UniqueID

Data type: StringAccess type: ReadQualifiers: [unique]The unique ID of the configuration item. This ID is unique across sites.
CountCompliant

Data type: UInt32Access type: ReadQualifiers: NoneThe number of computers with which the configuration item is compliant.
CountNoncompliant

Data type: UInt32Access type: ReadQualifiers: NoneThe number of computers with which the configuration item is not compliant.
CountTargeted

Data type: UInt32Access type: ReadQualifiers: NoneThe number of computers that are targeted for the configuration item.
FailureCount

Data type: UInt32Access type: ReadQualifiers: NoneThe number of computers that fail to evaluate the configuration item.
LastSummaryTime

Data type: DateTimeAccess type: ReadQualifiers: NoneDate and time when the summary task was last run.
ModelName

Data type: StringAccess type: Read/Write Qualifiers: noneModel Name of the configuration item.
Severity

Data type: UInt32Access type: ReadQualifiers: NoneThe noncompliance severity reported by the client for the configuration item.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

  • Secured

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Your application uses this class for compliance monitoring for a configuration item.

Requirements

Runtime Requirements

Development Requirements

See Also