SMS_CI_ComplianceHistory 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_ComplianceHistory Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides the compliance history for both configuration items and configuration baselines.


Class SMS_CI_ComplianceHistory : SMS_BaseClass
{
      UInt32 CI_ID;
      String CI_UniqueID;
      DateTime ComplianceEndDate;
      DateTime ComplianceStartDate;
      UInt32 ComplianceValidationRuleFailures;
      UInt32 DesiredState;
      Boolean IsApplicable;
      Boolean IsCompliant;
      Boolean IsDetected;
      UInt32 MaxNoncomplianceCriticality;
      UInt32 ResourceID;
      UInt32 SDMPackageVersion;
};

The SMS_CI_ComplianceHistory class does not define any methods.

CI_ID
Data type: Uint32

Access type: Read-only

Qualifiers: [key, read]

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

CI_UniqueID
Data type: String

Access type: Read

Qualifiers: None

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

ComplianceEndDate
Data type: DateTime

Access type: Read

Qualifiers: None

Date and time when compliance ends.

ComplianceStartDate
Data type: DateTime

Access type: Read-only

Qualifiers: [key, read]

Date and time when compliance starts.

ComplianceValidationRuleFailures
Data type: UInt32

Access type: Read

Qualifiers: None

Number of validation rule failures.

DesiredState
Data type: UInt32

Access type: Read

Qualifiers: None

Desired state of the configuration item on the computer.

IsApplicable
Data type: Boolean

Access type: Read

Qualifiers: None

true if the configuration item is applicable on the computer.

IsCompliant
Data type: Boolean

Access type: Read

Qualifiers: None

true if the configuration item is compliant on the computer.

IsDetected
Data type: Boolean

Access type: Read

Qualifiers: None

true if the configuration item is detected on the computer.

MaxNoncomplianceCriticality
Data type: UInt32

Access type: Read

Qualifiers: None

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

ResourceID
Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

The unique ID of the resource for the configuration item.

SDMPackageVersion
Data type: UInt32

Access type: Read

Qualifiers: None

Version of the System Definition Model (SDM) package that is associated with 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: