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 Skype for Business Online using remote PowerShell as shown below

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

  2. Run the following command to enable modern authentication:
    Set-CsOAuthConfiguration -ClientAdalAuthOverride Allowed

  3. Verify that the change was successful by running the following:
    Get-CsOAuthConfiguration


    Note: to disable modern authentication, run command: Set-CsOAuthConfiguration -ClientAdalAuthOverride NoOverride

  • No labels