<?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>NoGeekLeftBehind.com &#187; Training</title>
	<atom:link href="http://www.nogeekleftbehind.com/category/training/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nogeekleftbehind.com</link>
	<description>"Building Better Geeks"</description>
	<lastBuildDate>Fri, 20 Jan 2012 16:32:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Show Exchange Message Size Limits in SBS 2008/2011</title>
		<link>http://www.nogeekleftbehind.com/2011/12/09/show-exchange-message-size-limits-in-sbs-20082011/</link>
		<comments>http://www.nogeekleftbehind.com/2011/12/09/show-exchange-message-size-limits-in-sbs-20082011/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 19:29:15 +0000</pubDate>
		<dc:creator>timbarrett</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Mailbag]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SBS 2008]]></category>
		<category><![CDATA[SBS 2011]]></category>

		<guid isPermaLink="false">http://www.nogeekleftbehind.com/2011/12/09/show-exchange-message-size-limits-in-sbs-20082011/</guid>
		<description><![CDATA[It seems like every month I get a call about someone not being able to send or receive an email due to size limits. If you know where all the limits are in the Exchange Management Console (and if you’re aware of the 30% bloating that happens with email attachments) you can usually resolve that [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F12%2F09%2Fshow-exchange-message-size-limits-in-sbs-20082011%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F12%2F09%2Fshow-exchange-message-size-limits-in-sbs-20082011%2F&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><img style="display: inline; float: right" title="Full mailbox" alt="Full mailbox" align="right" src="https://encrypted-tbn1.google.com/images?q=tbn:ANd9GcQYmd1m-KVKueDu-va2Epr4RuJ9Zxdh5qETYsViaVeNUsA2U7fC" width="161" height="126" />It seems like every month I get a call about someone not being able to send or receive an email due to size limits. If you know where all the limits are in the Exchange Management Console (and if you’re aware of the <a href="http://www.nogeekleftbehind.com/2007/07/19/message-is-larger-than-the-current-system-limit/" target="_blank">30% bloating that happens with email attachments</a>) you can usually resolve that issue pretty quickly. If you’re new to Exchange, or a bit rusty, it might take longer.</p>
<p>Here’s a way to see all of your Exchange attachment limits in one screen.</p>
<p><strong>Simple PowerShell Script to Show Exchange Message Size Limits</strong></p>
<p>1. Copy and paste the following commands into Notepad.exe:</p>
<blockquote><p>get-transportconfig | ft maxsendsize, maxreceivesize      <br />get-receiveconnector | ft name, maxmessagesize       <br />get-sendconnector | ft name, maxmessagesize       <br />get-mailbox |ft Name, Maxsendsize, maxreceivesize</p>
</blockquote>
<p>2. Save that text document with a .PS1 file extension, and you now have your PowerShell file. I named my file “email_limits.ps1”.    </p>
<p>Example contents of file <strong>email_limits.ps1</strong>:<a href="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Contents of file email_limits.ps1" border="0" alt="Contents of file email_limits.ps1" src="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_thumb.png" width="518" height="370" /></a></p>
<p><em>Note: You can reuse this .PS1 file on any SBS 2008 (Exchange 2007) or SBS 2011 (Exchange 2010) servers.</em>     </p>
<p>3. Copy that file to your SBS server in a folder on the C: or D: drive.     <br />I use a folder called “Scripts” on the D: drive.</p>
<p>4. Right-click the <strong>Exchange Management Shell</strong> and Run as Administrator.     <br /><a href="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_3.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Open Exchange Management Shell using Run as administrator" border="0" alt="Open Exchange Management Shell using Run as administrator" src="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_thumb_3.png" width="228" height="241" /></a>     <br />(Say Yes to any User Account Control prompt, if needed.)</p>
<p>5. In the Powershell window type the name of your .PS1 file (including the full path) and hit Enter.    <br /><em>Example: D:\scripts\email_limits.ps1</em></p>
<p><strong>RESULTS</strong></p>
<p><strong>Example 1      <br />SBS 2008 / Exchange 2007 (showing increased limits for a true 20 MB)*       <br /><a href="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_4.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Output of email_limits.ps1 on SBS 2008 / Exchange 2007" border="0" alt="Output of email_limits.ps1 on SBS 2008 / Exchange 2007" src="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_thumb_4.png" width="518" height="387" /></a></strong></p>
<p><strong>Example 2      <br />SBS 2011 / Exchange 2010 (w/ factory defaults)</strong><a href="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_5.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Output of email_limits.ps1 on SBS 2011 / Exchange 2010" border="0" alt="Output of email_limits.ps1 on SBS 2011 / Exchange 2010" src="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_thumb_5.png" width="518" height="351" /></a></p>
<blockquote><p>*As you can see from Example 1, the Fax connector is still set at 10 MB, but the other limits have been changed to 29257 KB to allow for true 20MB attachments with the attachment bloating.      <br /><a href="http://www.nogeekleftbehind.com/2007/07/19/message-is-larger-than-the-current-system-limit/" target="_blank">Formula for calculating overhead</a>: (x MB * 1024) /.70 = limit in KB       <br />Example: (20 MB x 1024) /.70 = 29257KB</p>
</blockquote>
<p>Of course, you can also use PowerShell to change the limits, but I don’t have a script saved for that because the Set-ReceiveConnector, Set-SendConnector, etc.&#160; commands require that the server name be included in the script.    <br />Example: <strong>Set-ReceiveConnector “Windows SBS Internet Receive <em><u>Servername</u></em>” –MaxMessageSize 29MB</strong></p>
<p>If I need to change the limits, I still just go old school and use the GUI in the Exchange Management Console.</p>
<p>Remember – there are four common places in Exchange where the email attachment size could be limited:</p>
<ol>
<li>Transport limit </li>
<li>Receive limit </li>
<li>Send limit </li>
<li>Mailbox limit </li>
</ol>
<p>We’ll show you where each one of those is located.</p>
<p><strong>Exchange 2007 / 2010 Management Console Size Limit Locations</strong></p>
<ul>
<li><strong>1. Transport Limit</strong>       </p>
<p>Exchange Management Console | Organization Configuration | Hub Transport | Global Settings | Transport Settings | Properties | General | Transport Limits       </p>
<p><a href="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_6.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Attachment limit for Exchange Transport settings" border="0" alt="Attachment limit for Exchange Transport settings" src="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_thumb_6.png" width="443" height="489" /></a>       </p>
<p>Note: a blank transport limit box means ‘unlimited’.       </li>
<li><strong>2. Receive Limits</strong>       <br />(In SBS 2008 or 2011 there are typically 3 Receive Connectors)
<p><a href="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_7.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Location of Exchange 2010 Receive Connectors" border="0" alt="Location of Exchange 2010 Receive Connectors" src="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_thumb_7.png" width="447" height="240" /></a>       </p>
<p>Exchange Management Console | Server Configuration | Hub Transport | Receive Connectors | right-click the receive connector | Properties | General | Maximum Message Size (KB)       </p>
<p><a href="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_8.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Attachment limit for Exchange Receive settings" border="0" alt="Attachment limit for Exchange Receive settings" src="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_thumb_8.png" width="447" height="502" /></a>       </p>
<p>Note: The “<strong>Default {<em>servername</em>}</strong>” is your internal / .local connector.       <br />The “<strong>Windows SBS Internet Receive {<em>servername</em>}</strong>” is your external / .com connector. You’ll notice the difference in the Properties window on the FQDN line &#8211; one is .local and the other is .com/.org/etc.       </p>
<p>Also, regarding the internal connector, you may sometimes need to increase your “Default {<em>servername</em>}”(.local) connector to accommodate on-site scanners / multi-function copiers that scan to PDF and email internal employees. If so, this is where you do it. Just make sure the employees can receive attachments that large.       </li>
<li><strong>3. Send Limit</strong>
<p>Exchange Management Console | Organization Configuration | Hub Transport | Send Connectors | Windows SBS Internet Send {<em>servername</em>} | Properties | General | Maximum Message Size (KB)       </p>
<p><a href="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_9.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Attachment limit for Exchange Send connector" border="0" alt="Attachment limit for Exchange Send connector" src="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_thumb_9.png" width="447" height="502" /></a> </li>
<li><strong>4. Mailbox Limits</strong>
<p>Exchange Management Console | Recipient Configuration | Mailbox | {username} | Properties | Mail Flow Settings | Message Size Restrictions | Properties | Maximum Message size (in KB)       </p>
<p><a href="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_10.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_thumb_10.png" width="447" height="537" /></a>       </p>
<p><a href="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_11.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Message size limits per for an individual user" border="0" alt="Message size limits per for an individual user" src="http://www.nogeekleftbehind.com/9e86afc3afdc_B178/image_thumb_11.png" width="431" height="187" /></a>       </p>
<p>Note: a blank message size limit box means ‘unlimited’, but the user will still be restricted by the other the limits (shown in 1-3 above). </li>
</ul>
<p>Bottom line: Use the sample .PS1 script to quickly make sure that all limits are set properly. Life is too short to dig through the GUI and check 4 or 5 locations manually if you don’t have to.</p>
<p>If you have any feedback or helpful PowerShell scripts that relate to email limits in Exchange 2007 or 2010, please feel free to post them in the comments.</p>
<p>More details: <a href="http://blogs.technet.com/b/sbs/archive/2008/10/28/how-do-i-change-message-size-limits-in-exchange-2007.aspx" target="_blank">Official SBS Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogeekleftbehind.com/2011/12/09/show-exchange-message-size-limits-in-sbs-20082011/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tip &#8211; Showing Thumbnails in SBS 2008 / SBS 2011</title>
		<link>http://www.nogeekleftbehind.com/2011/06/23/tip-showing-thumbnails-in-sbs-2008-sbs-2011/</link>
		<comments>http://www.nogeekleftbehind.com/2011/06/23/tip-showing-thumbnails-in-sbs-2008-sbs-2011/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 13:52:38 +0000</pubDate>
		<dc:creator>timbarrett</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[SBS 2008]]></category>
		<category><![CDATA[SBS 2011]]></category>

		<guid isPermaLink="false">http://www.nogeekleftbehind.com/2011/06/23/tip-showing-thumbnails-in-sbs-2008-sbs-2011/</guid>
		<description><![CDATA[Each month when we do test restores of client servers, we pick a few files to demonstrate and verify that the files are valid. And typically the files we choose are JPGs because you can ‘see’ that there is content in them, not just some hollow Word or Excel doc that ‘looks’ OK. Using JPGs [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F06%2F23%2Ftip-showing-thumbnails-in-sbs-2008-sbs-2011%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F06%2F23%2Ftip-showing-thumbnails-in-sbs-2008-sbs-2011%2F&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Each month when we do test restores of client servers, we pick a few files to demonstrate and verify that the files are valid. And typically the files we choose are JPGs because you can ‘see’ that there is content in them, not just some hollow Word or Excel doc that ‘looks’ OK.</p>
<p>Using JPGs works great for SBS 2003. However, Server 2008 doesn’t show thumbnails by default, even if you select the Icon view, like this…</p>
<p><a href="http://www.nogeekleftbehind.com/Tip--Showing-Thumbnails-in-SBS-2008--201_87A3/image.png" rel="thumbnail"><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="The Large Icons view shows icons, not thumbnails" border="0" alt="The Large Icons view shows icons, not thumbnails" src="http://www.nogeekleftbehind.com/Tip--Showing-Thumbnails-in-SBS-2008--201_87A3/image_thumb.png" width="518" height="278" /></a></p>
<p>…you don’t get thumbnails. You get little pointless icons.</p>
<p>But it’s easy to turn those icons into real thumbnails:</p>
<p>In Windows Explorer click Tools | Folder Options | View | uncheck the box that says <em>Always show icons, never thumbnails</em> | click OK.</p>
<p><a href="http://www.nogeekleftbehind.com/Tip--Showing-Thumbnails-in-SBS-2008--201_87A3/image_3.png" rel="thumbnail"><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="In Folder Options, uncheck Always show icons, never thumbnails" border="0" alt="In Folder Options, uncheck Always show icons, never thumbnails" src="http://www.nogeekleftbehind.com/Tip--Showing-Thumbnails-in-SBS-2008--201_87A3/image_thumb_3.png" width="390" height="474" /></a></p>
<p>Now you see thumbnails, even though the menu says ‘Icons’:</p>
<p><a href="http://www.nogeekleftbehind.com/Tip--Showing-Thumbnails-in-SBS-2008--201_87A3/image_4.png" rel="thumbnail"><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="Look ma, thumbnails!" border="0" alt="Look ma, thumbnails!" src="http://www.nogeekleftbehind.com/Tip--Showing-Thumbnails-in-SBS-2008--201_87A3/image_thumb_4.png" width="518" height="272" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogeekleftbehind.com/2011/06/23/tip-showing-thumbnails-in-sbs-2008-sbs-2011/feed/</wfw:commentRss>
		<slash:comments>794</slash:comments>
		</item>
		<item>
		<title>Video &#8211; Using MultiPoint Server 2011 with an iPad</title>
		<link>http://www.nogeekleftbehind.com/2011/06/06/video-using-multipoint-server-2011-with-an-ipad/</link>
		<comments>http://www.nogeekleftbehind.com/2011/06/06/video-using-multipoint-server-2011-with-an-ipad/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 04:53:59 +0000</pubDate>
		<dc:creator>timbarrett</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[WMS 2011]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.nogeekleftbehind.com/2011/06/06/video-using-multipoint-server-2011-with-an-ipad/</guid>
		<description><![CDATA[One of the nice things about Windows MultiPoint Server 2011 is that you can use a variety of clients to connect to it and control it. Clients like: Desktop PCs Laptops Netbooks Thin clients USB stations Even iPads (yes, you read that right) I put together a short two-part video showing how to: Remote control [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F06%2F06%2Fvideo-using-multipoint-server-2011-with-an-ipad%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F06%2F06%2Fvideo-using-multipoint-server-2011-with-an-ipad%2F&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.nogeekleftbehind.com/VideoControlling-MultiPoint-Server-2011-_69F/image.png" rel="thumbnail"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="Yes, this is an iPad - get over it" border="0" alt="Yes, this is an iPad - get over it" align="right" src="http://www.nogeekleftbehind.com/VideoControlling-MultiPoint-Server-2011-_69F/image_thumb.png" width="121" height="163" /></a>One of the nice things about Windows MultiPoint Server 2011 is that you can use a variety of clients to connect to it and control it. Clients like: </p>
<ul>
<li>Desktop PCs</li>
<li>Laptops</li>
<li>Netbooks</li>
<li>Thin clients</li>
<li>USB stations</li>
<li>Even iPads (yes, you read that right)</li>
</ul>
<p>I put together a short two-part video showing how to:</p>
<ol>
<li>Remote control your iPad from a Windows PC, and </li>
<li>How to control a MultiPoint 2011 server from an iPad.      <br />&#160;</li>
</ol>
<blockquote><p>Note: Part 1 of the video shows a jailbroken iPad. <strong>You do NOT need to jailbreak the iPad to control the MultiPoint server.</strong> I jailbroke it so I could remote into the iPad to shoot the video (and because jailbreaking is fun and lets you do stuff that Apple should have done originally).</p>
<p>You can do Part 2 of the video (controlling the WMS 2011 Server) with an off-the-shelf iPad 1 or iPad 2 and an RDP program from the iTunes App Store – rest assured that your warranty will still be intact. </p>
</blockquote>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:50d08c43-c8ac-4287-9d33-d3fd207ac0f4" class="wlWriterEditableSmartContent">
<div><object width="448" height="252"><param name="movie" value="http://www.youtube.com/v/C3Ui23hYO8Q?hl=en&amp;hd=1"></param><embed src="http://www.youtube.com/v/C3Ui23hYO8Q?hl=en&amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"></embed></object></div>
<div style="width:448px;clear:both;font-size:.8em">Controlling Windows MultiPoint Server 2011 with an iPad</div>
</div>
<p>Well, it’s kind of short &#8211; 12 minutes <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-winkingsmile" alt="Winking smile" src="http://www.nogeekleftbehind.com/VideoControlling-MultiPoint-Server-2011-_69F/wlEmoticon-winkingsmile.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogeekleftbehind.com/2011/06/06/video-using-multipoint-server-2011-with-an-ipad/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>Xbox 360 Red Ring of Death</title>
		<link>http://www.nogeekleftbehind.com/2011/03/24/xbox-360-red-ring-of-death/</link>
		<comments>http://www.nogeekleftbehind.com/2011/03/24/xbox-360-red-ring-of-death/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 01:27:20 +0000</pubDate>
		<dc:creator>timbarrett</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[XBOX]]></category>

		<guid isPermaLink="false">http://www.nogeekleftbehind.com/2011/03/24/xbox-360-red-ring-of-death/</guid>
		<description><![CDATA[A little over a year ago, my beloved little Xbox 360 Elite decided to take a dirt nap. No more Netflix, no more games, no more MP3 / AVI / DVD-MS / Media Center on my big TV. Just three flashing lights, taunting my soul. It was the fabled ‘Red Ring of Death’. All the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F03%2F24%2Fxbox-360-red-ring-of-death%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F03%2F24%2Fxbox-360-red-ring-of-death%2F&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.nogeekleftbehind.com/Xbox-360-Red-Ring-of-Death_10C45/image.png" rel="thumbnail"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="Red Ring of Death (RRoD)" border="0" alt="Red Ring of Death (RRoD)" align="right" src="http://www.nogeekleftbehind.com/Xbox-360-Red-Ring-of-Death_10C45/image_thumb.png" width="155" height="145" /></a>A little over a year ago, my beloved little Xbox 360 Elite decided to take a dirt nap. No more Netflix, no more games, no more MP3 / AVI / DVD-MS / Media Center on my big TV. Just three flashing lights, taunting my soul.     <br />It was the fabled ‘<a href="http://en.wikipedia.org/wiki/Xbox_360_technical_problems" target="_blank">Red Ring of Death</a>’.</p>
<p>All the king’s horses and all the king’s men couldn’t put my Xbox back in the media lineup again.&#160; My most favorite digital possession had taken it’s last breath.</p>
<p>I knew it was out of warranty so I got out my screwdriver to peek inside and see what the deal was. No joy. Afterwards I heard that you can pay for an ‘out of warranty’ repair. My Xbox was over 1 year old and I had <u>definitely</u> voided the warranty when I opened it. So I tried to pay for an out of warranty repair though <a href="http://support.xbox.com/en-us/pages/default.aspx" target="_blank">the official channels</a>, but <a href="http://bit.ly/f887AE" target="_blank">that didn’t work out</a>. </p>
<p>Long story short, I want the world to know a few <strong>key</strong> things about getting the Xbox 360 repaired if it dies on you. Things I didn’t know back then. Things that Microsoft, in my opinion, is <em>still</em> <u>not making clear</u> on their website or on their phone support.</p>
<blockquote><p>Note: This is not intended to be a rant, and I’m not trying to get Microsoft to change their policy on anything. I care about you, dear reader, and about the fine folks who work at Microsoft. And because I care, I’m trying to get the Xbox repair facts out there. Facts that may not be readily (or even remotely) clear or available on their website. </p>
</blockquote>
<p><strong>First &#8211; </strong>If your precious goes blinky-blinky, there is a <a href="http://support.xbox.com/en-us/pages/xbox-360/troubleshoot/flashinglights.aspx" target="_blank">handy troubleshooter</a> to determine what the flashing lights mean.</p>
<p><strong>Second</strong> – Stay AWAY from all of the eBay, Youtube, and mom &amp; pop ‘Xbox repair’ offers.</p>
<p><strong>Third –</strong> If your Xbox 360 has 3 flashing lights (probably an E74 error), here’s what you need to know:</p>
<ul>
<li>If your Xbox is &lt; 1 year old – the box should be under warranty.     <br /><a href="https://myservice.xbox.com/" target="_blank">Request a repair online</a></li>
<li>If your Xbox is &gt; 1 year old and your warranty is expired – You may still be covered for an E74 error. Don’t throw the Xbox away.     <br /><a href="https://myservice.xbox.com/" target="_blank">Request a repair online</a></li>
<li>For a non-E73/E74 error you usually can <a href="http://support.xbox.com/en-us/pages/xbox-360/troubleshoot/warranty/faq.aspx" target="_blank">pay for an ‘out of warranty’ repair</a> for about $99.99-$119.99 + shipping.</li>
</ul>
<p><strong>Fourth – And MOST IMPORTANT &#8211; </strong><strong><em>NEVER</em> </strong>open your Xbox 360. Microsoft will <u>never</u> repair it (any any price) if the case has been opened. Even if you request to pay for an ‘out of warranty’ repair (listed above) if the case has been opened, they will return it to you and refuse to repair it. </p>
<p align="left">That point is pretty much the crux of this blog post. The web pages for <a href="https://myservice.xbox.com/en-US/Pages/Welcome.aspx" target="_blank">Request a repair</a>, <a href="http://support.xbox.com/en-us/pages/xbox-360/troubleshoot/warranty/default.aspx" target="_blank">Warranty FAQ</a> and <a href="http://support.xbox.com/en-us/pages/xbox-360/troubleshoot/warranty/faq.aspx" target="_blank">Repair FAQ</a> pages do not make this point clear.</p>
<p align="left">Don’t make the mistake of thinking, “<em>Oh well, it’s out of warranty. I’m a smart computer guy/gal and I always wondered what these look like inside. I’ll open it up, see if something’s loose, and if I can’t figure it out I’ll just pay for them to fix it. After all, $99.99 is still cheaper than a new Xbox</em>”.&#160; </p>
<blockquote><p align="left">I thought that, and I was dead wrong. I’m now the proud owner of a $399 <strong><em>Xbox 360 Elite </em></strong>paperweight, which is not as cool as it sounds.</p>
</blockquote>
<p align="left">Logically, if you own a car that’s out of warranty and needs repairs (even if you broke it yourself <em>trying </em>to repair it or crashed it into a wall) you can always take it to the car dealer and pay to have it fixed. It’s gonna cost you some cash, but you’ll drive away with a lighter wallet and you’ll have a functioning car.</p>
<p align="left">However, where Microsoft is concerned, an “out of warranty” Xbox repair is only possible on a pristine Xbox that has never been opened or modified. Period. I hate to beat this dead horse, but if you open it, you might as well have just crushed it with a steamroller. It’s a dumb policy, but it is what it is.</p>
<p align="left">If it’s too late and you already <em>did</em> open your Xbox, your only recourse is to surf eBay / YouTube / local Xbox-fixer-guy and have them take a crack at it. I guess it can’t hurt at this point. </p>
<p align="left">I can vouch for multiple ‘easy fixes’ that didn’t work for me:</p>
<ul>
<li>
<div align="left"><a href="http://www.youtube.com/watch?v=avWs4-wD15w" target="_blank">Towel trick</a></div>
</li>
<li>
<div align="left"><a href="http://www.youtube.com/watch?v=FV4OX8-SQqY" target="_blank">Q-tip trick</a></div>
</li>
<li>
<div align="left"><a href="http://www.youtube.com/watch?v=wsz0lNJ6JrQ" target="_blank">Penny trick</a></div>
</li>
<li>
<div align="left"><a href="http://www.youtube.com/watch?v=I-wni_SNFXU" target="_blank">Washer trick / X-clamp replacement trick</a></div>
</li>
</ul>
<p align="left">None of them worked for more than a few minutes to a few hours. You’re probably just better off saving the time and frustration and just buy a new Xbox. Unless you have a lot of time to kill. Personally, staring at this paperweight is bugging me, and on the next rainy day I’m probably going to try the <a href="http://www.youtube.com/watch?v=xO03wLx_Nlg" target="_blank">heat gun trick</a>. <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-winkingsmile" alt="Winking smile" src="http://www.nogeekleftbehind.com/Xbox-360-Red-Ring-of-Death_10C45/wlEmoticon-winkingsmile.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogeekleftbehind.com/2011/03/24/xbox-360-red-ring-of-death/feed/</wfw:commentRss>
		<slash:comments>761</slash:comments>
		</item>
		<item>
		<title>Live Event &#8211; SBS 2011 Loadfest (Sat Jan 29, 2011)</title>
		<link>http://www.nogeekleftbehind.com/2011/01/26/live-event-sbs-2011-loadfest-sat-jan-29-2011/</link>
		<comments>http://www.nogeekleftbehind.com/2011/01/26/live-event-sbs-2011-loadfest-sat-jan-29-2011/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 20:39:50 +0000</pubDate>
		<dc:creator>timbarrett</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Live Events]]></category>
		<category><![CDATA[SBS 2011]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Webcasts]]></category>

		<guid isPermaLink="false">http://www.nogeekleftbehind.com/2011/01/26/live-event-sbs-2011-loadfest-sat-jan-29-2011/</guid>
		<description><![CDATA[The Cincinnati Networking Professionals (CiNPA) SBS SIG is hosting a Windows Small Business Server 2011 LoadFest, and since our regular KYSBSUG event was canceled due to bad weather, we’re crashing the party! Note: Even if you can’t attend in person, you can watch the LIVE streaming webcast. Scroll down to the bottom for info on [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F01%2F26%2Flive-event-sbs-2011-loadfest-sat-jan-29-2011%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F01%2F26%2Flive-event-sbs-2011-loadfest-sat-jan-29-2011%2F&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The <a href="http://cinpa.squarespace.com/" target="_blank">Cincinnati Networking Professionals (CiNPA)</a> SBS SIG is hosting a Windows Small Business Server 2011 LoadFest, and since our regular KYSBSUG event was canceled due to bad weather, we’re crashing the party! <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://www.nogeekleftbehind.com/Live-Event--SBS-2011-Loadfest-Sat-Jan-29_D216/wlEmoticon-smile.png" /></p>
<blockquote><p>Note: Even if you can’t attend in person, you can watch the LIVE streaming webcast. Scroll down to the bottom for info on the webcast.</p>
</blockquote>
<p><strong>In-person Event Details     <br /></strong>Title: <strong>Small Business Server 2011 LoadFest     <br /></strong>Date: Saturday January 29, 2011    <br />Time: 9:00 AM – 6:00 PM Eastern    <br />Venue: Hamilton County Community Mental Health and Recovery Services Board    <br />Address: 2350 Auburn Avenue, Cincinnati, OH 45219    <br />Cost: FREE, but registration is required    <br />Map: <a href="http://maps.live.com/default.aspx?v=2&amp;style=r&amp;lvl=100&amp;where1=2350 Auburn Avenue%2CCincinnati%2COH%2C45219" target="_blank">Click here</a>    <br />Registration: <a href="http://20110129.eventbrite.com/?ref=ecal" target="_blank">REGISTER TODAY</a>&#160;</p>
<p>What to bring:</p>
<ul>
<li>A server (physical or virtual)</li>
<li>dual or quad core processor</li>
<li>8GB RAM minimum</li>
<li>250gb drive (or a pre-prepared equivalent virtual environment)</li>
<li>Monitor</li>
<li>Power cords</li>
<li>Power strip</li>
<li>Keyboard</li>
<li>Mouse</li>
<li>Small network switch with CAT5 cable</li>
<li>A copy of SBS 2011 Standard from the Microsoft Action Pack, TechNet MSDN, Volume Licensing, or the SBS 2011 Trial (available <a href="http://blogs.technet.com/b/sbs/archive/2011/01/18/sbs-2011-standard-now-available-for-try-and-buy.aspx" target="_blank">here</a>).</li>
</ul>
<blockquote><p>Note: This is a 6+ GB download, so it’s best put it on a flash drive and not a dual layer DVD. Details for creating a bootable SBS 2011 flash drive are on the blog in a previous post.</p>
</blockquote>
<p>Also bring your laptop for taking LOTS of notes.</p>
<p>Matt Hester from Microsoft is attending, and is going to pick up some of the food costs.</p>
<p><strong>Streaming Webcast Details     <br /></strong>Time: Sat Jan 29, 2011 9AM &#8211; 6PM Eastern    <br />URL: <a href="http://www.ustream.tv/channel/kysbsug">http://www.ustream.tv/channel/kysbsug</a>    <br />Location: Your personal computer</p>
<blockquote><p>Note: The remote streaming will happen in 2 parts (9AM &#8211; 1PM &amp; 1PM &#8211; 6PM). We’ll try to answer questions via the Q&amp;A as time allows. But please keep in mind that on-site attendees will get the primary focus and support, since this is a hands-on event. The streaming is a courtesy (not a remote lab)</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nogeekleftbehind.com/2011/01/26/live-event-sbs-2011-loadfest-sat-jan-29-2011/feed/</wfw:commentRss>
		<slash:comments>711</slash:comments>
		</item>
		<item>
		<title>Videos &#8211; Free SBS 2011 Standard Training</title>
		<link>http://www.nogeekleftbehind.com/2011/01/17/videos-free-sbs-2011-standard-training/</link>
		<comments>http://www.nogeekleftbehind.com/2011/01/17/videos-free-sbs-2011-standard-training/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 16:17:33 +0000</pubDate>
		<dc:creator>timbarrett</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[SBS 2011]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Webcasts]]></category>

		<guid isPermaLink="false">http://www.nogeekleftbehind.com/2011/01/17/videos-free-sbs-2011-standard-training/</guid>
		<description><![CDATA[The folks on the Windows Small Business Server team at Microsoft have recently released a batch of training videos called “Learning Bites”. These short videos (typically under 5 minutes each) focus in on specific tasks and demos on SBS 2011 Standard. SBS 2011 Standard “Learning Bites” Videos Title of Video Length Released SBS 2011 – [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F01%2F17%2Fvideos-free-sbs-2011-standard-training%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F01%2F17%2Fvideos-free-sbs-2011-standard-training%2F&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The folks on the Windows Small Business Server team at Microsoft have recently released a batch of training videos called “Learning Bites”. These short videos (typically under 5 minutes each) focus in on specific tasks and demos on SBS 2011 Standard.</p>
<p><strong>SBS 2011 Standard “Learning Bites” Videos</strong></p>
<table border="0" cellspacing="0" cellpadding="2" width="514">
<tbody>
<tr>
<td valign="top" width="335"><strong>Title of Video</strong></td>
<td valign="top" width="81"><strong>Length</strong></td>
<td valign="top" width="97"><strong>Released</strong></td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/2214e2c1-e7a2-4a91-a379-1ded6ba4437f" target="_blank">SBS 2011 – Overview</a></td>
<td valign="top" width="81">26:05</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/779166cf-7272-46ae-8ec3-7b545f14eb68" target="_blank">SBS 2011 – Technical Decision Maker Overview</a></td>
<td valign="top" width="81">50:49</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/620ed52e-2bdb-4515-909f-97681d2d8597" target="_blank">SBS 2011 – Administrative Console</a></td>
<td valign="top" width="81">5:00</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/930ab826-457a-4596-a939-877178e2f4de" target="_blank">SBS 2011 – Backup Wizard</a></td>
<td valign="top" width="81">4:57</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/4df451ee-4098-4305-8dff-4603e1ed015b" target="_blank">SBS 2011 – Computer Properties</a></td>
<td valign="top" width="81">3:45</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/fb9ed24b-0f5e-40c5-8683-5fc2773025ab" target="_blank">SBS 2011 – Connect Computer</a></td>
<td valign="top" width="81">2:43</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/1218c6b0-5db2-4d37-99c1-a2688656c7a7" target="_blank">SBS 2011 – Connect to Internet Wizard (CTIW)</a></td>
<td valign="top" width="81">2:05</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/8991999e-fc80-490f-898a-82672a0dde6b" target="_blank">SBS 2011 – Groups and User Roles</a></td>
<td valign="top" width="81">4:37</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/62e5dc60-4b5d-4bc3-b29f-36d218f16f18" target="_blank">SBS 2011 – Health Reporting</a></td>
<td valign="top" width="81">3:33</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/0f192dc2-e21f-45b3-baa3-c1e4b189d4bf" target="_blank">SBS 2011 – Internet Address Management</a></td>
<td valign="top" width="81">4:06</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/32195fbe-3018-4897-a278-9dd3f0335129" target="_blank">SBS 2011 – Managing Remote Web Access (RWA)</a></td>
<td valign="top" width="81">3:15</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/1ba60a50-1329-44df-8062-9455f3a5b1ea" target="_blank">SBS 2011 – Using Remote Web Access (RWA)</a></td>
<td valign="top" width="81">3:16</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/59aa838a-af12-450f-9057-b5676d97663f" target="_blank">SBS 2011 – Managing Storage</a></td>
<td valign="top" width="81">3:16</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/48c08415-e081-4f03-9945-675b08c637a3" target="_blank">SBS 2011 – Managing Updates</a></td>
<td valign="top" width="81">3:59</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/514da254-f3b7-4ca1-92e4-7eb05ef1d835" target="_blank">SBS 2011 – Managing Users</a></td>
<td valign="top" width="81">4:22</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/b2662ba3-452f-4b44-a5f0-8aa82f42151d" target="_blank">SBS 2011 – Security</a></td>
<td valign="top" width="81">2:30</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
<tr>
<td valign="top" width="335"><a href="http://www.microsoft.com/showcase/en/us/details/c1ec82e2-c2e9-4164-8c61-e71bcf01df54" target="_blank">SBS 2011 – Shared Folders</a></td>
<td valign="top" width="81">4:12</td>
<td valign="top" width="97">01/14/2011</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>As additional videos are released, you can find them here:    <br /><a title="http://www.microsoft.com/showcase/en/us/search?phrase=SBS%202011" href="http://www.microsoft.com/showcase/en/us/search?phrase=SBS%202011">http://www.microsoft.com/showcase/en/us/search?phrase=SBS%202011</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogeekleftbehind.com/2011/01/17/videos-free-sbs-2011-standard-training/feed/</wfw:commentRss>
		<slash:comments>115</slash:comments>
		</item>
		<item>
		<title>Whitepaper &#8211; SBS 2003 to 2011 Migration Doc</title>
		<link>http://www.nogeekleftbehind.com/2011/01/14/whitepaper-sbs-2003-to-2011-migration-doc/</link>
		<comments>http://www.nogeekleftbehind.com/2011/01/14/whitepaper-sbs-2003-to-2011-migration-doc/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 15:27:15 +0000</pubDate>
		<dc:creator>timbarrett</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[SBS 2011]]></category>
		<category><![CDATA[Whitepapers]]></category>

		<guid isPermaLink="false">http://www.nogeekleftbehind.com/2011/01/14/whitepaper-sbs-2003-to-2011-migration-doc/</guid>
		<description><![CDATA[Whitepaper title: Migrate to Windows Small Business Server 2011 Standard from Windows Small Business Server 2003 File name: SBS7_Migrate2003.doc Date Published: 01/12/2011 Language: English File size: 724 KB Pages: 83 Version: 1.0 Download URL: Click here Description: This guide explains how to install Windows SBS 2011 Standard in Migration Mode on a new server, and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F01%2F14%2Fwhitepaper-sbs-2003-to-2011-migration-doc%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2011%2F01%2F14%2Fwhitepaper-sbs-2003-to-2011-migration-doc%2F&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Whitepaper title: <strong>Migrate to Windows Small Business Server 2011 Standard from Windows Small Business Server 2003     <br /></strong>File name: SBS7_Migrate2003.doc    <br />Date Published: 01/12/2011    <br />Language: English    <br />File size: 724 KB    <br />Pages: 83    <br />Version: 1.0    <br />Download URL: <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ea184914-6445-4d7a-a432-927e6880dcd0" target="_blank">Click here</a></p>
<p>Description:</p>
<p>This guide explains how to install Windows SBS 2011 Standard in Migration Mode on a new server, and then migrate the settings and data from the old server that is running Windows Small Business Server 2003 to the new server that is running Windows SBS 2011 Standard. This guide also helps you demote and remove your old server from the network after you finish the migration process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogeekleftbehind.com/2011/01/14/whitepaper-sbs-2003-to-2011-migration-doc/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How To Install SBS 2011 With A Bootable USB Drive</title>
		<link>http://www.nogeekleftbehind.com/2010/12/22/how-to-install-sbs-2011-with-a-bootable-usb-drive/</link>
		<comments>http://www.nogeekleftbehind.com/2010/12/22/how-to-install-sbs-2011-with-a-bootable-usb-drive/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 02:45:00 +0000</pubDate>
		<dc:creator>timbarrett</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[SBS 2011]]></category>

		<guid isPermaLink="false">http://www.nogeekleftbehind.com/2010/12/23/how-to-install-sbs-2011-with-a-bootable-usb-drive/</guid>
		<description><![CDATA[It seems like every release of Windows Small Business Server is bigger than the last, and SBS 2011 is no exception.&#160; In fact, it’s downright HUGE! If you’ve downloaded the SBS 2011 Standard ISO from TechNet or MSDN, you’ve probably noticed that it’s actually too large to burn with a conventional DVD drive: Obviously, if [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2010%2F12%2F22%2Fhow-to-install-sbs-2011-with-a-bootable-usb-drive%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2010%2F12%2F22%2Fhow-to-install-sbs-2011-with-a-bootable-usb-drive%2F&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>It seems like every release of Windows Small Business Server is bigger than the last, and SBS 2011 is no exception.&#160; In fact, it’s downright HUGE! If you’ve downloaded the SBS 2011 Standard ISO from TechNet or MSDN, you’ve probably noticed that it’s actually too large to burn with a conventional DVD drive:</p>
<p><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Sizes of ISO images for installing SBS 2003 R2, SBS 2008 and SBS 2011" border="0" alt="Sizes of ISO images for installing SBS 2003 R2, SBS 2008 and SBS 2011" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb.png" width="474" height="112" /></a></p>
<p>Obviously, if you’re installing SBS 2011 as a Hyper-V child, downloading a 6.35 GB ISO straight onto the Hyper-V parent OS is no big deal. But if you want to install SBS 2011 on bare metal, you’ll probably need a bootable USB drive. </p>
<p>Here are the instructions on how to create your own bootable USB flash drive from scratch for installation of SBS 2011 Standard.</p>
<p><strong>What you’ll need:</strong></p>
<ul>
<li>ISO of SBS 2011 Standard (6.35 GB) </li>
<li>USB flash drive (I use a <a href="http://www.buy.com/prod/memorex-16gb-mini-traveldrive-usb-2-0-flash-drive-98180/q/loc/101/210956350.html" target="_blank">Memorex 16 GB Mini TravelDrive</a>) </li>
<li>A way to mount the ISO (I prefer <a href="http://www.slysoft.com/en/virtual-clonedrive.html" target="_blank">Virtual CloneDrive</a>, <a href="http://msmvps.com/blogs/bradley/" target="_blank">Susan</a> likes <a href="http://www.magiciso.com/" target="_blank">MagicISO</a>) </li>
<li>A Windows PC (not the SBS box itself) to create the bootable drive </li>
</ul>
<blockquote><p>Update 2011/01/10 – As Kendall Morrison reminded me, your Windows PC needs to be running a 64-bit OS when you do this.</p>
</blockquote>
<p><strong>The demo environment.</strong></p>
<p>For the purposes of this walkthrough, here are the drive letters on my Win7 PC<strong>:</strong></p>
<ul>
<li>The 6.35 GB SBS 2011 ISO is sitting in a folder on drive D: </li>
<li>The ISO will be mounted using Virtual CloneDrive in drive G: </li>
<li>The bootable USB drive will be drive H: </li>
</ul>
<p><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_3.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="A Windows Explorer view of the drives on my Win7 PC" border="0" alt="A Windows Explorer view of the drives on my Win7 PC" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_3.png" width="514" height="114" /></a></p>
<blockquote><p>Go ahead and insert your USB flash drive, if you haven’t done so already.</p>
</blockquote>
<p>Below is my drive layout in Disk Management.    </p>
<p><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_4.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="A Disk Management view of the drives on my Win7 PC" border="0" alt="A Disk Management view of the drives on my Win7 PC" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_4.png" width="514" height="416" /></a></p>
<blockquote><p>Obviously, your drive letters will be different.</p>
</blockquote>
<p><strong>Step-by-step:</strong></p>
<ol>
<li>In Windows Explorer, right-click the SBS 2011 ISO and mount it.      <br /><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_5.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Mount the ISO as a virtual drive (I&#39;m using Virtual CloneDrive)" border="0" alt="Mount the ISO as a virtual drive (I&#39;m using Virtual CloneDrive)" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_5.png" width="464" height="212" /></a>       <br />&#160; <br /><strong>Close the AutoPlay window</strong> <em>(if one pops up).</em>       </li>
<li>From the Start Menu, open an <strong>Administrative Command Prompt</strong>.       <br />&#160; <br /><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_6.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Open the Command Prompt using Run as Administrator" border="0" alt="Open the Command Prompt using Run as Administrator" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_6.png" width="244" height="135" /></a>       <br />&#160; </li>
<li>At the command prompt, type:
<p><strong>DISKPART </strong>(hit <strong>Enter</strong>)       </p>
<p><strong>LIST DISK </strong>(hit <strong>Enter</strong>)       </p>
<p><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_7.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Open DiskPart and view the drives in your system" border="0" alt="Open DiskPart and view the drives in your system" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_7.png" width="465" height="186" /></a>       <br />&#160; </li>
<li>Locate your USB flash drive in the list (mine is Disk 3).
<p>Type the following commands (hitting Enter after each one):       </p>
<p><strong>SELECT DISK 3 </strong><em>(or whatever your USB disk number is)</em>       </p>
<p><strong>CLEAN        </p>
<p>CREATE PARTITION PRIMARY         </p>
<p>SELECT PARTITION 1         </p>
<p>ACTIVE         </p>
<p>FORMAT FS=NTFS QUICK         </p>
<p>ASSIGN         <br /></strong>      <br /><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_8.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Select the Disk, clean it, partition it, make it active, format it, and assign it a letter" border="0" alt="Select the Disk, clean it, partition it, make it active, format it, and assign it a letter" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_8.png" width="466" height="326" /></a>       <br />&#160; </li>
<li>At this point, AutoPlay will probably pop up and tell you that a new disk was found which matches the drive letter of your USB flash drive.
<p><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_9.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="You can close the AutoPlay window" border="0" alt="You can close the AutoPlay window" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_9.png" width="244" height="202" /></a>       </p>
<p><strong>Close the AutoPlay window</strong><em> (if one pops up).</em>       <br />&#160;&#160; </li>
<li>Back in the Command Prompt, type the following:
<p><strong>EXIT </strong>(hit <strong>Enter</strong>)       </p>
<p>DiskPart will finish, but leave the Command Prompt window open.       </p>
<p><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_10.png" rel="thumbnail"><strong><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Exiting DiskPart" border="0" alt="Exiting DiskPart" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_10.png" width="185" height="48" /></strong></a>       </li>
<li>Next we need to make the USB drive bootable. Type the following commands (hitting Enter after each one):
<p><strong>G: </strong><em>(G: is my mounted SBS 2011 ISO drive)</em>       </p>
<p><strong>CD BOOT        <br /></strong>      <br /><strong>BOOTSECT.EXE /NT60 H:</strong> <em>(H: is my USB drive)</em>       </p>
<p><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_11.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Command prompt instructions for making the disk bootable" border="0" alt="Command prompt instructions for making the disk bootable" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_11.png" width="463" height="136" /></a>       <br />&#160; <br /><strong>Close the Command Prompt window.        <br /></strong>&#160; </li>
<li>Now we need to copy the install bits from the ISO to the flash drive:
<p><strong>Open the mounted SBS 2011 ISO drive</strong> <em>(which is drive G: for me)        <br /></em>      <br /><strong>Highlight and copy</strong> all of the contents of the SBS 2011 drive.       </p>
<p><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_12.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Copy the SBS 2011 installation files from the mounted ISO" border="0" alt="Copy the SBS 2011 installation files from the mounted ISO" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_12.png" width="419" height="352" /></a>       </p>
<p><strong>Paste </strong>the contents into the root of the USB drive<em> (which is H: for me)        </p>
<p></em><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_13.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Right-click the USB drive and paste the SBS 2011 installation files into the root" border="0" alt="Right-click the USB drive and paste the SBS 2011 installation files into the root" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_13.png" width="420" height="265" /></a>       </p>
<p>The file copy will take a while (about 5-10 minutes), depending on the speed of your USB flash drive.       </p>
<p><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_14.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="File copy is complete" border="0" alt="File copy is complete" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_14.png" width="405" height="210" /></a>       </li>
<li>Once the file copy is complete, safely eject the USB flash drive from your Windows PC and physically remove it.      <br />&#160; <br /><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_15.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Eject the USB flash drive" border="0" alt="Eject the USB flash drive" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_15.png" width="211" height="182" /></a>       <br />&#160; </li>
<li><strong>Unmount</strong> the ISO of SBS 2011 <em>(which is drive G: for me)        <br />&#160; <br /><a href="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_16.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Unmount the ISO of SBS 2011 Standard" border="0" alt="Unmount the ISO of SBS 2011 Standard" src="http://www.nogeekleftbehind.com/Installing-SBS-2011-Using-A-Bootable-USB_11114/image_thumb_16.png" width="459" height="250" /></a>         <br /></em></li>
</ol>
<p>Now you just need to insert the bootable USB flash drive into your physical SBS 2011 box, set the boot option in the BIOS to boot from USB, and start the installation on the bare metal. Happy installing!</p>
<p>Props: <a href="http://www.intowindows.com/bootable-usb/" target="_blank">IntoWindows.com blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogeekleftbehind.com/2010/12/22/how-to-install-sbs-2011-with-a-bootable-usb-drive/feed/</wfw:commentRss>
		<slash:comments>497</slash:comments>
		</item>
		<item>
		<title>Free Windows Small Business Server 2011 Training</title>
		<link>http://www.nogeekleftbehind.com/2010/12/13/free-windows-small-business-server-2011-training/</link>
		<comments>http://www.nogeekleftbehind.com/2010/12/13/free-windows-small-business-server-2011-training/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 15:47:12 +0000</pubDate>
		<dc:creator>timbarrett</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[SBS 2011]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Webcasts]]></category>

		<guid isPermaLink="false">http://www.nogeekleftbehind.com/2010/12/13/free-windows-small-business-server-2011-training/</guid>
		<description><![CDATA[Complete one of these Windows Small Business Server 2011 courses between now and January 26, 2011 and you’ll be entered for a chance to win a Windows Phone 7 or an Xbox Kinect sensor. Windows SBS 2011 Standard Technical Training: Module 1: SBS 2011 Overview (MGT99PSW – Duration 0:44) Module 2: SBS 2011 Server Installation [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2010%2F12%2F13%2Ffree-windows-small-business-server-2011-training%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2010%2F12%2F13%2Ffree-windows-small-business-server-2011-training%2F&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Complete one of these Windows Small Business Server 2011 courses between now and January 26, 2011 and you’ll be entered for a chance to win a Windows Phone 7 or an Xbox Kinect sensor.</p>
<p><strong>Windows SBS 2011 Standard Technical Training:</strong></p>
<ul>
<li><a href="https://training.partner.microsoft.com/learning/app/management/LMS_ActDetails.aspx?UserMode=0&amp;ActivityId=719564" target="_blank">Module 1: SBS 2011 Overview</a>       <br />(MGT99PSW – Duration 0:44) </li>
<li><a href="https://training.partner.microsoft.com/learning/app/management/LMS_ActDetails.aspx?UserMode=0&amp;ActivityId=719563" target="_blank">Module 2: SBS 2011 Server Installation and Migration</a>       <br />(MGT100PSW – Duration 0:53) </li>
<li><a href="https://training.partner.microsoft.com/learning/app/management/LMS_ActDetails.aspx?UserMode=0&amp;ActivityId=719565" target="_blank">Module 3: SBS 2011 Server Management, Monitoring, Health &amp; Security</a> (MGT101PSW – Duration 0:40) </li>
<li><a href="https://training.partner.microsoft.com/learning/app/management/LMS_ActDetails.aspx?UserMode=0&amp;ActivityId=719566" target="_blank">Module 4: SBS 2011 User and Client Computer Management, Remote Access</a> (MGT102PSW – Duration 0:52) </li>
<li><a href="https://training.partner.microsoft.com/learning/app/management/LMS_ActDetails.aspx?UserMode=0&amp;ActivityId=719567" target="_blank">Module 5: SBS 2011 Messaging and Collaboration</a>&#160; <br />(MGT103PSW – Duration 0:39) </li>
<li><a href="https://training.partner.microsoft.com/learning/app/management/LMS_ActDetails.aspx?UserMode=0&amp;ActivityId=719568" target="_blank">Module 6: SBS 2011 LOB Support, Virtualization, and Troubleshooting</a>&#160; <br />(MGT104PSW – Duration 0:48) </li>
</ul>
<blockquote><p>Note: You will need a Microsoft Partner ID credentials to log onto the training site to view this content.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nogeekleftbehind.com/2010/12/13/free-windows-small-business-server-2011-training/feed/</wfw:commentRss>
		<slash:comments>237</slash:comments>
		</item>
		<item>
		<title>The World&#8217;s Fastest Small Business Server</title>
		<link>http://www.nogeekleftbehind.com/2010/11/11/the-worlds-fastest-small-business-server/</link>
		<comments>http://www.nogeekleftbehind.com/2010/11/11/the-worlds-fastest-small-business-server/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 02:14:05 +0000</pubDate>
		<dc:creator>timbarrett</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mobility]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[SBS 2011]]></category>
		<category><![CDATA[SBSC]]></category>
		<category><![CDATA[SMB Community]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.nogeekleftbehind.com/2010/11/11/the-worlds-fastest-small-business-server/</guid>
		<description><![CDATA[One sunny day while mowing the yard with the old John Deere I thought, “How cool would it be if I could mount a Small Business Server on this lawn tractor?&#34; The answer (as you already know) is “not very cool”. Nobody wants to see a lawn mower running Exchange and SharePoint. Obviously, I need [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2010%2F11%2F11%2Fthe-worlds-fastest-small-business-server%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.nogeekleftbehind.com%2F2010%2F11%2F11%2Fthe-worlds-fastest-small-business-server%2F&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>One sunny day while mowing the yard with the old John Deere I thought, “How cool would it be if I could mount a Small Business Server on this lawn tractor?&quot; </p>
<blockquote><p>The answer (as you already know) is “not very cool”. Nobody wants to see a lawn mower running Exchange and SharePoint. </p>
</blockquote>
<p>Obviously, I need to drink more fluids when mowing the yard in the hot sun, but that’s neither here nor there. The proverbial wheels were turning, and I started brainstorming for something much faster and infinitely cooler than a green and yellow tractor…</p>
<p><a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/image.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Matthew Snoddy" border="0" alt="Matthew Snoddy" align="right" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/image_thumb.png" width="124" height="145" /></a>Enter <strong>Matthew Snoddy</strong> – <a href="https://partner.microsoft.com/40139301" target="_blank">Microsoft Small Business Specialist</a> and owner of <a href="http://www.networktherapists.com/" target="_blank">Network Therapists</a> in Lexington, Kentucky. </p>
<p>a.k.a. “<a href="http://en.wikipedia.org/wiki/The_Stig" target="_blank">The Stig</a>” (nobody knows for sure)</p>
<p>Not only is Matthew a fantastic network engineer and wheelman, he’s got some beautiful muscle cars,    <br />like this supercharged 2008 SRT8 Dodge Challenger:</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:b0e45621-976b-4a69-a7fe-0ef2d360bc4a" class="wlWriterEditableSmartContent">
<div><object width="448" height="252"><param name="movie" value="http://www.youtube.com/v/oDzF9vqL0SY?hl=en&amp;hd=1"></param><embed src="http://www.youtube.com/v/oDzF9vqL0SY?hl=en&amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"></embed></object></div>
<div style="width:448px;clear:both;font-size:.8em">Matthew Snoddy–2008 SRT8 Dodge Challenger on the dyno</div>
</div>
<p>&#160; <br />A Challenger is much cooler than a John Deere, but it gets even better!</p>
<p>Recently, Matthew expanded his stable with the addition of a rare (one of only 20 ever made) <a href="http://www.drivelex.com/showthread.php?12605-ACR-Roadster" target="_blank">2010 Dodge Viper SRT10 ACR convertible</a>. A street-legal race car.</p>
<p><a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/acr_small.jpg" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Matthew Snoddy&#39;s 2010 Dodge Viper SRT-10 ACR convertible" border="0" alt="Matthew Snoddy&#39;s 2010 Dodge Viper SRT-10 ACR convertible" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/acr_small_thumb.jpg" width="364" height="484" /></a></p>
<p>(<a href="http://www.drivelex.com/showthread.php?12605-ACR-Roadster" target="_blank">More pics of Matthew Snoddy’s Viper ACR here</a>)</p>
<p><strong>VIPER SRT10 ACR SPECS – BONE STOCK</strong></p>
<ul>
<li>8.4-liter aluminum V10 engine </li>
<li>600 horsepower </li>
<li>560 lb. ft. of torque </li>
<li>0-60 in 3.4 seconds </li>
<li>Top speed 184 MPH (202 MPH w/o the rear wing, but you’ll die) </li>
</ul>
<p>If you’re a gearhead, you know all about the <a href="http://www.topspeed.com/cars/dodge/2008-dodge-viper-srt10-acr-ar46976.html" target="_blank">ACR</a>. Matthew’s red ACR is a convertible model of the car that <a href="http://www.motortrend.com/features/performance/112_0808_2009_dodge_viper_acr_nurburgring_record/index.html" target="_blank">broke the Nürburgring track record</a>.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:ad518399-1103-4b2d-96c9-260347fdd92c" class="wlWriterEditableSmartContent">
<div><object width="448" height="252"><param name="movie" value="http://www.youtube.com/v/o2mFEC2H0cY?hl=en&amp;hd=1"></param><embed src="http://www.youtube.com/v/o2mFEC2H0cY?hl=en&amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"></embed></object></div>
<div style="width:448px;clear:both;font-size:.8em">Video of the Viper ACR record-breaking run (7:22) at Nürburgring</div>
</div>
<p>&#160; <br />This video of a white hardtop ACR on the twisting Virginia City Hill Climb     <br />(Nevada State Route 341) is pretty terrifying.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:66a93185-eeec-40e9-ae46-477aed751249" class="wlWriterEditableSmartContent">
<div><object width="448" height="252"><param name="movie" value="http://www.youtube.com/v/wllfxLXLSB8?hl=en&amp;hd=1"></param><embed src="http://www.youtube.com/v/wllfxLXLSB8?hl=en&amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"></embed></object></div>
<div style="width:448px;clear:both;font-size:.8em">Car and Driver–Video of Virginia City Hill Climb in a Viper ACR</div>
</div>
<p>&#160; <br />Suffice it to say, the word ‘awesome’ does not even begin to describe this car. </p>
<p>So one night Matthew and I discussed the viability of mounting a <a href="http://www.microsoft.com/sbs/en/us/default.aspx" target="_blank">Microsoft Windows Small Business Server</a> in the Viper, and “<strong>Project Daffy</strong>” was born.</p>
<blockquote><p>“Why a goofy name like <strong>Project Daffy</strong>” you say? Check out what happens when you invert the Viper ACR logo:</p>
</blockquote>
<p><a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/image_3.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Normal Dodge Viper ACR logo" border="0" alt="Normal Dodge Viper ACR logo" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/image_thumb_3.png" width="244" height="197" /></a>&#160;<a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/image_4.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Turn the Viper ACR logo upside down and it becomes Daffy Duck" border="0" alt="Turn the Viper ACR logo upside down and it becomes Daffy Duck" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/image_thumb_4.png" width="244" height="197" /></a></p>
<blockquote><p>Can you see Daffy Duck on the right? Thought so. <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-winkingsmile" alt="Winking smile" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/wlEmoticon-winkingsmile.png" /></p>
</blockquote>
<p>We took some measurements of the ACR and (shocker) it’s not really designed to hold a standard server like an <a href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF25a/15351-15351-241434-241646-241477-3884310.html" target="_blank">HP ProLiant ML370 G6</a>, or even a smaller one like the <a href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF04a/15351-15351-241434-241646-3328424.html" target="_blank">HP ML110 or ML150</a>.</p>
<p><a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/image_5.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Trunk of the Viper ACR - empty" border="0" alt="Trunk of the Viper ACR - empty" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/image_thumb_5.png" width="244" height="175" /></a></p>
<p>The trunk is so small, there’s not even a spare tire – just an air pump (left).</p>
<p><img style="display: inline; float: right" title="Greg Starks - SMB Solutions Program Manager, Hewlett-Packard." alt="Greg Starks - SMB Solutions Program Manager, Hewlett-Packard." align="right" src="http://www.smbnation.com/Portals/0/speakers/speaker_Greg-Starks.jpg" />Enter <strong>Greg Starks</strong> – SMB Solutions Program Manager at Hewlett-Packard. Greg has been with HP and Compaq for over 20 years, has presented at over 10 SMB Nation events, and he really knows his stuff. </p>
<p>a.k.a. “Mr. Awesome” (of that we *are* sure) </p>
<p>We needed something that had enough horsepower to run a server OS, but not so big that it wouldn’t fit in the Viper. With limited space, heat and power requirements, it was a tall order. Greg hooked up Project Daffy with the brand new <a href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/15351-15351-4237916-4237918-4237917-4248009.html" target="_blank">HP ProLiant MicroServer</a> and got it to us in time to make it to the racetrack! </p>
<p><img title="HP ProLiant MicroServer" border="0" alt="HP ProLiant MicroServer" src="http://h10003.www1.hp.com/digmedialib/prodimg/lowres/c02435946.jpg" width="240" height="240" /></p>
<p><strong>HP MICROSERVER SPECS:</strong></p>
<ul>
<li>AMD Athlon II NEO N36L processor 1.3 GHz </li>
<li>Supports up to 8 GB PC3 DDR3 RAM </li>
<li>Embedded NC107i PCI Express Gigabit Ethernet Server Adapter </li>
<li>OCZ Vertex 2 200GB solid state SATA II drive* </li>
<li>Cold boot to SBS 2011 login – 2 minutes 45 seconds </li>
<li>Shut down – 14 seconds </li>
<li>Operating System – <a href="http://www.microsoft.com/oem/en/products/servers/Pages/sbs_overview.aspx" target="_blank">Windows Small Business Server 2011 Standard</a> </li>
</ul>
<p>*We took out the stock 160 GB LFF SATA drive and used the SSD instead to mitigate vibration from the car. (The SSD isn’t a factory option.)</p>
<p><a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/image_6.png" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="View inside the HP ProLiant MicroServer with the USB drive plugged in for OS load" border="0" alt="View inside the HP ProLiant MicroServer with the USB drive plugged in for OS load" align="right" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/image_thumb_6.png" width="194" height="146" /></a>The <a href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/15351-15351-4237916-4237918-4237917-4248009.html" target="_blank">HP MicroServer</a> is physically small enough (10.5&quot; x 8.3&quot; x 10.2&quot;) to fit perfectly in the Viper trunk with room to spare. The MicroServer doesn’t come with a DVD drive, so we took an ISO of SBS 2011 Standard Edition and <a href="http://technet.microsoft.com/en-us/magazine/dd535816.aspx" target="_blank">made a bootable flash drive</a> and installed SBS 2011 that way – no problem. </p>
<p>After the OS installation, we did some testing with the UPS to estimate battery life (about 55 minutes). SBS 2011 runs on that SSD like a scalded dog!</p>
<p>The next step was powering it and mounting it in the car.</p>
<p><strong>ADDITIONAL EQUIPMENT:</strong></p>
<ul>
<li><a href="http://www.apc.com/products/resource/include/techspec_index.cfm?base_sku=SMT1500&amp;total_watts=50" target="_blank">APC Smart-UPS 1500VA</a> battery backup </li>
<li><a href="http://www.buffalotech.com/products/wireless/routers-and-access-points/airstation-nfiniti-wireless-n-essential-high-power-router-access-point-whr-hp-g300n/" target="_blank">Buffalo WHR-HP-G300N</a> 802.11b/g/n wireless router with DD-WRT </li>
<li><a href="http://www.tp-link.com/products/productDetails.asp?pmodel=TL-WN722N" target="_blank">TP-LINK TL-WN722N</a> USB wireless n adapter w/ SMA connector </li>
<li><a href="http://www.dealextreme.com/details.dx/sku.27187" target="_blank">External 6” 2.4 GHz omni-directional magnetic mount antenna</a> </li>
<li><a href="http://cgi.ebay.com/2-4GHz-Yagi-Wireless-WLAN-WiFi-Antenna-20-dBi-RP-SMA-/330494740787" target="_blank">2.4 GHz Yagi 20 dBi WiFi antenna w/ SMA connector</a> </li>
<li>Acer Aspire One ZG5 netbook (Windows 7) </li>
<li>“The Boom” – inverted DirecTV dish mounting hardware for Yagi mast </li>
<li>“The Surfboard” – various mounting hardware from Home Depot </li>
</ul>
<p>Due to the irregular shape of the Viper trunk, we used a spare piece of cardboard as a template to map out the shape, and then transferred that outline onto a plank of 3/4” plywood (“The Surfboard”). After some lengthy trial and error moving things around, appropriate measurements were laid out to make sure that there was sufficient room for the equipment, padding, cabling, and tie-down equipment. </p>
<p><strong>HEADING TO THE TRACK:</strong></p>
<p>It’s a pretty long drive from Louisville out to the <a href="http://www.mpdragway.com/" target="_blank">Mt. Park Dragway in Clay City, Kentucky</a> (about 120 miles). When we got there it was so cold out that the grass in the shadows was still frosted even though the sun had been up for a few hours. Sadly, that morning one of Matthew’s friends lost control of his Corvette on the track and put it into the wall! Fortunately he’s OK, but the same can’t be said for the Vette. Even with safety equipment, racing is still a dangerous occupation.</p>
<p>Mounting the server and network equipment in the Viper trunk went surprisingly smooth. All of the planning and measuring paid off and it fit like a glove. We powered up the server and the router and ran some connectivity tests while Matthew drove around the track. As long as we kept the Yagi antenna (attached to the netbook in our makeshift pits) pointed at the Viper, we never lost a single ping. That’s pretty impressive considering that the antenna was INSIDE the trunk. The car body is fiberglass (except for the carbon fiber rear spoiler) so there was nothing externally on which to stick the antenna.</p>
<blockquote><p>Side note: One of the coolest parts of the whole project was seeing the looks when people walked around to the back of the car to see what was in the trunk. </p>
<p>The phrase of the day was, “You put a <strong>*server*</strong> in a Viper!?” </p>
<p>Everybody thought it was cool! So did we. My face hurts from grinning.</p>
</blockquote>
<p>Using the netbook back at the pits, we logged into the HP MicroServer via RDP and ran <a href="http://www.gtopala.com/siw-download.html" target="_blank">System Information for Windows (SIW)</a> to keep an eye on the internal temperature of the CPU and SSD drive with the trunk closed. Since it was such cool day, all the temps stayed nice and chilly in the server. In fact, the only moving parts in the entire trunk were one cooling fan in the server and another one in the UPS. The rig doesn’t build up much heat anyway.</p>
<p>By design, the Viper ACR doesn’t have electronic traction control. On a cold day with cold tires, the lack of traction control meant that Matthew couldn’t safely punch the pedal to the floor without risking having the Viper suffer the same fate as the Vette. We know what the car can do in warmer weather, so there’s no doubt that that we truly have <strong>The World’s Fastest Small Business Server</strong> on our hands.</p>
<p><strong>PICTURES OF THE COMPLETED PROJECT:</strong></p>
<div align="center">
<table border="0" cellspacing="0" cellpadding="2" width="514" align="center">
<tbody>
<tr>
<td valign="top" width="257"><a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/Viper-SRT10-ACR---Showing-off-the-V10-engine.jpg" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Viper SRT10 ACR - Showing off the V10 engine" border="0" alt="Viper SRT10 ACR - Showing off the V10 engine" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/Viper-SRT10-ACR---Showing-off-the-V10-engine_thumb.jpg" width="244" height="184" /></a></td>
<td valign="top" width="257"><a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/Viper-SRT10-ACR---The-blue-tape-keeps-the-burning-rubber-from-sticking.jpg" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Viper SRT10 ACR - The blue tape keeps the burning hot rubber from sticking" border="0" alt="Viper SRT10 ACR - The blue tape keeps the burning hot rubber from sticking" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/Viper-SRT10-ACR---The-blue-tape-keeps-the-burning-rubber-from-sticking_thumb.jpg" width="244" height="184" /></a></td>
</tr>
<tr>
<td valign="top" width="257">A view of the Viper SRT10 ACR 8.4 liter 10-cylinder engine.            <br />&#160;</td>
<td valign="top" width="257">The blue tape keeps hot tire rubber from sticking to the paint.            <br />&#160;</td>
</tr>
<tr>
<td valign="top" width="257"><a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/SBS-2011---Left-Rear.jpg" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="SBS 2011 - Left Rear" border="0" alt="SBS 2011 - Left Rear" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/SBS-2011---Left-Rear_thumb.jpg" width="244" height="184" /></a></td>
<td valign="top" width="257"><a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/The-Worlds-Fastest-Small-Business-Server.jpg" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="The World&#39;s Fastest Small Business Server" border="0" alt="The World&#39;s Fastest Small Business Server" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/The-Worlds-Fastest-Small-Business-Server_thumb.jpg" width="244" height="184" /></a></td>
</tr>
<tr>
<td valign="top" width="257">Left – HP ProLiant MicroServer            <br />Right – APC Smart-UPS             <br />&#160;</td>
<td valign="top" width="257">Behold! The World’s Fastest            <br />Small Business Server.             <br />&#160;</td>
</tr>
<tr>
<td valign="top" width="257"><a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/Closeup-of-The-Worlds-Fastest-Small-Business-Server.jpg" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Closeup of The World&#39;s Fastest Small Business Server" border="0" alt="Closeup of The World&#39;s Fastest Small Business Server" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/Closeup-of-The-Worlds-Fastest-Small-Business-Server_thumb.jpg" width="244" height="184" /></a></td>
<td valign="top" width="257"><a href="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/What-happens-when-you-burn-too-much-rubber.jpg" rel="thumbnail"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="What happens when you burn too much rubber" border="0" alt="What happens when you burn too much rubber" src="http://www.nogeekleftbehind.com/images/The-Worlds-Fastest-SBS-2011-Server_7F89/What-happens-when-you-burn-too-much-rubber_thumb.jpg" width="244" height="184" /></a></td>
</tr>
<tr>
<td valign="top" width="257">Close-up &#8211; You can see Buffalo wireless B/G/N router in the front and the “Surfboard” underneath. The APC and all other equipment is mounted rock solid and can’t move even 1/4”.            <br />&#160;</td>
<td valign="top" width="257">This is what happens when you burn too much rubber – they have to literally scrape it off the track! I think they’ve been saving this for a while at the track, but I’m not sure how long.            <br />&#160;</td>
</tr>
</tbody>
</table></div>
<p>If you’ve got questions about the project, please feel free to post them in the comments below. </p>
<p><strong>PICTURES &#8211; </strong>You can <a href="http://www.flickr.com/photos/timbarrett/sets/72157625339474146" target="_blank">see the rest of the pictures on Flickr</a> (test fit before tie-down and different views of the car, etc.) </p>
<p><strong>VIDEO &#8211; </strong><strong>Matt Hester </strong>(IT Pro Evangelist for Microsoft) shot some video of Project Daffy today, so you may see it <a href="http://blogs.technet.com/b/matthewms/" target="_blank">on his blog</a> soon. If he does, we’ll link to it here.</p>
<p><strong>THANKS &#8211; </strong>Super-special thanks go to <strong>Matthew Snoddy</strong> (<a href="http://www.networktherapists.com/" target="_blank">Network Therapists</a>) and <strong>Greg Starks</strong> (<a href="http://www.hp.com/" target="_blank">Hewlett-Packard</a>) for making this dream a reality. Props to Andrew McIntosh too for the UPS, and to Lauren for assistance in the pits.     <br />You guys absolutely rock!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogeekleftbehind.com/2010/11/11/the-worlds-fastest-small-business-server/feed/</wfw:commentRss>
		<slash:comments>260</slash:comments>
		</item>
	</channel>
</rss>

