Get-SPOWebTemplate
Displays all site templates that match the given identity.
Get-SPOWebTemplate
[[-LocaleId] <UInt32>]
[-CompatibilityLevel <Int32>]
[-Name <String>]
[-Title <String>]
[<CommonParameters>]
The Get-SPOWebTemplate
cmdlet displays all site templates that match the given identity and are available in SharePoint Online.
You must be at least a SharePoint Online administrator to run the cmdlet.
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at Intro to SharePoint Online Management Shell.
Get-SPOWebTemplate
Example 1 returns all the site templates in the language of the administrator site.
Get-SPOWebTemplate -LocaleID 1036
Example 2 returns a list of all the French site templates.
Specifies the compatibility level of the site template.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Specifies the Locale ID of the site template.
Type: | UInt32 |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Specifies the name of the site template.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Specifies the Locale ID of the site template.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
None
System.Object