Quantcast
Viewing all articles
Browse latest Browse all 21

How to View Bulk Mailbox Import or Bulk Mailbox Export Statistics in Exchange 2010 & 2013

Once you initiate a bulk import or Export in Exchange 2013

Exchange administration Center starts alerting you the status of the import requests. Which is Good.

Image may be NSFW.
Clik here to view.
image

 

Commands to Bulk Import

$Import = Get-Mailbox

$Import|%{$_|New-MailboxExportRequest –FilePath “\\ServerName\pst\$($_.primarysmtpaddress).pst”}

 

Now if I want to view the queue. How ? . There is a parameter called –RequestQueue  , That should help us.

if you run the below command below , It should get us the Percent Complete in bulk.

Open Exchange management Shell , Run below command

Get-MailboxImportRequestStatistics -RequestQueue "Mailbox database"

Image may be NSFW.
Clik here to view.
image

 

 

Its just a little info. But Its good to know.

Image may be NSFW.
Clik here to view.

Satheshwaran Manoharan

Publisher of CareExchange.in
I have been supporting Microsoft Exchange for some years . Thanks for your visit . Please share you thoughts via Comments
For Feedback or Improvements : Admin@careexchange.in
Thank you

Image may be NSFW.
Clik here to view.
LinkedIn
 Image may be NSFW.
Clik here to view.
Google+
 


Viewing all articles
Browse latest Browse all 21

Trending Articles