Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Use PowerShell to Compute MD5 Hashes and Find Changed Files

Summary: Learn how to use Windows PowerShell to compute MD5 hashes and find files changed in a folder. (image)  Hey, Scripting Guy! I have a folder and I would like to detect if files within it have changed. I do not want to write a script to parse file sizes and dates modified because that seems to be a lot of work. Is there a way I can ...