Would you like to learn how to repeat a command every second using Powershell? In this tutorial, we will show you how to use Powershell to automatically repeat the same commands every 5 seconds on a computer running Windows.

• Windows 2012 R2
• Windows 2016
• Windows 2019
• Windows 10

Equipment list

The following section presents the list of equipment used to create this tutorial.

As an Amazon Associate, I earn from qualifying purchases.

Related tutorial - PowerShell

On this page, we offer quick access to a list of tutorials related to PowerShell.

Tutorial Powershell - Repeat the command every 5 seconds

As an Administrator, start a new POWERSHELL command-line prompt.

Windows 10 - powershell elevated

Repeat the command every 5 seconds for 1 minute.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

The system will update the screen every 5 seconds.

The system will stop the loop after 1 minute.

Repeat the command every 5 seconds using an infinite loop.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

The system will update the screen every 5 seconds.

The system will not stop the loop.

Congratulations! You are able to repeat a command every 5 seconds using Powershell.