<?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>WillMAYS.com - Blog &#187; SBS 2008</title>
	<atom:link href="http://blog.willmays.com/category/sbs-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.willmays.com</link>
	<description></description>
	<lastBuildDate>Thu, 06 May 2010 14:30:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stop the SBS 2008 Console from starting automatically</title>
		<link>http://blog.willmays.com/2010/04/08/stop-the-sbs-2008-console-from-starting-automatically/</link>
		<comments>http://blog.willmays.com/2010/04/08/stop-the-sbs-2008-console-from-starting-automatically/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 10:33:53 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[SBS 2008]]></category>
		<category><![CDATA[Tweak]]></category>

		<guid isPermaLink="false">http://blog.willmays.com/?p=56</guid>
		<description><![CDATA[The SBS 2008 console is useful when setting up a server &#8211; but it starts up every time you log in! Whilst this is beneficial for a client administrative user (being presented with the easiest way to do common tasks), as a systems integrator regularly logging in to a system, you will find that you [...]]]></description>
			<content:encoded><![CDATA[<p>The SBS 2008 console is useful when setting up a server &#8211; but it starts up every time you log in! Whilst this is beneficial for a client administrative user (being presented with the easiest way to do common tasks), as a systems integrator regularly logging in to a system, you will find that you don&#8217;t need this console most times! We also give line-of-business application vendors their own administrative account, and they generally don&#8217;t need the SBS console &#8211; just log in, troubleshoot or upgrade their app, and manage a SQL database.</p>
<p>It is quite easy to disable, just a bit counter-intuitive as to the location. It&#8217;s not in startup, not in the registry run keys &#8211; but a scheduled task!</p>
<ol>
<li>Go to Start -&gt; Administrative Tools -&gt; Task Scheduler</li>
<li>In the left-hand pane, expand out to Task Scheduler Library -&gt; Microsoft -&gt; Windows -&gt; Windows Small Business Server 2008</li>
<li>Right-click on the &#8216;Console&#8217; scheduled task and select &#8216;disable&#8217;</li>
<li>Log off and log back on to test!</li>
</ol>
<p>Thanks to the <a href="http://www.netometer.com/video/tutorials/disable-sbs-2008-console-automatic-startup/" target="_blank">Screencast</a> on <a href="http://www.netometer.com/" target="_blank">Netometer.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.willmays.com/2010/04/08/stop-the-sbs-2008-console-from-starting-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WUS / WSUS failing behind SonicWall</title>
		<link>http://blog.willmays.com/2009/04/07/wus-wsus-failing-behind-sonicwall/</link>
		<comments>http://blog.willmays.com/2009/04/07/wus-wsus-failing-behind-sonicwall/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 13:34:51 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[SBS 2008]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://blog.willmays.com/?p=42</guid>
		<description><![CDATA[One of my SBS 2008 sites has had a problem since installation where Windows Update Services (WUS / WSUS) has been advising there are updates for client machines, but these updates have been stuck in a pending state &#8211; the client machines also never receive their updates.
Investigation revealed the following error in the Application Log:

Source: [...]]]></description>
			<content:encoded><![CDATA[<p>One of my SBS 2008 sites has had a problem since installation where Windows Update Services (WUS / WSUS) has been advising there are updates for client machines, but these updates have been stuck in a pending state &#8211; the client machines also never receive their updates.</p>
<p>Investigation revealed the following error in the Application Log:<br />
<code><br />
Source: Windows Server Update Services<br />
Event ID: 364<br />
Description: Content file download failed. Reason: The server does not support the necessary HTTP protocol. Background Intelligent Transfer Service (BITS) requires that the server support the Range protocol header.<br />
</code></p>
<p>This particular client uses a SonicWall TZ150 firewall appliance. The Gateway Antivirus feature is the culprit. To enable the HTTP Byte-Range protocol header, and allow WUS to download the updates into the repository, do the following:</p>
<ol>
<li>Log in to your SonicWall</li>
<li>In the address bar you should have something similar to &#8220;<em><code>http://10.0.0.1/main.html</code></em>&#8220;. change &#8220;<em><code>main</code></em>&#8221; to &#8220;<em><code>diag</code></em>&#8221; (Should read similar to &#8220;<em><code>http://10.0.0.1/diag.html</code></em>&#8220;)</li>
<li>Click &#8220;<em>Internal Settings</em>&#8221; on the left-hand navigation bar</li>
<li>Check the box next to &#8220;<em>Enable HTTP Byte-Range requests with Gateway AV</em>&#8221; (approximately 2/3 down the page)</li>
<li>Click &#8220;<em>Apply</em>&#8221; in the top right corner of the screen</li>
<li>Click &#8220;<em>Close</em>&#8221; in the bottom left of the screen.</li>
<li>WSUS should shortly begin downloading updates &#8211; to confirm, open the &#8220;<em>Windows Server Update Services 3.0 SP1</em>&#8221; management console from Administrative Tools.</li>
</ol>
<p>Thanks to <a href="http://www.wsuswiki.com/ContentFileDownloadFailedAccessDeniedNoHTTP" target="_blank">ComputerX&#8217;s post</a> on the WSUSWiki for this info.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.willmays.com/2009/04/07/wus-wsus-failing-behind-sonicwall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
