<?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: Compare ESX configurations with Powershell</title>
	<atom:link href="http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/</link>
	<description>Using Powershell for (virtually) everything!</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:41:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Compare Cluster Datastores with Powershell &#124; PeetersOnline.nl</title>
		<link>http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/comment-page-1/#comment-1848</link>
		<dc:creator>Compare Cluster Datastores with Powershell &#124; PeetersOnline.nl</dc:creator>
		<pubDate>Fri, 16 Jan 2009 14:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.peetersonline.nl/?p=221#comment-1848</guid>
		<description>[...] showed you before how to compare the datastores for two ESX Servers using the VI Toolkit. But ideally, one would like [...]</description>
		<content:encoded><![CDATA[<p>[...] showed you before how to compare the datastores for two ESX Servers using the <a href="http://www.vmware.com/sdk/vitk_win/index.html" target='_blank'>VI Toolkit</a>. But ideally, one would like [...]
<p style="opacity:0.5;padding:0;margin:0;display:inline;"><sub><a href="http://www.janhvizdak.com/make-donation-cross-linker-plugin-wordpress.php" onclick="window.open('http://www.janhvizdak.com/make-donation-cross-linker-plugin-wordpress.php'); return false;" target="_blank" style="cursor:help;"><b>&#187;crosslinked&#171;</b></a></sub></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/comment-page-1/#comment-1802</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Tue, 13 Jan 2009 15:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.peetersonline.nl/?p=221#comment-1802</guid>
		<description>thanks a lot!

great information! thanks!

&lt;a href=&quot;http://www.vmwarescripting.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.vmwarescripting.com/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>thanks a lot!</p>
<p>great information! thanks!</p>
<p><a href="http://www.vmwarescripting.com/" rel="nofollow">http://www.vmwarescripting.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/comment-page-1/#comment-1751</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Fri, 09 Jan 2009 17:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.peetersonline.nl/?p=221#comment-1751</guid>
		<description>Thanks for that, I&#039;ll give that a go.

Hugo</description>
		<content:encoded><![CDATA[<p>Thanks for that, I&#8217;ll give that a go.</p>
<p>Hugo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/comment-page-1/#comment-1744</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 09 Jan 2009 12:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.peetersonline.nl/?p=221#comment-1744</guid>
		<description>Hugo,

I assume you have Powershell and the VI Toolkit installed. Start the VI Toolkit console (which is essentially Powershell with the VI Toolkit snapin loaded). Connect to Virtual Center using &quot;Connect-VIServer MYVCSERVER&quot;.

Manually:
Copy and paste the functions into the window and press enter a few times. Then you can use the functions by typing the name and supplying two host names or a datastore name (see the second quotes for examples). When you close the window, the functions are forgotten.

Profile:
Add the functions to your profile in order to have them available every time you open the Powershell / VI Toolkit window. Read this for more info: http://www.peetersonline.nl/index.php/powershell/build-your-own-powershell-universe/

Hugo</description>
		<content:encoded><![CDATA[<p>Hugo,</p>
<p>I assume you have <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" target='_blank'>Powershell</a> and the <a href="http://www.vmware.com/sdk/vitk_win/index.html" target='_blank'>VI Toolkit</a> installed. Start the <a href="http://www.vmware.com/sdk/vitk_win/index.html" target='_blank'>VI Toolkit</a> console (which is essentially <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" target='_blank'>Powershell</a> with the <a href="http://www.vmware.com/sdk/vitk_win/index.html" target='_blank'>VI Toolkit</a> snapin loaded). Connect to Virtual Center using &#8220;Connect-VIServer MYVCSERVER&#8221;.</p>
<p>Manually:<br />
Copy and paste the functions into the window and press enter a few times. Then you can use the functions by typing the name and supplying two host names or a datastore name (see the second quotes for examples). When you close the window, the functions are forgotten.</p>
<p>Profile:<br />
Add the functions to your profile in order to have them available every time you open the <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" target='_blank'>Powershell</a> / <a href="http://www.vmware.com/sdk/vitk_win/index.html" target='_blank'>VI Toolkit</a> window. Read this for more info: <a href="http://www.peetersonline.nl/index.php/powershell/build-your-own-powershell-universe/" rel="nofollow">http://www.peetersonline.nl/index.php/powershell/build-your-own-powershell-universe/</a></p>
<p>Hugo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/comment-page-1/#comment-1741</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Fri, 09 Jan 2009 10:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.peetersonline.nl/?p=221#comment-1741</guid>
		<description>Hugo,

How do I use these functions with the VI-Toolkit?

Hugo (very much a beginner with PowerShell)</description>
		<content:encoded><![CDATA[<p>Hugo,</p>
<p>How do I use these functions with the VI-Toolkit?</p>
<p>Hugo (very much a beginner with <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" target='_blank'>PowerShell</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/comment-page-1/#comment-1738</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 09 Jan 2009 09:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.peetersonline.nl/?p=221#comment-1738</guid>
		<description>Hi Hugo,

I was expecting to get back all my datastores with the ones being equal having a == sign in the SideIndicator. But having read the help on compare-objectshow them.

thanks for that!

Paul</description>
		<content:encoded><![CDATA[<p>Hi Hugo,</p>
<p>I was expecting to get back all my datastores with the ones being equal having a == sign in the SideIndicator. But having read the help on compare-objectshow them.</p>
<p>thanks for that!</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/comment-page-1/#comment-1729</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 08 Jan 2009 18:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.peetersonline.nl/?p=221#comment-1729</guid>
		<description>Hi Paul,
Be glad. The local datastores are the only difference between the two hosts. Add the -IncludeEqual switch to the Compare-Object line to show all datastores.
Hugo</description>
		<content:encoded><![CDATA[<p>Hi Paul,<br />
Be glad. The local datastores are the only difference between the two hosts. Add the -IncludeEqual switch to the Compare-Object line to show all datastores.<br />
Hugo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/comment-page-1/#comment-1728</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 08 Jan 2009 15:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.peetersonline.nl/?p=221#comment-1728</guid>
		<description>Hi Hugo,

any idea why when i run this script i only get back my local datastores?

param([string]$host1,[string]$host2)
$a = Get-VMHost $host1 &#124; Get-Datastore &#124; %{$_.Name}
$b = Get-VMHost $host2 &#124; Get-Datastore &#124; %{$_.Name}
Compare-Object $a $b

but if i run 
$a = Get-VMHost $host1 &#124; Get-Datastore &#124; %{$_.Name}
$a

i get all my datastores?

cheers</description>
		<content:encoded><![CDATA[<p>Hi Hugo,</p>
<p>any idea why when i run this script i only get back my local datastores?</p>
<p>param([string]$host1,[string]$host2)<br />
$a = Get-VMHost $host1 | Get-Datastore | %{$_.Name}<br />
$b = Get-VMHost $host2 | Get-Datastore | %{$_.Name}<br />
Compare-Object $a $b</p>
<p>but if i run<br />
$a = Get-VMHost $host1 | Get-Datastore | %{$_.Name}<br />
$a</p>
<p>i get all my datastores?</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VirtualPro &#187; Vmware 2009 Products - information release</title>
		<link>http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/comment-page-1/#comment-1717</link>
		<dc:creator>VirtualPro &#187; Vmware 2009 Products - information release</dc:creator>
		<pubDate>Wed, 07 Jan 2009 22:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.peetersonline.nl/?p=221#comment-1717</guid>
		<description>[...] to do manual configuration control on the cheap could take a look at Hugo Peeters scripts on comparing ESX configurations with powershell.</description>
		<content:encoded><![CDATA[<p>[...] to do manual configuration control on the cheap could take a look at Hugo Peeters scripts on comparing ESX configurations with <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" target='_blank'>powershell</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compare specific ESX configuration items &#171; H9Newser&#8217;s Blog</title>
		<link>http://www.peetersonline.nl/index.php/vmware/compare-esx-configurations-with-powershell/comment-page-1/#comment-1709</link>
		<dc:creator>Compare specific ESX configuration items &#171; H9Newser&#8217;s Blog</dc:creator>
		<pubDate>Wed, 07 Jan 2009 16:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.peetersonline.nl/?p=221#comment-1709</guid>
		<description>[...] posted a great script. It will compare configuration items between a given set of hosts. This can especially come in [...]</description>
		<content:encoded><![CDATA[<p>[...] posted a great script. It will compare configuration items between a given set of hosts. This can especially come in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

