How to migrate all contents from multiple site collections from one tenant to another tenant using powershell with users?
How to migrate all contents from multiple site collections from one tenant to another tenant using powershell with users?
@DK2020
I'm checking how the things are going on about this issue. Whether the answer helps you?
You can accept the answer if it helps.
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
@DK2020
Is there any progress on this issue?
If you find any answers helpful to you, please remember to accept them as answers.
It will help others who meet the similar question in this forum.
Thank you for your understanding.
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
I don’t think it’s possible to migrate all contents in multiple site collections from one tenant to another tenant by using PowerShell.
You could use save site as a template to achieve this. Here’re steps:
(1)Go to SharePoint Designer, open the site, click Site Options in the ribbon.
(2)Locate the property SaveSiteAsTemplateEnabled and modify the value to True.
(3)Go to "http://yourdomain.sharepoint.com/sites/site collection name/_layouts/savetmpl.aspx".
(4)Click include contents.
(5)Go to solutions under web designer galleries, click the site template, save as file in the desktop.
(6)Create a new site collection in the central administration, in the template section, choose "Select template later".


(7)Go to the new site collection, click solution gallery, upload solution.

(8)Go to site settings -> Site collection features -> Activate the site template.
(9)Go to the new site collection, in the custom tab, choose site template.
Or you could use ShareGate.
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
10 people are following this question.