<?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>iconixit blog</title>
	<atom:link href="http://www.iconixit.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.iconixit.net</link>
	<description>Have you tried turning it off and on again?</description>
	<lastBuildDate>Fri, 30 Jul 2010 09:10:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>RAM, Virtual Memory, Pagefile and all that stuff</title>
		<link>http://www.iconixit.net/?p=130</link>
		<comments>http://www.iconixit.net/?p=130#comments</comments>
		<pubDate>Fri, 30 Jul 2010 09:10:52 +0000</pubDate>
		<dc:creator>niall</dc:creator>
				<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.iconixit.net/?p=130</guid>
		<description><![CDATA[In modern operating systems, including Windows, application programs and many system processes always reference memory using virtual memory addresses which are automatically translated to real (RAM) addresses by the hardware. Only core parts of the operating system kernel bypass this &#8230; <a href="http://www.iconixit.net/?p=130">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.iconixit.net/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Resize a Microsoft Virtual Hard Drive (VHD) File</title>
		<link>http://www.iconixit.net/?p=127</link>
		<comments>http://www.iconixit.net/?p=127#comments</comments>
		<pubDate>Fri, 30 Jul 2010 07:33:19 +0000</pubDate>
		<dc:creator>niall</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://www.iconixit.net/?p=127</guid>
		<description><![CDATA[When you create a Microsoft Virtual Hard Drive either through Virtual PC or Virtual Server, you have to specify the maximum size of the file up front. While you can set the VHD to be a fixed or dynamically sized &#8230; <a href="http://www.iconixit.net/?p=127">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.iconixit.net/?feed=rss2&amp;p=127</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WMI Filters for Group Policy Objects</title>
		<link>http://www.iconixit.net/?p=115</link>
		<comments>http://www.iconixit.net/?p=115#comments</comments>
		<pubDate>Fri, 09 Jul 2010 14:28:06 +0000</pubDate>
		<dc:creator>niall</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.iconixit.net/?p=115</guid>
		<description><![CDATA[Windows XP select * from Win32_OperatingSystem where Version like "5.1%" and ProductType = "1" Windows Server 2003/R2 select * from Win32_OperatingSystem WHERE Version LIKE "5.2%" Any OS prior to Vista select * from Win32_OperatingSystem where Version &#60; "6" Windows 7 &#8230; <a href="http://www.iconixit.net/?p=115">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.iconixit.net/?feed=rss2&amp;p=115</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Native VHD Boot on Windows XP</title>
		<link>http://www.iconixit.net/?p=110</link>
		<comments>http://www.iconixit.net/?p=110#comments</comments>
		<pubDate>Thu, 01 Jul 2010 19:53:47 +0000</pubDate>
		<dc:creator>niall</dc:creator>
				<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.iconixit.net/?p=110</guid>
		<description><![CDATA[At work, we are still strictly using Windows XP SP3 as our desktop OS. However, as I’m an avid home user of Windows 7, I was very keen to try it out as my main work OS. I was also &#8230; <a href="http://www.iconixit.net/?p=110">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.iconixit.net/?feed=rss2&amp;p=110</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a bootable VHD image</title>
		<link>http://www.iconixit.net/?p=66</link>
		<comments>http://www.iconixit.net/?p=66#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:22:50 +0000</pubDate>
		<dc:creator>niall</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://www.iconixit.net/?p=66</guid>
		<description><![CDATA[I have been looking for an easy way to create bootable VHD images, to help speed up the deployment of virtual machines. After some searching, I found the Windows Image to Virtual Hard Disk Converter (aka WIM2VHD) — a free &#8230; <a href="http://www.iconixit.net/?p=66">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.iconixit.net/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynamic Memory coming to Hyper-V</title>
		<link>http://www.iconixit.net/?p=64</link>
		<comments>http://www.iconixit.net/?p=64#comments</comments>
		<pubDate>Sun, 27 Jun 2010 22:22:29 +0000</pubDate>
		<dc:creator>niall</dc:creator>
				<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://www.iconixit.net/?p=64</guid>
		<description><![CDATA[Dynamic Memory — a long awaited enhancement to Hyper-V — is finally on it’s way in Hyper-V R2 SP1. Ben Armstrong (aka Virtual PC Guy) recently gave a presentation at TechEd about Dynamic Memory — he has kindly posted a &#8230; <a href="http://www.iconixit.net/?p=64">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.iconixit.net/?feed=rss2&amp;p=64</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/edge/0/5/8/4/2/vjdynmem_edge.wmv" length="85131063" type="video/asf" />
		</item>
		<item>
		<title>RDS Session Host — Initial Installation &amp; Configuration</title>
		<link>http://www.iconixit.net/?p=54</link>
		<comments>http://www.iconixit.net/?p=54#comments</comments>
		<pubDate>Sun, 27 Jun 2010 21:55:12 +0000</pubDate>
		<dc:creator>niall</dc:creator>
				<category><![CDATA[VDI]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[rds]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.iconixit.net/?p=54</guid>
		<description><![CDATA[In this video, Matt McSpirit walks through the initial installation and configuration of the RDS Session Host (traditional Terminal Server) in a Windows Server 2008 R2 environment. He enables the roles, sets up the initial bits, and then goes on &#8230; <a href="http://www.iconixit.net/?p=54">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.iconixit.net/?feed=rss2&amp;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mschnlnine.vo.llnwd.net/d1/edge/5/9/3/3/1R2RemoteDesktopServicesTheSeriesP1_2MB_edge.wmv" length="77250522" type="video/asf" />
		</item>
		<item>
		<title>Microsoft Server Virtualisation Overview (R2)</title>
		<link>http://www.iconixit.net/?p=47</link>
		<comments>http://www.iconixit.net/?p=47#comments</comments>
		<pubDate>Sun, 27 Jun 2010 21:39:17 +0000</pubDate>
		<dc:creator>niall</dc:creator>
				<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://www.iconixit.net/?p=47</guid>
		<description><![CDATA[This video discusses the Microsoft Server Virtualisation R2 Technologies, which includes aspects such as Hyper-V as part of Windows Server 2008 R2 and also Hyper-V Server 2008 R2]]></description>
		<wfw:commentRss>http://www.iconixit.net/?feed=rss2&amp;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
