Forum Discussion
KNDheeraj
Mar 13, 2020Copper Contributor
Bulk Update User Info in Azure Active Directory
Hello Azure AD Community, I have a small requirement for which I have to bulk change the User Principal Name and I have found few ways to achieve the same: The website given below outlines the ...
Jente_Vandijck
Mar 19, 2020Brass Contributor
KNDheerajthe best and easiest way to do this is with PowerShell and the MSOnline module! You can use Set-MsolUserPrincipalName to change UPN's (https://docs.microsoft.com/en-us/powershell/module/msonline/set-msoluserprincipalname?view=azureadps-1.0).
- ravilpatelAug 29, 2020Copper Contributor
How can I make bulk changes without using POWERSHELL application as I am not aware of how to use it.
Thanks
Ravil P.