Request and assign a wilcard certificate to Exchange 2013-2019

A simple guide to request and generate a wilcard cert to your Exchange Server trough power shell. In the case, this is the official Microsoft guide. Get-ExchangeCertificate | select Thumbprint, Services, NotAfter, Subject, CertificateDomains | where {$_.Services -match “IIS”} | fl Now we need to generate a new cert request. this is the command: New-ExchangeCertificate …