Forum Discussion
Rising Flight
Aug 12, 2018Brass Contributor
unable to connect to Azure AD
How to connect to Azure AD with MFA enabled. We are using exchange hybrid environment. we have enabled MFA few days back. when i login to Windows Azure Active Directory Module for Windows PowerShe...
- AnonymousAug 13, 2018Drop to Powershell and do an update-module -name MSOnline this will update you to latest V1 AAD Powershell module. See if that works.
Anonymous
Aug 13, 2018Drop to Powershell and do an update-module -name MSOnline this will update you to latest V1 AAD Powershell module. See if that works.
- Akshansh285Jul 27, 2020Copper Contributor
I am facing the same issue.. I tried to update the module but it did not work for me.
Error Message :
Connect-MsolService : This account is blocked. Contact your Tenant administrator.
At line:1 char:1
+ Connect-MsolService
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [Connect-MsolService], MicrosoftOnlineException
+ FullyQualifiedErrorId : 0x80048823,Microsoft.Online.Administration.Automation.ConnectMsolService