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

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

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

Methods

The SMS_ImageServicingProgress class does not define any methods.

Properties

FailedUpdateID

Data type: SInt32Access type: Read/Write Qualifiers: noneFailed software update local unique ID.
ImagePackageID

Data type: StringAccess type: Read/Write Qualifiers: [key]Package ID of the image applied to the target computer.
RunDateTime

Data type: DateTimeAccess type: Read/Write Qualifiers: noneLast run time of software update.
ScheduleID

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

Data type: SInt32Access type: Read/Write Qualifiers: noneStatus for software update installation.

1

Running

2

Success

3

Failed

Win32ErrorCode

Data type: SInt32Access type: Read/Write Qualifiers: noneWin32 error code for software update installation.

Remarks

Requirements

Runtime Requirements

Development Requirements