SharePoint Site Templates list

SharePoint Site Templates list using PowerShell script. This PowerShell script creates a table of available site templates with their ID’s and Titles : function Get-SPWebTemplateWithId {      $templates = Get-SPWebTemplate |…

Read More

Creating a root site collection

When creating a root site collection to a new created web application make sure to assign it the right site template. Especial when you want to migrate content from one…

Read More