가끔 사이트 템플릿 정보를 확인해야 할경우가 있다. 그럴경우 참조 하면 됨. 파워쉘 명령어를 통해 다음과 같이 확인 가능하다. $theSiteColl = New-Object Microsoft.SharePoint.SPSite("http://server") $theWeb = $theSiteColl.OpenWeb() $theWeb.GetAvailableWebTemplates(1033) | select name, title http://stackoverflow.com/questions/565771/sharepoint-find-the-sitetemplate-value-of-a-wsp-template