Skip to content

find_and_remove_ducplicate_files.ps1 finds duplicate files based on hash values.

License

Notifications You must be signed in to change notification settings

g-wenzel/remove-duplicate-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

remove-duplicate-files

Powershell script to remove duplicate files. Primarily aimed at cluttered windows shares, that may develop in teams over the course of several years. If there are no extremely valuable data but thousands of files, usually no manual review of the files and folder structures is required or reasonable. Therefore files with the shortest path are kept by default.

The script is intended to be used in a corporate environment, where you may be not permitted to install software but you may be allowed to run a shell script. The script searches for duplicate files basd on file hashes and suggests files to delete.

Based on https://sid-500.com/2020/04/26/find-duplicate-files-with-powershell/

About

find_and_remove_ducplicate_files.ps1 finds duplicate files based on hash values.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published