Press "Enter" to skip to content

Ping Multiple Computers at Once with Powershell

Patrick Gruenauer pings away in parallel:

You want to ping multiple computers at once? Can’t? Yes you can, with PowerShell. In this post I’ll show you a few examples of how you can ping multiple computers. We will use the Test-Connection cmdlet for this task. It’s going to be exciting. Let’s get started.

Read on for several examples of how to do this.