Forum Discussion
Outlook sign-in issue with Intune on Windows 10
- 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
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