Hi all,
In the example below I will move the "Tony Smith" mailbox to the "Contoso" database:
New-MoveRequest -Identity tony.smith@contoso.com' -TargetDatabase "Contoso" -BadItemLimit 100 AcceptLargeDataLoss
What command can I run to monitor the "Tony Smith" mailbox move so it displays a running progress bar until it reaches 100% complete?
All help will be highly appreciated.
Thank you