• How to import a SSL Certificate in Exchange 2013

    Place the cert on the C’ Drive, in the root folder Open up Exchange Powershell (Run as Administrator) – they run the command below. Import-ExchangeCertificate -FileData ([Byte[]]$(Get-Content -Path “C:\FILE_LOCATION.cer” -Encoding…