| external help file | sharepointonline.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositedesign |
| applicable | SharePoint Online |
| title | Get-SPOSiteDesign |
| schema | 2.0.0 |
| author | trent-green |
| ms.author | trgreen |
| ms.reviewer |
Gets details about site designs that are on the SharePoint tenant. You can specify an ID of a specific site design to retrieve. If there are no parameters listed, details about all site designs are listed.
Get-SPOSiteDesign [[-Identity] <SPOSiteDesignPipeBind>] [<CommonParameters>]Gets details about site designs that are on the SharePoint tenant. You can specify an ID of a specific site design to retrieve. If there are no parameters listed, details about all site designs are listed.
This example and sample response show how to get site design details.
Get-SPOSiteDesign 44252d09-62c4-4913-9eb0-a2a8b8d7f863
Id : 44252d09-62c4-4913-9eb0-a2a8b8d7f863
Title : Contoso - Team Project
WebTemplate : 64
SiteScriptIds : {1306913c-8463-42ca-bd63-efad0fcdbba4}
Description : Use this design to apply Contoso theme and create
custom lists and add to navThe ID of the site design to retrieve.
Type: SPOSiteDesignPipeBind
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False