SharePoint Smart Copy: An Open Source SharePoint Migration Tool (preserves metadata, parallel threads, reporting)
I’ve been doing a lot of file migrations lately using PnP PowerShell, and ended up building an open source app to make the process a lot smoother (and it was a good excuse to dive deep with Claude):
https://sharepointsmartcopy.com
It’s designed to:
Easily select files and folders for migrating
Preserve metadata and version history
Log and report on everything that’s been copied
Run parallel threads for handling larger moves
Wanted to share for those that may have similar needs!

Comments