Skip to main content

Posts

Showing posts from November, 2022

Migrate public folder Exchange 2010 to Exchange 2016

Source link: https://pelegit.co.il/migrate-public-folder-exchange-2010-to-exchange-2016/  Hello guys, In this post I am going to show you how to migrate Migrate public folder   Exchange 2010   to   Exchange 2016  which including step by step based Microsoft best practice, this post began due to the last project that I’ve done of Exchange servers and as part of the project the public folder is one of the steps we should perform in order to complete the project, thereby I would like to share the steps I did over there in this post. First of all, we have to download the following files in Exchange 2010 and Exchange 2016: Public Folders Migration Scripts: https://www.microsoft.com/en-us/download/details.aspx?id=38407 Prepare the migration- Follow my steps: Let’s get some information about existing or non-existing public folders. Get-PublicFolder -Recurse | Export-CliXML C:\PFMigration\Legacy_PFStructure.xml Make sure there is no PF migration...