To know the feature name from it’s ID or GUID

Posted by admin in Articles on 13. Nov, 2009 | 0 Comments

To know from the feature ID it’s name, use this list or download the excel file from the following URL: HTTP://blogs.msdn.com/jjameson/attachment/8370432.ashx    

How to know what Site Template are you using for your sharepoint site or web

Posted by admin in Articles on 13. Nov, 2009 | 0 Comments

To know the site template used for any sharepoint site do the following:
In command line, navigate to stsadm.exe bin folder and run the following command:
   “stsadm.exe -o enumallwebs -databasename <database name>”
Then copy the site template ID and check it in the below list:

Template Name
Description

GLOBAL#0
 Global template (1033)

STS#0
 Team Site (1033)

STS#1
 Blank Site (1033)

STS#2
 Document Workspace (1033)

MPS#0
 Basic Meeting Workspace (1033)

MPS#1
 Blank [...]