Forum Discussion
catereilly
Aug 01, 2025Copper Contributor
can PnpOnline script move files to a different library and retain same created and modified dates?
Hi there, Is it possible to move Sharepoint files to a different library and retain the created & modified dates using a PowerShell script? I've only been able to do it with a PowerAutomate flow wh...
- Aug 02, 2025
The Move-PnPFile command automatically preserves metadata such as creator and time during migration.
obiobis
Aug 02, 2025Brass Contributor
The Move-PnPFile command automatically preserves metadata such as creator and time during migration.
catereilly
Aug 05, 2025Copper Contributor
thanks - this is the direction I needed to get it sorted