SharePoint online changes are done and much improvements in sharepoint online site templates are in progress. You will find new modern site templates, communication site templates are intrioduced. In this chapter we will disucss how to find Default site templates id sharepoint online using powershell. Follow step by step process to get Default site templates id sharepoint online list usign powershell.
- Run “SharePoint Online Management Shell” as an administrator.
- Follow the steps mentioned in video to Connect SharePoint Online Using Powershell step by step as below.
Run powershell command as below to get default site templates id lists
Get-SPOWebTemplate

You can follow the video that would help you better.
Default site templates id sharepoint online | #SharePoint2019, #SiteTemplate
You can export the Default site templates id sharepoint online list using below command
Get-SPOWebTemplate | Export-CSV "c:\Sitetemplate.csv"
Name | LocaleId | CompatibilityLevel | Title | DisplayCategory |
STS#3 | 1033 | 15 | Team site (no Office 365 group) | Collaboration |
STS#0 | 1033 | 15 | Team site (classic experience) | Collaboration |
BLOG#0 | 1033 | 15 | Blog | Collaboration |
BDR#0 | 1033 | 15 | Document Center | Enterprise |
DEV#0 | 1033 | 15 | Developer Site | Collaboration |
OFFILE#1 | 1033 | 15 | Records Center | Enterprise |
EHS#1 | 1033 | 15 | Team Site – SharePoint Online configuration | Enterprise |
BICenterSite#0 | 1033 | 15 | Business Intelligence Center | Enterprise |
SRCHCEN#0 | 1033 | 15 | Enterprise Search Center | Enterprise |
BLANKINTERNETCONTAINER#0 | 1033 | 15 | Publishing Portal | Publishing |
ENTERWIKI#0 | 1033 | 15 | Enterprise Wiki | Publishing |
PROJECTSITE#0 | 1033 | 15 | Project Site | Collaboration |
PRODUCTCATALOG#0 | 1033 | 15 | Product Catalog | Publishing |
COMMUNITY#0 | 1033 | 15 | Community Site | Collaboration |
COMMUNITYPORTAL#0 | 1033 | 15 | Community Portal | Enterprise |
SITEPAGEPUBLISHING#0 | 1033 | 15 | Communication site | Publishing |
SRCHCENTERLITE#0 | 1033 | 15 | Basic Search Center | Enterprise |
visprus#0 | 1033 | 15 | Visio Process Repository | Enterprise |
You must be logged in to post a comment.