Wednesday, April 24, 2024
HomePowershellHow you can export Mailboxes to PST Information – SID-500.COM

How you can export Mailboxes to PST Information – SID-500.COM


PowerShell

In the present day I’ll present you tips on how to export Mailboxes from an Trade Server to a single PST file. This weblog publish applies solely to On-Premise Trade Servers. By default, it’s at the moment not attainable to export Mailboxes from Trade On-line. Let’s dive in.

Create a Community Share

PST recordsdata exports can solely be saved on a community share.

New-Merchandise -ItemType Listing -Identify PST -Path C:
New-SmbShare -Identify PST -Path C:PST -FullAccess Jeder

Begin the Export Request

On this half the export is began, checked and eventually deleted once more.

New-MailboxExportRequest -Mailbox m.mustermann@contoso.com -FilePath localhostPSTmustermann.pst
Get-MailboxExportRequest -Mailbox m.mustermann@contoso.com
Get-MailboxExportRequest -Standing Accomplished | Take away-MailboxExportRequest

Superb. That’s it. Mission achieved.

Printed by Patrick Gruenauer

Microsoft MVP on PowerShell [2018-2023], IT-Coach, IT-Guide, MCSE: Cloud Platform and Infrastructure, Cisco Licensed Academy Teacher.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments