Forum Discussion
veerappan Dhanabal
Feb 01, 2018Copper Contributor
Unable to install Exchange Online PowerShell Module supports multi-factor authentication
I go to the EAC, hybrid and click Configure and all I get is a quick flash of "Running Security Scan" and then...nothing.
Use IE, other browsers don't support the click-once functionality used with the installer. Or require add-ins/additional configuration.
- Jean-Marie AGBOCopper Contributor
Use Internet Explorer and the installation will go fine.
https://agbo.blog/2019/05/10/exchange-online-powershell-module-installation-error-application-cannot-be-started-contact-the-application-vendor/
- Alan_FloranceBrass ContributorYou can use the Microsoft.Exchange.Management.ExoPowershellModule that is located on the PowerShell Gallery
https://www.powershellgallery.com/packages/Microsoft.Exchange.Management.ExoPowershellModule/16.0.0.0
Install-Module -Name Microsoft.Exchange.Management.ExoPowershellModule -Scope AllUsers
or
Install-Module -Name Microsoft.Exchange.Management.ExoPowershellModule -Scope CurrentIUser- Alan_FloranceBrass Contributor
There is a later version v2, called ExchangeOnlineManagement
https://www.powershellgallery.com/packages/ExchangeOnlineManagement/0.3374.9
Install-Module -Name ExchangeOnlineManagement -Repository PSGallery -Scope AllUsers -MinimumVersion 0.3374.9 -AllowClobber -Confirm:$false -Force -AcceptLicense
or
Install-Module -Name ExchangeOnlineManagement -Repository PSGallery -Scope CurrentUser -MinimumVersion 0.3374.9 -AllowClobber -Confirm:$false -Force -AcceptLicense
use Connect-ExchangeOnline to connect and trigger MFA
- Senthilrajan KaliyaperumalBrass Contributor
Please use internet explorer, other browsers are not supportive.
- Louis MattiCopper Contributor
I had this issue with Chrome. Changed to IE and it worked.
Use IE, other browsers don't support the click-once functionality used with the installer. Or require add-ins/additional configuration.
- CarlosIVCopper Contributor
Question, now that IE is officially dead, how do we transition this functionality to the new Edge?
Tried running it recently, no go, still have to use IE.
- veerappan DhanabalCopper Contributor
Thanks for your replay.
i tried in IE/Chrom/Mozila but no luck
- Salvatore BiscariSilver Contributor
No problem here with Edge...
- veerappan DhanabalCopper Contributor
Thanks for the replay.
it doesn't work on Edge as well