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

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.

ModelName

Data type: String

Access type: Read/Write

Qualifiers: none

Model Name of the configuration item.

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.

Show: