SharePoint 2013 – create a new eDiscovery Centre
An eDiscovery site can be used to search for, preserve and export content in SharePoint, Exchange or Skype for Business (formerly known as Lync). To create a new site collection for eDiscovery just follow these simple steps: Log in to…
Using Get-SPWebTemplate to list available site templates
The New-SPSite PowerShell cmdlet allows you to specify the name of a template to use. If you don’t know the names of all the templates then use the Get-SPWebTemplate command to produce a list: Get-SPWebTemplate | Sort-Object “Name The list…