June 24th, 2015

PowerTip: Use Windows PowerShell to Get Migration Statistics

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to pull statistics about user migrations.

Hey, Scripting Guy! Question How can I use Windows PowerShell to easily display a report with the time and amount of data transferred with
           my staged migrations?

Hey, Scripting Guy! Answer Use the Get-MigrationUser and Get-MigrationUserStatistics cmdlets and access some key properties,
           for example:

Get-MigrationUser | Get-MigrationUserStatistics |
Select-Object SyncedItemCount,TotalInprogressDuration,BytesTransferred,AverageBytesTransferredPerHour

Category
Scripting

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.