SMS_CI_ComplianceSummary Server WMI Class

System Center

Updated: October 28, 2009

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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;
      UInt32 Severity;
};

The SMS_CI_ComplianceSummary class does not define any methods.

ActivatedCount
Data type: UInt32

Access type: Read

Qualifiers: None

The number of computers that evaluate the configuration item.

CI_ID
Data type: UInt32

Access type: Read

Qualifiers: [key]

The unique ID of the configuration item. This ID is unique only for the site.

CI_UniqueID
Data type: String

Access type: Read

Qualifiers: [unique]

The unique ID of the configuration item. This ID is unique across sites.

CountCompliant
Data type: UInt32

Access type: Read

Qualifiers: None

The number of computers with which the configuration item is compliant.

CountNoncompliant
Data type: UInt32

Access type: Read

Qualifiers: None

The number of computers with which the configuration item is not compliant.

CountTargeted
Data type: UInt32

Access type: Read

Qualifiers: None

The number of computers that are targeted for the configuration item.

FailureCount
Data type: UInt32

Access type: Read

Qualifiers: None

The number of computers that fail to evaluate the configuration item.

LastSummaryTime
Data type: DateTime

Access type: Read

Qualifiers: None

Date and time when the summary task was last run.

Severity
Data type: UInt32

Access type: Read

Qualifiers: None

The noncompliance severity reported by the client for the configuration item.

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.

Runtime Requirements

Development Requirements

Show: