<?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>An engineer&#039;s ramblings</title>
	<atom:link href="http://www.msworks.co.uk/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.msworks.co.uk/wordpress</link>
	<description>Jason Whitaker</description>
	<lastBuildDate>Sun, 26 Feb 2012 21:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Windows Server 8 Hyper-V VHDX</title>
		<link>http://www.msworks.co.uk/wordpress/?p=47</link>
		<comments>http://www.msworks.co.uk/wordpress/?p=47#comments</comments>
		<pubDate>Sun, 26 Feb 2012 21:53:33 +0000</pubDate>
		<dc:creator>Jason Whitaker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.msworks.co.uk/wordpress/?p=47</guid>
		<description><![CDATA[With Windows 8 and Windows Server 8 Microsoft released a new file format for Virtual Hard Disk called VHDX. The VHD format, which was availible since 2005 (Microsoft Virtual PC) and is now used by Microsoft Hyper-V and other Hypervisor, had some limitations. The latest version of the VHD format was limited to 2TB of size and a block file size of 512bytes. Now with VHDX Microsoft kills this limitations [...]]]></description>
			<content:encoded><![CDATA[<p>With Windows 8 and Windows Server 8 Microsoft released a new file format for Virtual Hard Disk called VHDX.</p>
<p>The VHD format, which was availible since 2005 (Microsoft Virtual PC) and is now used by Microsoft Hyper-V and other Hypervisor, had some limitations.</p>
<p>The latest version of the VHD format was limited to 2TB of size and a block file size of 512bytes.</p>
<p>Now with VHDX Microsoft kills this limitations and brings some other improvements:</p>
<ul>
<li>Supports up to 16TB size</li>
<li>Supports larger block file size</li>
<li>improved performance</li>
<li>improved corruption resistance</li>
</ul>
<p>At this time you can use the VHDX format only with Windows 8 and Windows Server 8. But you can convert VHDs the VHDX format and VHDX disks back to VHDs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msworks.co.uk/wordpress/?feed=rss2&#038;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check for Disabled AD Accounts</title>
		<link>http://www.msworks.co.uk/wordpress/?p=46</link>
		<comments>http://www.msworks.co.uk/wordpress/?p=46#comments</comments>
		<pubDate>Sun, 18 Sep 2011 10:13:09 +0000</pubDate>
		<dc:creator>Jason Whitaker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.msworks.co.uk/wordpress/?p=46</guid>
		<description><![CDATA[Administrators have several tools to check the state of their users accounts,&#160; i came across this PowerShell command to check for disabled accounts. Load up “Active Directory Module for Windows PowerShell” from your AD server. Copy and paste the following command into Active Directory PowerShell. Search-ADAccount -accountdisabled &#124; FL SamAccountName This is the response you would expect: Test that it is working by creating a users Account and disabling in [...]]]></description>
			<content:encoded><![CDATA[<p>Administrators have several tools to check the state of their users accounts,&#160; i came across this PowerShell command to check for disabled accounts.</p>
<p>Load up “Active Directory Module for Windows PowerShell” from your AD server.</p>
<p>Copy and paste the following command into Active Directory PowerShell.</p>
<p><strong><font color="#0000ff">Search-ADAccount -accountdisabled | FL SamAccountName</font></strong></p>
<p>This is the response you would expect:</p>
<p><a href="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/09/image.png" class="thickbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/09/image_thumb.png" width="505" height="265" /></a></p>
<p>Test that it is working by creating a users Account and disabling in within Active Directory.</p>
<p>Jason</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msworks.co.uk/wordpress/?feed=rss2&#038;p=46</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCONFIG for Windows Server 2008 R2</title>
		<link>http://www.msworks.co.uk/wordpress/?p=42</link>
		<comments>http://www.msworks.co.uk/wordpress/?p=42#comments</comments>
		<pubDate>Sun, 31 Jul 2011 14:53:40 +0000</pubDate>
		<dc:creator>Jason Whitaker</dc:creator>
				<category><![CDATA[Hyper V]]></category>
		<category><![CDATA[SCONFIG]]></category>

		<guid isPermaLink="false">http://www.msworks.co.uk/wordpress/?p=42</guid>
		<description><![CDATA[With SCONFIG (Built into R2)you can easily have a Windows Server 2008 R2 Server Core deployment setup in minutes. SCONFIG include: Domain join Rename Computer Configure Remote (Enable management via Server Manager, &#38; PowerShell including properly configuring the firewall.) Configuring Windows Update Enabling Remote Desktop (in case you want to login remotely.) Configuring Networking (static vs. DHCP and for multiple NICs) To enable SCONFIG, Type SCONFIG at the command Line [...]]]></description>
			<content:encoded><![CDATA[<p>With SCONFIG (Built into R2)you can easily have a Windows Server 2008 R2 Server Core deployment setup in <strong>minutes</strong>.</p>
<p>SCONFIG include:    </p>
<ol>
<li>Domain join </li>
<li>Rename Computer </li>
<li>Configure Remote (Enable management via Server Manager, &amp; PowerShell including properly configuring the firewall.) </li>
<li>Configuring Windows Update </li>
<li>Enabling Remote Desktop (in case you want to login remotely.) </li>
<li>Configuring Networking (static vs. DHCP and for multiple NICs)     </li>
</ol>
<p>To enable SCONFIG, Type SCONFIG at the command Line</p>
<p><a href="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/07/1.jpg" class="thickbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="1" border="0" alt="1" src="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/07/1_thumb.jpg" width="622" height="89" /></a></p>
<p>&#160;</p>
<p><a href="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/07/2.jpg" class="thickbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="2" border="0" alt="2" src="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/07/2_thumb.jpg" width="464" height="234" /></a></p>
<p>&#160;</p>
<p>The main goal of SCONFIG is to allow simple config to be completed to the core install so that complete more complicated tasks can be completed remotely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msworks.co.uk/wordpress/?feed=rss2&#038;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pagefile setting on a Hyper-V host</title>
		<link>http://www.msworks.co.uk/wordpress/?p=37</link>
		<comments>http://www.msworks.co.uk/wordpress/?p=37#comments</comments>
		<pubDate>Sun, 31 Jul 2011 10:27:00 +0000</pubDate>
		<dc:creator>Jason Whitaker</dc:creator>
				<category><![CDATA[Hyper V]]></category>
		<category><![CDATA[Hyper V Page File]]></category>

		<guid isPermaLink="false">http://www.msworks.co.uk/wordpress/?p=37</guid>
		<description><![CDATA[When you install Windows Server 2008 R2 the default page file setting is ‘Automatically manage paging file size for all drives’. Hyper-V hosts are often loaded with a lot of RAM (96GB is not an exception). Because of the ‘Automatically manage paging file size for all drives’ setting your page file will be huge: &#160;&#160;&#160;&#160;&#160;&#160;&#160; There is no reason for such a huge pagefile nor it has any advantage for [...]]]></description>
			<content:encoded><![CDATA[<p>When you install Windows Server 2008 R2 the default page file setting is ‘Automatically manage paging file size for all drives’. Hyper-V hosts are often loaded with a lot of RAM (96GB is not an exception). Because of the ‘Automatically manage paging file size for all drives’ setting your page file will be huge:</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/07/PF1.png" class="thickbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="PF1" border="0" alt="PF1" src="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/07/PF1_thumb.png" width="533" height="204" /></a></p>
<p>There is no reason for such a huge pagefile nor it has any advantage for the parent partition (paging will take place in the virtual machines).</p>
<p>So you can save some space on your hard drive by setting the page file setting to a fixed size:   </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/07/PF2.png" class="thickbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="PF2" border="0" alt="PF2" src="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/07/PF2_thumb.png" width="270" height="351" /></a>    </p>
<p>In the various Hyper-V deployments that I’ve already done I’ve set the pagefile fixed to 6 GB and it works well! Even monitoring this setting with SCOM does not popup alerts <img alt="Open-mouthed smile" src="http://www.hyper-v.nu/wp-content/uploads/2011/07/wlEmoticon-openmouthedsmile.png" />    </p>
<p>There is one thing you need to keep in mind: when configuring the pagefile with a value lower than the physical memory, a full memorydump/crashdump file will be incomplete when the system crashes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msworks.co.uk/wordpress/?feed=rss2&#038;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boot from VHD</title>
		<link>http://www.msworks.co.uk/wordpress/?p=32</link>
		<comments>http://www.msworks.co.uk/wordpress/?p=32#comments</comments>
		<pubDate>Mon, 25 Apr 2011 13:42:16 +0000</pubDate>
		<dc:creator>Jason Whitaker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.msworks.co.uk/wordpress/?p=32</guid>
		<description><![CDATA[&#160; Windows 7 and Windows Server 2008 R2 support booting into the OS from a VHD file attached to Virtual PC or Hyper-V. Follow the simple steps below and be amazed how easy it is……. Right-Click on “Computer” and select “Manage.” From there expand “Storage” and right-click on “Disk Management” and select “Create VHD.” &#160;&#160;&#160;&#160; Select what VHD you would like to boot from and select the VHD size and [...]]]></description>
			<content:encoded><![CDATA[<h4>
<p>&#160;</p>
</h4>
<p><font size="2">Wi</font>ndows 7 and Windows Server 2008 R2 support booting into the OS from a VHD file attached to Virtual PC or Hyper-V.    </p>
<p>Follow the simple steps below and be amazed how easy it is…….   </p>
<p>Right-Click on “<strong>Computer</strong>” and select “<strong>Manage</strong>.” From there expand “<strong>Storage</strong>” and right-click on “<strong>Disk Management</strong>” and select “<strong>Create VHD</strong>.”    </p>
<p>&#160;&#160;&#160;&#160; <a href="http://msworks74.files.wordpress.com/2009/02/ff8fdc8cddbab7a6367bd7962bdaed63.png?w=253"><img src="http://msworks74.files.wordpress.com/2009/02/ff8fdc8cddbab7a6367bd7962bdaed63.png?w=253" /></a>    </p>
<p>Select what VHD you would like to boot from and select the VHD size and click OK.   </p>
<p>&#160;&#160;&#160;&#160; <a href="http://msworks74.files.wordpress.com/2009/02/6f8a682c60ec16245eb5bca4c911c312.png?w=300"><img src="http://msworks74.files.wordpress.com/2009/02/6f8a682c60ec16245eb5bca4c911c312.png?w=300" /></a>    </p>
<p>Once you have created the VHD file, boot your machine with the OS DVD in the drive and choose “<strong>Install Now</strong>,” then press <strong>SHIFT+F10</strong> to get the command prompt. Type the following:    </p>
<p><a href="http://msworks74.files.wordpress.com/2009/02/343bb3cb1d514d60a33fa0fa43618e29.png?w=300"><img src="http://msworks74.files.wordpress.com/2009/02/343bb3cb1d514d60a33fa0fa43618e29.png?w=300" /></a>    </p>
<p>When you return to the installation procedure, you will see a 20GB partition.You will be warned that you cannot boot from this volume &#8211; ignore this message and continue the install.   </p>
<p>When you boot up, it will make Windows 7 the default boot option. You can change this using <strong>bcdedit     <br /></strong></p>
<p>Have a play and enjoy…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msworks.co.uk/wordpress/?feed=rss2&#038;p=32</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure IIS Shared Configuration and site redirection</title>
		<link>http://www.msworks.co.uk/wordpress/?p=31</link>
		<comments>http://www.msworks.co.uk/wordpress/?p=31#comments</comments>
		<pubDate>Mon, 25 Apr 2011 13:37:17 +0000</pubDate>
		<dc:creator>Jason Whitaker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.msworks.co.uk/wordpress/?p=31</guid>
		<description><![CDATA[&#160; I’ve recently worked on a project that required IIS7.5 to be load balanced using windows network load balancing, part of the proposal was to describe how were the two web servers going to keep in sync, there were several options open to us. After reviewing them all we proposed to have the two server load balanced using windows network load balancing, connected to the same IIS configuration using the [...]]]></description>
			<content:encoded><![CDATA[<h4>&#160;</h4>
<p>I’ve recently worked on a project that required IIS7.5 to be load balanced using windows network load balancing, part of the proposal was to describe how were the two web servers going to keep in sync, there were several options open to us.</p>
<p>After reviewing them all we proposed to have the two server load balanced using windows network load balancing, connected to the same IIS configuration using the built in “shared Configuration” tool, and then hold all the web data such as the sites and content on a Windows clustered back end file share. </p>
<p>For the benefit of this post I’m not going to blog how to set up a pair of windows network load balanced servers, but i will document the steps you need to take to configure content sharing and how to redirect a site to a UNC path on a backend cluster share.</p>
<p>First off we will configure the steps to share the IIS configuration between the two web servers for this i assume you already have two servers with IIS role installed, and a shared volume that both servers will be able to see.   </p>
<p><strong><font size="3">Configure IIS Shared Configuration:</font>      <br /></strong></p>
<p>1. On one other web servers launch the IIS manager, in the left pane highlight the server name as pictured below.</p>
<p>&#160;&#160;&#160;&#160; <a href="http://msworks74.files.wordpress.com/2010/11/image.png"><img title="image" border="0" alt="image" src="http://msworks74.files.wordpress.com/2010/11/image_thumb.png?w=238&amp;h=124" width="238" height="124" /></a>    </p>
<p>2. In the in the centre pane, then open shared configuration.</p>
<p>&#160;&#160;&#160;&#160;&#160; <a href="http://msworks74.files.wordpress.com/2010/11/image1.png"><img title="image" border="0" alt="image" src="http://msworks74.files.wordpress.com/2010/11/image_thumb1.png?w=56&amp;h=60" width="56" height="60" /></a>    </p>
<p>3. In the right pane, select the export configuration </p>
<blockquote><p>Fill in the details for the share that you have created that both web servers can see.</p>
</blockquote>
<p>&#160;&#160;&#160;&#160;&#160; <a href="http://msworks74.files.wordpress.com/2010/11/image2.png"><img title="image" border="0" alt="image" src="http://msworks74.files.wordpress.com/2010/11/image_thumb2.png?w=244&amp;h=208" width="244" height="208" /></a></p>
<blockquote><p>Enter an encryption key (this is a password that will be needed to add nodes to the shared configuration). </p>
</blockquote>
<blockquote><p>the next step is to add the nodes to both share the configuration.</p>
</blockquote>
<p>4. Enable shared configuration box, and fill the details to the configuration files that you   <br />&#160;&#160;&#160; have just exported.</p>
<p>&#160;&#160;&#160;&#160;&#160; <a href="http://msworks74.files.wordpress.com/2010/11/image3.png"><img title="image" border="0" alt="image" src="http://msworks74.files.wordpress.com/2010/11/image_thumb3.png?w=316&amp;h=173" width="316" height="173" /></a>    </p>
<p>5. Restart IIS to apply the configuration, Repeat the impost on the other web server and hay presto, the servers are&#160;&#160; sharing the configuration and to test if you create a new site on one of the web servers you will see that is is mirrored on the other server.</p>
<p>&#160;</p>
<p><strong><font size="3">Redirect the site content       <br /></font></strong></p>
<p>The next part to the blog is to redirect the site content to ensure both web servers are using the same web content file, the benefit to this would be there would only be one location to upload new content to, you are sure that the content on both servers are the same.</p>
<p>Only a few steps to ensure that this is correct, and if you have already done steps above to share the configuration you will only have to do this on one of the servers as the configuration is mirrored and will automatically be replicated onto the other web server.</p>
<p>&#160;</p>
<p>1. Launch the IIS manager on one of the web servers, </p>
<p>2. Right click on sites and select “Add new site”</p>
<blockquote><p>3. Under the physical path section enter the UNC path to your clustered share.      <br />&#160;&#160;&#160; (this share again needs to be accessible by both web servers.</p>
</blockquote>
<p>&#160;&#160;&#160;&#160; <a href="http://msworks74.files.wordpress.com/2010/11/image4.png"><img title="image" border="0" alt="image" src="http://msworks74.files.wordpress.com/2010/11/image_thumb4.png?w=279&amp;h=272" width="279" height="272" /></a></p>
<p>4. Once the site has been created, right click on it navigate to:    <br />&#160;&#160;&#160; “Manage web site&gt;Advanced settings”    </p>
<p>&#160;&#160;&#160;&#160;&#160; <a href="http://msworks74.files.wordpress.com/2010/11/image5.png"><img title="image" border="0" alt="image" src="http://msworks74.files.wordpress.com/2010/11/image_thumb5.png?w=343&amp;h=226" width="343" height="226" /></a>    </p>
<p>5. Under “physical path credentials” enter a domain account that has permissions to the    <br />&#160;&#160;&#160; clustered share as below.    </p>
<p>&#160;&#160;&#160;&#160; <a href="http://msworks74.files.wordpress.com/2010/11/image6.png"><img title="image" border="0" alt="image" src="http://msworks74.files.wordpress.com/2010/11/image_thumb6.png?w=244&amp;h=158" width="244" height="158" /></a> <a href="http://msworks74.files.wordpress.com/2010/11/image7.png"><img title="image" border="0" alt="image" src="http://msworks74.files.wordpress.com/2010/11/image_thumb7.png?w=207&amp;h=156" width="207" height="156" /></a>    </p>
<p>6. Test the web site, and if you have configured the NLB content sharing as above look on the other web server and you will notice that the settings are visible and matched on both.</p>
<p>Hope this helps someone along the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msworks.co.uk/wordpress/?feed=rss2&#038;p=31</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper V Best Practice</title>
		<link>http://www.msworks.co.uk/wordpress/?p=23</link>
		<comments>http://www.msworks.co.uk/wordpress/?p=23#comments</comments>
		<pubDate>Sun, 24 Apr 2011 20:18:56 +0000</pubDate>
		<dc:creator>Jason Whitaker</dc:creator>
				<category><![CDATA[Hyper V]]></category>

		<guid isPermaLink="false">http://www.msworks.co.uk/wordpress/?p=23</guid>
		<description><![CDATA[&#160; Hyper V Best Practice step by step. Once the Hyper V Role and updates have been applied you are able to check your installation and configuration by running the Hyper V best practice analyser. &#62;Launch the “Server Manager” locate “Roles” and highlight the “Hyper V” role. Scrolling down the centre panel until you come across ”Hyper V Best practise analyser” , To the right select “Scan This Role”. After [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Hyper V Best Practice step by step.</p>
<p>Once the Hyper V Role and updates have been applied you are able to check your installation and configuration by running the Hyper V best practice analyser.</p>
<p><em>&gt;Launch the “Server Manager” locate “Roles” and highlight the “Hyper V” role.</em></p>
<p>Scrolling down the centre panel until you come across ”Hyper V Best practise analyser” , To the right select “Scan This Role”.</p>
<p>After a short time you will be presented with several suggestions or errors that will need to be addresses.</p>
<p><a href="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/04/clip_image001.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="clip_image001" src="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/04/clip_image001_thumb.png" border="0" alt="clip_image001" width="427" height="145" /></a></p>
<p>By double clicking on the errors you will get relevant information and a possible resolution.</p>
<p><a href="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/04/clip_image003.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="clip_image003" src="http://www.msworks.co.uk/wordpress/wp-content/uploads/2011/04/clip_image003_thumb.jpg" border="0" alt="clip_image003" width="206" height="244" /></a></p>
<p>To follow Microsoft Best practice simple correct all the errors, it might be worth running this every time a change has been made to your environment, or before logging a support call with Microsoft.</p>
<p>Hope you find this useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msworks.co.uk/wordpress/?feed=rss2&#038;p=23</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware&#8217;s idea of the cloud</title>
		<link>http://www.msworks.co.uk/wordpress/?p=9</link>
		<comments>http://www.msworks.co.uk/wordpress/?p=9#comments</comments>
		<pubDate>Sat, 16 Apr 2011 21:41:22 +0000</pubDate>
		<dc:creator>Jason Whitaker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Game]]></category>

		<guid isPermaLink="false">http://www.msworks.co.uk/wordpress/?p=9</guid>
		<description><![CDATA[VMware’s development team really must be bored as they released an on line game, that has already wasted 20 or so minutes of my life that ill never get back. http://info.vmware.com/content/apac_ap_cloud_jumper_game Don’t waste too much time!!]]></description>
			<content:encoded><![CDATA[<p>VMware’s development team really must be bored as they released an on line game, that has already wasted 20 or so minutes of my life that ill never get back.</p>
<p><a href="http://info.vmware.com/content/apac_ap_cloud_jumper_game">http://info.vmware.com/content/apac_ap_cloud_jumper_game</a></p>
<p>Don’t waste too much time!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msworks.co.uk/wordpress/?feed=rss2&#038;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V Best Practice Analyzer UPDATE</title>
		<link>http://www.msworks.co.uk/wordpress/?p=6</link>
		<comments>http://www.msworks.co.uk/wordpress/?p=6#comments</comments>
		<pubDate>Sat, 16 Apr 2011 20:43:22 +0000</pubDate>
		<dc:creator>Jason Whitaker</dc:creator>
				<category><![CDATA[Hyper V]]></category>
		<category><![CDATA[HyperV BPA]]></category>

		<guid isPermaLink="false">http://www.msworks.co.uk/wordpress/?p=6</guid>
		<description><![CDATA[Microsoft have released an update for their Hyper-V Best Practice Analyzer that you can download here: http://support.microsoft.com/kb/2485986 Please note you need to have the original Best Practice Analyzer installed before installing the update. Cheers]]></description>
			<content:encoded><![CDATA[<p>Microsoft have released an update for their Hyper-V Best Practice Analyzer that you can download here:</p>
<p><a href="http://support.microsoft.com/kb/2485986">http://support.microsoft.com/kb/2485986</a></p>
<p>Please note you need to have the original Best Practice Analyzer installed before installing the update.</p>
<p>Cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msworks.co.uk/wordpress/?feed=rss2&#038;p=6</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MSworks goes live!</title>
		<link>http://www.msworks.co.uk/wordpress/?p=3</link>
		<comments>http://www.msworks.co.uk/wordpress/?p=3#comments</comments>
		<pubDate>Sat, 16 Apr 2011 20:10:26 +0000</pubDate>
		<dc:creator>Jason Whitaker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.msworks.co.uk/wordpress/?p=3</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.msworks.co.uk/wordpress/?feed=rss2&#038;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

