码迷,mamicode.com
首页 > 其他好文 > 详细

Upgrade site collection from SP2010 to SP2013(Part 2)

时间:2015-05-29 13:35:35      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:

续上一篇随笔:Upgrade site collection from SP2010 to SP2013(Part 1)

  1. Create a web application which can‘t include any site collection in order to let it as our portal web application.

技术分享

技术分享 

技术分享

  1. Testing and mounting the content database to our portal web application.

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/

技术分享 

技术分享

技术分享 

  1. Convert the identity authentication of our portal web application from Windows to Claims.

PowerShell statement: Convert-SPWebApplication -Identity "https://<webappurl>" -To Claims –RetainPermissions [-Force]

e.g. Convert-SPWebApplication -Identity "http://SPTeamPortal/" -To Claims –RetainPermissions

技术分享 

  1. Upgrade the experience of our portal site collection and My Site‘s site collection from SP2010 to SP2013.

技术分享

 

技术分享

 

技术分享

The status of upgrade site collection as following:

技术分享

  1. Run the search service to execute a full crawl.

技术分享

技术分享

 

技术分享

 

技术分享

 

技术分享

 

技术分享

 

未完待续,还有第三篇

Upgrade site collection from SP2010 to SP2013(Part 2)

标签:

原文地址:http://www.cnblogs.com/huangjianwu/p/4538066.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!