Open bytesizedalex opened 4 years ago
Feedback is currently very limited during function run. Some cmdlets write to the console while external executables may trigger a popup window or text output.
Ideally an overall progress bar should be written to the console along with per-item progress bars that replace cmdlet/external executable output. It may not be possible to fully suppress all executable windows/output but wherever possible these should be suppressed.
The Write-Progress function should be improved to automatically determine the number of 'progress items' so as to accurately display a completed percentage without excessive manual coding.
Update function to include Write-Progress functionality.