How to Connect to Exchange Online PowerShell using MFA

How to Connect to Exchange Online PowerShell using MFA


If you are trying to connect to a Tenant as an admin using Multi-facto authentication this post is for you.



1. Go to the Exchange Admin Center

2. Go to Hybrid and then click on Configure to download the powershell module.


 

3. Run and Install the application.

4. The following window will pop up:


 

5. Use the following command, where <UPN> is your Office365 account.


Connect-EXOPSSession -UserPrincipalName <UPN>


6. Select Work or school account

7. Add your password and click on sign in.


8. In the verification window that opens, enter the verification code, and then click Sign in.



After the verification is completed you can start running commands for this Tenant. 





    • Related Articles

    • How to add a user as a Site Collection Admin using PS

      In this article we want to share with you how to add a second Site Collection Admin using Powershell. If this is a task you are trying to complete, keep reading, you might achieve it by the end of this reading. Step-by-step 1. First you need to ...
    • Convert a user mailbox to a shared mailbox

      This article explains how to use the Exchange admin center to convert an Office 365 user mailbox to a shared mailbox. You can also convert one mailbox type to another, but you'll have to perform these tasks using Exchange PowerShell. Convert an ...
    • Convert a user to Shared Mailbox with Power Shell.

      1. Log-in to Office 365 using the script below: $UserCredential = Get-Credential $Session = New-PSSession –ConfigurationName Microsoft.Exchange –ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential ...
    • Use the Exchange Admin Center to set up email forwarding

      In the Exchange Admin Center, navigate to Recipients > Mailboxes. In the list of user mailboxes, click or tap the mailbox that you want to set up mail forwarding for, and then click or tap Edit. On the mailbox properties page, click Mailbox Features. ...
    • Create shared mailboxes in Office 365.

      Shared mailboxes in Office 365 make it easy for a group of people to monitor and send email from a common email addresses, like info@contoso.com, support@fourthcoffee.com or contact@contoso.com. When a person in the group replies to a message sent to ...