The SMS_ImageUpdateHistory Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents software update installation history of offline servicing image.

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

Class SMS_ImageUpdateHistory : SMS_BaseClass
{
	SInt32 FailedUpdateID;
	String ImagePackageID;
	DateTime RunDateTime;
	SInt32 ScheduleID;
	SInt32 Status;
};

Methods

The SMS_ImageUpdateHistory class does not define any methods.

Properties

FailedUpdateID

Data type: SInt32Access type: Read/Write Qualifiers: noneID for software update that failed to install.
ImagePackageID

Data type: StringAccess type: Read/Write Qualifiers: [key]ID for offline servicing image.
RunDateTime

Data type: DateTimeAccess type: Read/Write Qualifiers: [key]Last run time for software update.
ScheduleID

Data type: SInt32Access type: Read/Write Qualifiers: [key]ID for software update installation schedule.
Status

Data type: SInt32Access type: Read/Write Qualifiers: noneSoftware update installation status.

2

Success

3

Failed

Remarks

Requirements

Runtime Requirements

Development Requirements