Aug 19 2016 02:44 AM
Hi all,
I would like to upgrade the PnP version in one of our projects. I have seen a PowerShell command to upgrade the scheme but when I try to use it I'm getting the error attached in the image.
The command is Convert-SPOProvisioningTemplate -Path "...."
Thanks,
Aug 19 2016 03:00 AM
Have you tried applying the template to a site. (while the tmeplate is in the olde format)
exporting the site with Get-SPOProvisioningTemplate
This should give you the latest version of a template.
Aug 19 2016 05:57 AM
first rollout a site with your version next use Pieter solution you can add a template version to it:
Get-SPOProvisioningTemplate -IncludeSiteCollectionTermGroup -Force -Out C:\temp\testpaul1108.pnp -Schema V201605
Kr
Paul