如何将 SharePoint 网站从一个活动目录域移动到另一个活动目录域?

发布于 2024-07-05 11:29:24 字数 323 浏览 7 评论 0原文

我在一个 Active Directory 域(例如,domain1)中有一台 SharePoint 虚拟机,我想将其拥有的所有网站转移到另一个 Active Directory 域(domain2)。 我不知道执行此操作的最佳过程是什么,如果我将虚拟机从域 1 分离并附加到域 2,它可能不起作用,因为 SharePoint 使用的所有帐户都不再有效。 (两个域不在同一网络中并且彼此不信任)。 此外,我可以导出domain1中的站点并使用stsadm将它们导入domain2,但如果我使用此技术,我必须手动安装我在原始服务器上所做的所有功能、解决方案和个性化设置。 有人知道将网站从一个域“移动”到另一个域的最佳方法吗?

I have a SharePoint virtual machine in one active directory domain (for example domain1) and I want to transfer all the sites it has to another active directory domain (domain2).
I don’t know which could be the best procedure to do this, if I detach and attach my virtual machine from domain1 to domain2 it probably didn’t work since all the accounts used by SharePoint are no longer valid. (Both domain are not in the same network and didn’t trust each other).
Additionally I could export the sites in domain1 and import them on domain2 using stsadm, but if I use this technique I have to manually install all the features, solutions and personalization I made on my original server.
Does anybody know the best approach to “move” the sites from one domain to another?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南渊 2024-07-12 11:29:24

通过将本地帐户添加到管理员组并将服务器加入新域,您可能会取得一些成功。 然后手动更新服务器中使用的所有 AD 帐户。 我要注意的是,您的所有用户都将拥有与旧帐户无关的新帐户。

您应该向域管理员询问新帐户的 SID 更新,以便他们也拥有旧域中的 SID。

You may have some sucess by adding a local account to the administrators group and joining the server to the new domain. Then manualy updateing all of the AD accounts that are used in the server. I sould note that all of your users will then have new accounts that are not related to the old ones.

You sould ask your domain admins about an SID update to the new accounts so they also have the SID's from the old domain.

泅渡 2024-07-12 11:29:24

有一个 STSADM 自定义扩展:move web 应该是您所需要的正在找:

C:>stsadm -help gl-moveweb

stsadm -o gl-moveweb

移动网络。

参数:
-url
-父网址
[-haltonwarning(仅在移动到新网站集时才考虑)]
[-haltonfatalerror(仅在移动到新网站集时才考虑)]
[-includeusersecurity(仅在移动到新网站集时才考虑)]
[-retainobjectidentity(仅在移动到新网站集时才考虑)]

There is a STSADM Custom Extension: move web that should be what you are looking for:

C:>stsadm -help gl-moveweb

stsadm -o gl-moveweb

Moves a web.

Parameters:
-url
-parenturl
[-haltonwarning (only considered if moving to a new site collection)]
[-haltonfatalerror (only considered if moving to a new site collection)]
[-includeusersecurity (only considered if moving to a new site collection)]
[-retainobjectidentity (only considered if moving to a new site collection)]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文