Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To remove DualShield MFA from OWA, run the following commands in the Exchange Management Shell

Code Block
languagepowershell
Get-OwaVirtualDirectory | Set-OwaVirtualDirectory -AdfsAuthentication $false -BasicAuthentication $true -DigestAuthentication $true -FormsAuthentication $true -WindowsAuthentication $true -OAuthAuthentication $false

Get-EcpVirtualDirectory | Set-EcpVirtualDirectory -AdfsAuthentication $false -BasicAuthentication $true -DigestAuthentication $true -FormsAuthentication $true -WindowsAuthentication $true