#Get-SPOWebTemplates Office365 only: Returns the available web templates. ##Syntax
Get-SPOWebTemplates [-Lcid <UInt32>] [-CompatibilityLevel <Int32>]##Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| CompatibilityLevel | Int32 | False | |
| Lcid | UInt32 | False | |
| ##Examples |
###Example 1
PS:> Get-SPOWebTemplates###Example 2
PS:> Get-SPOWebTemplates -LCID 1033Returns all webtemplates for the Locale with ID 1033 (English)