作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
是否有一种简单的方法(如 PowerShell 命令)来更改 SiteCollection 中的 URL?
或者是导出 SiteCollection -> 删除 SiteCollection(因为 GUID)-> 导入 SiteCollection 的唯一方法?
最佳答案
对,那是正确的。我移动网站的脚本如下所示:
stsadm -o backup -url "http://domain/sandpit/site" -filename "c:\site.dat"
#delete old site collection
#run gradual site delete job
stsadm -o restore -url "http://domain/sites/site" -filename "c:\site.dat"
关于SharePoint 2010 - 更改 SiteCollection URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5376380/
我想按这样的名称订购 Microsoft.Web.Administration.SiteCollection: ServerManager iisManager = ServerManager.Ope
是否有一种简单的方法(如 PowerShell 命令)来更改 SiteCollection 中的 URL? 或者是导出 SiteCollection -> 删除 SiteCollection(因为 G
我需要以编程方式添加一个 IIS 7.x 站点,但在默认情况下应使用 HTTPS/SSL 绑定(bind)创建该站点时,我卡住了,使用 SiteCollection.Add(string, strin
我是一名优秀的程序员,十分优秀!