Migration Exchange 2010 to 2013 tips – SOLVED Password prompts from Windows XP

The problem here is that the CertPrincipalName msstd:mail.domain.com does not match the common name in the certificate that is *.mail.com. So in order to fix this we usually runs the command  Set-OutlookProvider -Identity EXPR -CertPrincipalName msstd:*.domain.com. This force the CertPrincipalName to be msstd:*.domain com which match common name. Voila! For more information about the OutlookProvider…