Powershell history w/ timings get-history | ft @{E={($.EndExecutionTime - $.StartExecutionTime).TotalSeconds};W=16}, @{E={$_.CommandLine}}
Powershell history w/ timings get-history | ft @{E={($.EndExecutionTime - $.StartExecutionTime).TotalSeconds};W=16}, @{E={$_.CommandLine}}