In PowerShell is there a way to run a script and have some type of dialog present saying "Script is running, please wait." ?? I am running a script in PowerShell ISE and the only indication I see that my script is running is in the lower left corner that says "Running script / selection. Press Ctrl+Break to stop"
My script is scanning servers for .PST files and the servers have hundreds of thousands of files/folders so it takes hours to run. I'd like to see a GUI dialog that lets me know it's running.
Is that possbile in PS?