Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Connect to Exchange Online PowerShell as shown below

    Expand
    titleConnect to Exchange Online Powershell

    Include Page
    Connect to Exchange Online PowerShell [365]
    Connect to Exchange Online PowerShell [365]


  2. Run the following command in Exchange Online PowerShell:

    Set-OrganizationConfig -OAuth2ClientProfileEnabled $true
     


  3. To verify that the change was successful, run the following command in Exchange Online PowerShell:

    Get-OrganizationConfig | Format-Table -Auto Name,OAuth*