Web interface for the SharePoint PnP Provisioning Engine

As per lots of requests I implemented a small web interface for creating and applying PnP provisioning templates.
Using the web interface you can submit jobs for creating new PnP provisioning templates and for applying the same.

Get-PnPProvisioningTemplate: Create SharePoint site template with multiple (classic experience) pages using PnP provisioning engine

Exporting additional pages besides the welcome page with Get-PnPProvisioningTemplate was always kind of a challenge. With June 2019 Release (version 3.10.1906.0) the -IncludeAllClientSidePages parameter was introduced which will include all client-side pages in the template. Unfortunately this functionality only covers modern experience so-called “Site Pages” but not classic experience “Web Part Pages”. Web Part Pages are […]