/ Published in: Windows PowerShell
This times the execution of a Command. The Out-Default part is just to print the command output to console.
Expand |
Embed | Plain Text
Measure-Command { <command> | Out-Default }
You need to login to post a comment.
