Public Folder Migration (2016 to 2016)

CWT 391 Reputation points
2020-10-19T21:32:58.413+00:00

Good afternoon,

As I have read, Public Folders from Exchange 2013 onward were converted to a mailbox essentially which makes migrations much easier. If I'm going to need to migrate public folders from an existing 2016 environment to another Exchange 2016 environment, is it as straight forward as it seems? Any gotchas? Thanks for any input or feedback you may have.

Source: https://learn.microsoft.com/en-us/exchange/collaboration/public-folders/migrate-from-exchange-2013?view=exchserver-2019

Get-Mailbox -PublicFolder -Server Ex2013Mbx | New-MoveRequest -TargetDatabase Ex2016MbxDatabase

or

New-MoveRequest "Sales Public Folder Mailbox" -TargetDatabase Ex2016MbxDatabase

Thanks,

CWT

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,492 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lucas Liu-MSFT 6,176 Reputation points
    2020-10-20T06:52:09.297+00:00

    Hi @CWT ,
    You could run the command line in the article you provided to move the public folder mailbox from Exchange 2016 to another Exchange 2016. But their functions are somewhat different.
    In addition, the specific time required for the move is determined by the size and number of the public folder mailbox you move. During the move, the Public folder will be unavailable for a short time, so it is recommended that you move it when no one is using it.
    1.If you run the following command, will move all public folder mailboxes on the specific Exchange server to target database at once.

    Get-Mailbox -PublicFolder -Server <> | New-MoveRequest -TargetDatabase <>  
    

    33519-111.png
    33496-2222.png
    33456-3333.png

    2.If you run the following command, will move the specific public folder mailbox to target database.

    New-MoveRequest "<>" -TargetDatabase <>  
    

    33555-4444.png
    33562-5555.png
    33556-6666.png


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.