Get-SPOWebTemplate
Published: July 16, 2012
Applies to: Office 365 | SharePoint Online
Displays all site templates that match the given identity.
Get-SPOWebTemplate [[-LocaleId] <UInt32>] [-CompatibilityLevel <Int32>] [-Name <String>] [-Title <String>]
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| LocaleId | Optional | System.UInt32 | Specifies the Locale ID of the site template. |
| CompatibilityLevel | Optional | System.Int32 | Specifies the compatibility level of the site template. |
| Name | Optional | System.String | Specifies the name of the site template. |
| Title | Optional | System.String | Specifies the title of the site template. |
Detailed Description
The Get-SPOWebTemplate cmdlet displays all site templates that match the given identity and are available in SharePoint Online.
You must be a SharePoint Online global administrator to run the cmdlet.
Input Types
Return Types
--------EXAMPLE 1--------
Get-SPOWebTemplate
Example 1 returns all the site templates in the language of the administrator site.
--------EXAMPLE 2--------
Get-SPOWebTemplate -LocaleID 1036
Example 2 returns a list of all the French site templates.
Change History
| Date | Description |
|---|---|
| July 16, 2012 | Initial publication |
