Correct way of doing it-
$user = Get-SPUser -web http://my.website.url -Identity DomainA\UserA
Move-SPUser -IgnoreSID -Identity $user -NewAlias 'DomainB\UserA'
Techie bits-n-tips mainly on Microsoft Technologies -.NET, SharePoint, SQL Server, Design Patterns, RUP/Scrum techniques and other latest MS technologies
Thanks!!
ReplyDelete