Thursday 7 September 2017

How to move / migrate SharePoint User permission to new domain account user

How to move / migrate SharePoint User permission to new domain account user

Move-SPUser

The Move-SPUser cmdlet migrates user access from one domain user account to another. If an entry for the new login name already exists, the entry is marked for deletion to make way for the migration.

Problem Statement :
Today I just faced new challenge, In SharePoint 2013 I need to migrate domain user from his old account to a newly setup domain account. For this i use:
Move-SPUser -Identity "DOMAIN1\DEYBI002" -NewAlias "Domain2\DEYBI002" -IgnoreSID
I give permission on a site to Domain1\DEYB002 putting him in a group. I found After executing the command the user is remove from the group so he doesn't have anymore access but new user doesn't have access in his place! If i get the permission again to Domain2\DEYBI002 his name is now JaneSmith
Solution:

$user = Get-SPUser -Identity "i:0#.w|domain1\deybi002" -Web http://team.stapleseur.com/sites/Advantage
Move-SPUser -Identity $user -NewAlias "i:0#.w|domain2\deybi002" –IgnoreSid


Hope this helps you.

Thank you
 

3 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. I would be appreciate for this article this article is really awesome. Thanks for sharing How to move / migrate SharePoint User permission to new domain account user this info. If you want to know about server hosting or interested in best USA VPS Hosting you can ask us for more details and services. Update your business with the modern era.

    ReplyDelete
  3. i am very gladfully to you. you always share informative content and your blog writing is so simple to understand like How to move / migrate SharePoint User permission to new domain account user. The Move-SPUser cmdlet migrates user access from one domain user account to another. If an entry for the new login name already exists, the entry is marked for deletion to make way for the migration. If you want to know about server hosting or interested in best Italy VPS Hosting you can ask us for more details and services.

    ReplyDelete