How to Enable only 2013
mode in SharePoint 2013 or how to remove the 2010 mode in SharePoint 2013
This default behavior available when creating a new site collection. This can be easily changed at the web application level by using the server-side object model or Windows Power Shell
Follow the below instructions to do this.
Solution:
Go to SharePoint 2013 Management Shell and execute the below commands.
$wa=Get-SPWebApplication [WebApplication_URL]
$wa
$wa.CompatibilityRange
$wa.CompatibilityRange = [Microsoft.SharePoint.SPCompatibilityRange]::NewVersion
$wa.Update()
$wa.CompatibilityRange
$wa
$wa.CompatibilityRange
$wa.CompatibilityRange = [Microsoft.SharePoint.SPCompatibilityRange]::NewVersion
$wa.Update()
$wa.CompatibilityRange
After executing the commands. As you can see in the output Windows, the
compatibility level for the web application is now 15. so it’s not possible to
create new site
collections in a SharePoint 2010 mode as before.
if you try to
create a new site collection under the modified web application you will see
that there is no option for choosing between a SharePoint 2010 mode or a
SharePoint 2013 mode once. The site collection will be created in the 2013
experience version.
Hi ani.excellent post..I was looking this for long..thanks
ReplyDeleteHi Annaya,
ReplyDeleteAfter migration (2010 to 2013) Limited access group is not appear in 2013, but users able to access and
users have Limited access rights for this MS Removed limited access group or HIDE?
please help me for this.
Hi srinu,Thanks for taking your time to check the blog.
ReplyDeleteis the site migrates from Classic->claims?
is the issue with all the sites or any specific?
which method u followed to migrate?
is the group created in SP 2010 before?
it seems that the permissions are inheriting from some where.Just check the Root site.
Anil,This saved lots of my time.Really appreciate the solution provided
ReplyDeleteHi Annaya,
ReplyDeleteThis issue is resolved thank you so much.
you are really a just right webmaster. The site loading pace is amazing.
ReplyDeleteIt seems that you are doing any unique trick. Furthermore, The contents
are masterpiece. you have performed a excellent job on this subject
Great post anil
ReplyDeleteGreat work..thanks anil
ReplyDelete