Project
PowerShell script to easily find duplicates.
.SYNOPSYS
Finds duplicate files based on a directory and a filetype filter.
.DESCRIPTION
Each folder is scanned recursivly for files that match a the given filter. When a file is found the file is hashed and added to a collection based on the hash. After all files are scanned the collection where files have the same has value are determined
a duplicate and each duplicate's full path is printed to the screen.