function Get-Hash { <# .SYNOPSIS Creates a Hash of a file and prints the hash .DESCRIPTION Uses System.Security.Cryptography.HashAlgorithm and members to create the hash Also uses System.Text.AsciiEncoding to convert string to byte array. Created as a Module. .NOTES File Name : Get-Hash.PSM1 Author : Thomas Lee – tfl@psp.co.uk Requires : PowerShell V2… Read the full text.