<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Just another day in paradise</title>
	<atom:link href="http://lukenotley.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukenotley.wordpress.com</link>
	<description>rant about virtualization and other Microsoft stuff</description>
	<pubDate>Sun, 09 Mar 2008 13:01:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Windows Live Posting Test</title>
		<link>http://lukenotley.wordpress.com/2008/03/09/windows-live-hotmail/</link>
		<comments>http://lukenotley.wordpress.com/2008/03/09/windows-live-hotmail/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 12:59:54 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://lukenotley.wordpress.com/2008/03/09/windows-live-hotmail/</guid>
		<description><![CDATA[ Just testing via Windows Live Writer!
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> Just testing via Windows Live Writer!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lukenotley.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lukenotley.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lukenotley.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lukenotley.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lukenotley.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lukenotley.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lukenotley.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lukenotley.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lukenotley.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lukenotley.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lukenotley.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lukenotley.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lukenotley.wordpress.com&blog=363471&post=65&subd=lukenotley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lukenotley.wordpress.com/2008/03/09/windows-live-hotmail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using SCVMM to P2V a machine with more memory than your VM Server</title>
		<link>http://lukenotley.wordpress.com/2007/12/18/using-scvmm-to-p2v-a-machine-with-more-memory-than-your-vm-server/</link>
		<comments>http://lukenotley.wordpress.com/2007/12/18/using-scvmm-to-p2v-a-machine-with-more-memory-than-your-vm-server/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 03:07:54 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[SCVMM]]></category>

		<category><![CDATA[Virtual Server]]></category>

		<guid isPermaLink="false">http://lukenotley.wordpress.com/2007/12/18/using-scvmm-to-p2v-a-machine-with-more-memory-than-your-vm-server/</guid>
		<description><![CDATA[I&#8217;ve had a couple of bumps when trying to P2V a physical machine which has more memory than my Virtual Server host has. This problem is only encountered when using the GUI, you can get around this if you use some powershell. Here is the command I used to do this&#8230;.
 $Credential = Get-Credential
Get-VMMServer -ComputerName &#8220;vmmhost.testlab.local&#8221;
$VMHost [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve had a couple of bumps when trying to P2V a physical machine which has more memory than my Virtual Server host has. This problem is only encountered when using the GUI, you can get around this if you use some powershell. Here is the command I used to do this&#8230;.</p>
<p> $Credential = Get-Credential<br />
Get-VMMServer -ComputerName &#8220;vmmhost.testlab.local&#8221;<br />
$VMHost = Get-VMHost -ComputerName &#8220;vmhost.testlab.local&#8221;<br />
New-P2V -SourceComputerName &#8220;P2VCandidate.testlab.local&#8221; -VMHost $VMHost -Name &#8220;GuestName&#8221; -Path &#8220;e:\VMs&#8221; -MemoryMB 768 -Credential $Credential -RunAsynchronously</p>
<p>get-credential will prompt for a username and password, make sure it&#8217;s a domain username and password that has access to the server you are trying to P2V.</p>
<p>Happy P2Ving!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lukenotley.wordpress.com/64/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lukenotley.wordpress.com/64/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lukenotley.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lukenotley.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lukenotley.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lukenotley.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lukenotley.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lukenotley.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lukenotley.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lukenotley.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lukenotley.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lukenotley.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lukenotley.wordpress.com&blog=363471&post=64&subd=lukenotley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lukenotley.wordpress.com/2007/12/18/using-scvmm-to-p2v-a-machine-with-more-memory-than-your-vm-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>USB 3.0 coming in 2009?</title>
		<link>http://lukenotley.wordpress.com/2007/09/22/usb-30-coming-in-2009-2/</link>
		<comments>http://lukenotley.wordpress.com/2007/09/22/usb-30-coming-in-2009-2/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 07:42:39 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[General IT Stuff]]></category>

		<guid isPermaLink="false">http://lukenotley.wordpress.com/2007/09/22/usb-30-coming-in-2009/</guid>
		<description><![CDATA[Targeting 10x faster than USB 2.0 check out the press release from Intel
http://www.intel.com/pressroom/archive/releases/20070918comp.htm
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Targeting 10x faster than USB 2.0 check out the press release from Intel</p>
<p><a href="http://www.intel.com/pressroom/archive/releases/20070918comp.htm">http://www.intel.com/pressroom/archive/releases/20070918comp.htm</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lukenotley.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lukenotley.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lukenotley.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lukenotley.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lukenotley.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lukenotley.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lukenotley.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lukenotley.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lukenotley.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lukenotley.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lukenotley.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lukenotley.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lukenotley.wordpress.com&blog=363471&post=63&subd=lukenotley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lukenotley.wordpress.com/2007/09/22/usb-30-coming-in-2009-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Office 2003 SP3 released</title>
		<link>http://lukenotley.wordpress.com/2007/09/20/office-2003-sp3-released/</link>
		<comments>http://lukenotley.wordpress.com/2007/09/20/office-2003-sp3-released/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 14:35:33 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://lukenotley.wordpress.com/2007/09/20/office-2003-sp3-released/</guid>
		<description><![CDATA[If you&#8217;re still using Office 2003 then definately grab this!
http://support.microsoft.com/kb/923618
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you&#8217;re still using Office 2003 then definately grab this!</p>
<p><a href="http://support.microsoft.com/kb/923618">http://support.microsoft.com/kb/923618</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lukenotley.wordpress.com/61/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lukenotley.wordpress.com/61/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lukenotley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lukenotley.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lukenotley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lukenotley.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lukenotley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lukenotley.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lukenotley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lukenotley.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lukenotley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lukenotley.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lukenotley.wordpress.com&blog=363471&post=61&subd=lukenotley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lukenotley.wordpress.com/2007/09/20/office-2003-sp3-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IAG 2007 and ISA 2006 updates</title>
		<link>http://lukenotley.wordpress.com/2007/09/20/iag-2007-and-isa-2006-updates/</link>
		<comments>http://lukenotley.wordpress.com/2007/09/20/iag-2007-and-isa-2006-updates/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 14:29:01 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://lukenotley.wordpress.com/2007/09/20/iag-2007-and-isa-2006-updates/</guid>
		<description><![CDATA[Last week, Microsoft released product updates for Internet Security &#38; Acceleration (ISA) Server 2006 and Intelligent Application Gateway (IAG) 2007.  This is the first time Microsoft have synchronized updates for their edge security solutions as they move toward better integration across Forefront edge security and access product line.  The updates include:IAG 2007IAG 2007 Service Pack [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:10pt;font-family:'Arial','sans-serif';">Last week, Microsoft released product updates for <a href="http://www.microsoft.com/isaserver/default.mspx"><span style="font-family:'Times New Roman','serif';"><font color="#0000ff">Internet Security &amp; Acceleration (ISA) Server 2006</font></span></a> and <a href="http://www.microsoft.com/forefront/edgesecurity/iag/default.mspx"><span style="font-family:'Times New Roman','serif';"><font color="#0000ff">Intelligent Application Gateway (IAG) 2007</font></span></a>.  This is the first time Microsoft have synchronized updates for their edge security solutions as they move toward better integration across Forefront edge security and access product line.  The updates include:</span><strong><span style="font-size:10pt;font-family:'Arial','sans-serif';">IAG 2007</span></strong><span style="font-size:10pt;font-family:'Arial','sans-serif';">IAG 2007 Service Pack 1 adds Windows Vista client support, improved performance, stability and security, and enables new solutions with select feature enhancements. Key updates delivered with SP1 include:</span><span style="font-size:10pt;font-family:Symbol;">·</span><span style="font-size:7pt;"><font face="Times New Roman">         </font></span><span style="font-size:10pt;font-family:'Arial','sans-serif';">Broader client support with Windows Vista and Windows Mobile 5.0 (for Exchange ActiveSync push e-mail).</span><span style="font-size:10pt;font-family:Symbol;">·</span><span style="font-size:7pt;"><font face="Times New Roman">         </font></span><span style="font-size:10pt;font-family:'Arial','sans-serif';">Better enterprise integration through ADFS deployment scenarios and support, as well as KCD support for SmartCard-only authentication.</span><span style="font-size:10pt;font-family:Symbol;">·</span><span style="font-size:7pt;"><font face="Times New Roman">         </font></span><span style="font-size:10pt;font-family:'Arial','sans-serif';">A Stronger platform with up to a 6X performance increase in certain scenarios (HTTP) and upgrade support on Whale 4700 2U hardware (software version 3.6 only).</span><strong><span style="font-size:10pt;font-family:'Arial','sans-serif';">ISA 2006</span></strong><span style="font-size:10pt;font-family:'Arial','sans-serif';">ISA Server 2006 SU provides new troubleshooting options and tools available directly from the ISA Server Management console, including new diagnostic logging functionality, and enhanced log viewer and log filter options for ISA Server 2006 Standard and Enterprise Editions. Key updates delivered with the SU include:</span><span style="font-size:10pt;font-family:Symbol;">·</span><span style="font-size:7pt;"><font face="Times New Roman">         </font></span><span style="font-size:10pt;font-family:'Arial','sans-serif';">Enhanced troubleshooting</span><span style="font-size:10pt;font-family:'Courier New';">o</span><span style="font-size:7pt;"><font face="Times New Roman">    </font></span><span style="font-size:10pt;font-family:'Arial','sans-serif';">Improvements to the ISA Server Management console with the addition of a new Troubleshooting node </span><span style="font-size:10pt;font-family:'Courier New';">o</span><span style="font-size:7pt;"><font face="Times New Roman">    </font></span><span style="font-size:10pt;font-family:'Arial','sans-serif';">Integration with the Microsoft ISA Server Best Practices Analyzer tool</span><span style="font-size:10pt;font-family:Symbol;">·</span><span style="font-size:7pt;"><font face="Times New Roman">         </font></span><span style="font-size:10pt;font-family:'Arial','sans-serif';">Improved logging and analysis           </span><span style="font-size:10pt;font-family:'Courier New';">o</span><span style="font-size:7pt;"><font face="Times New Roman">    </font></span><span style="font-size:10pt;font-family:'Arial','sans-serif';">Enhanced log viewing and filtering functionality</span><span style="font-size:10pt;font-family:'Courier New';">o</span><span style="font-size:7pt;"><font face="Times New Roman">    </font></span><span style="font-size:10pt;font-family:'Arial','sans-serif';">Updated diagnostic logging, including over 200 new diagnostic logging events</span><span style="font-size:10pt;font-family:'Arial','sans-serif';"> </span><span style="font-size:10pt;font-family:'Arial','sans-serif';"><a href="http://www.microsoft.com/forefront/edgesecurity"><span style="font-family:'Times New Roman','serif';"><font color="#0000ff">http://www.microsoft.com/forefront/edgesecurity</font></span></a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lukenotley.wordpress.com/60/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lukenotley.wordpress.com/60/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lukenotley.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lukenotley.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lukenotley.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lukenotley.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lukenotley.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lukenotley.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lukenotley.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lukenotley.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lukenotley.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lukenotley.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lukenotley.wordpress.com&blog=363471&post=60&subd=lukenotley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lukenotley.wordpress.com/2007/09/20/iag-2007-and-isa-2006-updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Feel like cooking something with Virtual Server 2005?</title>
		<link>http://lukenotley.wordpress.com/2007/09/20/feel-like-cooking-something-with-virtual-server-2005/</link>
		<comments>http://lukenotley.wordpress.com/2007/09/20/feel-like-cooking-something-with-virtual-server-2005/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 14:23:52 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[SCVMM]]></category>

		<category><![CDATA[Virtual Server]]></category>

		<guid isPermaLink="false">http://lukenotley.wordpress.com/2007/09/20/feel-like-cooking-something-with-virtual-server-2005/</guid>
		<description><![CDATA[Check out these recently released cookbooks&#8230;
Microsoft® Virtual Server 2005 R2 Service Pack 1 and Microsoft® System Center Virtual Machine Manager The goal of this cookbook is to provide the steps and guidance necessary for you to successfully install and configure Virtual Server 2005 R2 SP1 and System Center Virtual Machine Manager. You may then create [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Check out these recently released cookbooks&#8230;</p>
<p><span style="font-family:'Calibri','sans-serif';">Microsoft® Virtual Server 2005 R2 Service Pack 1 and Microsoft® System Center Virtual Machine Manager </span><span style="font-family:'Calibri','sans-serif';">The goal of this cookbook is to provide the steps and guidance necessary for you to successfully install and configure Virtual Server 2005 R2 SP1 and System Center Virtual Machine Manager. You may then create and manage virtual machines, and perform P2V migration. </span><span style="font-family:'Calibri','sans-serif';"><a href="http://download.microsoft.com/download/2/b/9/2b99fd0d-5437-40d7-a430-23e31cac7ece/Deployment_Cookbook.SCVMM_FINAL.doc"><font color="#0000ff">http://download.microsoft.com/download/2/b/9/2b99fd0d-5437-40d7-a430-23e31cac7ece/Deployment_Cookbook.SCVMM_FINAL.doc</font></a> </span><span style="font-family:'Calibri','sans-serif';">Backup and Recovery using Microsoft® Virtual Server 2005 R2 Service Pack 1 and Acronis® True Image 9.1 Enterprise Edition </span><span style="font-family:'Calibri','sans-serif';">The goal of this cookbook is to guide you through installing Acronis <em>server imaging solutions for workgroups</em> and installing Microsoft Virtual Server 2005 R2 SP1. The cookbook covers creating a virtual machine (to serve as a standby for recovery) and restoring the contents of a server representing your production workload to the waiting virtual machine. </span><span style="font-family:'Calibri','sans-serif';"><a href="http://download.microsoft.com/download/2/b/9/2b99fd0d-5437-40d7-a430-23e31cac7ece/Deployment_Cookbook.VS_Acronis_FINAL.doc"><font color="#0000ff">http://download.microsoft.com/download/2/b/9/2b99fd0d-5437-40d7-a430-23e31cac7ece/Deployment_Cookbook.VS_Acronis_FINAL.doc</font></a> </span><span style="font-family:'Calibri','sans-serif';">Microsoft® System Center Data Protection Manager 2007, Microsoft® Virtual Server 2005 R2 Service Pack 1, and Microsoft® System Center Virtual Machine Manager </span><span style="font-family:'Calibri','sans-serif';">The scenario presented in this cookbook will take you through the steps necessary to install Virtual Server and SCVMM, and then convert a workload to a virtual machine. This cookbook also includes the steps necessary to install DPM and to back up a running virtual machine, as well as information about monitoring and reporting using DPM. </span><span style="font-family:'Calibri','sans-serif';"><a href="http://download.microsoft.com/download/2/b/9/2b99fd0d-5437-40d7-a430-23e31cac7ece/Deployment_Cookbook.SCVMM_DPM_FINAL.doc"><font color="#0000ff">http://download.microsoft.com/download/2/b/9/2b99fd0d-5437-40d7-a430-23e31cac7ece/Deployment_Cookbook.SCVMM_DPM_FINAL.doc</font></a> </span><span style="font-family:'Calibri','sans-serif';">Quick Migration with Virtual Server Host Clustering Windows Server® 2003 Enterprise Edition &amp; Microsoft® Virtual Server 2005 R2 Service Pack 1 </span><span style="font-family:'Calibri','sans-serif';">This cookbook describes a simple configuration in which you use Virtual Server 2005 R2 to configure one guest operating system, and configure a server cluster that has two servers (nodes). With this configuration, you can migrate workloads easily from one node to the other </span><span style="font-family:'Calibri','sans-serif';"><a href="http://download.microsoft.com/download/2/b/9/2b99fd0d-5437-40d7-a430-23e31cac7ece/Deployment_Cookbook.Quick_Migration_FINAL.doc"><font color="#0000ff">http://download.microsoft.com/download/2/b/9/2b99fd0d-5437-40d7-a430-23e31cac7ece/Deployment_Cookbook.Quick_Migration_FINAL.doc</font></a> </span><span style="font-family:'Calibri','sans-serif';">Mobile User Access of Applications. Terminal Server running on virtual machines using Microsoft® Virtual Server 2005 R2 Service Pack 1 </span><span style="font-family:'Calibri','sans-serif';">In this cookbook we will install Terminal Server on a virtual machine and access the terminal server remotely. We will also show how to install Remote Desktop Web Connection and how to configure Windows® Firewall to allow remote clients to access the terminal server. </span><span style="font-family:'Calibri','sans-serif';"><a href="http://download.microsoft.com/download/2/b/9/2b99fd0d-5437-40d7-a430-23e31cac7ece/Deployment_Cookbook.Terminal%20Services%20Presentation%20Virtualization_Final.doc"><font color="#0000ff">http://download.microsoft.com/download/2/b/9/2b99fd0d-5437-40d7-a430-23e31cac7ece/Deployment_Cookbook.Terminal Services Presentation Virtualization_Final.doc</font></a> </span><span style="font-family:'Calibri','sans-serif';">Hosted Backup and Recovery Solutions for Service Providers using DPM and VS </span><span style="font-family:'Calibri','sans-serif';">This cookbook will provide procedural, step-by-step guidance to an IT Generalist audience providing data backup and recovery to customers as a hosted solution using Virtual Server and System Center Data Protection Manager 2007 </span><span style="font-family:'Calibri','sans-serif';"><a href="http://download.microsoft.com/download/5/0/4/5049f4b0-7ad1-4f34-8018-ef96af052a2c/Deployment_Cookbook.DPM_hosted_solution_FINAL.docx"><font color="#0000ff">http://download.microsoft.com/download/5/0/4/5049f4b0-7ad1-4f34-8018-ef96af052a2c/Deployment_Cookbook.DPM_hosted_solution_FINAL.docx</font></a> </span><span style="font-family:'Calibri','sans-serif';">Simple Offsite Backup and Recovery of virtual machines using DPM and VS </span><span style="font-family:'Calibri','sans-serif';">This cookbook will provide procedural, step-by-step guidance to an IT Generalist audience for backing up and restoring virtual machines running in an offsite location using Virtual Server and System Center Data Protection Manager 2007 </span><span style="font-family:'Calibri','sans-serif';"><a href="http://download.microsoft.com/download/2/4/0/240c1b94-d2ed-45b6-b821-9d8cd792c22b/Deployment_Cookbook.DPM_offsite_backup_FINAL.doc"><font color="#0000ff">http://download.microsoft.com/download/2/4/0/240c1b94-d2ed-45b6-b821-9d8cd792c22b/Deployment_Cookbook.DPM_offsite_backup_FINAL.doc</font></a> </span><span style="font-family:'Calibri','sans-serif';">Simple Onsite Backup and Recovery of virtual machines using DPM and VS </span><span style="font-family:'Calibri','sans-serif';">This cookbook will provide procedural, step-by-step guidance to an IT Generalist audience for backing up and restoring running virtual machines using Virtual Server and System Center Data Protection Manager 2007 </span><span style="font-family:'Calibri','sans-serif';"><a href="http://download.microsoft.com/download/f/b/d/fbd28458-c41c-4414-b530-869af4e49014/Deployment_Cookbook.DPM_onsite_backup_FINAL.doc"><font color="#0000ff">http://download.microsoft.com/download/f/b/d/fbd28458-c41c-4414-b530-869af4e49014/Deployment_Cookbook.DPM_onsite_backup_FINAL.doc</font></a> </span><span style="font-family:'Calibri','sans-serif';">High Availability with VS and WS03R2 Enterprise Server Clustering </span><span style="font-family:'Calibri','sans-serif';">This cookbook will provide procedural, step-by-step guidance to an IT Generalist audience for implementing high availability of server workloads using Windows Server 2003 Server Clustering and Virtual Server using Intel-based hardware. </span><span style="font-family:'Calibri','sans-serif';"><a href="http://download.microsoft.com/download/4/9/e/49e943a6-060b-4a1b-89eb-3962b748d200/Deployment_Cookbook.Host_Clustering_FINAL.doc"><font color="#0000ff">http://download.microsoft.com/download/4/9/e/49e943a6-060b-4a1b-89eb-3962b748d200/Deployment_Cookbook.Host_Clustering_FINAL.doc</font></a> </span><span style="font-family:'Calibri','sans-serif';">Application Isolation and Operation in BO Using VS </span><span style="font-family:'Calibri','sans-serif';">This cookbook will provide procedural, step-by-step guidance to an IT Generalist audience for isolating and operating applications on separate virtual machines in branch offices using Microsoft Virtual Server 2005 R2 SP1, in an Intel-based hardware environment for regulatory compliance and improved legacy workload performance. </span><span style="font-size:12pt;font-family:'Calibri','sans-serif';"><a href="http://download.microsoft.com/download/4/d/b/4db13d05-f000-46c9-9767-5d07b3ad8609/Deployment_Cookbook.VS_branch_office_FINAL.doc"><font color="#0000ff">http://download.microsoft.com/download/4/d/b/4db13d05-f000-46c9-9767-5d07b3ad8609/Deployment_Cookbook.VS_branch_office_FINAL.doc</font></a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lukenotley.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lukenotley.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lukenotley.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lukenotley.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lukenotley.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lukenotley.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lukenotley.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lukenotley.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lukenotley.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lukenotley.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lukenotley.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lukenotley.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lukenotley.wordpress.com&blog=363471&post=59&subd=lukenotley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lukenotley.wordpress.com/2007/09/20/feel-like-cooking-something-with-virtual-server-2005/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BDD 2008 - what&#8217;s coming up?</title>
		<link>http://lukenotley.wordpress.com/2007/09/17/bdd-2008-whats-coming-up/</link>
		<comments>http://lukenotley.wordpress.com/2007/09/17/bdd-2008-whats-coming-up/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 13:06:53 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://lukenotley.wordpress.com/2007/09/17/bdd-2008-whats-coming-up/</guid>
		<description><![CDATA[Deployment 4 is the code name for the next version of Business Desktop Deployment (BDD) 2007 and unifies the tools and processes required for desktop and server deployment into a common deployment console and collection of guidance. For the thousands of IT professionals already trained on BDD 2007, Deployment 4 requires minimal extra training to [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Deployment 4 is the code name for the next version of Business Desktop Deployment (BDD) 2007 and unifies the tools and processes required for desktop and server deployment into a common deployment console and collection of guidance. For the thousands of IT professionals already trained on BDD 2007, Deployment 4 requires minimal extra training to perform large-scale Windows Server 2008 and Windows Server 2003 deployments, while offering a further enhanced desktop deployment experience. Deployment 4 adds integration with recently released Microsoft deployment technologies to create a single path for image creation and deployment, including:</span><span style="font-family:'Calibri','sans-serif';"> </span></p>
<ul>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">System Center Configuration Manager 2007 Operating System Deployment </span><span style="font-family:'Calibri','sans-serif';"></span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Windows Automated Installation Kit </span><span style="font-family:'Calibri','sans-serif';"></span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Windows Deployment Services with new multicast technology </span><span style="font-family:'Calibri','sans-serif';"></span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Application Compatibility Toolkit 5.0 </span><span style="font-family:'Calibri','sans-serif';"></span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">User State Migration Tool 3.0.1 </span><span style="font-family:'Calibri','sans-serif';"></span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Windows Server 2008 Server Manager for automated server role definition (coming soon) </span><span style="font-family:'Calibri','sans-serif';"></span></li>
</ul>
<p><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Deployment 4 Beta 3 combines the guidance and toolset from previous releases of Business Desktop Deployment and Beta releases of Windows Server Deployment. This release continues to support Zero Touch Installation (ZTI) of desktop operating systems using Systems Management Server (SMS) 2003 with the Operating System Deployment Feature Pack and adds new deployment and task sequencing capabilities for desktops and servers using System Center Configuration Manager 2007. Deployment 4 also continues to provide Lite Touch Installation (LTI) support without infrastructure requirements and adds capabilities for Windows Server 2003 and pre-release versions of Windows Server 2008.</span><span style="font-family:'Calibri','sans-serif';"> </span><strong><u><span style="font-size:10pt;font-family:'Calibri','sans-serif';">New features in Deployment 4 Beta 3</span></u></strong><span style="font-family:'Calibri','sans-serif';"> </span></p>
<ul>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Microsoft System Center Configuration Manager 2007 support, with the following features: </span><span style="font-family:'Calibri','sans-serif';"></span>
<ul>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Full support for Windows Vista, Windows XP, and Windows Server 2003 deployments with Deployment 4 and Configuration Manager 2007. </span><span style="font-family:'Calibri','sans-serif';"></span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Complete integration into the Configuration Manager 2007 admin console and task sequencing capabilities. </span><span style="font-family:'Calibri','sans-serif';"></span>
<ul>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Quick start Configuration Manager 2007 operating system deployments using one wizard to create needed task sequences and packages. </span><span style="font-family:'Calibri','sans-serif';"></span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Extends the Configuration Manager 2007 task sequencing capabilities with new actions. </span><span style="font-family:'Calibri','sans-serif';"></span></li>
</ul>
</li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Feature parity with BDD 2007 and SMS 2003, including dynamic package installation, automatic determination of state store location, computer backup, database settings. </span><span style="font-family:'Calibri','sans-serif';"></span></li>
</ul>
</li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Lite Touch Installation (LTI) support for Windows Server 2008: </span><span style="font-family:'Calibri','sans-serif';"></span>
<ul>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Support for deploying Windows Server 2008 Beta 3 and potentially RC0 (to be verified after RC0 release), including support for Server Core installation options. (Windows Server 2008 TAP customers only.) </span><span style="font-family:'Calibri','sans-serif';"></span></li>
</ul>
</li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Lite Touch Installation (LTI) enhancements: </span><span style="font-family:'Calibri','sans-serif';"></span>
<ul>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Enhanced disk and network interface cards (NICs) configuration options, including support for static TCP/IP configuration. </span><span style="font-family:'Calibri','sans-serif';"></span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Design changes to ease the migration from LTI to Configuration Manager 2007. </span><span style="font-family:'Calibri','sans-serif';"></span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Support for multiple task sequence templates. New sample templates include: </span><span style="font-family:'Calibri','sans-serif';"></span>
<ul>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Client template: Windows Vista, Windows XP </span><span style="font-family:'Calibri','sans-serif';"></span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Server template: Windows Server 2003, Windows Server 2008 </span><span style="font-family:'Calibri','sans-serif';"></span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Replace scenario template </span><span style="font-family:'Calibri','sans-serif';"></span></li>
</ul>
</li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Ability to invoke web service calls Support for web service calls from rules </span><span style="font-family:'Calibri','sans-serif';"></span>
<ul>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Web services can be invoked as part of the rules processing performed by Deployment 4, using new rules that can be defined in CustomSettings.ini. </span><span style="font-family:'Calibri','sans-serif';"></span></li>
</ul>
</li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Support for side-by-side installation with Deployment 4 and BDD 2007 installed on the same machine. </span><span style="font-family:'Calibri','sans-serif';"></span></li>
</ul>
</li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Lite Touch Installation (LTI) multicast support: </span><span style="font-family:'Calibri','sans-serif';"></span></li>
</ul>
<p><span style="font-size:10pt;font-family:'Calibri','sans-serif';">Deployment Workbench supports multicast transmission of operating system images when performing LTI deployments from Windows Server 2008 servers that are running Windows Deployment Services. </span></p>
<p><span style="font-size:10pt;font-family:'Calibri','sans-serif';">This is available for download on the Connect site - <a href="http://connect.microsoft.com/">http://connect.microsoft.com</a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lukenotley.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lukenotley.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lukenotley.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lukenotley.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lukenotley.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lukenotley.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lukenotley.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lukenotley.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lukenotley.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lukenotley.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lukenotley.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lukenotley.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lukenotley.wordpress.com&blog=363471&post=58&subd=lukenotley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lukenotley.wordpress.com/2007/09/17/bdd-2008-whats-coming-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SCVMM goes RTM!</title>
		<link>http://lukenotley.wordpress.com/2007/09/12/scvmm-goes-rtm/</link>
		<comments>http://lukenotley.wordpress.com/2007/09/12/scvmm-goes-rtm/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 12:43:26 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[SCVMM]]></category>

		<guid isPermaLink="false">http://lukenotley.wordpress.com/2007/09/12/scvmm-goes-rtm/</guid>
		<description><![CDATA[Yes that&#8217;s right, SCVMM has now been finalised and is offically released. Find out more here - http://www.microsoft.com/systemcenter/scvmm/default.mspx
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yes that&#8217;s right, SCVMM has now been finalised and is offically released. Find out more here - <a href="http://www.microsoft.com/systemcenter/scvmm/default.mspx">http://www.microsoft.com/systemcenter/scvmm/default.mspx</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lukenotley.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lukenotley.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lukenotley.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lukenotley.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lukenotley.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lukenotley.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lukenotley.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lukenotley.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lukenotley.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lukenotley.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lukenotley.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lukenotley.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lukenotley.wordpress.com&blog=363471&post=57&subd=lukenotley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lukenotley.wordpress.com/2007/09/12/scvmm-goes-rtm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;ve been a very naughty boy - go to your room!</title>
		<link>http://lukenotley.wordpress.com/2007/09/12/ive-been-a-very-naughty-boy-go-to-your-room/</link>
		<comments>http://lukenotley.wordpress.com/2007/09/12/ive-been-a-very-naughty-boy-go-to-your-room/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 12:41:56 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lukenotley.wordpress.com/2007/09/12/ive-been-a-very-naughty-boy-go-to-your-room/</guid>
		<description><![CDATA[Ok well not too naughty but I haven&#8217;t blogged in ages  Life has been pretty crazy with a new addition to the family and I&#8217;m not a scumbag contractor. Currently working at Bankwest as an Infrastructure Architect so I&#8217;m hoping I&#8217;ll be able to share some interesting information and war stories with you all.
 [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ok well not too naughty but I haven&#8217;t blogged in ages <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Life has been pretty crazy with a new addition to the family and I&#8217;m not a scumbag contractor. Currently working at Bankwest as an Infrastructure Architect so I&#8217;m hoping I&#8217;ll be able to share some interesting information and war stories with you all.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lukenotley.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lukenotley.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lukenotley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lukenotley.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lukenotley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lukenotley.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lukenotley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lukenotley.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lukenotley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lukenotley.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lukenotley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lukenotley.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lukenotley.wordpress.com&blog=363471&post=56&subd=lukenotley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lukenotley.wordpress.com/2007/09/12/ive-been-a-very-naughty-boy-go-to-your-room/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Powershell book</title>
		<link>http://lukenotley.wordpress.com/2007/06/13/free-powershell-book/</link>
		<comments>http://lukenotley.wordpress.com/2007/06/13/free-powershell-book/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 12:43:22 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://lukenotley.wordpress.com/2007/06/13/free-powershell-book/</guid>
		<description><![CDATA[Microsoft Technology Advisor Frank Koch has done a great job on this ebook, go and check it out http://blogs.technet.com/mfugatt/archive/2007/06/11/free-windows-powershell-book.aspx
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Microsoft Technology Advisor Frank Koch has done a great job on this ebook, go and check it out <a href="http://blogs.technet.com/mfugatt/archive/2007/06/11/free-windows-powershell-book.aspx">http://blogs.technet.com/mfugatt/archive/2007/06/11/free-windows-powershell-book.aspx</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lukenotley.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lukenotley.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lukenotley.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lukenotley.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lukenotley.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lukenotley.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lukenotley.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lukenotley.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lukenotley.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lukenotley.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lukenotley.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lukenotley.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lukenotley.wordpress.com&blog=363471&post=55&subd=lukenotley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lukenotley.wordpress.com/2007/06/13/free-powershell-book/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>