<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/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>Networking : Ping Multiple Servers, PowerShell</title><link>http://powershell.com/cs/media/g/networking/tags/Ping+Multiple+Servers/PowerShell/default.aspx</link><description>Tags: Ping Multiple Servers, PowerShell</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>Ping Multiple Servers and Do a TraceRoute on Down Servers </title><link>http://powershell.com/cs/media/p/18387.aspx</link><pubDate>Thu, 16 Aug 2012 17:46:17 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:18387</guid><dc:creator>Aman Dhally</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;&lt;span style="font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:18px;orphans:2;text-align:left;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;background-color:#ffffff;float:none;font-family:&amp;#39;Trebuchet MS&amp;#39;,Trebuchet,Verdana,sans-serif;color:#000000;"&gt;Hi,&lt;/span&gt;&lt;br style="color:#000000;font-family:&amp;#39;Trebuchet MS&amp;#39;, Trebuchet, Verdana, sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:18px;orphans:2;text-align:left;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;background-color:#ffffff;" /&gt;&lt;span style="font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:18px;orphans:2;text-align:left;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;background-color:#ffffff;float:none;font-family:&amp;#39;Trebuchet MS&amp;#39;,Trebuchet,Verdana,sans-serif;color:#000000;"&gt;Yesterday one of our &amp;quot;New Delhi PowerShell User Group&amp;quot; member was trying to do the following.&lt;/span&gt;&lt;br style="color:#000000;font-family:&amp;#39;Trebuchet MS&amp;#39;, Trebuchet, Verdana, sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:18px;orphans:2;text-align:left;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;background-color:#ffffff;" /&gt;&lt;span style="font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:18px;orphans:2;text-align:left;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;background-color:#ffffff;float:none;font-family:&amp;#39;Trebuchet MS&amp;#39;,Trebuchet,Verdana,sans-serif;color:#000000;"&gt;Ping a list of Internet and External Server, and then do the &amp;quot;Trace Route&amp;quot; on the failed ones.&amp;nbsp; He was facing a problem using &amp;quot;foreach&amp;quot; cmdlets.&lt;/span&gt;&lt;br style="color:#000000;font-family:&amp;#39;Trebuchet MS&amp;#39;, Trebuchet, Verdana, sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:18px;orphans:2;text-align:left;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;background-color:#ffffff;" /&gt;&lt;span style="font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:18px;orphans:2;text-align:left;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;background-color:#ffffff;float:none;font-family:&amp;#39;Trebuchet MS&amp;#39;,Trebuchet,Verdana,sans-serif;color:#000000;"&gt;to help him i tried to write a script for him and he liked it .. So i think that i should share this script with everyone so that everyone else can be benefited.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Aman Dhally&lt;/p&gt;
&lt;p&gt;www.amandhally.net&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.01.51.09/06_2D00_07_2D00_2012-12_2D00_05_2D00_56_5F00_thumb_5B00_1_5D00_.png" alt="" /&gt;&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.01.83.87/Ping_5F00_Multiple_5F00_Server_5F00_With_5F00_Traceroute.ps1" length="1100" type="application/octet-stream" /></item><item><title>Ping Multiple Server Using PowerShell and Email the Output - v2</title><link>http://powershell.com/cs/media/p/16338.aspx</link><pubDate>Thu, 03 May 2012 08:20:20 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:16338</guid><dc:creator>Aman Dhally</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; In Jan i upload the scipt to ping multiple servers using powershell {&lt;a href="http://gallery.technet.microsoft.com/scriptcenter/Ping-Multiple-Servers-ba915a7c"&gt;http://gallery.technet.microsoft.com/scriptcenter/Ping-Multiple-Servers-ba915a7c&lt;/a&gt;}.&lt;/p&gt;
&lt;p&gt;yesterday i got an request from user, he want to email the Output of the 
script. to full fill his requirement I twaeked the script a little bit.&lt;/p&gt;
&lt;p&gt;The best of this script that, you can add all of your server which you want 
to monitor in to the script and schedule the to run after 3-4 hours or run after 
every 12 hours. So it will send you the email and then you can know that which 
server is runiing which are not.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;aman dhally&lt;/p&gt;
&lt;p&gt;&lt;a href="http://newdelhipowershellusergroup.blogspot.in/"&gt;http://newdelhipowershellusergroup.blogspot.in/&lt;/a&gt;&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.01.63.38/Ping_5F00_Multiple_5F00_Server_5F00_With_5F00_Email.ps1" length="3050" type="application/octet-stream" /></item></channel></rss>