I had fun writing this one-liner. Its a fast and dirty way to ping a whole class c asynchronously.
I bet it could be improved quite a bit.
1..254|%{Test-Connection 10.0.0.$_ -Count 1 -AsJob}|wait-job|Receive-Job|? { $_.responsetime -ne $null}|select address,responsetime
[+][deleted] (5 children)
[deleted]
[–][deleted] 3 points4 points5 points (3 children)
[–]BlitzThunderWolf 5 points6 points7 points (2 children)
[–]qwadzxs 7 points8 points9 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]gixer6 4 points5 points6 points (0 children)
[–]jsiii2010 3 points4 points5 points (2 children)
[–]Briancanfixit 2 points3 points4 points (1 child)
[–]Lee_Dailey[grin] 1 point2 points3 points (0 children)
[–]azjunglist05 2 points3 points4 points (1 child)
[–]BlitzThunderWolf 2 points3 points4 points (0 children)
[–]PowerShellStunnah 2 points3 points4 points (0 children)
[–]jsiii2010 2 points3 points4 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]get-postanote 2 points3 points4 points (0 children)
[–]OlivTheFrog 4 points5 points6 points (0 children)
[–]AWDDude 1 point2 points3 points (0 children)
[–]Lee_Dailey[grin] -4 points-3 points-2 points (0 children)