Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 2.22 KB

runofflineservicingmanager-method-in-class-sms_imagepackage.md

File metadata and controls

71 lines (52 loc) · 2.22 KB
title titleSuffix description ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
RunOfflineServicingManager Method in SMS_ImagePackage
Configuration Manager
The RunOfflineServicingManager WMI class method updates the site control file of the offline servicing manager.
09/20/2016
sdk
configuration-manager
reference
95f79650-f052-4038-bd61-bd8554541b90
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

RunOfflineServicingManager Method in Class SMS_ImagePackage

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.

Syntax

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

Parameters

SiteCode
Data type: String

Qualifiers: [id("0"), in]

Site code of the site where offline servicing of the operating system image is requested.

ServerName
Data type: String

Qualifiers: [id("1"), in]

Name of the site server where offline servicing of the operating system is requested (server1.domain1.net).

PackageID
Data type: String

Qualifiers: [id("2"), in]

The package identifier of the operating system image to be patched with software updates through offline servicing.

PackageType
Data type: UInt32

Qualifiers: [id("3"), in]

The package type of the operating system image or operating system upgrade package.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.