This seems straight forward, but I haven't seen/found the answer...
My progress bars hang around too long. I would like them to go away when complete, but they don't always.
Typically the Write-Progress is within a loop, and it works. Then imediately after the loop I add "Write-Progress -Complete", but that doesn't seem to do it.
What am I missing?