
The usual method of connecting with MFA is to simply download and install the Exchange Online PowerShell module from the Exchange admin center (EAC), see here:, and then connect using Connect-EXOPSSession -UserPrincipalName However, you may want to use the normal PowerShell console or ISE to run scripts, and often the ClickOnce package does not work due to IE security settings or other reasons so can be problematic to use. If you have MFA enabled for your Exchange Online Admin accounts (which of course, you should), you will probably know that you cannot connect to Exchange Online using the normal PowerShell console, as detailed here Script 2.0.How to connect to Exchange Online using MFA without the Exchange Online PowerShell Module. PS C:\Windows\system32> Import-Module ExchangeOnlineManagement So I ran that, then ran "get-module ExchangeOnlineManagement", and then had the output expected. I SLOWLY read your comments again (I am utterly exhausted right now) and I noticed the magic bullet of "Import-Module ExchangeOnlineManagement" after "installing" the module. Notice the lack of output from "get-module ExchangeOnlineManagement". PS C:\Windows\system32> get-module ExchangeOnlineManagement Yes Yes to All No No to All Suspend Help (default is "N"): a Are you sure you want to install the modules from 'PSGallery'? If you trust this repository, change its InstallationPolicy value by You are installing the modules from an untrusted repository. PS C:\Windows\system32> Install-Module -Name ExchangeOnlineManagement I had done what a dozen articles said, which is to run However, I just figured it out on my laptop! I'll try again tomorrow on my desktop that is off for the night along with my server. It will NOT go away if you have the EXO v2 module installed." comment. I just saw your "No, it's an FYI (for your information) banner. The original problem looks like the following image and I cannot run any of the new EXO v2 cmdlets: Version 1.1237. I also tried it with PowerShell 7 (圆4) and got the same result.

That response and image is NOT my original problem of "Every time I open the Microsoft Exchange Online PowerShell Module, I see red text stating."

I should have quoted what I was replying to! My "This is what I get" response was to your "You mean this?" question where you ran "Connect-ExchangeOnline. Powershell Install-Module -Name ExchangeOnlineManagement Import-Module ExchangeOnlineManagement Get-Module ExchangeOnlineManagement
