Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcameron1231/d832cdc7fdb3d74c26e5df57303cc03c to your computer and use it in GitHub Desktop.
Save bcameron1231/d832cdc7fdb3d74c26e5df57303cc03c to your computer and use it in GitHub Desktop.
$sitedesign = Get-SPOSiteDesign | where {$_.Title -eq "Advanced Design"}
[System.Collections.ArrayList]$existingsitescripts = $sitedesign.SiteScriptIds | select -ExpandProperty Guid
$existingsitescripts.Add($sitescript.Id)
Set-SPOSiteDesign -Identity $sitedesign.Id -SiteScripts $existingsitescripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment