Move disabled archive mailbox to another database

adam900331 361 Reputation points
2020-08-03T09:26:00.91+00:00

Hy!

I working with a mailbox migration and I moved all users mailbox from their original database with their archive mailbox to the new mailbox database and new archive mailbox database. But I disabled some users archive mailboxes which is pointed to the old database. When I run the following command, I can see these disabled archive mailboxes pointed the old one:

Get-Mailbox | ft name,database,archivedatabase,disabledarchivedatabase

How can I move the disabled archive mailbox to the new database, I can't find nothing about the -DisabledArchiveDatabase parameter.

Thanks

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

Accepted answer
  1. Andy David - MVP 142.3K Reputation points MVP
    2020-08-03T11:08:38.987+00:00

    You would need to re-connect the disabled archive to the primary and move it that way.

    https://jeffbrown.tech/connect-an-archive-mailbox-in-exchange-2013/

    then new-moverequest with the -ArchiveOnly switch to move them if the primary is already moved to the new database. Then you can disable the archives again if you want.

    Otherwise, don't do anything and leave that old database intact until the deleted mailbox time is met and those disabled archive mailboxes are purged.

    0 comments No comments

0 additional answers

Sort by: Most helpful