<?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 for tinyint.com</title>
	<atom:link href="http://www.tinyint.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tinyint.com</link>
	<description>An engineering and development &#60;em&#62;Factory of Knowledge&#60;/em&#62;™</description>
	<lastBuildDate>Tue, 29 Jun 2010 19:33:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on vSphere Client on Windows 7 by tcnolan</title>
		<link>http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/comment-page-1/#comment-34</link>
		<dc:creator>tcnolan</dc:creator>
		<pubDate>Tue, 29 Jun 2010 19:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyint.com/?p=122#comment-34</guid>
		<description>You no longer need my patch to make this work.  You should update your vSphere/vCenter installation to the latest version and grab the refreshed installer and you should be fine in Windows 7/2008 R2</description>
		<content:encoded><![CDATA[<p>You no longer need my patch to make this work.  You should update your vSphere/vCenter installation to the latest version and grab the refreshed installer and you should be fine in Windows 7/2008 R2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vSphere Client on Windows 7 by ahmedlibrian</title>
		<link>http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/comment-page-1/#comment-33</link>
		<dc:creator>ahmedlibrian</dc:creator>
		<pubDate>Mon, 28 Jun 2010 09:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyint.com/?p=122#comment-33</guid>
		<description>Hi,

I have tried it on my windows server 2008 Standard (x64) but it won&#039;t work. Still the same error. Need more help why it won&#039;t work.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried it on my windows server 2008 Standard (x64) but it won&#8217;t work. Still the same error. Need more help why it won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Black Login Screen Showing Logo in Windows 2003 by Black Logon Screen with Windows Logo &#171; KrishnaChaitanya Ch</title>
		<link>http://www.tinyint.com/index.php/2009/06/22/black-login-screen-showing-logo-in-windows-2003/comment-page-1/#comment-16</link>
		<dc:creator>Black Logon Screen with Windows Logo &#171; KrishnaChaitanya Ch</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyint.com/?p=71#comment-16</guid>
		<description>[...] bit of Google-ing took me to a link which had solution for this [...]</description>
		<content:encoded><![CDATA[<p>[...] bit of Google-ing took me to a link which had solution for this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vSphere Client on Windows 7 by Louisiana VMware Users Group &#187; VMware vSphere Client running on Windows 7</title>
		<link>http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/comment-page-1/#comment-15</link>
		<dc:creator>Louisiana VMware Users Group &#187; VMware vSphere Client running on Windows 7</dc:creator>
		<pubDate>Thu, 04 Mar 2010 01:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyint.com/?p=122#comment-15</guid>
		<description>[...] Greetings, If you&#8217;ve gotten this error &#8220;error stating “Error parsing clients.xml file&#8221; when connecting to your vCenter server with Microsoft Windows 7 &#8212; Here is your fix: http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Greetings, If you&#8217;ve gotten this error &#8220;error stating “Error parsing clients.xml file&#8221; when connecting to your vCenter server with Microsoft Windows 7 &#8212; Here is your fix: <a href="http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/" rel="nofollow">http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enumerate Distribution Group Members by tcnolan</title>
		<link>http://www.tinyint.com/index.php/2009/05/24/enumerate-distribution-group-members/comment-page-1/#comment-14</link>
		<dc:creator>tcnolan</dc:creator>
		<pubDate>Tue, 16 Feb 2010 16:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyint.com/?p=39#comment-14</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-13&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-13&quot; rel=&quot;nofollow&quot;&gt;TheTrueGeek&lt;/a&gt; :&lt;/strong&gt;
&lt;p&gt;This is a great script - but I am having trouble getting it piped into a CSV or TXT file. Are you able to help me out with this please?&lt;/p&gt;
&lt;/blockquote&gt;
Thanks for the comment!  Sadly, piping out to a file is a bit annoying because of the way the output gets formatted.  The best way to do this is by using start-transcript before you run the script, which makes sure you get the proper output.  Unfortunately, CSV is not something that will work with this however because the data is not presented in a way that would be usable by the CSV formatter.  

I have wanted to correct both of these problems in an update of the script but I simply haven&#039;t had the time to revisit this in a while.  Hope start-transcript helps you get what you are looking for!</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-13"><p>
<strong><a href="#comment-13" rel="nofollow">TheTrueGeek</a> :</strong></p>
<p>This is a great script &#8211; but I am having trouble getting it piped into a CSV or TXT file. Are you able to help me out with this please?</p>
</blockquote>
<p>Thanks for the comment!  Sadly, piping out to a file is a bit annoying because of the way the output gets formatted.  The best way to do this is by using start-transcript before you run the script, which makes sure you get the proper output.  Unfortunately, CSV is not something that will work with this however because the data is not presented in a way that would be usable by the CSV formatter.  </p>
<p>I have wanted to correct both of these problems in an update of the script but I simply haven&#8217;t had the time to revisit this in a while.  Hope start-transcript helps you get what you are looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enumerate Distribution Group Members by TheTrueGeek</title>
		<link>http://www.tinyint.com/index.php/2009/05/24/enumerate-distribution-group-members/comment-page-1/#comment-13</link>
		<dc:creator>TheTrueGeek</dc:creator>
		<pubDate>Mon, 15 Feb 2010 17:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyint.com/?p=39#comment-13</guid>
		<description>This is a great script - but I am having trouble getting it piped into a CSV or TXT file. Are you able to help me out with this please?</description>
		<content:encoded><![CDATA[<p>This is a great script &#8211; but I am having trouble getting it piped into a CSV or TXT file. Are you able to help me out with this please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vSphere Client on Windows 7 by dlorenso</title>
		<link>http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/comment-page-1/#comment-11</link>
		<dc:creator>dlorenso</dc:creator>
		<pubDate>Sat, 07 Nov 2009 18:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyint.com/?p=122#comment-11</guid>
		<description>Thank you for this post.  It was a real lifesaver.  After upgrading to Windows 7, I almost was locked out of my colo because of the vSphere Client incompatibility problem.  With this update you provided, I was back up and running in less than 5 minutes.  Awesome work!  VMWare community should thank you!</description>
		<content:encoded><![CDATA[<p>Thank you for this post.  It was a real lifesaver.  After upgrading to Windows 7, I almost was locked out of my colo because of the vSphere Client incompatibility problem.  With this update you provided, I was back up and running in less than 5 minutes.  Awesome work!  VMWare community should thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vSphere Client on Windows 7 by vSphere 4 Client &#38; Windows 7 &#124; Christopher J. Umina</title>
		<link>http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/comment-page-1/#comment-10</link>
		<dc:creator>vSphere 4 Client &#38; Windows 7 &#124; Christopher J. Umina</dc:creator>
		<pubDate>Fri, 06 Nov 2009 12:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyint.com/?p=122#comment-10</guid>
		<description>[...] http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/" rel="nofollow">http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vSphere Client on Windows 7 by Windows 7 VMware vSphere Client Fix (PowerShell) - Sanallaştırma Çözümleri</title>
		<link>http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/comment-page-1/#comment-9</link>
		<dc:creator>Windows 7 VMware vSphere Client Fix (PowerShell) - Sanallaştırma Çözümleri</dc:creator>
		<pubDate>Mon, 02 Nov 2009 11:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyint.com/?p=122#comment-9</guid>
		<description>[...]           Windows 7 VMware vSphere Client Fix (PowerShell) [...]</description>
		<content:encoded><![CDATA[<p>[...]           Windows 7 VMware vSphere Client Fix (PowerShell) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vSphere Client on Windows 7 by low351</title>
		<link>http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/comment-page-1/#comment-7</link>
		<dc:creator>low351</dc:creator>
		<pubDate>Fri, 11 Sep 2009 18:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyint.com/?p=122#comment-7</guid>
		<description>Extremely helpful, thank you for taking the time to share this.</description>
		<content:encoded><![CDATA[<p>Extremely helpful, thank you for taking the time to share this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
