- Go to Exchange Powershell and enter the following;
New-MailboxExportRequest -Mailbox USERALIAS -FilePath \\someserver\users\USERALIAS.pst
This command starts building up the PST file on the location mentioned as
\\someserver\users\USERALIAS.pst.
- To monitor the process type;
Get-MailboxExportRequest | Get-MailboxExportRequestStatistics
This will allow you to see the ongoing process.
After the job is done, you will see the "100%", now you can delete the export request.
No comments:
Post a Comment