This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Verifies that the file hash of a PowerShell open-source installer matches expected value. | |
.DESCRIPTION | |
Compares the file hash of a PowerShell open-source installation file to the expected file hash value. Supports | |
all installation file types, including msi, zip, rpm, deb, pkg, and tar.gz, beginning with installers for PowerShell | |
release 6.0.0.9. | |
To get a list of installer file names, but not test the file hash, use the ListOnly parameter. |