Commands › SharePoint Online

Get-SPOBuiltInSiteTemplateSettings

SharePoint Online Microsoft.Online.SharePoint.PowerShell Get-*

Get the current state of Microsoft-provided SharePoint site templates displayed or hidden in the site template gallery in your tenant.

Quick start script

# Get-SPOBuiltInSiteTemplateSettings — 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
Get-SPOBuiltInSiteTemplateSettings | Format-List

# 3. Export for evidence / drift tracking
Get-SPOBuiltInSiteTemplateSettings | Export-Clixml .\SPOBuiltInSiteTemplateSettings-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-SPOBuiltInSiteTemplateSettings [[-Identity] <SPOBuiltInSiteTemplateSettingsPipeBind>] [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-Identity SPOBuiltInSiteTemplateSettingsPipeBind Specifies the ID for the site template if you'd like to filter results.

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.