Created
March 5, 2019 16:34
-
-
Save dmadelung/d6a3c4be8defe00435365905f2e4cd23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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