Sajal Choudhary https://sajalchoudhary.net Powershell measure script execution time Last updated: September 4, 2024 at 11:19 POWERSHELL # Use measure=command Measure-Command {(Get-ChildItem -Recurse).Count} references: ← Back to Til Share