GetPackageHash Method in Class SMS_TaskSequencePackage

System Center

Updated: October 28, 2009

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

In Configuration Manager, the GetPackageHash Windows Management Instrumentation (WMI) class method gets the hash of a Configuration Manager 2007 package.

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


SInt32 GetPackageHash(
      String PackageID,
      UInt32 SourceVersion,
      String Hash,
      UInt32 HashVersion
);

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.

HashVersion
Data type: UInt32

Qualifiers: [out]

The type of the requested hash which can be one of the following values.

1 - MD5 hash

2 - SHA-1 hash

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.

Runtime Requirements

Development Requirements

Show: