Such a simple thing really, but so handy if you want to pause somewhere in a script to read some sort of output before continuing. One of the most common ways to pause a script is to use the Read-Host command like this: 1 Read-Host -Prompt "Press enter to continue"Read-Host -Prompt "Press enter to continue" […]