Skip to main content

Home/ PowerShell/ PS Tip of the day #9
anonymous

PS Tip of the day #9 - 0 views

Powershell

started by anonymous on 14 Jun 12
  • anonymous
     
    PS Tip of the day #96:

    Use these commands to get a snapshot of the move throughput for completed moves.

    $stats = Get-MoveRequest -MoveStatus Completed | Get-MoveRequestStatistics
    $stats | sort totalmailboxsize | ft Alias,{$_.totalmailboxsize.ToMB()},totalinprogressduration -auto

To Top

Start a New Topic » « Back to the PowerShell group