<?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>Fri, 03 Feb 2012 08:09:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: maclp</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-728</link>
		<dc:creator>maclp</dc:creator>
		<pubDate>Fri, 18 Nov 2011 14:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-728</guid>
		<description>i&#039;m new at scripting and this works great
except for some of my workstations where i get this error:

Get-WmiObject : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
At C:\Users\maarten\AppData\Local\Temp\777057e6-4d0c-4c5f-900a-bd6c197ead2b.ps1:5 char:30
+     $colItems = get-wmiobject &lt;&lt;&lt;&lt;  -class &quot;Win32_BIOS&quot; -namespace &quot;root\CIMV2&quot; `
    + CategoryInfo          : NotSpecified: (:) [Get-WmiObject], UnauthorizedAccessException
    + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.PowerShell.Commands.GetWmiObjectCommand

could this be my firewall?</description>
		<content:encoded><![CDATA[<p>i&#8217;m new at scripting and this works great<br />
except for some of my workstations where i get this error:</p>
<p>Get-WmiObject : Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))<br />
At C:\Users\maarten\AppData\Local\Temp\777057e6-4d0c-4c5f-900a-bd6c197ead2b.ps1:5 char:30<br />
+     $colItems = get-wmiobject &lt;&lt;&lt;&lt;  -class &quot;Win32_BIOS&quot; -namespace &quot;root\CIMV2&quot; `<br />
    + CategoryInfo          : NotSpecified: (:) [Get-WmiObject], UnauthorizedAccessException<br />
    + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.PowerShell.Commands.GetWmiObjectCommand</p>
<p>could this be my firewall?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xb90</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-673</link>
		<dc:creator>xb90</dc:creator>
		<pubDate>Thu, 18 Aug 2011 21:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-673</guid>
		<description>I&#039;ve prepared a script to query remote hosts and do some formatting for easier readability. Check it out here:

http://poshtips.com/2011/03/25/gethostinfo-remote-host-query-script-using-wmi/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve prepared a script to query remote hosts and do some formatting for easier readability. Check it out here:</p>
<p><a href="http://poshtips.com/2011/03/25/gethostinfo-remote-host-query-script-using-wmi/" rel="nofollow">http://poshtips.com/2011/03/25/gethostinfo-remote-host-query-script-using-wmi/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xb90</title>
		<link>http://www.powershellpro.com/powershell-scripts-3easysteps/76/comment-page-1/#comment-672</link>
		<dc:creator>xb90</dc:creator>
		<pubDate>Thu, 18 Aug 2011 21:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-scripts-3easysteps/76/#comment-672</guid>
		<description>I wrote a powershell script to query remote hosts via WMI plus do some formatting to make the data easier to read. 

It will return data from the following WMI classes:
    Win32_OperatingSystem
    Win32_ComputerSystem
    Win32_NetworkAdapter plus associated Win32_NetworkAdapterConfiguration
    Win32_LogicalDisk
    Win32_PhysicalMemory
    Win32_Processor
    Win32_PageFileSetting


Check it out and download from here:

http://poshtips.com/2011/03/25/gethostinfo-remote-host-query-script-using-wmi/</description>
		<content:encoded><![CDATA[<p>I wrote a powershell script to query remote hosts via WMI plus do some formatting to make the data easier to read. </p>
<p>It will return data from the following WMI classes:<br />
    Win32_OperatingSystem<br />
    Win32_ComputerSystem<br />
    Win32_NetworkAdapter plus associated Win32_NetworkAdapterConfiguration<br />
    Win32_LogicalDisk<br />
    Win32_PhysicalMemory<br />
    Win32_Processor<br />
    Win32_PageFileSetting</p>
<p>Check it out and download from here:</p>
<p><a href="http://poshtips.com/2011/03/25/gethostinfo-remote-host-query-script-using-wmi/" rel="nofollow">http://poshtips.com/2011/03/25/gethostinfo-remote-host-query-script-using-wmi/</a></p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

