Forum Discussion
Martin Segelfeldt
Sep 29, 2016Copper Contributor
Provision sub site using PnP Site provisioning schema?
I am trying to provision a site hierarchy using the PnP site provisioning engine and an .xml file. One thing I am having a bit of a problem with is how do I provision sub sites? I want to provisi...
Sep 29, 2016
if you are using PowerShell then after you connect to your site collection you can specify the web that you want to provision your template to.
Apply-SPOProvisioninTemplate -web subweburl -Path c:\temp\template.xml
nitinkumar kakulde
Dec 30, 2016Copper Contributor
I did all try using the sub site structure migration using your mentioned commands for our project. Its only migrate the Site collection level structure not sub site level structure.
What I observe is subsite level structure migration shows things to be done in PowerShell log trace but actually nothing get created in the targeted subsite.