Powershell measure script execution time

Last updated:

POWERSHELL
# Use measure=command

Measure-Command {(Get-ChildItem -Recurse).Count}

references: