The RunOfflineServicingManager Windows Management Instrumentation (WMI) class method, in Configuration Manager, that updates the site control file of the offline servicing manager to run the offline image servicing component as soon as possible on the specified operating system image at the specified site server.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

uint32 RunOfflineServicingManager 
{
	[IN]	String SiteCode
	[IN]	String ServerName
	[IN]	String PackageID
};

Parameters

SiteCode

Data type: StringQualifiers: [id("0"), in]Site code of the site where offline servicing of the operating system image is requested.
ServerName

Data type: StringQualifiers: [id("1"), in]Name of the site server where offline servicing of the operating system is requested (server1.domain1.net).
PackageID

Data type: StringQualifiers: [id("2"), in]The package identifier of the operating system image to be patched with software updates through offline servicing.

Remarks

Requirements

Runtime Requirements

Development Requirements