Edge Server decommission

Gurudas 886 Reputation points
2024-09-27T04:51:56.0066667+00:00

Dear Team, We do have couple of edge servers. First edge server is running on 2016 and another edge server is running on 2019 in contoso.com domain. Please help me with step by step process of decommission of edge server along with screenshots. ExEdge01.contoso.com - 2016. ExEdge02.contoso.com - 2019. Your quick help will be highly appreciated.

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,615 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Hu-MSFT 3,600 Reputation points Microsoft Vendor
    2024-09-27T09:11:25.9833333+00:00

    Hi,

    Welcome to Microsoft Q&A community.

    Here’s a step-by-step guide for decommissioning your Exchange 2016 and 2019 Edge servers. Unfortunately, I can’t provide screenshots directly, but I’ll describe the process in detail.

    Decommissioning Exchange 2016 Edge Server (ExEdge01.contoso.com)

    Verify No Active Mail Flow:

    Ensure that no mail flow is being routed through the Edge server. Update your Send and Receive connectors to route mail through other servers.

    Remove Edge Subscription:

    Open the Exchange Management Shell (EMS) on the Edge server.

    Run the following command to remove the Edge subscription:

    Remove-EdgeSubscription -Identity "EdgeSubscriptionName"

    Remove Send Connectors:

    In the EMS, run the following command to remove any Send connectors associated with the Edge server:

    Get-SendConnector | where {$_.SourceTransportServers -eq "ExEdge01.contoso.com"} | Remove-SendConnector

    Remove Receive Connectors:

    Similarly, remove any Receive connectors:

    Get-ReceiveConnector -Server "ExEdge01.contoso.com" | Remove-ReceiveConnector

    Uninstall Exchange 2016:

    Go to Control Panel > Programs and Features.

    Select Microsoft Exchange Server 2016 and click Uninstall.

    Follow the prompts to complete the uninstallation.

    Decommissioning Exchange 2019 Edge Server (ExEdge02.contoso.com)

    Verify No Active Mail Flow:

    Ensure that no mail flow is being routed through the Edge server. Update your Send and Receive connectors to route mail through other servers.

    Remove Edge Subscription:

    Open the Exchange Management Shell (EMS) on the Edge server.

    Run the following command to remove the Edge subscription:

    Remove-EdgeSubscription -Identity "EdgeSubscriptionName"

    Remove Send Connectors:

    In the EMS, run the following command to remove any Send connectors associated with the Edge server:

    Get-SendConnector | where {$_.SourceTransportServers -eq "ExEdge02.contoso.com"} | Remove-SendConnector

    Remove Receive Connectors:

    Similarly, remove any Receive connectors:

    Get-ReceiveConnector -Server "ExEdge02.contoso.com" | Remove-ReceiveConnector

    Uninstall Exchange 2019:

    Go to Control Panel > Programs and Features.

    Select Microsoft Exchange Server 2019 and click Uninstall.

    Follow the prompts to complete the uninstallation.

    Additional Steps

    Update DNS Records: Ensure that any DNS records pointing to the decommissioned Edge servers are updated or removed.

    Monitor Mail Flow: After decommissioning, monitor your mail flow to ensure there are no disruptions.

    Backup Configuration: Before starting the decommissioning process, ensure you have a backup of your current configuration.

    0 comments No comments

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.