Skip to content

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

Notifications You must be signed in to change notification settings

alimughalx/CopySharePointFilesWithMetaDataAndVersionHistory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published