<?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 BUGBUG: poor title</title>
	<atom:link href="http://richardberg.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardberg.net/blog</link>
	<description>...the same thing we do every night, Pinky...</description>
	<lastBuildDate>Wed, 03 Mar 2010 20:14:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Select-Object is annoying by RichardB</title>
		<link>http://richardberg.net/blog/2009/03/26/select-object-is-annoying/comment-page-1/#comment-2310</link>
		<dc:creator>RichardB</dc:creator>
		<pubDate>Wed, 03 Mar 2010 20:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=55#comment-2310</guid>
		<description>Get-PropertyValue is part of the Powershell Community Extensions.  The v2 feature you&#039;re probably thinking of is the new -Expand switch for Select.  Still a far cry from what I /really/ want, but at least I can write scripts without either % { $foo.bar } ugliness or taking a dependency on PSCX.</description>
		<content:encoded><![CDATA[<p>Get-PropertyValue is part of the Powershell Community Extensions.  The v2 feature you're probably thinking of is the new -Expand switch for Select.  Still a far cry from what I /really/ want, but at least I can write scripts without either % { $foo.bar } ugliness or taking a dependency on PSCX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select-Object is annoying by Mike Shepard</title>
		<link>http://richardberg.net/blog/2009/03/26/select-object-is-annoying/comment-page-1/#comment-106</link>
		<dc:creator>Mike Shepard</dc:creator>
		<pubDate>Thu, 21 May 2009 18:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=55#comment-106</guid>
		<description>I think that in V2 there&#039;s a &quot;Get-propertyvalue&quot; cmdlet that does what you&#039;re wanting.</description>
		<content:encoded><![CDATA[<p>I think that in V2 there's a "Get-propertyvalue" cmdlet that does what you're wanting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why is the TFS Powershell snapin marked 32-bit only? by John Robbins</title>
		<link>http://richardberg.net/blog/2009/03/13/why-is-the-tfs-powershell-snapin-marked-32-bit-only/comment-page-1/#comment-14</link>
		<dc:creator>John Robbins</dc:creator>
		<pubDate>Tue, 31 Mar 2009 05:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=51#comment-14</guid>
		<description>*Blush* Thank you Richard for the very nice compliment. I&#039;m honored! - John Robbins</description>
		<content:encoded><![CDATA[<p>*Blush* Thank you Richard for the very nice compliment. I'm honored! - John Robbins</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Birth of a power tool: QualifiedItem and the Powershell pipeline by BUGBUG: poor title &#187; Blog Archive &#187; Get-TfsItemProperty is the bridge between server and local objects</title>
		<link>http://richardberg.net/blog/2009/02/14/birth-of-a-power-tool-qualifieditem-and-the-powershell-pipeline/comment-page-1/#comment-13</link>
		<dc:creator>BUGBUG: poor title &#187; Blog Archive &#187; Get-TfsItemProperty is the bridge between server and local objects</dc:creator>
		<pubDate>Sat, 28 Mar 2009 02:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=30#comment-13</guid>
		<description>[...] – comes packaged in the ExtendedItem object.&#160; Even more fortuitously, if you revisit the exploration of QualifiedItemSpec with an eye for detail, you’ll notice that one overload of ToQualifiedItem() is not like the [...]</description>
		<content:encoded><![CDATA[<p>[...] – comes packaged in the ExtendedItem object.&#160; Even more fortuitously, if you revisit the exploration of QualifiedItemSpec with an eye for detail, you’ll notice that one overload of ToQualifiedItem() is not like the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Birth of a power tool: QualifiedItem and the Powershell pipeline by BUGBUG: poor title &#187; Blog Archive &#187; Fixing consistency issues with Powershell&#8217;s filename properties</title>
		<link>http://richardberg.net/blog/2009/02/14/birth-of-a-power-tool-qualifieditem-and-the-powershell-pipeline/comment-page-1/#comment-12</link>
		<dc:creator>BUGBUG: poor title &#187; Blog Archive &#187; Fixing consistency issues with Powershell&#8217;s filename properties</dc:creator>
		<pubDate>Sat, 28 Mar 2009 00:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=30#comment-12</guid>
		<description>[...] with the TFS Power Tools, Hyung had the foresight to add string[] to the list of types we can convert to QualifiedItems behind the scenes using extra constructors, but we still don’t support the ValueFromPipelineByPropertyName idiom [...]</description>
		<content:encoded><![CDATA[<p>[...] with the TFS Power Tools, Hyung had the foresight to add string[] to the list of types we can convert to QualifiedItems behind the scenes using extra constructors, but we still don’t support the ValueFromPipelineByPropertyName idiom [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Powershell tidbit: hacky way to find the 32-bit Program Files directory by BUGBUG: poor title &#187; Blog Archive &#187; Invoke-UltraEdit.ps1: integrate your favorite text editor with the Powershell pipeline</title>
		<link>http://richardberg.net/blog/2009/03/27/powershell-tidbit-hacky-way-to-find-the-32-bit-program-files-directory/comment-page-1/#comment-11</link>
		<dc:creator>BUGBUG: poor title &#187; Blog Archive &#187; Invoke-UltraEdit.ps1: integrate your favorite text editor with the Powershell pipeline</dc:creator>
		<pubDate>Sat, 28 Mar 2009 00:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=61#comment-11</guid>
		<description>[...] same thing we do every night, Pinky&#8230;      &#171; Easily manage files in Powershell ISE CTP3 Powershell tidbit: hacky way to find the 32-bit Program Files directory [...]</description>
		<content:encoded><![CDATA[<p>[...] same thing we do every night, Pinky&#8230;      &laquo; Easily manage files in Powershell ISE CTP3 Powershell tidbit: hacky way to find the 32-bit Program Files directory [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing consistency issues with Powershell&#8217;s filename properties by BUGBUG: poor title &#187; Blog Archive &#187; Invoke-UltraEdit.ps1: integrate your favorite text editor with the Powershell pipeline</title>
		<link>http://richardberg.net/blog/2009/03/27/fixing-consistency-issues-with-powershells-filename-properties/comment-page-1/#comment-10</link>
		<dc:creator>BUGBUG: poor title &#187; Blog Archive &#187; Invoke-UltraEdit.ps1: integrate your favorite text editor with the Powershell pipeline</dc:creator>
		<pubDate>Sat, 28 Mar 2009 00:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=57#comment-10</guid>
		<description>[...] you can probably tell, you’ll need some other code for this to compilebe interpreted [...]</description>
		<content:encoded><![CDATA[<p>[...] you can probably tell, you’ll need some other code for this to compilebe interpreted [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing consistency issues with Powershell&#8217;s filename properties by BUGBUG: poor title &#187; Blog Archive &#187; Easily manage files in Powershell ISE CTP3</title>
		<link>http://richardberg.net/blog/2009/03/27/fixing-consistency-issues-with-powershells-filename-properties/comment-page-1/#comment-9</link>
		<dc:creator>BUGBUG: poor title &#187; Blog Archive &#187; Easily manage files in Powershell ISE CTP3</dc:creator>
		<pubDate>Fri, 27 Mar 2009 22:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=57#comment-9</guid>
		<description>[...] BUGBUG: poor title &#8230;the same thing we do every night, Pinky&#8230;      &#171; Fixing consistency issues with Powershell&#8217;s filename properties [...]</description>
		<content:encoded><![CDATA[<p>[...] BUGBUG: poor title &#8230;the same thing we do every night, Pinky&#8230;      &laquo; Fixing consistency issues with Powershell&rsquo;s filename properties [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select-Object is annoying by BUGBUG: poor title &#187; Blog Archive &#187; Fixing consistency issues with Powershell&#8217;s filename properties</title>
		<link>http://richardberg.net/blog/2009/03/26/select-object-is-annoying/comment-page-1/#comment-8</link>
		<dc:creator>BUGBUG: poor title &#187; Blog Archive &#187; Fixing consistency issues with Powershell&#8217;s filename properties</dc:creator>
		<pubDate>Fri, 27 Mar 2009 21:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=55#comment-8</guid>
		<description>[...] BUGBUG: poor title &#8230;the same thing we do every night, Pinky&#8230;      &#171; Select-Object is annoying [...]</description>
		<content:encoded><![CDATA[<p>[...] BUGBUG: poor title &#8230;the same thing we do every night, Pinky&#8230;      &laquo; Select-Object is annoying [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What does Get-TfsServer –All do, exactly? by BUGBUG: poor title &#187; Blog Archive &#187; How to enforce a rule on Area/Iteration Path</title>
		<link>http://richardberg.net/blog/2009/02/17/what-does-get-tfsserver-all-do-exactly/comment-page-1/#comment-4</link>
		<dc:creator>BUGBUG: poor title &#187; Blog Archive &#187; How to enforce a rule on Area/Iteration Path</dc:creator>
		<pubDate>Tue, 17 Feb 2009 18:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=38#comment-4</guid>
		<description>[...] BUGBUG: poor title &#8230;the same thing we do every night, Pinky&#8230;      &#171; What does Get-TfsServer &#8211;All do, exactly? [...]</description>
		<content:encoded><![CDATA[<p>[...] BUGBUG: poor title &#8230;the same thing we do every night, Pinky&#8230;      &laquo; What does Get-TfsServer &ndash;All do, exactly? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get-TfsPendingChange doesn’t always return pending changes by BUGBUG: poor title &#187; Blog Archive &#187; Unlocking other people’s files. Yes, again.</title>
		<link>http://richardberg.net/blog/2009/02/14/get-tfspendingchange-doesnt-always-return-pending-changes/comment-page-1/#comment-3</link>
		<dc:creator>BUGBUG: poor title &#187; Blog Archive &#187; Unlocking other people’s files. Yes, again.</dc:creator>
		<pubDate>Sat, 14 Feb 2009 05:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=19#comment-3</guid>
		<description>[...] BUGBUG: poor title &#8230;the same thing we do every night, Pinky&#8230;      &#171; Get-TfsPendingChange doesn’t always return pending changes [...]</description>
		<content:encoded><![CDATA[<p>[...] BUGBUG: poor title &#8230;the same thing we do every night, Pinky&#8230;      &laquo; Get-TfsPendingChange doesn’t always return pending changes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced tf.exe syntax, or what on earth is a QualifiedItem? by BUGBUG: poor title &#187; Blog Archive &#187; Birth of a power tool: QualifiedItem and the Powershell pipeline</title>
		<link>http://richardberg.net/blog/2009/02/13/advanced-tfexe-syntax-or-what-on-earth-is-a-qualifieditem/comment-page-1/#comment-2</link>
		<dc:creator>BUGBUG: poor title &#187; Blog Archive &#187; Birth of a power tool: QualifiedItem and the Powershell pipeline</dc:creator>
		<pubDate>Sat, 14 Feb 2009 05:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://richardberg.net/blog/?p=17#comment-2</guid>
		<description>[...] that a QualifiedItem represents a simple tuple of {path, deletionID, versionspec}.&#160; By qualifying individual items [...]</description>
		<content:encoded><![CDATA[<p>[...] that a QualifiedItem represents a simple tuple of {path, deletionID, versionspec}.&#160; By qualifying individual items [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

