I would like to show a custom progress bar in my powershell script. It should be in the last line of the console output and the “100% Success” message should stay.
Write-Progress
is nice, but it disappears when finished or if the script execution gets canceled