Open Trenly opened 8 months ago
I'm not sure this adds much value given the availability of [Get-FileHash].(https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-filehash?view=powershell-7.4). It might be worth building a wrapper to pass the SHA256 algorithm though just to save some typing.
I'm not sure this adds much value given the availability of [Get-FileHash].(learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-filehash?view=powershell-7.4). It might be worth building a wrapper to pass the SHA256 algorithm though just to save some typing.
One advantage of winget hash
is the --msix
parameter which will get the hash of the signature file as well
Description of the new feature / enhancement
There should be parity between the PowerShell module and the client
Proposed technical implementation details
No response