<?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: FlexRaid: powershell script to set disks online/offline	</title>
	<atom:link href="https://www.BeatificaBytes.be/flexraid-powershell-script-to-set-disks-onlineoffline/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.BeatificaBytes.be/flexraid-powershell-script-to-set-disks-onlineoffline/</link>
	<description>The Joys of Computing</description>
	<lastBuildDate>Sat, 07 Nov 2015 20:27:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>
	<item>
		<title>
		By: Valery Letroye		</title>
		<link>https://www.BeatificaBytes.be/flexraid-powershell-script-to-set-disks-onlineoffline/#comment-230</link>

		<dc:creator><![CDATA[Valery Letroye]]></dc:creator>
		<pubDate>Sat, 07 Nov 2015 20:27:06 +0000</pubDate>
		<guid isPermaLink="false">/wordpress/?p=1792#comment-230</guid>

					<description><![CDATA[And here is a script to assign a free letter to any volume not yet assigned

 $volumes = &quot;list volume&quot; &#124; diskpart &#124; Where {$_ -match &quot;^s+(Volume d+)s{5}W.+Partition&quot;} &#124; Foreach {$matches[1]}
 foreach ($v in $volumes) {
	&quot;select $v `r`nassign&quot; &#124; diskpart
 }]]></description>
			<content:encoded><![CDATA[<p>And here is a script to assign a free letter to any volume not yet assigned</p>
<p> $volumes = &#8220;list volume&#8221; | diskpart | Where {$_ -match &#8220;^s+(Volume d+)s{5}W.+Partition&#8221;} | Foreach {$matches[1]}<br />
 foreach ($v in $volumes) {<br />
	&#8220;select $v `r`nassign&#8221; | diskpart<br />
 }</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
