J'utilise Windows 11 avec PowerShell in Windows terminal. When I try to get the sha512 of a Debian ISO, I get the following frustrating output:
PS C:\Users\xdavi\Documents> get-filehash -algorithm sha512 .\debian-11.4.0-amd64-netinst.iso
Algorithm Hash Path
--------- ---- ----
SHA512 EEAB770236777E588F6CE0F984A7F3E85D86295625010E78A0FCA3E873F78188AF7... C:\Users\xdavi\Documents\debian-11.4.0-amd64-netinst.iso
Note the 8AF7... avec ellipses at the end; which is truncated. Comment puis-je view the entire thing?