Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
$sitedesign = Get-SPOSiteDesign | where {$_.Title -eq "Advanced Design"}
$existingsitescripts = $sitedesign.SiteScriptIds
Set-SPOSiteDesign -Identity $sitedesign.Id -SiteScripts $existingsitescripts, $sitescript.Id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment