Forum Discussion
User1_Infosys
Jul 16, 2020Copper Contributor
Teams Wiki content Migration Issue
I am trying to Migrate Teams Wiki Tab Content across the tenant. I found that teams wiki contents are stored in the teams SharePoint hidden list with channel name. Hidden List and .mht file is created when we click on the wiki tab in teams group. Is there any way to perform the Hidden list and .mht file creation using Power shell or C# without clicking the wiki tab.
- In theory you could do it by using SharePoint Online APIs (in C# or PowerShell), but I have never test it. Wikis, as you mentions, are stored in a specific format that might cause the copy operation is not well done. It seems that others have tried to do it with Power Automate with no sucess (https://microsoftteams.uservoice.com/forums/555103-public/suggestions/33185884-ability-to-copy-a-wiki-page)
3 Replies
Sort By
- Emmanuel DreuxBrass Contributoryou can try this:
https://cloudiway.com/solutions/teams-migration/ - SanthoshB1Bronze Contributor
User1_Infosys You need to use the apps from ISVs such as Apps4Pro migration manager to migrate the wiki data between tenants.
- In theory you could do it by using SharePoint Online APIs (in C# or PowerShell), but I have never test it. Wikis, as you mentions, are stored in a specific format that might cause the copy operation is not well done. It seems that others have tried to do it with Power Automate with no sucess (https://microsoftteams.uservoice.com/forums/555103-public/suggestions/33185884-ability-to-copy-a-wiki-page)