网站首页/办公软件列表/内容

SharePoint 重命名网站集名称(SharePoint 2013 rename site collection)

办公软件2024-02-09阅读
SharePoint发行版本有SharePoint2003、SharePoint2007、Sharepoint 2010、SharePoint2013和SharePoint2016。SharePoint提供了功能强大的团队协作环境,使得组织能够在整个组织内部实现整合、组织、查找和提供 SharePoint站点。

最近使用SharePoint中,遇到一个需要重命名网站集的需求,主要是网站用数据库备份/还原的方式,想要改网站集的地址,然后搜了一下PowerShell:

$site = Get-SPSite -Identity "http://server/sites/Demo"
$site.rename("http://server/sites/Demo2")?

特别,如果回收站里有东西,会报一个Error,清理一下回收站即可:

SharePoint 重命名网站集名称(SharePoint 2013 rename site collection)_本站?????????

清理回收站的时候,记得清理三个地方,网站回收站、网站集回收站(包括End user Recycle Bin items/Deleted from end user Recycle Bin),具体英文是什么,很久不用中文版实在不记得了。

SharePoint 重命名网站集名称(SharePoint 2013 rename site collection)_本站

都清理的,就不报错了。


Sharepoint 可以帮助企业用户轻松完成日常工作。

……

相关阅读