I am looping through a list of items and doing a write-progress on each item.
Is it possible to show a timer during the script execution?
For example show $elapsedTime
with
$elapsedTime = [system.diagnostics.stopwatch]::StartNew()
as basis each second. But would this be possible in the same powershell window?
like this:
Wouldn't something like this work: