<?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: PowerShell: Finding next available driveletter</title>
	<atom:link href="http://www.cupfighter.net/index.php/2009/06/powershell-finding-next-available-driveletter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cupfighter.net/index.php/2009/06/powershell-finding-next-available-driveletter/</link>
	<description>A blog by Schuberg Philis colleagues</description>
	<lastBuildDate>Wed, 25 Jan 2012 15:13:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Hans</title>
		<link>http://www.cupfighter.net/index.php/2009/06/powershell-finding-next-available-driveletter/comment-page-1/#comment-37</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Thu, 02 Jul 2009 06:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cupfighter.net/?p=266#comment-37</guid>
		<description>Thanks Stephen.

This is the result of a sloppy cut/paste action. I modified the post now using the correct cmdlet etc.</description>
		<content:encoded><![CDATA[<p>Thanks Stephen.</p>
<p>This is the result of a sloppy cut/paste action. I modified the post now using the correct cmdlet etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Mills</title>
		<link>http://www.cupfighter.net/index.php/2009/06/powershell-finding-next-available-driveletter/comment-page-1/#comment-36</link>
		<dc:creator>Stephen Mills</dc:creator>
		<pubDate>Wed, 01 Jul 2009 23:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cupfighter.net/?p=266#comment-36</guid>
		<description>Your script actually will include optical drives that don&#039;t currently have media inserted.  Here&#039;s a variation that does work however.  This includes the drive letters C-Z.
 [char[]]&#039;CDEFGHIJKLMNOPQRSTUVWXYZ&#039; &#124; ? { (Get-PSDrive $_ -ErrorAction &#039;SilentlyContinue&#039;) -eq $null }</description>
		<content:encoded><![CDATA[<p>Your script actually will include optical drives that don&#8217;t currently have media inserted.  Here&#8217;s a variation that does work however.  This includes the drive letters C-Z.<br />
 [char[]]&#8217;CDEFGHIJKLMNOPQRSTUVWXYZ&#8217; | ? { (Get-PSDrive $_ -ErrorAction &#8216;SilentlyContinue&#8217;) -eq $null }</p>
]]></content:encoded>
	</item>
</channel>
</rss>

