Get the SHA256 Hast for a list of files. This can be used to compare to the hast of a downloaded file.
nuls -f d:/work/tools | where name =~ '^nu'| sort-by modified | select fullname |
each {|file| {fullname: $file.fullname, hash: (open $file.fullname --raw | hash sha256)} } | collect