Dear All,
we are in process of mailbox migration from Exchage 2007 to Exchange 2010. I am running the following command
Dir \\exstff01\PSTFiles\*.pst | %{New-MailboxImportRequest -Name List1 -BatchName Import -Mailbox $_.BaseName -FilePath $_.FullName -Baditemlimit unlimited -AcceptLargeDataLoss -ExcludeDumpster}
suppose I am running the command against a list of 100 users. when i ran the command
Get-MailboxImportRequest -Status Inprogress | Get-MailboxImportRequestStatistics
it show me the status with some of the users 5 percentage complete and some are running fine and completing 100 %. process is not running agianst 5% of the users and those are still remain InProgress status for a long time and not completing.
wil anyone please guide.