<?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>The Ramblings of a Geek… &#187; SBS2008 &raquo; The Ramblings of a Geek…</title>
	<atom:link href="http://ramblinggeek.co.uk/category/sbs2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://ramblinggeek.co.uk</link>
	<description>Day-to-day life of a geek working with technology</description>
	<lastBuildDate>Thu, 02 Feb 2012 23:02:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to disable SMB 2.0 &#8230;</title>
		<link>http://ramblinggeek.co.uk/2012/01/how-to-disable-smb-2-0/</link>
		<comments>http://ramblinggeek.co.uk/2012/01/how-to-disable-smb-2-0/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:31:00 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SBS2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[SMB 2.0]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://ramblinggeek.co.uk/?p=746</guid>
		<description><![CDATA[For Windows 7 Open an Windows Command Prompt and enter the following to disable: - sc config lanmanworkstation depend= bowser/mrxsmb10/nsi sc config mrxsmb20 start= disabled To enabled, enter the following: - sc config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi sc config mrxsmb20 start= auto For Windows Server 2008 Run &#34;regedit&#34; on Windows Server 2008 based computer. Expand and &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2012/01/how-to-disable-smb-2-0/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<pre><strong>For Windows 7</strong></pre>
<pre>Open an Windows Command Prompt and enter the following to disable: - </pre>
<pre>sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc config mrxsmb20 start= disabled</pre>
<p>To enabled, enter the following: -</p>
<pre>sc config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc config mrxsmb20 start= auto</pre>
<pre><strong>For Windows Server 2008</strong></pre>
<p>Run &quot;regedit&quot; on Windows Server 2008 based computer.</p>
<p>Expand and locate the sub tree as follows.</p>
<pre>HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters</pre>
<p>Add a new REG_DWORD key with the name of &quot;Smb2&quot; (without quotation mark)</p>
<pre>Value name: Smb2
Value type: REG_DWORD
0 = disabled
1 = enabled</pre>
<p>Set the value to 0 to disable SMB 2.0, or set it to 1 to re-enable SMB 2.0.</p>
<p>Reboot the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2012/01/how-to-disable-smb-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Forefront</title>
		<link>http://ramblinggeek.co.uk/2011/04/microsoft-forefront/</link>
		<comments>http://ramblinggeek.co.uk/2011/04/microsoft-forefront/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 19:46:22 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[SBS2003]]></category>
		<category><![CDATA[SBS2008]]></category>

		<guid isPermaLink="false">http://ramblinggeek.co.uk/2011/04/microsoft-forefront/</guid>
		<description><![CDATA[&#160; I’ve spent a little time looking at Microsoft Forefront as Microsoft Security Essentials is so good I wanted to know what the “professional” tools brought… The management software has very odd requirements:- Needs to be Windows Server 2008 R2 Not a Domain Controller Configuration Manager 2007 Which is great for enterprise but doesn’t fit &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2011/04/microsoft-forefront/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>I’ve spent a little time looking at Microsoft Forefront as Microsoft Security Essentials is so good I wanted to know what the “professional” tools brought…</p>
<p>The management software has very odd requirements:-</p>
<ul>
<li>Needs to be Windows Server 2008 R2 </li>
<li>Not a Domain Controller </li>
<li>Configuration Manager 2007 </li>
</ul>
<p>Which is great for enterprise but doesn’t fit Microsoft Small Business Product in anyway, where’s forefront for SBS?</p>
<p>Here’s a screen grab from Microsoft Security Essentials.</p>
<p><a href="http://ramblinggeek.co.uk/wp-content/uploads/2011/04/image.png"><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://ramblinggeek.co.uk/wp-content/uploads/2011/04/image_thumb.png" width="414" height="291" /></a></p>
<p>Here’s a screen grab from Forefront Client.</p>
<p><a href="http://ramblinggeek.co.uk/wp-content/uploads/2011/04/Capture2.jpg"><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="Capture2" border="0" alt="Capture2" src="http://ramblinggeek.co.uk/wp-content/uploads/2011/04/Capture2_thumb.jpg" width="414" height="291" /></a></p>
<p>Spot the difference, the name.&#160; This is great because the free MSE client is so good it means forefront is just as good.&#160;&#160; They downside is requirements for management are to high for small businesses, which is a shame because this could be a killer product.</p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2011/04/microsoft-forefront/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 SP1 &#8211; Can&#8217;t send/receive emails</title>
		<link>http://ramblinggeek.co.uk/2010/09/exchange-2007-sp1-cant-sendreceive-emails/</link>
		<comments>http://ramblinggeek.co.uk/2010/09/exchange-2007-sp1-cant-sendreceive-emails/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 16:52:18 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Annoying]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SBS2008]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[SBS]]></category>

		<guid isPermaLink="false">http://ramberlinggeek.co.uk/2010/09/exchange-2007-sp1-cant-sendreceive-emails/</guid>
		<description><![CDATA[So your Exchange Server has been running fine for months and all of a sudden it doesn’t want to send or receive external emails. All else seems OK, the stores are mounted, you can telnet in externally, you can telnet externally. You could be running into an issue with E2007 once the C:\ drive get &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2010/09/exchange-2007-sp1-cant-sendreceive-emails/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>So your Exchange Server has been running fine for months and all of a sudden it doesn’t want to send or receive external emails.</p>
<p>All else seems OK, the stores are mounted, you can telnet in externally, you can telnet externally.</p>
<p>You could be running into an issue with E2007 once the C:\ drive get below 3GB* E2007 will simply stop receiving/sending e-mails.&#160; There’s not warning to this, no errors, noting in the event logs.</p>
<p>So here’s how to confirm this issue, the obvious answer is if you have less than 3GB* of space on your C:\ drive free some space, 5GB or more, restart the exchange services and see if mail comes in.&#160; If you want to confirm this is the issue, then you need to the following:-</p>
<p>telnet mail.theirdomain.com 25   <br />when you get the 220 line, send it this command:    <br />helo whatever.com    <br />when it replies, send it this command:    <br />mail from: joe@whatever.com    <br />when it replies, send it this command:    <br />rcpt to: someone@theirdomain.com    <br />when it replies, send it this command:    <br />data    <br />when it replies, send it this command:    <br />subject: test    <br />type some more stuff    <br />whatever you want    <br />end with enter then period then enter</p>
<p>if during this process you see the following error:</p>
<p>452 4.3.1 Insufficient system resources</p>
<p>That’s your issue… go free up some space and restart the exchange services, Information Store and Mail Submission worked for me.</p>
<p>* I haven’t been able to confirm at what disk space E2007 will decided to stop sending/receiving mail.&#160; I have observed 3GB or less, but it only starts working with 5GB or more free.</p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2010/09/exchange-2007-sp1-cant-sendreceive-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 64 Bit Nightmare continues&#8230;..</title>
		<link>http://ramblinggeek.co.uk/2008/07/my-64-bit-nightmare-continues/</link>
		<comments>http://ramblinggeek.co.uk/2008/07/my-64-bit-nightmare-continues/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 22:12:11 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[SBS2008]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://kryptossolutions.wordpress.com/2008/07/01/my-64-bit-nightmare-continues/</guid>
		<description><![CDATA[&#160; VMWare player crashes when you try and run Virtual PC along side…. great.&#160; When I try to open the VHD, it can’t convert.&#160; So now I have to spend time installing Windows XP/Vista clients, which I already have into VMWare….. I’m actually thinking of building a new PC to run Windows Server 2008 on &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2008/07/my-64-bit-nightmare-continues/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>VMWare player crashes when you try and run Virtual PC along side…. great.&#160; When I try to open the VHD, it can’t convert.&#160; So now I have to spend time installing Windows XP/Vista clients, which I already have into VMWare…..</p>
<p>I’m actually thinking of building a new PC to run Windows Server 2008 on so I can do X64 Vitalization, with more easy…. just don’t want another box and I’ve spent out on 8GB Ram….&#160; Please MS updated virtual PC to allow x64 Guest’s.</p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2008/07/my-64-bit-nightmare-continues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows SBS 2008</title>
		<link>http://ramblinggeek.co.uk/2008/06/windows-sbs-2008/</link>
		<comments>http://ramblinggeek.co.uk/2008/06/windows-sbs-2008/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 21:59:03 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[SBS2008]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://kryptossolutions.wordpress.com/2008/06/30/windows-sbs-2008/</guid>
		<description><![CDATA[&#160; I’ would like to be writing about Windows SBS 2008… but I’m having a hard time getting things up and running. SBS 2008 is a 64bit OS, because Windows Server 2008 is a 64 bit OS, nothing really surprising about this. So how do we test new software these days, we tend to use &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2008/06/windows-sbs-2008/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>I’ would like to be writing about Windows SBS 2008… but I’m having a hard time getting things up and running.</p>
<p>SBS 2008 is a 64bit OS, because Windows Server 2008 is a 64 bit OS, nothing really surprising about this.</p>
<p>So how do we test new software these days, we tend to use virtual machines.</p>
</p>
</p>
</p>
</p>
<p>Microsoft Virtual PC 2007 and Virtual Server 2005 SP1 don’t support x64 installs! They will run on 64 bit OS, such as Vista 64bit, but the CPU is only a virtual 32 bit….. come on Microsoft please fix this!</p>
</p>
</p>
<p>So I downloaded a trial of VMWare Workstation, it installed OK, no problem…. until I installed SBS 2008 RC0, it requires a min off 2gb ram to install… my system had 3gb… so I ordered 4 x 2gb sticks… £25 each so my PC now has 8GB Ram, great.</p>
<p>Apart from I don’t want to have to keep using trails to play around with SBS 2008 RC0, I just want to be able to play around when I have time too.</p>
<p>So posted on <a href="http://channel9.msdn.com/forums/Coffeehouse/412389-Virtual-PCHyper-V/">Channel9</a> and 9er,&#160; Hodo,&#160; replied saying I could download VMWare server for free!!</p>
<p>Great, downloaded it this evening and it’s hell…. </p>
<p>Problem number 1, had to restart Vista to disable drive signing before VM Server worked….</p>
<p>Problem number 2, VMWare server doesn’t support the use for VMWare’s HDD image it’s to new how annoying, now have to reinstall again.</p>
<p>Problem number 3, after settling for reinstalling, VMWare hung……. </p>
<p>Can’t help feeling that MS and VMWare are “behind” with all this, it shouldn’t be this hard.</p>
<p>I’ve not tried this I assume I could install Windows Server 2008 and with the help of HyperV, get SBS2008 up and running using MS Virtual technologies.</p>
<p><strong>Update:</strong> I downloaded and installed VMWare Player which is free and allows me to boot the original Workstation VM that I created.</p>
<p>So I’m happy that I can now evaluate, which out the Workstation timing out….</p>
</p>
</p>
<p>I really do hope MS fixes this is with Virtual PC…….</p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2008/06/windows-sbs-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

