July 2017
Intermediate to advanced
648 pages
31h 9m
English
Let's see how to generate a certificate request using the following steps:
$cert = New-ExchangeCertificate -GenerateRequest '
-SubjectName "c=US, o=Contoso, cn=mail.contoso.com" '
-DomainName autodiscover.contoso.com, mail.contoso.com '
-PrivateKeyExportable $True
$cert | Out-File C:\cert_request.txt
Read now
Unlock full access