Powershell Sleep – Pause your Script
Sometimes you will need to pause your PowerShell script for a couple of seconds. For example when you are using a do while loop to check if a server is back online. To do this we can use the PowerShell Start Sleep cmdlet. With this … Read morePowershell Sleep – Pause your Script