<?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: Learn PowerShell v2 features using PowerShell code snippets</title>
	<atom:link href="http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/</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: Select-Object with Subproperties &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond</title>
		<link>http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/#comment-1487</link>
		<dc:creator><![CDATA[Select-Object with Subproperties &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 12:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/?p=264#comment-1487</guid>
		<description><![CDATA[[...] using PowerShell 2.0 code snippet for proxy functions this was quite trivial to implement. All I have to do was to check whether any Property parameters [...]]]></description>
		<content:encoded><![CDATA[<p>[...] using PowerShell 2.0 code snippet for proxy functions this was quite trivial to implement. All I have to do was to check whether any Property parameters [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Export-CSV -Append &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond</title>
		<link>http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/#comment-1478</link>
		<dc:creator><![CDATA[Export-CSV -Append &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond]]></dc:creator>
		<pubDate>Tue, 19 Jan 2010 13:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/?p=264#comment-1478</guid>
		<description><![CDATA[[...] for those who need to append rows to existing CSV files (and cannot do that): I have just used PowerShell 2.0 code snippets to create a proxy cmdlet &#8211; function which wraps standard Export-CSV cmdlet but adds handling [...]]]></description>
		<content:encoded><![CDATA[<p>[...] for those who need to append rows to existing CSV files (and cannot do that): I have just used PowerShell 2.0 code snippets to create a proxy cmdlet &#8211; function which wraps standard Export-CSV cmdlet but adds handling [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Better Together: PowerShell 2.0 and PowerGUI &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond</title>
		<link>http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/#comment-1423</link>
		<dc:creator><![CDATA[Better Together: PowerShell 2.0 and PowerGUI &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond]]></dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/?p=264#comment-1423</guid>
		<description><![CDATA[[...] Background jobs, modules, advanced functions, and function help &#8211; all of these work great in PowerGUI Script Editor &#8211; our free PowerShell IDE &#8211; which in fact also has code-snippets helping you jump-start using this functionality. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Background jobs, modules, advanced functions, and function help &#8211; all of these work great in PowerGUI Script Editor &#8211; our free PowerShell IDE &#8211; which in fact also has code-snippets helping you jump-start using this functionality. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Beckett</title>
		<link>http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/#comment-1421</link>
		<dc:creator><![CDATA[Rich Beckett]]></dc:creator>
		<pubDate>Tue, 27 Oct 2009 15:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/?p=264#comment-1421</guid>
		<description><![CDATA[Two textbooks that I have found to be very helpful are Windows PowerShell 2.0 Administrator&#039;s Pocket Consultant by William R. Stanek and Managing Active Directory with Windows PowerShhell, TFM by Jeffrey Hicks.]]></description>
		<content:encoded><![CDATA[<p>Two textbooks that I have found to be very helpful are Windows PowerShell 2.0 Administrator&#8217;s Pocket Consultant by William R. Stanek and Managing Active Directory with Windows PowerShhell, TFM by Jeffrey Hicks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Add filepath to ConvertTo-HTML &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond</title>
		<link>http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/#comment-1401</link>
		<dc:creator><![CDATA[Add filepath to ConvertTo-HTML &#171; Dmitry&#8217;s PowerBlog: PowerShell and beyond]]></dc:creator>
		<pubDate>Thu, 08 Oct 2009 11:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/?p=264#comment-1401</guid>
		<description><![CDATA[[...] being inspired by Kirk adding parameters to Import-CSV and using PowerShell 2.0 code-snippets, I created my Export-HTML function, which behaves exactly like ConvertTo-HTML but adds optional [...]]]></description>
		<content:encoded><![CDATA[<p>[...] being inspired by Kirk adding parameters to Import-CSV and using PowerShell 2.0 code-snippets, I created my Export-HTML function, which behaves exactly like ConvertTo-HTML but adds optional [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PowerShell 3.0: Why wait? Importing typed objects with typed properties from a CSV file &#171; Poshoholic</title>
		<link>http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/#comment-1371</link>
		<dc:creator><![CDATA[PowerShell 3.0: Why wait? Importing typed objects with typed properties from a CSV file &#171; Poshoholic]]></dc:creator>
		<pubDate>Fri, 18 Sep 2009 14:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/?p=264#comment-1371</guid>
		<description><![CDATA[[...] you have installed PowerGUI with the new PowerShell 2.0 snippets (you can read more about those here) and then open up your PowerGUI Script Editor and follow these [...]]]></description>
		<content:encoded><![CDATA[<p>[...] you have installed PowerGUI with the new PowerShell 2.0 snippets (you can read more about those here) and then open up your PowerGUI Script Editor and follow these [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk Munro</title>
		<link>http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/#comment-1344</link>
		<dc:creator><![CDATA[Kirk Munro]]></dc:creator>
		<pubDate>Tue, 01 Sep 2009 00:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/?p=264#comment-1344</guid>
		<description><![CDATA[Thanks for the great feedback Andy.  At the moment there isn&#039;t a written guide for PowerGUI.  I want to take that project on at some point, however there are some challenges (such as working with an awesome team that keeps adding cool new core features so quickly that they would make such a guide appear out of date before it was even published!).  However I wonder if I could provide you with something in the meantime, that may end up as a blog post or an entry on our wiki rather than as a guide.  Can you be more specific about the sort of things you would like to see in such a guide?  I can come up with plenty of content ideas but I would like to see if I can put something together that can answer your questions and round out the videos I&#039;ve been posting rather than simply push out my ideas on what you might like to see.

Thanks again for the feedback!

Kirk out.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the great feedback Andy.  At the moment there isn&#8217;t a written guide for PowerGUI.  I want to take that project on at some point, however there are some challenges (such as working with an awesome team that keeps adding cool new core features so quickly that they would make such a guide appear out of date before it was even published!).  However I wonder if I could provide you with something in the meantime, that may end up as a blog post or an entry on our wiki rather than as a guide.  Can you be more specific about the sort of things you would like to see in such a guide?  I can come up with plenty of content ideas but I would like to see if I can put something together that can answer your questions and round out the videos I&#8217;ve been posting rather than simply push out my ideas on what you might like to see.</p>
<p>Thanks again for the feedback!</p>
<p>Kirk out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://poshoholic.com/2009/08/28/learn-powershell-v2-features-using-powershell-code-snippets/#comment-1343</link>
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://kirkmunro.wordpress.com/?p=264#comment-1343</guid>
		<description><![CDATA[Thanks Kirk.
Excellent.
Is there perhaps any written guide to making best use of PowerGUI ?
The videos are superb but occasionaly the brain needs to just cruise
and read the words again and again to get the point .. a reflection
upon the individual rather than any failing in your enthuiastic presentations.
You must all be aware of what a good job you&#039;re doing so I shan&#039;t bore you with lauding your achievements ... 
Regards to Dmitry [ woke this morning  thinking of him as Dotnikov !! I was probably dreaming of my just-ordered Dell Studio 15, 64 bit, Vista/Win7, 4M etc. in Plum Purple (should I ever wish to take my PowerShell &#039;on the road&#039;) ]
Regards
Andy.]]></description>
		<content:encoded><![CDATA[<p>Thanks Kirk.<br />
Excellent.<br />
Is there perhaps any written guide to making best use of PowerGUI ?<br />
The videos are superb but occasionaly the brain needs to just cruise<br />
and read the words again and again to get the point .. a reflection<br />
upon the individual rather than any failing in your enthuiastic presentations.<br />
You must all be aware of what a good job you&#8217;re doing so I shan&#8217;t bore you with lauding your achievements &#8230;<br />
Regards to Dmitry [ woke this morning  thinking of him as Dotnikov !! I was probably dreaming of my just-ordered Dell Studio 15, 64 bit, Vista/Win7, 4M etc. in Plum Purple (should I ever wish to take my PowerShell 'on the road') ]<br />
Regards<br />
Andy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

