Results 2 comments of mazzy

I have some trouble. Time on server = Time on client + 1, because the `Daylight saving time` settings are different. After deploy the file on server has time due...

Good point... `WriteProgressEx` uses a pipe (and `stdout`) now. See [/Examples/Write-ProgressEx.pipe.ps1](https://github.com/mazzy-ax/Write-ProgressEx/blob/master/Examples/Write-ProgressEx.pipe.ps1) You can also override the scriptblocks that show the messages see [/Examples/Write-ProgressEx.counter.ps1](https://github.com/mazzy-ax/Write-ProgressEx/blob/master/Examples/Write-ProgressEx.counter.ps1) ![screenshot](https://github.com/mazzy-ax/Write-ProgressEx/blob/master/Media/examples.counter.png?raw=true) Write-ProgressEx params: # Message templates [scriptblock[]]$MessageOnFirstIteration,...