SMS_CH_EvalResult 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_CH_EvalResult Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents client evaluation results.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_CH_EvalResult : SMS_BaseClass
{
    DateTime EvalTime;
    String HealthCheckDescription;
    String HealthCheckGUID;
    UInt32 ResourceID;
    UInt32 Result;
    UInt32 ResultCode;
    String ResultDetail;
    UInt32 ResultType;
};

The SMS_CH_EvalResult class does not define any methods.

EvalTime

Data type: DateTime

Access type: Read-only

Qualifiers: [not_null, read]

Evaluation time.  

HealthCheckDescription

Data type: String

Access type: Read-only

Qualifiers: [read]

Health Check description.  

HealthCheckGUID

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

Health check GUID.  

ResourceID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

Unique Configuration Manager-supplied ID for the resource.

Result

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Evaluation result.  

ResultCode

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Result code.  

ResultDetail

Data type: String

Access type: Read-only

Qualifiers: [read]

Result detail.   

ResultType

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Result type.  

Show: