How to check exchange server 2019 license expiry date.

Mohammed Salem 0 Reputation points
2024-01-30T06:42:36.24+00:00

Get-ExchangeServerAccessLicense with this command display below info. Product Name License Name Unit Label Get-ExchangeServer ExServer01 | Format-Table Edition,Trial Mailbox Server Name Edition. wants to know the expiry date Thanks in Advance

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,503 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Mohammed Salem 0 Reputation points
    2024-01-30T06:44:01.5+00:00

    Product Name License Name Unit Label Mailbox Server Name Edition.

    0 comments No comments

  2. Wandi Ding -MSFT 2,870 Reputation points Microsoft Vendor
    2024-01-30T08:07:39.11+00:00

    Hi @Mohammed Salem ,

    I understand that you're looking to check the expiration date of your Exchange Server 2019 license.

    The good news is that Exchange Server, including Exchange Server 2019, has a perpetual license, which means that your license doesn't have an expiration date. However, it's worth noting that the trial version of Exchange Server is only valid for 180 days. If you plan on using the server for more than 180 days, you will need to enter a product key. Otherwise, the Exchange admin center (EAC) will start displaying reminders to enter a product key to license the server. To check the licensing status of a specific Exchange server, run the following command in the Exchange Management Shell: Get-ExchangeServer Ex19 | Format-Table Edition,Trial

    User's image This command will display the version and trial status of the Exchange server.

    Alternatively, you could use the command Get-ExchangeServer -Identity EX19 | Format-List to retrieve details about the Exchange server named EX19.


    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.

    0 comments No comments