Migration Copy Outlook Public Folder Contents to C Drive - Powershell

Mason M 0 Reputation points
2023-04-25T18:17:37.0933333+00:00

Our business is looking to migrate all of the files stored in our Outlook public folders into Microsoft Teams.

Trying to identify the correct command that would allow us to copy the folders and contents to the C drive via Powershell.

From there to migrate into the appropriate department Teams sites.

If anyone has alternative suggestions for how to migrate the Outlook Public folders to Microsoft Teams or the C drive of the server, please let me know.

Thank you in advance.

Windows server 2016

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,899 questions
Windows Server Migration
Windows Server Migration
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Migration: The process of making existing applications and data work on a different computer or operating system.
408 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,090 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Rich Matheisen 45,096 Reputation points
    2023-04-25T18:30:10.61+00:00

    I'm dating myself, but the only way to do that used to be using MAPI directly (via script, for example), or by using the MFCMAPI program.

    What do you intend to do with the folder permissions?

    0 comments No comments

  2. Limitless Technology 43,961 Reputation points
    2023-04-26T11:34:03.23+00:00

    Hello there, Outlook saves backup information in a variety of different locations. Depending on what type of account you have, you can back up your emails, your personal address book, your navigation pane settings, your signatures, templates, and more. If you're using a Microsoft Exchange, Microsoft 365, or Outlook.com account, your email messages are backed up on your email server. In most cases, you won't have a Personal Folders file (.pst) for these types of accounts. https://support.microsoft.com/en-us/office/find-and-transfer-outlook-data-files-from-one-computer-to-another-0996ece3-57c6-49bc-977b-0d1892e2aacc This article provides a comparison of public folders and Microsoft 365 Groups, and how one or the other might be the best solution for your organization. https://learn.microsoft.com/en-us/exchange/collaboration/public-folders/migrate-to-microsoft-365-groups?view=exchserver-2019 Hope this resolves your Query !! --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments