Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Can PS have a display message while code runs?

$
0
0

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?


Viewing all articles
Browse latest Browse all 6937

Trending Articles