Product catalog template is not available in SharePoint 2016 preview.
Hi
Sounds like a bug in preview,
Was preparing for demo but I cannot see Product Catalog template in SharePoint 2016 Preview.
So here is the trick if you need it, just run a powershell command
$template = Get-SPWebTemplate "ProductCatalog#0"
New-SPSite –Url "http:///sites/catalog" -OwnerAlias "\" -Template $template
Sounds like a bug in preview,
Was preparing for demo but I cannot see Product Catalog template in SharePoint 2016 Preview.
So here is the trick if you need it, just run a powershell command
$template = Get-SPWebTemplate "ProductCatalog#0"
New-SPSite –Url "http://
Comments