<?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>mylifeinaminute.com &#187; Server 2008</title>
	<atom:link href="http://www.mylifeinaminute.com/category/microsoft/server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mylifeinaminute.com</link>
	<description>You can learn a lot in a minute</description>
	<lastBuildDate>Wed, 18 Jan 2012 02:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Load control template file /_controltemplates/TaxonomyPicker.ascx failed</title>
		<link>http://www.mylifeinaminute.com/2011/04/04/load-control-template-file-_controltemplatestaxonomypicker-ascx-failed/</link>
		<comments>http://www.mylifeinaminute.com/2011/04/04/load-control-template-file-_controltemplatestaxonomypicker-ascx-failed/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 14:17:46 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[SharePoint Server 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=720</guid>
		<description><![CDATA[Installing SharePoint Server 2010 RTM on Windows Server 2008 R2 can bring a slew of errors related to the TaxonomyPicker.ascx user control. For some reason (&#60;cough&#62;rushed product out the door&#60;/cough&#62;), this particular control has some HTML encoded text in it&#8217;s control defintion. Navigate to /14/ControlTemplates/TaxonomyPicker.ascx user control. Open the user control in a text editor [...]]]></description>
			<content:encoded><![CDATA[<p>Installing <a title="SharePoint" href="/tag/sharepoint/">SharePoint Server</a> <a title="SharePoint 2010" href="/tag/sharepoint-2010/">2010</a> RTM on <a title="Windows Server 2008 R2" href="/tag/windows-server-2008-r2/">Windows Server 2008 R2</a> can bring a slew of errors related to the TaxonomyPicker.ascx user control. For some reason (&lt;cough&gt;rushed product out the door&lt;/cough&gt;), this particular control has some HTML encoded text in it&#8217;s control defintion.</p>
<ol>
<li>Navigate to /14/ControlTemplates/TaxonomyPicker.ascx user control.</li>
<li>Open the user control in a text editor and locate the first line.
<pre class="brush: plain; title: ; notranslate">
&lt;%@ Control className=&quot;TaxonomyPickerControl&quot; Language=&quot;C#&quot; Inherits=&quot;Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker&amp;#44;Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot; %&gt;
</pre>
</li>
<li>Find the character string , and replace with a comma ‘,’ (without quotes).
<pre class="brush: plain; title: ; notranslate">
&lt;%@ Control className=&quot;TaxonomyPickerControl&quot; Language=&quot;C#&quot; Inherits=&quot;Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker,Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot; %&gt;
</pre>
</li>
<li>Save the user control.</li>
</ol>
<h4>Reference</h4>
<ul>
<li><a title="SharePoint 2010: Error 7043 &quot;Load control template file /_controltemplates/TaxonomyPicker.ascx failed&quot; " href="http://support.microsoft.com/kb/2481844">SharePoint 2010: Error 7043 &#8220;Load control template file /_controltemplates/TaxonomyPicker.ascx failed&#8221;</a></li>
<li><a title="HTML Codes" href="http://www.ascii.cl/htmlcodes.htm">HTML Codes</a></li>
<li><a title="TaxonomyPicker.ascx bug (SP2010 RTM)" href="http://www.sharepointdan.com/2010/05/19/taxonomypicker-ascx-bug-sp2010-rtm/">TaxonomyPicker.ascx bug (SP2010 RTM)</a></li>
</ul>
<p><map name='google_ad_map_720_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/720?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_720_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=720&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2011%2F04%2F04%2Fload-control-template-file-_controltemplatestaxonomypicker-ascx-failed%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2011/04/04/load-control-template-file-_controltemplatestaxonomypicker-ascx-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS 7 and Idle Timeouts</title>
		<link>http://www.mylifeinaminute.com/2011/02/16/iis-7-and-idle-timeouts/</link>
		<comments>http://www.mylifeinaminute.com/2011/02/16/iis-7-and-idle-timeouts/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 18:22:11 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[TechNet]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[iis 7]]></category>
		<category><![CDATA[Technet]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=665</guid>
		<description><![CDATA[There is a bug in the IIS 7 user interface which prevents setting the idleTimeout property of an application pool when both the time (&#8220;Regular Time Interval (minutes)&#8221;) property and idleTimeout properties are set to zero. A quick trip to the command line and the appcmd interface can solve the problem. The following command will [...]]]></description>
			<content:encoded><![CDATA[<p>There is a bug in the <a title="IIS" href="/tag/iis/">IIS</a> 7 user interface which prevents setting the <a title="Configure Idle Time-out Settings for an Application Pool (IIS 7)" href="http://technet.microsoft.com/en-us/library/cc771956(WS.10).aspx"><strong>idleTimeout</strong></a> property of an application pool when both the <strong><a title="Configure an Application Pool to Recycle after an Elapsed Time (IIS 7)" href="http://technet.microsoft.com/en-us/library/cc733120(WS.10).aspx">time</a> </strong>(&#8220;Regular Time Interval (minutes)&#8221;) property and <a title="Configure Idle Time-out Settings for an Application Pool (IIS 7)" href="http://technet.microsoft.com/en-us/library/cc771956(WS.10).aspx"><strong>idleTimeout</strong></a> properties are set to zero.</p>
<p>A quick trip to the command line and the appcmd interface can solve the problem. The following command will set the <strong><a title="Configure Idle Time-out Settings for an Application Pool (IIS 7)" href="http://technet.microsoft.com/en-us/library/cc771956(WS.10).aspx">idleTimeout</a> </strong>property to 10 minutes.</p>
<pre class="brush: plain; light: true; title: ; notranslate">
appcmd set apppool &quot;Application Pool Name&quot; /processModel.idleTimeout:0.00:10:00
</pre>
<p>When properly executed, the command will output the following:</p>
<pre class="brush: plain; light: true; title: ; notranslate">
APPPOOL object &quot;Application Pool Name&quot; changed
</pre>
<p><map name='google_ad_map_665_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/665?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_665_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=665&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2011%2F02%2F16%2Fiis-7-and-idle-timeouts%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2011/02/16/iis-7-and-idle-timeouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry OS Upgrade (4.2 to 4.5)</title>
		<link>http://www.mylifeinaminute.com/2009/03/27/blackberry-os-upgrade-42-to-45/</link>
		<comments>http://www.mylifeinaminute.com/2009/03/27/blackberry-os-upgrade-42-to-45/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 20:08:51 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[blackberry]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=348</guid>
		<description><![CDATA[I recently had the pleasure of upgrading my Blackberry from OS 4.2 to 4.5.  Normally this would be a &#8220;no brainer&#8221;00, but as with all things in life I had to be difficult and perform my upgrade from a Windows Server 2008 workstation. Without further ado: Install the latest version of Desktop Manager (DM) that [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had the pleasure of upgrading my Blackberry from OS 4.2 to 4.5.  Normally this would be a &#8220;no brainer&#8221;00, but as with all things in life I had to be difficult and perform my upgrade from a Windows Server 2008 workstation.</p>
<p>Without further ado:</p>
<ol>
<li>Install the latest version of Desktop Manager (DM) that works with your operating system.
<ul>
<li>Verify that DM is connected to the BES.  If DM is not seeing your BES, your device will not reactivate after the OS upgrade is complete.</li>
</ul>
</li>
<li>Install the 4.5 package.</li>
<li>Unplug your handheld from your PC and reboot.
<ul>
<li>A reboot was required in my case as DM and Windows did not detect the new device drivers for the handheld.</li>
</ul>
</li>
<li>Plug your handheld into your PC.  Windows will automatically detect the updated device drivers.</li>
<li>Start your handheld upgrade from DM.</li>
<li>Wait.</li>
<li>Wait some more.</li>
<li>Did I mention you should still be waiting?</li>
<li>??? Profit ???  Really RIM, does an upgrade need to take this long?</li>
<li>After the successful completion of your upgrade, DM will automatically reactivate your handheld with the BES.</li>
</ol>
<p>Important notes:</p>
<ul>
<li>If you are connected to a Windows domain, when upgrading with DM, make sure you are signed in to your domain account that is tied to your handhelds email configuration.  If you do not do this, you will most likely not reactivate on the BES, and that is a <strong><em>BAD </em></strong>thing.</li>
<li>If the upgrade does not take the first time, be sure you have rebooted and that you are utilizing the newest device drivers for your handheld.</li>
</ul>
<p>Why would you want to upgrade and go through the pain?  For some of the following:</p>
<ul>
<li>BlackBerry Maps with Points of Interest</li>
<li>Improved media player with playlist support and automatic playlist generation</li>
<li>Voice note recording</li>
<li>Video recording on Curve models</li>
<li>Streaming support for YouTube and Sling Player</li>
<li>Microsoft Office document editing with DocumentsToGo</li>
<li>And more&#8230;</li>
</ul>
<p><map name='google_ad_map_348_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/348?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_348_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=348&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2009%2F03%2F27%2Fblackberry-os-upgrade-42-to-45%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2009/03/27/blackberry-os-upgrade-42-to-45/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In Case You Missed It &#8211; Content Deployment Webcast</title>
		<link>http://www.mylifeinaminute.com/2009/01/07/in-case-you-missed-it-content-deployment-webcast/</link>
		<comments>http://www.mylifeinaminute.com/2009/01/07/in-case-you-missed-it-content-deployment-webcast/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 16:45:09 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[content deployment]]></category>
		<category><![CDATA[moss 2007]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=294</guid>
		<description><![CDATA[Spencer Harbar presented an excellent webcast on content deployment in SharePoint 2007 yesterday. If you&#8217;ve ever wanted to learn more about it, now is the time. Go check it out.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.harbar.net/">Spencer Harbar</a> presented an excellent webcast on <a title="Plan content deployment" href="http://technet.microsoft.com/en-us/library/cc263428.aspx">content deployment</a> in <a href="/tag/moss-2007/">SharePoint 2007</a> yesterday. If you&#8217;ve ever wanted to learn more about it, now is the time.</p>
<p><a href="http://www.harbar.net/archive/2009/01/07/content-deployment-webcast-now-available-on-demand.aspx">Go check it out</a>.</p>
<p><map name='google_ad_map_294_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/294?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_294_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=294&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2009%2F01%2F07%2Fin-case-you-missed-it-content-deployment-webcast%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2009/01/07/in-case-you-missed-it-content-deployment-webcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Web Platform Installer</title>
		<link>http://www.mylifeinaminute.com/2008/12/01/microsoft-web-platform-installer/</link>
		<comments>http://www.mylifeinaminute.com/2008/12/01/microsoft-web-platform-installer/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 15:24:21 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Web Platform Installer]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=223</guid>
		<description><![CDATA[Microsoft has just released the Web Platform Installer (RC1).   What is the Web Platform Installer you ask?  From Microsoft: &#8220;The Web Platform Installer (Web PI) is a simple tool that installs Microsoft&#8217;s entire Web Platform, including IIS7, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Microsoft" href="/tag/microsoft/">Microsoft</a> has just released the <a title="Microsoft Web Platform Installer (RC1)" href="http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx">Web Platform Installer (RC1)</a>.   What is the <a title="Microsoft Web Platform Installer (RC1)" href="http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx">Web Platform Installer</a> you ask?  From <a title="Microsoft" href="/tag/microsoft/">Microsoft</a>:</p>
<blockquote><p>&#8220;The Web Platform Installer (Web PI) is a simple tool that installs Microsoft&#8217;s entire Web Platform, including IIS7, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web Platform Installer’s user interface, you can choose to install either specific products or the entire Microsoft Web Platform onto your computer. The Web PI also helps keep your products up to date by always offering the latest additions to the Web Platform.&#8221;</p></blockquote>
<p>The Web PI certainly looks promising as a quick ramp-up when setting up a development environment (or even a one-off server environment).</p>
<p><map name='google_ad_map_223_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/223?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_223_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=223&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2008%2F12%2F01%2Fmicrosoft-web-platform-installer%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2008/12/01/microsoft-web-platform-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started With Windows PowerShell and SharePoint</title>
		<link>http://www.mylifeinaminute.com/2008/10/13/getting-started-with-windows-powershell-and-sharepoint/</link>
		<comments>http://www.mylifeinaminute.com/2008/10/13/getting-started-with-windows-powershell-and-sharepoint/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 18:57:38 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[TechNet]]></category>
		<category><![CDATA[Windows SharePoint Services]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=151</guid>
		<description><![CDATA[Today was my first experience with PowerShell, and I have to say I&#8217;m impressed.  PowerShell truly does appear to be a command prompt for the .NET generation.  While it can be agravating at times, I can see PowerShell quickly becoming a &#8220;can&#8217;t do without&#8221; tool in my arsenal. Resources: PowerShell Pack for SharePoint Windows PowerShell [...]]]></description>
			<content:encoded><![CDATA[<p>Today was my first experience with <a title="Windows PowerShell" href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx">PowerShell</a>, and I have to say I&#8217;m impressed.  PowerShell truly does appear to be a command prompt for the .NET generation.  While it can be agravating at times, I can see PowerShell quickly becoming a &#8220;can&#8217;t do without&#8221; tool in my arsenal.</p>
<p><strong>Resources</strong>:</p>
<ul>
<li><a title="PowerShell Pack for SharePoint" href="http://code.msdn.microsoft.com/psp4sp">PowerShell Pack for SharePoint</a></li>
<li><a title="Windows PowerShell" href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx">Windows PowerShell</a></li>
<li><a title="Adventures in SPWonderland" href="http://blogs.flexnetconsult.co.uk/colinbyrne/default.aspx">Adventures in SPWonderLand</a> &#8211; <a title="PowerShell and SharePoint - Oh yes" href="http://blogs.flexnetconsult.co.uk/colinbyrne/PermaLink,guid,1665700b-e0de-4b8a-bb1c-014d6fbcf2db.aspx">PowerShell and SharePoint</a></li>
<li><a href="http://blogs.technet.com/chitpro-de/archive/2008/02/28/free-windows-powershell-workbook-server-administration.aspx" title="Free Windows PowerShell workbook: server administration">Free Windows PowerShell workbook: server administration</a></li>
</ul>
<p><map name='google_ad_map_151_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/151?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_151_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=151&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2008%2F10%2F13%2Fgetting-started-with-windows-powershell-and-sharepoint%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2008/10/13/getting-started-with-windows-powershell-and-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Server 2008 x64 on a MacBook Pro</title>
		<link>http://www.mylifeinaminute.com/2008/04/26/how-to-server-2008-x64-on-a-macbook-pro/</link>
		<comments>http://www.mylifeinaminute.com/2008/04/26/how-to-server-2008-x64-on-a-macbook-pro/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 15:20:44 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Macbook Pro]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=43</guid>
		<description><![CDATA[Recently, I had the opportunity to install Windows Server 2008 x64 on my MacBook Pro. With the recent updates for BootCamp (drivers) and a little bit of perseverance, I am now up and running. Install Server 2008 (be sure to select Full Installation to install the GUI interface). If you have any trouble booting from [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I had the opportunity to install Windows Server 2008 x64 on my MacBook Pro.  With the recent updates for BootCamp (drivers) and a little bit of perseverance, I am now up and running.</p>
<ol>
<li>Install Server 2008 (be sure to select Full Installation to install the GUI interface).  If you have any trouble booting from the installation DVD, specifically being stuck at the &#8220;Select CD-ROM Boot Type:&#8221;, you can follow the instructions <a href="http://jowie.com/post/2008/02/Select-CD-ROM-Boot-Type--prompt-while-trying-to-boot-from-Vista-x64-DVD-burnt-from-iso-file.aspx">here</a> to create a bootable DVD.</li>
<li>Install the latest x64 <a href="http://thepiratebay.org/tor/4099161/Bootcamp_Mac_Drivers_2.0_for_Windows-BLV">BootCamp drivers</a> (version 2.0) that were released for the Mac Pros. (Note:  The link for the drivers points to a torrent at The Pirate Bay as Apple does not provide downloads of the original driver media.</li>
<li>Install the updated <a href="http://www.apple.com/support/downloads/bootcampupdate21forwindowsvista64.html">BootCamp drivers</a> (version 2.1).  You must first install the drivers from the previous step before the driver update can be applied.
<ol>
<li>On my MacBook Pro, the Atheros 5800X wireless driver was not installing properly.  A working x64 driver can be found <a href="http://www.atheros.cz/download.php?atheros=AR5008&amp;system=2">here</a>.</li>
</ol>
</li>
<li>To fully enable wireless access (being able to join a wireless network, etc.), the &#8220;Wireless LAN Service&#8221; feature needs to be enabled.</li>
<li>If you plan on using your server installation as more of a desktop installation, you can view the excellent guide at <a href="http://www.win2008workstation.com/wordpress/">win2008workstation.com</a>.</li>
</ol>
<p>The only true &#8220;gotchas&#8221; with the installation of Server 2008 on the MacBook Pro are the installation of the wireless drivers and the enabling of the &#8220;Wireless LAN Service&#8221; feature to allow for enumeration of wireless networks.</p>
<p>If anyone has any more to add, sound off in the comments!</p>
<p><map name='google_ad_map_43_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/43?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_43_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=43&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2008%2F04%2F26%2Fhow-to-server-2008-x64-on-a-macbook-pro%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2008/04/26/how-to-server-2008-x64-on-a-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.mylifeinaminute.com @ 2012-02-05 08:53:34 by W3 Total Cache -->
