Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.94 KB

File metadata and controls

60 lines (42 loc) · 1.94 KB
title GetPackageDefaultHash Method
description The `GetPackageDefaultHash` Windows Management Instrumentation (WMI) class method, in Configuration Manager, gets the hash of a Configuration Manager package.
ms.date 09/20/2016
ms.subservice sdk
ms.topic reference
ms.collection tier3

GetPackageDefaultHash Method in Class SMS_TaskSequencePackage

The GetPackageDefaultHash Windows Management Instrumentation (WMI) class method, in Configuration Manager, gets the hash of a Configuration Manager package.

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

Syntax

SInt32 GetPackageDefaultHash(
      String PackageID,
      UInt32 SourceVersion,
      String Hash,
);

Parameters

PackageID Data type: String

Qualifiers: [in]

ID of the task sequence package.

SourceVersion Data type: UInt32

Qualifiers: [in]

The version of the package available at the site. This version is indicated by the SourceVersion property of SMS_TaskSequencePackage Server WMI Class.

Hash Data type: String

Qualifiers: [out]

The hash for the package content.

Return Values

An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.

For information about handling returned errors, see About Configuration Manager Errors.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_TaskSequencePackage Server WMI Class