Fix: Set the correct Principle Name in PowerShell
From the Exchange Command Shell:
Set-OutlookProvider EXPR -Server $null -CertPrincipalName msstd:internal.company.local
This will correctly set the Mutual Authentication to the correct value as documented in the screenshot above.
Alternate Fix - Disable MSSTD checkbox in Outlook Anywhere (not recommended) in Powershell
Set-OutlookProvider EXPR -Server $null -CertPrincipalName none
No comments:
Post a Comment