Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 546 Bytes

File metadata and controls

10 lines (8 loc) · 546 Bytes

Copy a file library from source to destination library with meta data info of document with complete version history of file. This script will work for SharePoint On-Premises and SharePoint Online.

To run this script Download a copy of run.ps1 and make the below changes. Just change the $WebURL with your domain / server URL. Change Source and Target Library Names according to your desired internal library names. $WebURL="http://your-domain.com/" $SourceLibrary ="SourceLibrary" $TargetLibrary = "DestinationLibrary"

Hope this can help you.