Monday, February 2, 2026
HomeExchange ServerHow to Move Mailbox to Different Database in Exchange Server 2019

How to Move Mailbox to Different Database in Exchange Server 2019

In this article, we will move mailbox to different database in Exchange Server 2019 with Exchange admin center and PowerShell. You can move a mailbox in Exchange 2019 to another database with PowerShell. However, there is another way with the Exchange admin center (ECP) than with PowerShell. You can use Exchange Management Shell (EMS) or the Exchange admin center. Visit the adbmails website to get more information.

If you need to move a mailbox to a different database in Exchange mailbox server, there are a few methods you can use. In this article, we will explore how to accomplish this task using both the Exchange Admin Center and the Exchange Management Shell. By following these steps, you can efficiently and effectively move mailboxes to different mailboxes within your Exchange Server environment.

Move Mailbox to Different Database using EAC

Open Exchange Admin Center and then select the Servers option.
Click on the database tab and you can check out the mailbox databases on the Server.

Exchange admin center databases

Select recipients and then click on the migration tab.
Click on the + button and then select Move to the different database will move mailboxes to a different database.

Move mailbox to a different database

Under select the users, you want to move, select the + button.

New local mailbox move

Choose the users you wish to move, click add, and then click ok.

Move mailbox to different database exchange

Click next

New local mailbox move exchange 2019

Under Target Database, choose to browse.

New local mailbox move target database

Click on the database where you wish to move users, click the add button and then click ok.

New local mailbox move select database

After selecting the target database, choose next.

New local mailbox move

Click on the new button to start the user’s migration.

New local mailbox move exchange

Alerts

Alerts migration batch exchange

User migration completed, now click on view details.

Exchange admin center migration tab

You can check the move mailbox details.

Migration batch user’s exchange

Status for all batches.

Status for all batches mailbox

The status report of the migration users will be sent to defined recipients.

Move Mailbox to Another Database Using PowerShell

To move the user mailbox with the New-MoveRequest command
To create a local move request for a special user’s mailbox, run the below command

New-MoveRequest -Identity info2@jamiltech.com -TargetDatabase EX2019-DB -BadItemLimit 100
Move mailbox to different database

Get-Mailbox Information Using PowerShell

Let’s, check which database the user is moved on. Open Exchange Management Shell as administrator and then enter the get mailbox database cmdlet.

Get-Mailbox "info2@jamiltech.com" | Format-Table Name, PrimarySmtpAddress,Database,ArchiveDatabase

The primary and archive mailbox locations are in the database EX2019-DB.

Get-Mailbox command

Now you know that the “primary mailbox” and “archive mailbox” are in EX2019-DB.

Related: How to Add Database Copy in Exchange 2019

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments