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

常用的SharePoint命令行代码

时间:2015-05-24 17:09:03      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:

网站备份:
Backup-SPSite http://sp2013 -Path C:\sp.bak

网站还原:
Restore-SPSite http://sp2013 -Path C:\sp.bak -Force -DatabaseServer sharepoint2010 -DatabaseName wss_content

更新Wsp包:
Update-SPSolution –Identity sp.wsp –LiteralPath C:\sp.wsp –GACDeployment

查找解决方案帮助文档:
get-help install-spsolution

添加解决方案:
Add-SPSolution -LiteralPath C:\sp.wsp

覆盖部署解决方案:
Install-SPSolution -Identity sp.wsp -WebApplication http://sp2013  -GACDeployment -Force

更新解决方案:
Update-SPSolution –Identity sp.wsp –LiteralPath C:\sp.wsp –GACDeployment -Force

导出网站:
Export-spweb http://sp2013/spsite -Path C:\sp.cmp

导入网站:
Import-SPWeb http://sp2013/spsite -Path C:\sp.cmp

常用的SharePoint命令行代码

标签:

原文地址:http://www.cnblogs.com/wanren/p/4525992.html

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