You could use the PowerShell Write-Progress cmdlet to create a status bar. But that would need a rewrite of the script because you can not easily add the Write-Progress cmdlet to the current script. And it would make the script run slower. I don't think you want that.
↧