Forum Discussion

Johannes von Scheidt's avatar
Johannes von Scheidt
Copper Contributor
Apr 15, 2018
Solved

Outlook sign-in issue with Intune on Windows 10

Hey everyone,   i just discovered the following issue:   1. Added my Windows 10 1803 machine to Intune MDM from my Azure/Office 365 tenant. 2. Logged into the machine with my Office 365 account....
  • RuudGijsbers's avatar
    Apr 15, 2018

    Hi Johannes,

     

    Did you enable Modern Autjentication on Exchange Online? This is needed if your using Outlook in combination with MFA.

     

    You can check this bu running the following command in Echange online Powershell:

    Get-OrganizationConfig | fl OAuth2ClientProfileEnabled

    If the outcome of the command is false, you can set it to true with the following command:

    Set-OrganizationConfig -OAuth2ClientProfileEnabled $true

     

    Best regards,

    Ruud Gijsbers