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 |…
Month: September 2018
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…
Users can’t create Wiki pages in a specific site collection
When users try to create a new wiki page from the Site Pages library, they get the error : The URL ‘SitePages/xxx.aspx’ is invalid. It may refer to a nonexistent file or folder,…