Summary: Learn how to pause a Windows PowerShell script.
How can I pause a Windows PowerShell script?
In Windows PowerShell 3.0 use the pause function, as shown here.
23:10 C:\> pause
Press Enter to continue…:
23:11 C:\>
The post PowerTip: Pause a PowerShell Script appeared first on Scripting Blog [archived].