1. Windows XP must be Services Pack 3
2.Must be confirm the root certificate of Exchange is present in Windows XP "Trusted root certifictae"
3. Run following in Exchange Powershell wherethe SAN of Exchange 2013 is mail.domain.com
Set-OutlookProvider EXPR -CertPrincipalName:”msstd:mail.domain.com”
Set-OutlookProvider -Identity EXCH -CertPrincipalName msstd:mail.domain.com
IISreset
4. If use wildcard certificate, run
Set-OutlookProvider EXPR -CertPrincipalName:”msstd:*.domain.com”
Set-OutlookProvider -Identity EXCH -CertPrincipalName msstd:*.domain.com
IISreset
No comments:
Post a Comment