SSl certificated renewal for exchange 2016 with powershell

GiovannaMicheel Salinas Rosas 0 Reputation points
2023-05-02T23:10:55.36+00:00

I have my SSL certificate expired in Exchange 2016. I am not sure how to renew it by power shell because eac es not an option any more.Thank you

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,448 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Amit Singh 5,306 Reputation points
    2023-05-03T06:21:41.07+00:00
    0 comments No comments

  2. Jarvis Sun-MSFT 10,221 Reputation points Microsoft External Staff
    2023-05-03T07:55:57.4266667+00:00

    Hi @GiovannaMicheel Salinas Rosas ,

     

    Since you submitted a similar question, you can refer to my other answer: Renew SSL certificate Ecchange 2016 with a Goddady Certificate - Microsoft Q&A

     

    First of all, please make sure you have successfully installed the intermediate certificate to your Exchange Server 2016, detailed steps you can refer to: Exchange Server 2016: Install a certificate | SSL Certificates

    _

    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information._

     

    Then you can use below powershell cmdlet to renew your certificate, detailed steps please refer to: Renew an Exchange Server certificate | Microsoft Learn

    Get-ExchangeCertificate -Thumbprint <Thumbprint> | New-ExchangeCertificate [-Force]
    

     

    If you don't know how to open the Exchange Management Shell in your on-premises Exchange organization, see Open the Exchange Management Shell | Microsoft Learn


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.