external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Returns the available web templates.
Get-PnPWebTemplates [-Lcid <UInt32>]
[-CompatibilityLevel <Int>]
[-Connection <SPOnlineConnection>]
Will list all available templates one can use to create a classic site.
PS:> Get-PnPWebTemplates
PS:> Get-PnPWebTemplates -LCID 1033
Returns all webtemplates for the Locale with ID 1033 (English)
PS:> Get-PnPWebTemplates -CompatibilityLevel 15
Returns all webtemplates for the compatibility level 15
The version of SharePoint
Type: Int
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
The language ID. For instance: 1033 for English
Type: UInt32
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False