How do I move files from Doc Lib A to Doc Lib B that is on another site collection?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
If you don't need to keep metadata then the open with windows explorer is a good option. |
|||||
|
|
Export the document library using the Export-SPWeb command. Use Import-SPWeb for restoration (see options in the commands for targeting site-level and also the Site & Document Lib templates should match in the source & destination). |
||||
|
|