Determine your SharePoint / MOSS Site Template Type


Determining your site template type can be tricky, if not downright difficult, here’s a great way of doing it.

And a site template reference can be found here.

Published by

Phil Harding

SharePoint Consultant, Developer, Father, Husband and Climber.

One thought on “Determine your SharePoint / MOSS Site Template Type

  1. # Determine site type

    $web = Get-SPWeb “http://server/sites/legal/sitename”
    $templateID = $web.WebTemplateId.ToString()
    Write-Host $templateID

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.