Forum Discussion

veerappan Dhanabal's avatar
veerappan Dhanabal
Copper Contributor
Feb 01, 2018
Solved

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.

11 Replies

  • Jean-Marie AGBO's avatar
    Jean-Marie AGBO
    Copper 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_Florance's avatar
      Alan_Florance
      Brass Contributor
      You 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_Florance's avatar
        Alan_Florance
        Brass 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

         

         

  • Use IE, other browsers don't support the click-once functionality used with the installer. Or require add-ins/additional configuration.

    • CarlosIV's avatar
      CarlosIV
      Copper Contributor

      VasilMichev 

       

      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.

Resources