<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ryan Cromwell &#187; Powershell</title>
	<atom:link href="http://blog.cromwellhaus.com/index.php/category/powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cromwellhaus.com</link>
	<description>Improving my craft...</description>
	<lastBuildDate>Thu, 22 Jul 2010 17:43:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>1 reason to stick with Windows Virtual PC</title>
		<link>http://blog.cromwellhaus.com/index.php/2009/07/1-reason-to-stick-with-windows-virtual-pc/</link>
		<comments>http://blog.cromwellhaus.com/index.php/2009/07/1-reason-to-stick-with-windows-virtual-pc/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 01:27:28 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Virtual PC]]></category>

		<guid isPermaLink="false">/blogs/ryanc/archive/2009/07/09/1-reason-to-stick-with-windows-virtual-pc.aspx</guid>
		<description><![CDATA[For those who aren’t aware, Windows 7 (which I absolutely love) has the ability to mount and run native Virtual PC VHD’s.&#160; This is huge, but it isn’t exactly a cake walk.&#160; That is until now!&#160; DevHawk has provided a PowerShell script to make life beautiful.&#160; Never complain about your Virtual machine performance again… get [...]]]></description>
		<wfw:commentRss>http://blog.cromwellhaus.com/index.php/2009/07/1-reason-to-stick-with-windows-virtual-pc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PowerShell Profile on Roaming Profile</title>
		<link>http://blog.cromwellhaus.com/index.php/2007/06/powershell-profile-on-roaming-profile/</link>
		<comments>http://blog.cromwellhaus.com/index.php/2007/06/powershell-profile-on-roaming-profile/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 16:39:48 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">/blogs/ryanc/archive/2007/06/27/powershell-profile-on-roaming-profile.aspx</guid>
		<description><![CDATA[NOTE:&#160;Impatience&#160;just leads to&#160;frustration.
When I first starting playing with PowerShell here at the office, I was all excited to start adding little cmdlets to my personal profile and add to my stellar productivity (tongue firmly planted in check).&#160; This would hopefully reduce the net loss incurred by my learning PowerShell in the first place.&#160; 
So I [...]]]></description>
		<wfw:commentRss>http://blog.cromwellhaus.com/index.php/2007/06/powershell-profile-on-roaming-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Signing your Powershell Profile Scripts</title>
		<link>http://blog.cromwellhaus.com/index.php/2007/04/signing-your-powershell-profile-scripts/</link>
		<comments>http://blog.cromwellhaus.com/index.php/2007/04/signing-your-powershell-profile-scripts/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 21:38:49 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">/blogs/ryanc/archive/2007/04/23/signing-your-powershell-profile-scripts.aspx</guid>
		<description><![CDATA[Running with Set-ExecutionPolicy as AllSigned or&#160;Restricted with a roaming profile?&#160; Here&#8217;s a cmdlet pair that will sign all the scripts in your profile directory.&#160; Makes life easier on me as I include a number of scripts into my main profile for readability:
function sign-profile(){&#160;&#160;&#160; dir $Profiledir\*.ps1 &#124; foreach-object { sign-script $_.FullName }} 
function sign-script( $scriptsource ) [...]]]></description>
		<wfw:commentRss>http://blog.cromwellhaus.com/index.php/2007/04/signing-your-powershell-profile-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
