迁移的用户不替换其ID [英] Migrated user Does not replace it's ID

查看:107
本文介绍了迁移的用户不替换其ID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已按照以下步骤迁移了用户- 

$ usre = Get-SPUser -web"URL"; -身份"i:0#.w | domainOld \ ashwini.dabhade"
Move-SPUser -Identity $ usre -NewAlias"i:0#.w | domainNew \ ashwini.dabhade" -IgnoreSID

用户domainOld \ ashwini.dabhade的用户ID为15,并且
用户domainNew \ ashwini.dabhade的用户ID为55

迁移后,它应将domainNew \ ashwini.dabhade的用户ID设置为15,但仍然为该用户提供55的现有用户ID.

I have migrated user as follow - 

$usre = Get-SPUser -web "URL" -Identity "i:0#.w|domainOld\ashwini.dabhade" 
Move-SPUser -Identity $usre -NewAlias "i:0#.w|domainNew\ashwini.dabhade" -IgnoreSID

user domainOld\ashwini.dabhade has user ID as 15 and 
user domainNew\ashwini.dabhade has user ID as 55

after migration it should give user ID for domainNew\ashwini.dabhade as 15 but still I'm getting existing user ID for this user as 55.

谢谢.

推荐答案

在SharePoint中迁移用户会将所有权限从旧用户对象转移到新用户对象.但是我不相信我曾经见过它会切换UserList中的用户ID.
Migrating a user in SharePoint will transfer all the permissions from the old user object to the new user object.  But I don't believe I've ever seen it switch the User ID in the UserList.


这篇关于迁移的用户不替换其ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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