How to get template ID for the Office 365 group team site in SharePoint Online using SharePoint Online management shell?
Here, I have a SharePoint Team site, Now I would like to know the site template ID using PowerShell Script. I don't have any clue to get the site template ID.
To resolve this issue, give me any suggestions...
Try using
Get-SPOSitecommand which will return the site template ID of your SharePoint site:Documentation: Get-SPOSite
GROUP#0is the template ID for SharePoint team sites connected with M365 groups.Related read: SharePoint Online Site Template ID list for PowerShell.