<?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: Working with Enumerations in PowerShell</title>
	<atom:link href="http://www.owenpellegrin.com/blog/tricks/working-with-enumerations-in-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.owenpellegrin.com/blog/tricks/working-with-enumerations-in-powershell/</link>
	<description>I write stuff here</description>
	<lastBuildDate>Mon, 30 Jan 2012 02:39:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: /\/\o\/\/</title>
		<link>http://www.owenpellegrin.com/blog/tricks/working-with-enumerations-in-powershell/comment-page-1/#comment-553</link>
		<dc:creator>/\/\o\/\/</dc:creator>
		<pubDate>Mon, 21 Jul 2008 19:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.atmaweapon.org/blog/?p=28#comment-553</guid>
		<description>To access you enum you need to use a + as Specialfolder is a &quot;subclass&quot; of environment

[Environment+SpecialFolder]

to list the values :

[enum]::GetNames([Environment+SpecialFolder])

Greetings /\/\o\/\/</description>
		<content:encoded><![CDATA[<p>To access you enum you need to use a + as Specialfolder is a &#8220;subclass&#8221; of environment</p>
<p>[Environment+SpecialFolder]</p>
<p>to list the values :</p>
<p>[enum]::GetNames([Environment+SpecialFolder])</p>
<p>Greetings /\/\o\/\/</p>
]]></content:encoded>
	</item>
</channel>
</rss>

