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