You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

  1. Connect to Exchange Online PowerShell as shown below

    Unable to render {include} The included page could not be found.

  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*

  • No labels