Hi All,
Can anybody help me with a powershell script that would enable me to move-spuser but across all web apps and all site collections?
I have used the script posted here to change the user on one site but he is in at least 100 sites and I have more users that need migrating as well.
Move-SPUser
-Identity
$user
-NewAlias
DOMAIN\new_username
Any pointers would be great!!
Thanks in advance...