Forum Discussion
Myles Gallagher
Apr 13, 2018Brass Contributor
Apply site script to existing site?
Perhaps I am just missing something obvious but how can site scripts (newly emerging SharePoint site-template system) be applied to an existing site? None of the Microsoft help pages/guides seem to ...
- DeletedApr 13, 2018Please refer blog post belowhttp://devjhorst.blogspot.com/2018/03/sharepoint-site-design-and-site-script.htmlRunning a site design on an existing SharePoint site processes delta changes. This means that either changes apply to the site without corrupting existing data or that a full provision occurs. Of course, the full provision will occur if the provisioned data hasn't been available in the site before.This can only be done programmatically since there is no UI support yet. The PowerShell script below demonstrates to you how to run the site design on an existing site.https://gist.github.com/JarbasHorst/b053d14374eaadd5b21ad92b0c3cb21e#file-applysitedesign-txt
Deleted
Apr 13, 2018Please refer blog post below
http://devjhorst.blogspot.com/2018/03/sharepoint-site-design-and-site-script.html
Running a site design on an existing SharePoint site processes delta changes. This means that either changes apply to the site without corrupting existing data or that a full provision occurs. Of course, the full provision will occur if the provisioned data hasn't been available in the site before.
This can only be done programmatically since there is no UI support yet. The PowerShell script below demonstrates to you how to run the site design on an existing site.
https://gist.github.com/JarbasHorst/b053d14374eaadd5b21ad92b0c3cb21e#file-applysitedesign-txt