Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##
- ## Run these lines from a PowerShell window. Replace name_of_powershell_script.ps1 with the name of your script.
- ##
- $stopwatch = [Diagnostics.Stopwatch]::StartNew()
- .\name_of_powershell_script.ps1
- $stopwatch.Stop()
- $stopwatch.Elapsed
Advertisement
Add Comment
Please, Sign In to add comment