PowerShell - Pause Command

2012, Jan 27    

I was doing some PowerShelling and needed a Pause command.  Unfortunately, the command isn’t native to PowerShell.  Using a TechNet Tip of the Week article as a starting point, I devised my solution.

Hope it helps others out there.  Just add the function to your PowerShell Profile or as a Functions in a script to make it available!