<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://customerfx.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>Ping a Remote Server Using VBScript</title><link>http://customerfx.com/pages/crmdeveloper/2008/05/19/ping-a-remote-server-using-vbscript.aspx</link><description>At times you might build a customization in the SalesLogix LAN client that relies on networked resources. For example, you might consume a web service or other resource that is available to LAN users and remote users via VPN. In this scenario, and many</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: Ping a Remote Server Using VBScript</title><link>http://customerfx.com/pages/crmdeveloper/2008/05/19/ping-a-remote-server-using-vbscript.aspx#40375</link><pubDate>Thu, 02 Apr 2009 09:11:03 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:40375</guid><dc:creator>Todd Hardin</dc:creator><description>&lt;p&gt;Slick technique using the &amp;quot;exec.StdOut.ReadAll&amp;quot; - I had not seen that before. Nice job Ryan.&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=40375" width="1" height="1"&gt;</description></item><item><title>re: Ping a Remote Server Using VBScript</title><link>http://customerfx.com/pages/crmdeveloper/2008/05/19/ping-a-remote-server-using-vbscript.aspx#39874</link><pubDate>Tue, 20 Jan 2009 07:04:57 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:39874</guid><dc:creator>Bala</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;USe this code...&lt;/p&gt;
&lt;p&gt;Itmay helpful for you&lt;/p&gt;
&lt;p&gt;strComputer = &amp;quot;.&amp;quot;&lt;/p&gt;
&lt;p&gt;Set objWMIService = GetObject(&amp;quot;winmgmts:&amp;quot; _&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;amp; &amp;quot;{impersonationLevel=impersonate}!\\&amp;quot; &amp;amp; strComputer &amp;amp; &amp;quot;\root\cimv2&amp;quot;)&lt;/p&gt;
&lt;p&gt;Set colPingedComputers = objWMIService.ExecQuery _&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;(&amp;quot;Select * from Win32_PingStatus Where Address = '192.168.1.37'&amp;quot;)&lt;/p&gt;
&lt;p&gt;For each objComputer in colPingedComputers&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;If objComputer.StatusCode = 0 Then&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Wscript.Echo &amp;quot;Remote computer responded.&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Else&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Wscript.Echo &amp;quot;Remote computer did not respond.&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; End If&lt;/p&gt;
&lt;p&gt;Next&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=39874" width="1" height="1"&gt;</description></item><item><title>re: Ping a Remote Server Using VBScript</title><link>http://customerfx.com/pages/crmdeveloper/2008/05/19/ping-a-remote-server-using-vbscript.aspx#39564</link><pubDate>Fri, 08 Aug 2008 17:13:40 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:39564</guid><dc:creator>Ryan Farley</dc:creator><description>&lt;p&gt;Surendra/Ratna/bijith,&lt;/p&gt;
&lt;p&gt;Please use a VBScript forum for your questions. Thanks.&lt;/p&gt;
&lt;p&gt;-Ryan&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=39564" width="1" height="1"&gt;</description></item><item><title>re: Ping a Remote Server Using VBScript</title><link>http://customerfx.com/pages/crmdeveloper/2008/05/19/ping-a-remote-server-using-vbscript.aspx#39563</link><pubDate>Fri, 08 Aug 2008 13:11:29 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:39563</guid><dc:creator>bijith</dc:creator><description>&lt;p&gt;Please let me know, if anybody have this idea for fixing timer for a windows command !!!&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=39563" width="1" height="1"&gt;</description></item><item><title>re: Ping a Remote Server Using VBScript</title><link>http://customerfx.com/pages/crmdeveloper/2008/05/19/ping-a-remote-server-using-vbscript.aspx#39560</link><pubDate>Fri, 08 Aug 2008 13:08:51 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:39560</guid><dc:creator>bijith</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I created a VB script for checking the different status of a windows command. For all return codes I made different messages.But if that windows command is not giving responds means no returncode then how will check the status in Vb script? Can we use timer means after a paricular time I want to exit that command?&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=39560" width="1" height="1"&gt;</description></item><item><title>re: Ping a Remote Server Using VBScript</title><link>http://customerfx.com/pages/crmdeveloper/2008/05/19/ping-a-remote-server-using-vbscript.aspx#39517</link><pubDate>Fri, 25 Jul 2008 17:53:25 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:39517</guid><dc:creator>Ratna</dc:creator><description>&lt;p&gt;Thanks for tutorial, may I ask your help,..&lt;/p&gt;
&lt;p&gt;how to download any file silently using VBScript,....&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=39517" width="1" height="1"&gt;</description></item><item><title>re: Ping a Remote Server Using VBScript</title><link>http://customerfx.com/pages/crmdeveloper/2008/05/19/ping-a-remote-server-using-vbscript.aspx#39426</link><pubDate>Mon, 09 Jun 2008 15:32:47 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:39426</guid><dc:creator>Ryan Farley</dc:creator><description>&lt;p&gt;Hello Surendra, &lt;/p&gt;
&lt;p&gt;You should try a VBScript forum for the help you need. A Google search reveals plenty. &lt;/p&gt;
&lt;p&gt;Good luck. &lt;/p&gt;
&lt;p&gt;-Ryan&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=39426" width="1" height="1"&gt;</description></item><item><title>re: Ping a Remote Server Using VBScript</title><link>http://customerfx.com/pages/crmdeveloper/2008/05/19/ping-a-remote-server-using-vbscript.aspx#39425</link><pubDate>Mon, 09 Jun 2008 15:09:20 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:39425</guid><dc:creator>Surendra</dc:creator><description>&lt;p&gt;Hi..&lt;/p&gt;
&lt;p&gt;this is a good solution.&lt;/p&gt;
&lt;p&gt;Can u plz. help me in vbscript (I want to create a rdp session using vbscript and want its object so that i can disconnect from it or i can read some reg. key on that machine)&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=39425" width="1" height="1"&gt;</description></item><item><title>Ping a Remote Server Using C#</title><link>http://customerfx.com/pages/crmdeveloper/2008/05/19/ping-a-remote-server-using-vbscript.aspx#39351</link><pubDate>Thu, 22 May 2008 04:37:32 GMT</pubDate><guid isPermaLink="false">e15581aa-2787-4c59-a940-524c09f5d256:39351</guid><dc:creator>CRM Developer</dc:creator><description>&lt;p&gt;In my last post, I shared some code in VBScript to PING a remote server to check for availability before attempting to use a resource on that remote server. This wouldn&amp;amp;#39;t be my blog if I didn&amp;amp;#39;t also share this code in C# as well. IMO, this sort&lt;/p&gt;
&lt;img src="http://customerfx.com/aggbug.aspx?PostID=39351" width="1" height="1"&gt;</description></item></channel></rss>