Forum Discussion
al_vlad
May 06, 2020Copper Contributor
Azure AD add users
Hi! We have hybrid active directory (on-premises domain with .local suffix). I created alternative upn-suffix, check domain in azure ad. Installed azure ad connect and add three users for test, it we...
Joe Stocker
May 12, 2020Bronze Contributor
Have you tried this command in Azure AD Remote PowerShell?
Set-MsolUserPrincipalName -UserPrincipalName "davidc@contoso.com" -NewUserPrincipalName "davidchew@contoso.com"
https://docs.microsoft.com/en-us/powershell/module/msonline/set-msoluserprincipalname?view=azureadps-1.0
Set-MsolUserPrincipalName -UserPrincipalName "davidc@contoso.com" -NewUserPrincipalName "davidchew@contoso.com"
https://docs.microsoft.com/en-us/powershell/module/msonline/set-msoluserprincipalname?view=azureadps-1.0