In PowerShell scripts it is sometimes helpful to use a timer, for example to measure how long a certain task takes. If you create GUI applications with PowerShell, it can be useful to display a timer during a long-running task. It's actually quite simple to do and there are plenty of examples for C# programmers, but … Continue reading PowerShell Stopwatch