CCM_CIEvaluationJob Client 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 CCM_CIEvaluationJob Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a configuration item evaluation job.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class CCM_CIEvaluationJob :
{
String CIAgentJobId;
UInt32 ErrorCode;
String Id;
Boolean IsMachineTarget;
Boolean IsRebootRequired;
String JobState;
DateTime LastModifiedTime;
String OwnerSID;
String Type;
String UserSID;
};
The CCM_CIEvaluationJob class does not define any methods.
- CIAgentJobId
Data type: String
Access type: Read/Write
Qualifiers: none
CI agent job identifier.
- ErrorCode
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Error code.
- Id
Data type: String
Access type: Read/Write
Qualifiers: [key]
Identifier.
- IsMachineTarget
Data type: Boolean
Access type: Read/Write
Qualifiers: none
true if this is a device targeted application.
- IsRebootRequired
Data type: Boolean
Access type: Read/Write
Qualifiers: none
true if a reboot is required.
- JobState
Data type: String
Access type: Read/Write
Qualifiers: [values]
Job state. Possible values are:
Idle
Evaluating
Success
Error
CanceledOrDeleted
- LastModifiedTime
Data type: DateTime
Access type: Read/Write
Qualifiers: none
Last modified time.
- OwnerSID
Data type: String
Access type: Read/Write
Qualifiers: none
Owner identifier (SID).
- Type
Data type: String
Access type: Read/Write
Qualifiers: [valuemap]
Job type. Possible values are:
DesiredConfiguration
ApplicationManagement
SoftwareUpdates
- UserSID
Data type: String
Access type: Read/Write
Qualifiers: none
User identifier (SID).
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.