Skip to content

Instantly share code, notes, and snippets.

@dmadelung
Created March 5, 2019 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dmadelung/d6a3c4be8defe00435365905f2e4cd23 to your computer and use it in GitHub Desktop.
Save dmadelung/d6a3c4be8defe00435365905f2e4cd23 to your computer and use it in GitHub Desktop.
$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