You plan to deploy 20 Client Access servers that will have Exchange Server 2013 installed.
You need to prepare the certificate required for the planned deployment. The solution must ensure that the
same certificate can be used on all of the Client Access servers.
What should you do first?
A.
On one of the Client Access servers, run the New-ExchangeCertificate cmdlet and specify the
PrivateKeyExportable parameter.
B.
On all of the Client Access servers, run the Get-ExchangeCertificate cmdlet.
C.
On one of the Client Access servers, run the New-ExchangeCertificate cmdlet and specify the
BinaryEncoding parameter.
D.
On one of the Client Access servers, start the Certificates console and run the Certificate Import Wizard.
Explanation:
We need to create a new certificate. We make it exportable.Note:
Use the New-ExchangeCertificate cmdlet to create a self-signed certificate, renew an existing self-signed
certificate, or generate a new certificate request for obtaining a certificate from a certification authority (CA).