Forum Discussion
Copy page/news template between sites using powershell
- Aug 26, 2020
Hi,
You need to have at least one template created before copied files are visible on Templates gallery. I noticed this when copying templates over with Power Automate.
I have been using PnP Provisioning Template to copy page templates between sites. If you are interested, you can check out my blog post about this topic.
https://mattipaukkonen.com/2020/07/02/distribute-sharepoint-page-templates-with-pnp-powershell-and-provisioning-templates/Idea is first get all client side pages to a provisioning template, create a new template object with just page templates and apply it to a target site.
Hi,
You need to have at least one template created before copied files are visible on Templates gallery. I noticed this when copying templates over with Power Automate.
I have been using PnP Provisioning Template to copy page templates between sites. If you are interested, you can check out my blog post about this topic.
https://mattipaukkonen.com/2020/07/02/distribute-sharepoint-page-templates-with-pnp-powershell-and-provisioning-templates/
Idea is first get all client side pages to a provisioning template, create a new template object with just page templates and apply it to a target site.
Matti Paukkonen I got things working exactly as needed, thanks to your script. Again, thanks!