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-ExchangeServer cmdlet.
C.
On one of the Client Access servers, run the New-ExchangeServer 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:
Answer is A, New-ExchangeCertificate to create cert requests.
https://technet.microsoft.com/en-us/library/aa998327%28v=exchg.160%29.aspx?f=255&MSPPError=-2147217396
Agree
Definitely A and not C
If you can’t export the private key, the certificate can’t be exported or imported.