标签:
续上一篇随笔:Upgrade site collection from SP2010 to SP2013(Part 1)
PowerShell statement: Test-SPContentDatabase -Name <database_name> -
WebApplication http://<sharepoint_server_application>
e.g. Test-SPContentDatabase -Name WSS_Content_SPTeamPortal -WebApplication http://SPTeamPortal/
PowerShell statement: Mount-SPContentDatabase -Name <database_name> -WebApplication http://<sharepoint_server_application>
e.g. Mount-SPContentDatabase -Name WSS_Content_SPTeamPortal -WebApplication http://SPTeamPortal/
PowerShell statement: Convert-SPWebApplication -Identity "https://<webappurl>" -To Claims –RetainPermissions [-Force]
e.g. Convert-SPWebApplication -Identity "http://SPTeamPortal/" -To Claims –RetainPermissions
The status of upgrade site collection as following:
未完待续,还有第三篇
Upgrade site collection from SP2010 to SP2013(Part 2)
标签:
原文地址:http://www.cnblogs.com/huangjianwu/p/4538066.html