How to Migrate Public Folders from One Exchange Server to Another

How to Migrate Public Folders from One Exchange Server to Another

Table of Contents

How to Migrate Public Folders from One Exchange Server to Another

In the Exchange Server, public folders serve as a convenient method to collect, organize, and share information across your organization. Designed for shared access, these folders help to arrange emails, calendars, contents, and other information in a deep hierarchy. This makes it easy for people in the workgroup to browse the content they want.

Over time, as businesses upgrade Exchange Server to the latest versions, the need arises to migrate public folders from one Exchange Server to another. Considering a vast amount of crucial data contained in these folders, migration needs to be smooth and secure to avoid data loss or extensive downtime.

This blog discusses the method to migrate public folders across different Exchange servers through PowerShell commands in the Exchange Management Shell (EMS). We will also talk about the Stellar Migrator for Exchange, a third-party Exchange migration tool to move public folder easily to a new Exchange server.

Public Folder Migration – Points to Consider

Right here, we will consider migrating public folders from Exchange Server 2013 to 2016 or 2019. It will require you to be aware of a few crucial facts.

  • Storage Capacity: The destination Exchange Server should have enough space to store the public folders and mailboxes you want to migrate.
  • Migration time: The network bandwidth, along with the number and size of public folder mailboxes in the public folder, will have a direct impact on the time required to migrate it to another Exchange Server.
  • Availability: The public folder will remain available for use during the entire migration, except for a brief duration.

Migration through Exchange Management Shell Commands

We will carry out the migration task with the help of Exchange Management Shell (EMS). Here are the steps:

1. List the Public Folder Mailboxes of Source Exchange (for example, Exchange Server 2013)

Get a list of Exchange 2013 public folder mailboxes by running the command below:

Get-ExchangeServer | Where {($_.AdminDisplayVersion -Like ‘Version 15.0*’) -And ($_.ServerRole -Like ‘*Mailbox*’)} | Get-Mailbox -PublicFolder | Get-MailboxStatistics | Format-Table -Auto ServerName,DisplayName,TotalItemSize

2. List the Public Folder Mailboxes of Target Exchange (for example, Exchange Server 2016 or 2019)

List the mailbox databases contained in the Exchange Server 2016 or 2019. Here is the command:

Get-ExchangeServer | Where {($_.AdminDisplayVersion -like ‘<Version>’) -and ($_.ServerRole -Like “*Mailbox*”)} | Get-MailboxDatabase | Format-List Server,Name,EdbFilePath

For example, this command will list all the mailbox databases of Exchange 2016 and 2019

Get-ExchangeServer | where {(($_.AdminDisplayVersion -like ‘Version 15.1*’) -or ($_.AdminDisplayVersion -like ‘Version 15.2*’)) -and ($_.ServerRole -Like ‘*Mailbox*’)} | Get-MailboxDatabase | Format-List Server,Name,EdbFilePath

3. Move the Public Folders

Choose the target mailbox database or server, in case of multiple servers, to migrate public folder mailboxes. When migrating, please change the names of the Exchange Server, database, and public folder mailbox to yours. You may choose any of the three options below to move the public folders:

i. Migrate all public folder mailboxes  on all the Exchange 2013 Servers  at once:

The command below will move all the Exchange 2013 public folders to the target Exchange Server at once:

Get-ExchangeServer | Where {($_.AdminDisplayVersion -Like “Version 15.0*”) -And ($_.ServerRole -Like “*Mailbox*”)} | Get-Mailbox -PublicFolder | New-MoveRequest -TargetDatabase Ex2016MbxDatabase

ii. Migrate all public folder mailboxes on a single Exchange 2013 Server at once

Here is the command to execute this task:

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

iii. Move all public folder mailboxes from a particular Exchange 2013 server at once

The command is as follows:

New-MoveRequest “Sales Public Folder Mailbox” -TargetDatabase Ex2016MbxDatabase

4. Get the Status

Finally, run the following PowerShell command to find the status of the m.ove request you just executed:

 

The command will return every request you created with any of the following status values:

  • Completed: Indicate successful migration of public folder mailbox to the target mailbox.
  • CompletedWithWarning: Public folder moved to the target Exchange Server with one or more issues.
  • CompletionInProgress: Migration is in the final stage, the public folder is unavailable for a short period.
  • InProgress: Migration of public folder mailbox is in progress, but public folders are available.
  • Failed: Migration process failed due to one or more reasons.
  • Queued: Migration of public folder mailbox submitted but not started yet.
  • Retry: Migration service is facing problems, but is trying continuously.
  • AutoSuspended: The public folder mailbox is all set to enter the final stage of migration, but waiting for you to resume the move manually.
  • Suspended: Request suspended manually by using the Suspend-MoveRequest cmdlet, and will not resume until you resume the migration manually, by using the Resume-MoveRequest cmdlet.

Demerits of the Manual Method and Resolution

This manual method can prove effective in moving public folders to a different Exchange Server, but it can cause several issues. You will get the exact problem once you use the Get-MoveRequest cmdlet. In case of any error, you will have to resolve the error before proceeding further. If the problem persists, restarting the migration process can be an alternative, but it can cause data loss.

Moreover, if the entire process completes successfully, it is likely to consume considerable time, especially in the case of moving a large number of mailboxes to another Exchange Server. A plausible alternative to this problem would be to use a third-party automated Exchange migration tool.

Using Stellar Migrator for Exchange

The tool ensures quick, secure, and scalable migration across Exchange Servers and Microsoft 365. To ensure a smooth process and business continuity, it seeks the help of incremental sync, audit-ready reports, and auto-mapping. Here are some of its prominent features:

  • Parallel Processing: You can move up to 10 mailboxes simultaneously through manual and auto mailbox mapping.
  • Fits Your IT strategy: It allows performing cutover, staged and hybrid migration based on your specific IT strategy.
  • Extensive support: The software can easily support high-volume enterprise deployments.
  • Seamless migration: Can migrate public folder across varied Exchange Server versions, Microsoft 365 tenants, forests, and domains, making it suitable for acquisitions, mergers, and hybrid environments.
  • Zero downtime and data loss: Ensures zero impact migration while keeping the end users operational without hassles.
  • Priority-Based Migration: You can give priority to specific users, folders, or data ranges when migrating critical mailboxes.
  • Incremental Synchronization: The software moves only new or modified data after initial migration to avert instances of duplication.
  • Real-Time Monitoring: Provides the facility of exportable logs and live dashboards for real-time progress tracking and readiness to compliance.
  • Supports Migration Across Multiple platforms: Including Microsoft Exchange Server 2010, 2013, 2016, 2019 and Subscritpion Edition(SE) migration to Office 365, Exchange to Office 365, and Hybrid Exchange coexistence migrations.
  • Complete Mailbox Coverage: Migrates primary, archive mailboxes and public folders with complete data integrity.

Conclusion

With businesses upgrading to the latest versions of Exchange Servers, the need to move public folders and the contained mailboxes to the new server also becomes evident. For instance, you may require migrating public folders from Exchange Server 2013 to 2016 or 2019.

Before moving the folders, it is crucial to ensure a few critical points regarding the storage capacity at the target server and the time required for migration. Admins use several methods to move the folders to other servers; one of them is the use of Exchange Management Shell commands.

While it helps in the successful migration, it may accompany certain demerits. For instance, it may take too much time for migration or run the risk of error during the manual process, leading to loss of data. Using Stellar Migrator for Exchange can overcome these shortcomings with its quick, automated, and real-time process. Zero data loss and minimum downtime further make this Exchange migration tool a widely preferred one among businesses.

Share:

92 Responses

  1. This migration guide is *so* helpful, its practically funnier than a stand-up routine at a data center! Joking aside, though, its amazing how much detail goes into moving public folders – like a high-stakes game of Wheres Waldo? but with mailbox databases. And the PowerShell commands? Theyre like secret spells for IT wizards, except instead of Abracadabra, you say Get-Mailbox -PublicFolder. I especially love the part about potential errors; its like getting a pop quiz on why migration is *sometimes* less fun than expected. Kudos to the pros for keeping it all so clear, and a big cheer for tools like Stellar Migrator – because lets face it, who has time to manually move thousands of mailboxes when you could just, you know, *automate* it?Free Nano Banana

  2. I like what you guys are up too. Such clever work and reporting! Carry on the superb works guys I¦ve incorporated you guys to my blogroll. I think it’ll improve the value of my website 🙂

  3. Very interesting information!Perfect just what I was searching for! “Energy is the power that drives every human being. It is not lost by exertion by maintained by it.” by Germaine Greer.

  4. Thanks for the sensible critique. Me & my neighbor were just preparing to do some research about this. We got a grab a book from our area library but I think I learned more clear from this post. I am very glad to see such wonderful info being shared freely out there.

  5. Wonderful paintings! This is the type of information that should be shared around the web. Disgrace on the seek engines for no longer positioning this publish upper! Come on over and seek advice from my site . Thanks =)

  6. My spouse and i were absolutely lucky when Michael could do his reports via the precious recommendations he discovered through your blog. It’s not at all simplistic to just always be giving out information which men and women have been making money from. And now we know we’ve got the blog owner to be grateful to for this. The type of illustrations you have made, the simple web site navigation, the relationships you can make it easier to foster – it’s most exceptional, and it’s really letting our son and our family understand the matter is awesome, and that’s especially important. Many thanks for the whole lot!

  7. Thank you for the sensible critique. Me and my neighbor were just preparing to do a little research about this. We got a grab a book from our local library but I think I learned more clear from this post. I am very glad to see such great info being shared freely out there.

  8. ترسناک‌ترین چیز تو سئو، پنالتی شدن توسط گوگله. خیلی از سئوکارها با روش‌های غیرقانونی و لینک‌های اسپم سایت رو یه شبه میارن بالا و فرداش سایت نابود میشه. سایتی‌گو کاملاً بر اساس دستورالعمل‌های گوگل (White Hat) کار می‌کنه تا رتبه‌های شما دائمی و ایمن باشه. اگه دنبال رشد پایدار هستید و نمی‌خواهید ریسک کنید، راهکار سئو سایت با روش های کلاه سفید و تضمینی بهترین انتخاب برای شماست.

  9. همه سئوکارها می‌دونن که گرفتن لینک از سایت‌های دانشگاهی (EDU) چقدر سخته و چقدر گوگل عاشقشونه. من برای اینکه اعتبار سایتم رو نزد گوگل بالا ببرم، از پکیج ادزنو استفاده کردم. این لینک‌ها باعث می‌شن گوگل سایت شما رو به عنوان یک مرجع معتبر بشناسه. پیشنهاد می‌کنم برای افزایش تراست سایتتون حتماً سرویس خرید 50 بک لینک EDU قدرتمند رو امتحان کنید.

  10. I together with my friends appeared to be viewing the great ideas found on the blog and then instantly got a terrible suspicion I never expressed respect to the website owner for those secrets. The ladies had been absolutely excited to learn all of them and have in effect in actuality been having fun with these things. I appreciate you for actually being so helpful as well as for getting certain terrific information millions of individuals are really needing to discover. Our sincere regret for not expressing gratitude to sooner.

  11. Just saw phplus pop up, anyone know anything about it? Is it worth a visit? I’m always on the lookout for a new place to play. Let me know your thoughts! Here’s the link: phplus

  12. The Lakegarden Residences is a beautifully designed residential development that offers a serene blend of modern living and natural tranquility. With its contemporary architecture, quality finishes, and thoughtfully planned living spaces, it provides a calm and comfortable lifestyle. The lush surroundings and peaceful ambiance make The Lakegarden Residences an excellent choice for refined living and long-term value. The Lakegarden Residences

  13. What’s Going down i am new to this, I stumbled upon this I have found It absolutely helpful and it has aided me out loads. I hope to contribute & aid other customers like its aided me. Good job.

  14. Great blog here! Additionally your site loads up very fast! What host are you the use of? Can I am getting your associate link on your host? I wish my website loaded up as fast as yours lol

  15. Hello there, simply become aware of your blog thru Google, and located that it’s really informative. I am going to be careful for brussels. I will be grateful in the event you continue this in future. Numerous people shall be benefited from your writing. Cheers!

  16. I think this is among the most significant info for me. And i’m satisfied studying your article. But should observation on some normal issues, The site taste is wonderful, the articles is really nice : D. Good process, cheers

  17. ChatRT is a modern random video chat platform that connects users with strangers from around the world for real-time face-to-face conversations. Designed as a more intuitive alternative to services like Chatroulette and Omegle, ChatRT emphasizes user experience with a streamlined interface that minimizes interruptions while browsing potential chat partners. ChatRT

  18. Hey there! This post could not be written any better! Reading this post reminds me of my good old room mate! He always kept chatting about this. I will forward this write-up to him. Pretty sure he will have a good read. Thank you for sharing!

  19. The other day, while I was at work, my cousin stole my iPad and tested to see if it can survive a 25 foot drop, just so she can be a youtube sensation. My iPad is now broken and she has 83 views. I know this is completely off topic but I had to share it with someone!

  20. Neat blog! Is your theme custom made or did you download it from somewhere? A design like yours with a few simple adjustements would really make my blog stand out. Please let me know where you got your theme. With thanks

  21. You could certainly see your skills within the work you write. The sector hopes for even more passionate writers such as you who are not afraid to mention how they believe. At all times go after your heart.

  22. Whats up this is kind of of off topic but I was wondering if blogs use WYSIWYG editors or if you have to manually code with HTML. I’m starting a blog soon but have no coding experience so I wanted to get advice from someone with experience. Any help would be greatly appreciated!

  23. Hello very cool site!! Man .. Excellent .. Superb .. I’ll bookmark your site and take the feeds additionallyKI am glad to search out numerous helpful info right here in the post, we’d like develop more techniques in this regard, thanks for sharing. . . . . .

  24. Hey, you used to write fantastic, but the last few posts have been kinda boringK I miss your super writings. Past few posts are just a little bit out of track! come on!

  25. Hi, Neat post. There is an issue along with your site in web explorer, could check this… IE still is the market chief and a good component of other people will leave out your magnificent writing because of this problem.

  26. I just couldn’t depart your web site before suggesting that I really enjoyed the standard information a person provide for your visitors? Is going to be back often in order to check up on new posts

  27. I have been exploring for a little for any high-quality articles or blog posts on this sort of area . Exploring in Yahoo I at last stumbled upon this website. Reading this info So i’m happy to convey that I have a very good uncanny feeling I discovered exactly what I needed. I most certainly will make sure to don’t forget this web site and give it a glance on a constant basis.

  28. Hello! I could have sworn I’ve been to this blog before but after reading through some of the post I realized it’s new to me. Anyways, I’m definitely delighted I found it and I’ll be bookmarking and checking back frequently!

  29. Almost all of whatever you point out happens to be supprisingly appropriate and that makes me ponder why I hadn’t looked at this in this light previously. This piece really did turn the light on for me personally as far as this subject goes. Nevertheless there is just one point I am not really too comfortable with and whilst I make an effort to reconcile that with the core idea of your point, allow me see what all the rest of your readers have to point out.Very well done.

  30. Nice post. I was checking constantly this blog and I’m impressed! Very useful information specially the final part 🙂 I maintain such information a lot. I used to be seeking this certain info for a very lengthy time. Thank you and good luck.

  31. We are a group of volunteers and opening a new scheme in our community. Your web site offered us with valuable info to paintings on. You have performed an impressive process and our whole community can be thankful to you.

  32. My partner and I stumbled over here by a different page and thought I may as well check things out. I like what I see so i am just following you. Look forward to going over your web page repeatedly.

  33. An impressive share, I just given this onto a colleague who was doing a little analysis on this. And he in fact bought me breakfast because I found it for him.. smile. So let me reword that: Thnx for the treat! But yeah Thnkx for spending the time to discuss this, I feel strongly about it and love reading more on this topic. If possible, as you become expertise, would you mind updating your blog with more details? It is highly helpful for me. Big thumb up for this blog post!

  34. That is very interesting, You’re a very professional blogger. I have joined your feed and look ahead to in quest of extra of your excellent post. Also, I have shared your website in my social networks!

  35. obviously like your website but you have to check the spelling on quite a few of your posts. Several of them are rife with spelling problems and I find it very troublesome to tell the truth nevertheless I will certainly come back again.

Leave a Reply

Your email address will not be published. Required fields are marked *

Share:

More Posts

Categories

Send Us A Message

Similar Posts