Site icon Windows Active Directory

Removing an Exchange Server Mailbox from your environment

An Exchange server is Microsoft’s on-premises mail and calendar offering that allows organizations to streamline effective communication amongst employees. You will be required to remove Exchange Server Mailbox for the below reasons:

This article will teach you how to decommission an Exchange Server Mailbox from a single sever using GUI.

Pre-requisites:

Before performing the action, ensure that:

You can customize your removal process using the following Powershell commands:

(Get-Mailbox –Server <ServerName>).count: 
Get-MailboxDatabase –Server <ServerName>: 
New-MoveRequest <mailbox> -TargetDatabase <Database-Destination>: 
Get-SendConnector | Select Identity –ExpandProperty SourceTransportServers | Where-Object { $_.Name –eq ‘<ServerName>’}: 

Removing Exchange Server mailbox using GUI

To remove a mailbox server that is not a part of DAG, go to Control Panel

Select Uninstall a program, then select Microsoft Exchange Server 2016 from the drop-down list. Click Uninstall.

The Exchange Server Wizard appears to carry the process forward. Select the default values to ensure uninstallation. In case of errors, the Readiness Checks box will appear to notify them. The administrator must ensure that these errors are mitigated before proceeding to the uninstallation.

Exit mobile version