Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use Windows PowerShell to Get Migration Statistics

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>