Powers hell progresss bar

Hi there,
When I run my .ps1 script in PS console then the the progress bar should be the gui version(similar to the progress bar in ise ). How can I do that?

Thank you.

The host application controls this. You cannot change that behavior. You could hand code your own progress bar instead of using Write-Progress; that would involve WinForms or WPF coding in .NET.