SharePoint Online Management Shell: Get-SPOWebTemplate

In this blog you will see how to get all the web templates that are available in SharePoint Online using PowerShell.

Syntax:

Connect-SPOService -Url https://c986-admin.sharepoint.com/ -credential [email protected]

Get-SPOWebTemplate

Output:

Displays all the web templates that are available in SharePoint Online.