<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 3 Easy Steps to Get Information from Multiple Remote Computers&#8230;</title>
	<atom:link href="http://www.powershellpro.com/powershell-scripts-3easysteps/76/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/</link>
	<description>Sharing the Experience</description>
	<lastBuildDate>Mon, 06 Sep 2010 23:05:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ralph</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-448</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Thu, 04 Mar 2010 23:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-448</guid>
		<description>Needed something quick and found this.

thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Needed something quick and found this.</p>
<p>thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-424</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 28 Oct 2009 22:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-424</guid>
		<description>I got the same error regarding the RPC server not being available.  Its because the Windows firewall is blocking the remote connection.  I&#039;ve done a bunch of search and made sure my group policy was set to allow remote administration and file and print sharing in the firewall, but it still doesn&#039;t work.  I think it has something to do the DCOM using dynamic port mappings, but it just doesn&#039;t seem to work with WinXP clients. It works fine with Vista.  Any tips would be appreciated.</description>
		<content:encoded><![CDATA[<p>I got the same error regarding the RPC server not being available.  Its because the Windows firewall is blocking the remote connection.  I&#8217;ve done a bunch of search and made sure my group policy was set to allow remote administration and file and print sharing in the firewall, but it still doesn&#8217;t work.  I think it has something to do the DCOM using dynamic port mappings, but it just doesn&#8217;t seem to work with WinXP clients. It works fine with Vista.  Any tips would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timmy</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-419</link>
		<dc:creator>Timmy</dc:creator>
		<pubDate>Tue, 20 Oct 2009 21:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-419</guid>
		<description>I am totally new at this. Try the code and getting this error: 
The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
can you please help me? 

thanks.</description>
		<content:encoded><![CDATA[<p>I am totally new at this. Try the code and getting this error:<br />
The RPC server is unavailable. (Exception from HRESULT: 0&#215;800706BA)<br />
can you please help me? </p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-372</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 14 Jul 2009 18:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-372</guid>
		<description>yeah this is a pretty good way of going about it. However, I wonder why you did not just use the __server for getting the computer name. It is in every WMI object I have seen thus far and makes it really easy to code in. Guess it does not make a real difference either way.</description>
		<content:encoded><![CDATA[<p>yeah this is a pretty good way of going about it. However, I wonder why you did not just use the __server for getting the computer name. It is in every WMI object I have seen thus far and makes it really easy to code in. Guess it does not make a real difference either way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NetGuyDave</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-188</link>
		<dc:creator>NetGuyDave</dc:creator>
		<pubDate>Wed, 13 Aug 2008 19:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-188</guid>
		<description>Jesse, I don&#039;t know how you find this stuff but it is very much appreciated! Thank You, Dave</description>
		<content:encoded><![CDATA[<p>Jesse, I don&#8217;t know how you find this stuff but it is very much appreciated! Thank You, Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Hamrick</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-186</link>
		<dc:creator>Jesse Hamrick</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-186</guid>
		<description>Check out PowerShell ping sweep from ScriptingAnswers.com - http://www.scriptinganswers.com/vault/Misc%20PowerShell/

-Jesse</description>
		<content:encoded><![CDATA[<p>Check out PowerShell ping sweep from ScriptingAnswers.com &#8211; <a href="http://www.scriptinganswers.com/vault/Misc%20PowerShell/" rel="nofollow">http://www.scriptinganswers.com/vault/Misc%20PowerShell/</a></p>
<p>-Jesse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NetGuyDave</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-185</link>
		<dc:creator>NetGuyDave</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-185</guid>
		<description>I agree with Daniel - ditto.  But...how do I compile a list of computers?  We have 700 computers on 6 different subnets with several being managed by 3rd party companies - who knows what machine names they build and tear down on a weekly basis.  Is there a way the script can do a ping &quot;if statement&quot; on an entire IP range then query for information that responds with a successfull ping? Or..any other ideas to build a computer name txt file are more than welcome. Thanks, Dave</description>
		<content:encoded><![CDATA[<p>I agree with Daniel &#8211; ditto.  But&#8230;how do I compile a list of computers?  We have 700 computers on 6 different subnets with several being managed by 3rd party companies &#8211; who knows what machine names they build and tear down on a weekly basis.  Is there a way the script can do a ping &#8220;if statement&#8221; on an entire IP range then query for information that responds with a successfull ping? Or..any other ideas to build a computer name txt file are more than welcome. Thanks, Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-104</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Mon, 05 May 2008 22:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-104</guid>
		<description>The Write-host &quot;Computer Name: &quot; $strComputer writes all the values in the array every time it loops.</description>
		<content:encoded><![CDATA[<p>The Write-host &#8220;Computer Name: &#8221; $strComputer writes all the values in the array every time it loops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Munoz</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-27</link>
		<dc:creator>Daniel Munoz</dc:creator>
		<pubDate>Tue, 06 Nov 2007 20:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-27</guid>
		<description>Outstanding! Your explanation is excellent and it will help me out so much. I&#039;ve already created some scripts that I use constantly. Thank you.</description>
		<content:encoded><![CDATA[<p>Outstanding! Your explanation is excellent and it will help me out so much. I&#8217;ve already created some scripts that I use constantly. Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
