Forum Discussion
tgroppi
Aug 18, 2021Copper Contributor
How to transfer Team Site pages to Community Site pages
We have thousand of pages that has been created using one Modern Team Site. How can we transfer them to our Modern Community Site (made of many Sites) ? See images Thanks Thomas
- Aug 19, 2021There are two possible ways to do this Job:
1) (Recommended) Extract a PnP template with your pages and all what's required in them and them provision the PnP template in the sites
2) (More elaborated) Do the same, but with PowerShell scripts you have to write
Aug 19, 2021
There are two possible ways to do this Job:
1) (Recommended) Extract a PnP template with your pages and all what's required in them and them provision the PnP template in the sites
2) (More elaborated) Do the same, but with PowerShell scripts you have to write
1) (Recommended) Extract a PnP template with your pages and all what's required in them and them provision the PnP template in the sites
2) (More elaborated) Do the same, but with PowerShell scripts you have to write
tgroppi
Aug 19, 2021Copper Contributor
jcgonzalezmartinThank you appreciated !