Make a PST file from an account in Exchange
Posted: Mon 28 Nov 2016, 16:53
The exchange command is
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
New-MailboxExportRequest -Mailbox abc -FilePath \\[name mailserver]\exported_pst\abc.pst -BatchName "NAMED"
-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