<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Find out who pings on a subnet quick and easy</title><link>http://blogs.technet.com/b/brad_rutkowski/archive/2008/04/24/find-out-who-pings-on-a-subnet-quick-and-easy.aspx</link><description>So i know there are tools out there to do this but figured some would be interested on how to do this real quick with stuff that's already in the OS. 
 1) Turn off echos to make the out put clean (don’t forget to turn it back on when its done via “echo</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Find out who pings on a subnet quick and easy</title><link>http://blogs.technet.com/b/brad_rutkowski/archive/2008/04/24/find-out-who-pings-on-a-subnet-quick-and-easy.aspx#3299445</link><pubDate>Wed, 09 Dec 2009 19:24:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3299445</guid><dc:creator>Hilitec</dc:creator><description>&lt;p&gt;Without playing with ECHO OFF, and in order to work in other languages:&lt;/p&gt;
&lt;p&gt;FOR /L %a IN (1,1,254) DO @PING -n 1 -w 300 192.168.1.%a |findstr /i TTL&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3299445" width="1" height="1"&gt;</description></item></channel></rss>