Search This Blog

Monday 17 February 2014

How to identify a site template

Hi,
To Export and Import a Site you need to create the destination site with the same template as the source.
Run this to find out what template the source is.

$web = get-spweb http://your url
$web.WebTemplateId
Your site template will be here
$web.WebTemplateId
The Template ID will be here


Here is a list of the templates
http://blogs.technet.com/b/araviraj/archive/2008/06/18/sharepoint-templates-types.aspx
Thanks Araviraj

No comments:

Post a Comment