To change the AlternateEmailAddresses, you cannot set it to $null however, it needs to be a array as below Get-MsolUser -userprincipalname manu@exchangeonline.in | Set-MsolUser -AlternateEmailAddresses
Solution works as below Clear-AzureRmContext Login again: Connect-AzureRmAccount -Tenant “xxxxxxxxxxxx” -SubscriptionId “xxxxxxxxxxxx” It works back now Manu Philip Microsoft Certified: Azure Solutions Architect Expert Microsoft
Removal of Microsoft Azure AD connect involves both removal from the local domain environment as well as deactivating the service in the cloud. Open PowerShell
In this blog, I am going through the steps needed to pull a docker image from your laptop to azure container registry and to publish
View More