I found a hash script recipe in the Windows PowerShell Cookbook and converted it to a file hash comparison utility. The original script, "Get the MD5 or SHA1 Hash of a File", can be found in recipe 17.10 of the book. The getFileHash script returns the hash value for a file. The $hashType parameter...