Which two actions should you perform?

You have an Office 365 subscription.
Users have either an Office 2013 Click-to-Run installation or an Office 2016 Click-to-Run installation deployed.
You plan to use Microsoft Azure multi-factor authentication to access Exchange Online.
From the Office 365 admin center, you enable Azure multi-factor authentication for all users.
The users report that when they reconfigure their Outlook profile, they do not receive a prompt for Azure multi-factor authentication. You need to ensure that modern authentication functions for all Outlook clients.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Modify the EnableADAL and the version registry keys for all of the users who have Office 2013 installed.
B. Run the Set-OrganizationConfig cmdlet.
C. Run the Set-AuthConfig cmdlet.
D. Run the Set-O lit loo kPro vide r cmdlet.
E. Modify the EnableADAL and the version registry keys for all of the users who have Office2016 installed.

microsoft-exams

2 thoughts on “Which two actions should you perform?

  1. Set-OrganizationConfig -OAuth2ClientProfileEnabled
    The OAuth2ClientProfileEnabled parameter enables or disables modern authentication in the Exchange organization. Valid values are:

    • $true: Modern authentication is enabled.
    • $false: Modern authentication is disabled.

    Modern authentication is based on the Active Directory Authentication Library (ADAL) and OAuth 2.0, and enables authentication features like multi-factor authentication (MFA), certificate-based authentication (CBA), and third-party SAML identity providers.

    Client supportability

    Modern Authentication is automatically on for Office 2016 client apps.

    To enable modern authentication for any devices running Windows (for example on laptops and tablets) that have Microsoft Office 2013 installed, you need to set the following registry keys. The keys have to be set on each device that you want to enable for modern authentication:

    REGISTRY KEY TYPE VALUE
    HKCU\SOFTWARE\Microsoft\Office\15.0\Common\Identity\EnableADAL REG_DWORD 1
    HKCU\SOFTWARE\Microsoft\Office\15.0\Common\Identity\Version REG_DWORD 1

    These can be changed manually or through a Group Policy object.

    Office 2013 must be build 15.0.4605.1003 or higher (March 2015 PU)

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.