Hi
I have Exchange 2013 and cerficate installed from VeriSign
when I run the shell : get-authconfig it is give me certificate Thumprint different when I run shell :get-exchangecertificate
how can I solve this issue
Technology Tips and News
Hi
I have Exchange 2013 and cerficate installed from VeriSign
when I run the shell : get-authconfig it is give me certificate Thumprint different when I run shell :get-exchangecertificate
how can I solve this issue
Hi,
Use the following command, the Thumbprint should be the same as the result of get-exchangecertificate
Set-AuthConfig -NewCertificateThumbprint -NewCertificateEffectiveDate 6/24/2015
Best Regards.
Hi,
Use the following command, the Thumbprint should be the same as the result of get-exchangecertificate
Set-AuthConfig -NewCertificateThumbprint -NewCertificateEffectiveDate 6/24/2015
Best Re