<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Essential PowerShell: Name your custom object types</title>
	<atom:link href="http://poshoholic.com/2008/07/03/essential-powershell-name-your-custom-object-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://poshoholic.com/2008/07/03/essential-powershell-name-your-custom-object-types/</link>
	<description>Totally addicted to PowerShell</description>
	<lastBuildDate>Thu, 09 Feb 2012 00:54:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: How do I create a custom type in PowerShell for my scripts to use? - Programmers Goodies</title>
		<link>http://poshoholic.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-2511</link>
		<dc:creator><![CDATA[How do I create a custom type in PowerShell for my scripts to use? - Programmers Goodies]]></dc:creator>
		<pubDate>Tue, 05 Jul 2011 09:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-2511</guid>
		<description><![CDATA[[...] Naming Custom Objects [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Naming Custom Objects [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweak actions&#8217; type associations &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond</title>
		<link>http://poshoholic.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-1163</link>
		<dc:creator><![CDATA[Tweak actions&#8217; type associations &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond]]></dc:creator>
		<pubDate>Tue, 09 Jun 2009 10:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-1163</guid>
		<description><![CDATA[[...] You can associate an action with a tree node (rather than the object type) by manually adding your own special type to the objects your node emits: e.g. $myObject.PSObject.TypeNames.Insert(0,&#039;MyObjectTypeName&#039;) &#8211; see this post for more information on manipulating PowerShell types. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] You can associate an action with a tree node (rather than the object type) by manually adding your own special type to the objects your node emits: e.g. $myObject.PSObject.TypeNames.Insert(0,&#39;MyObjectTypeName&#39;) &#8211; see this post for more information on manipulating PowerShell types. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Shepard</title>
		<link>http://poshoholic.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-898</link>
		<dc:creator><![CDATA[Mike Shepard]]></dc:creator>
		<pubDate>Sun, 21 Dec 2008 00:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-898</guid>
		<description><![CDATA[Great tip!  I have a lot of functions that return lists of datarows.  By adding a typename that is more descriptive, I can create formats and type definitions for them in ps1xml files.  Makes things look a lot nicer.]]></description>
		<content:encoded><![CDATA[<p>Great tip!  I have a lot of functions that return lists of datarows.  By adding a typename that is more descriptive, I can create formats and type definitions for them in ps1xml files.  Makes things look a lot nicer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl prosser</title>
		<link>http://poshoholic.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-833</link>
		<dc:creator><![CDATA[karl prosser]]></dc:creator>
		<pubDate>Thu, 10 Jul 2008 04:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-833</guid>
		<description><![CDATA[great to see somebody else caring about this and using this technique. I thought i was the only one.]]></description>
		<content:encoded><![CDATA[<p>great to see somebody else caring about this and using this technique. I thought i was the only one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Episode 32 &#8211; Citrix does PowerShell &#171; PowerScripting Podcast</title>
		<link>http://poshoholic.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-825</link>
		<dc:creator><![CDATA[Episode 32 &#8211; Citrix does PowerShell &#171; PowerScripting Podcast]]></dc:creator>
		<pubDate>Mon, 07 Jul 2008 12:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-825</guid>
		<description><![CDATA[[...] From Poshoholic: Essential PowerShell: Name your custom object types [...]]]></description>
		<content:encoded><![CDATA[<p>[...] From Poshoholic: Essential PowerShell: Name your custom object types [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Essential PowerShell: Define default properties for custom objects &#171; Poshoholic</title>
		<link>http://poshoholic.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-823</link>
		<dc:creator><![CDATA[Essential PowerShell: Define default properties for custom objects &#171; Poshoholic]]></dc:creator>
		<pubDate>Sat, 05 Jul 2008 07:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-823</guid>
		<description><![CDATA[[...] PowerShell: Define default properties for custom&#160;objects  After posting my blog entry about naming your custom object types on Thursday, Hal Rottenberg left me a comment saying how it&#8217;s a shame that you have to [...]]]></description>
		<content:encoded><![CDATA[<p>[...] PowerShell: Define default properties for custom&nbsp;objects  After posting my blog entry about naming your custom object types on Thursday, Hal Rottenberg left me a comment saying how it&#8217;s a shame that you have to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk Munro</title>
		<link>http://poshoholic.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-822</link>
		<dc:creator><![CDATA[Kirk Munro]]></dc:creator>
		<pubDate>Fri, 04 Jul 2008 02:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-822</guid>
		<description><![CDATA[You know what, I started typing in a reply saying that someone should create one or more scripts, functions, cmdlets, etc. to handle this sort of thing, and then it dawned on me that in many cases, if not the majority, you don&#039;t even really need it.  I mean, realistically, when you create a custom object all you really care about are the default properties to display in your output, right?  You&#039;re already adding your own members on the fly, so you don&#039;t really need a types.ps1xml file, and any other formatting you would want to apply can be done using expressions in the Format-Table or Format-List cmdlet.  Thanks for making me think twice about this and check out this follow-up post: http://poshoholic.com/2008/07/05/essential-powershell-define-default-properties-for-custom-objects/!]]></description>
		<content:encoded><![CDATA[<p>You know what, I started typing in a reply saying that someone should create one or more scripts, functions, cmdlets, etc. to handle this sort of thing, and then it dawned on me that in many cases, if not the majority, you don&#8217;t even really need it.  I mean, realistically, when you create a custom object all you really care about are the default properties to display in your output, right?  You&#8217;re already adding your own members on the fly, so you don&#8217;t really need a types.ps1xml file, and any other formatting you would want to apply can be done using expressions in the Format-Table or Format-List cmdlet.  Thanks for making me think twice about this and check out this follow-up post: <a href="http://poshoholic.com/2008/07/05/essential-powershell-define-default-properties-for-custom-objects/" rel="nofollow">http://poshoholic.com/2008/07/05/essential-powershell-define-default-properties-for-custom-objects/</a>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hal Rottenberg</title>
		<link>http://poshoholic.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-821</link>
		<dc:creator><![CDATA[Hal Rottenberg]]></dc:creator>
		<pubDate>Thu, 03 Jul 2008 22:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/2008/07/03/essential-powershell-name-your-custom-object-types/#comment-821</guid>
		<description><![CDATA[This is a really cool technique, Kirk, thanks.  The only thing I regret is that type formatting must be done via external files.  I suppose you could generate a ps1xml inline and call it but that ought not be necessary.]]></description>
		<content:encoded><![CDATA[<p>This is a really cool technique, Kirk, thanks.  The only thing I regret is that type formatting must be done via external files.  I suppose you could generate a ps1xml inline and call it but that ought not be necessary.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

