Quantcast
Channel: Exchange 2013 – azure365pro.com
Viewing all articles
Browse latest Browse all 170

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

$
0
0

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

 

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

 

 

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

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

LinkedIn Google+ 


Viewing all articles
Browse latest Browse all 170

Trending Articles