Commands › SharePoint Online
Add-SPOListDesign
Creates a new list or document library design available to users when they create a new list or document library from site contents, certain site home pages, the SharePoint home page, the Microsoft Lists app, Microsoft Teams, or Office.com.
Quick start script
# Add-SPOListDesign — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-SPOService -Url https://$org-admin.sharepoint.com
# 2. Run and inspect
Add-SPOListDesign -SiteScripts <SPOSiteScriptPipeBind[]> -Title <String> | Format-List
# 3. Export for evidence / drift tracking
Add-SPOListDesign | Export-Clixml .\SPOListDesign-$(Get-Date -Format yyyyMMdd).xml
Syntax
Add-SPOListDesign -Title <String> -SiteScripts <SPOSiteScriptPipeBind[]> [-Description <String>]
[-ThumbnailUrl <String>] [-TemplateFeatures <String[]>] [-ListColor <SPOListDesignColor>]
[-ListIcon <SPOListDesignIcon>] [<CommonParameters>]
Parameters (7)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.