Today I´ve been with a customer and ran into a problem using the “Update AD Account” activity. One scenario was to manage AD Accounts with the help of SharePoint Lists and Nintex Workflow. Anyways, it was necessary to maintain the “AccountExpirationDate” property of AD accounts. Unfortunately there´s no way to do that by default with [...]
SharePoint 2010 – New Site Templates
Posted By Markus on Oktober 27th, 2009
For those who are automating SharePoint configurations, you can use PowerShell to get a short rundown on the available site templates.
Get-SPWebTemplate | select Name, Title
| Name | Title |
| ACCSRV#0 | Access Server Site |
| ACCSRV#2 | Bugs |
| ACCSRV#3 | Charitable Contributions |
| ACCSRV#5 | Projects |
| BDR#0 | Document Center |
| BLANKINTERNET#0 | Publishing Site |
| BLANKINTERNET#1 | Press Releases Site |
| BLANKINTERNET#2 | Publishing Site with Workflow |
| BLANKINTERNETCONTAINER#0 | Publishing Portal |
| BLOG#0 | Blog |
| CENTRALADMIN#0 | Central Admin Site |
| CMSPUBLISHING#0 | Publishing Site |
| ENTERWIKI#0 | Enterprise Wiki |
| GLOBAL#0 | Global template |
| MPS#0 | Basic Meeting Workspace |
| MPS#1 | Blank Meeting Workspace |
| MPS#2 | Decision Meeting Workspace |
| MPS#3 | Social Meeting Workspace |
| MPS#4 | Multipage Meeting Workspace |
| OFFILE#0 | (obsolete) Records Center |
| OFFILE#1 | Records Center |
| OSRV#0 | Shared Services Administration Site |
| PROFILES#0 | Profiles |
| SGS#0 | GroupBoard Workspace |
| SPS#0 | SharePoint Portal Server Site |
| SPSCOMMU#0 | Community area template |
| SPSMSITE#0 | Personalization Site |
| SPSMSITEHOST#0 | My Site Host |
| SPSNEWS#0 | News Site |
| SPSNHOME#0 | News Site |
| SPSPERS#0 | SharePoint Portal Server Personal Space |
| SPSPORTAL#0 | Collaboration Portal |
| SPSREPORTCENTER#0 | Report Center |
| SPSSITES#0 | Site Directory |
| SPSTOC#0 | Contents area Template |
| SPSTOPIC#0 | Topic area template |
| SRCHCEN#0 | Enterprise Search Center |
| SRCHCENTERFAST#0 | FAST Search Center |
| SRCHCENTERLITE#0 | Basic Search Center |
| SRCHCENTERLITE#1 | Basic Search Center |
| STS#0 | Team Site |
| STS#1 | Blank Site |
| STS#2 | Document Workspace |
| TENANTADMIN#0 | Tenant Admin Site |
| vispr#0 | Visio Process Repository |
| WIKI#0 | Wiki Site |
Where to use it? Whenever you need to create a new site (i.e. via API or POSH) you can set the template parameter
$newSite = New-SPSite -URL url -OwnerAlias owner –Template "STS#0" -Name name
Tags: Powershell, SharePoint, Templates
Similar Posts
Posted in SharePoint
Comments 0




