PowerTip: Use Windows PowerShell to Get Migration Statistics

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon