| 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 |
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.
SInt32 GetPackageDefaultHash(
String PackageID,
UInt32 SourceVersion,
String Hash,
);
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.
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.
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.