SharePoint迁移身份验证问题 [英] SharePoint Migration Authentication Issue

查看:168
本文介绍了SharePoint迁移身份验证问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在将SharePoint 2013从ABC域迁移到XYZ域,并创建基于表单的身份验证.最初,在将每个用户XYZ域帐户添加到站点后,我们得到了对ABC域中具有访问权限的每个用户的站点不共享错误 能够访问网站.

We are migrating SharePoint 2013 from ABC domain to XYZ domain and created form based authentication. Initially we are getting site not shared error for everyone who had access on ABC domain, after adding each users XYZ domain account to the site they are able to access site. 

有什么方法可以基于现有帐户自动检测/路由和验证吗?还是我们需要将所有用户帐户域名从ABC更改为XYZ?

Is there any way to automatically detect/route and authenticate based on the existing accounts? Or should we need to change all the user accounts domain name from ABC to XYZ?

请与我分享这个迁移过程需要遵循的任何程序.

Is there is any procedures t be followed for this migration process kindly share me. 


推荐答案

Use this below powershell script. I used this script for migrating profile from EU to NA lately. Make sure that, SID in the AD should remains same.

以我为例,AD团队每天迁移100至200个用户的用户(迁移桌面后),并以Csv格式共享这些详细信息.我基于CSV执行了脚本.

In my case, AD team migrate users daily for 100 to 200 users (once their desktop migrated) and shared those details in Csv format. I executed script based on top of CSV.

------------------------------------------- -------------------------------------------------- ----------

-------------------------------------------------------------------------------------------------------


csvfilePath ="D:\ Installations \ AD-PowerShellScripts \ users.csv"
csvfilePath = "D:\Installations\AD-PowerShellScripts\users.csv"


农场= Get-SPFarm
farm = Get-SPFarm

导入Csv


这篇关于SharePoint迁移身份验证问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆