In previous post we create Site Collection 2010 experience in SharePoint 2013 using GUI below is the link for that Post
1st Method GUI
In this post we will shed some light on 2nd Method which is PowerShell.
So lets get started.
Below is the Powershell cmd which will help to create the Site collection with 2010 look and feel in SharePoint 2013
New-SPSite -Url "http://sp-test:6001/sites/test1" -OwnerAlias "SPFarm" -CompatibilityLevel "14" -ContentDatabase "WSS_Content_Support_6001" -Template "STS#0"
Compatibility level will choose your experience if you write 15 then it will pick 2013 look and feel.
Template i used is Team site. You can choose according to your requirement. Below is the link with template code
List of Template in SharePoint
My site collection is created with 2010 experience in SharePoint 2013
Hope it helps:)
Happy SharePointing :)
1st Method GUI
In this post we will shed some light on 2nd Method which is PowerShell.
So lets get started.
Below is the Powershell cmd which will help to create the Site collection with 2010 look and feel in SharePoint 2013
New-SPSite -Url "http://sp-test:6001/sites/test1" -OwnerAlias "SPFarm" -CompatibilityLevel "14" -ContentDatabase "WSS_Content_Support_6001" -Template "STS#0"
Compatibility level will choose your experience if you write 15 then it will pick 2013 look and feel.
Template i used is Team site. You can choose according to your requirement. Below is the link with template code
List of Template in SharePoint
My site collection is created with 2010 experience in SharePoint 2013
Hope it helps:)
Happy SharePointing :)
No comments:
Post a Comment