Make a PST file from an account in Exchange

Allerlei tweaks voor Exchange

Moderator: Theet

Theet
Posts: 200
Joined: Mon 27 Sep 2010, 16:35

Make a PST file from an account in Exchange

Post by Theet »

The exchange command is

Code: Select all

New-MailboxExportRequest -Mailbox abc -FilePath \\[name mailserver]\exported_pst\abc.pst -BatchName "NAMED"
New-MailboxExportRequest
-Mailbox hbh (the ALIAS of the mailbox you want to export)
-FilePath \\[name mailserver]\exported_pst\abc.pst (the path to the PST you want to create
The file are located on [name mailserver] -> e:\exported_PST
-BatchName "NAMED" (OPTIONAL. Just a name, so you can identify the batch run)


To see current status of a export use the command:

Code: Select all

Get-MailboxExportRequest