Powershell toLower Get-FileHash

Powershell toLower Get-FileHash

我有这个命令

    ... | select-object name, fullname, @{Name = "MD5"; Expression = { (Get-FileHash $_.FullName -Algorithm MD5).Hash } }

如何正确降低 MD5 哈希值?

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-filehash?view=powershell-7.1

看起来...Hash.ToLower()成功了