SyntaxFix
Write A Post
Hire A Developer
Questions
Use Measure-Command
Measure-Command
Example
Measure-Command { <your command here> | Out-Host }
The pipe to Out-Host allows you to see the output of the command, which is otherwise consumed by Measure-Command.
Out-Host