<?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>freethecityone.co.uk &#187; SBS</title>
	<atom:link href="http://www.freethecityone.co.uk/category/sbs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freethecityone.co.uk</link>
	<description>Geek in the city</description>
	<lastBuildDate>Tue, 03 Jan 2012 09:11:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Time errors</title>
		<link>http://www.freethecityone.co.uk/2011/09/time-errors/</link>
		<comments>http://www.freethecityone.co.uk/2011/09/time-errors/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 15:52:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT Support]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[small business]]></category>

		<guid isPermaLink="false">http://www.freethecityone.co.uk/2011/09/time-errors/</guid>
		<description><![CDATA[I had an interesting call from a client this afternoon telling me that his client PC’s were all showing the wrong time by about 10 minutes. Now since they have SBS 2008 there should be nothing to worry about as it uses the Microsoft time server time.microsoft.com to keep the correct time. So after logging [...]]]></description>
			<content:encoded><![CDATA[<p>I had an interesting call from a client this afternoon telling me that his client PC’s were all showing the wrong time by about 10 minutes. Now since they have SBS 2008 there should be nothing to worry about as it uses the Microsoft time server <em>time.microsoft.com</em> to keep the correct time. So after logging on to the server I confirmed that it was indeed 10 minutes adrift. A quick check showed the following:</p>  <blockquote>   <p><font face="Courier New">C:\Users\administrator&gt;w32tm /stripchart /computer:time.windows.com /samples:5 /dataonly       <br />Tracking time.windows.com [65.55.56.111:123].        <br />Collecting 5 samples.        <br />The current time is 05/09/2011 16:47:27.        <br />16:47:27, error: 0x800705B4        <br />16:47:30, error: 0x800705B4        <br />16:47:33, error: 0x800705B4        <br />16:47:36, error: 0x800705B4        <br />16:47:39, error: 0x800705B4</font></p> </blockquote>  <p><font face="Calibri">Since this was showing an error trying to get the time, I checked it against one of the UK time servers and got the following result:</font></p>  <blockquote>   <p><font face="Courier New">C:\Users\administrator&gt;w32tm /stripchart /computer:0.uk.pool.ntp.org /samples:5 /dataonly       <br />Tracking 0.uk.pool.ntp.org [195.59.148.18:123].        <br />Collecting 5 samples.        <br />The current time is 05/09/2011 16:49:46.        <br />16:49:46, -661.4346981s        <br />16:49:49, -661.4415467s        <br />16:49:51, -661.4392247s        <br />16:49:53, -661.4351922s        <br />16:49:55, -661.4401522s</font></p> </blockquote>  <p>This showed that there was a clear time skew taking place. So the best course was to reset the time source to a known good source using the following commands:</p>  <blockquote>   <p><font face="Courier New">w32tm /config /manualpeerlist:0.uk.pool.ntp.org /syncfromflags:manual /reliable:yes /update</font></p>    <p><font face="Courier New">net stop w32time</font></p>    <p><font face="Courier New">net start w32time</font></p> </blockquote>  <p>Now a quick check shows that now that we are keeping much better time:</p>  <blockquote>   <p><font face="Courier New">C:\Users\administrator&gt;w32tm /stripchart /computer:0.uk.pool.ntp.org /samples:5 /dataonly       <br />Tracking 0.uk.pool.ntp.org [109.74.206.120:123].        <br />Collecting 5 samples.        <br />The current time is 05/09/2011 16:49:47.        <br />16:49:47, +00.0726604s        <br />16:49:49, +00.0008012s        <br />16:49:51, +00.0017108s        <br />16:49:53, -00.0007301s        <br />16:49:56, +00.0486631s</font></p> </blockquote>  <p>Not too sure if this is affecting everyone but there does seem to be a trend, hopefully this will help others.</p>  <p>- Rob</p>]]></content:encoded>
			<wfw:commentRss>http://www.freethecityone.co.uk/2011/09/time-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not able to send emails using AirSync on SBS 2011</title>
		<link>http://www.freethecityone.co.uk/2011/05/not-able-to-send-emails-using-airsync-on-sbs-2011/</link>
		<comments>http://www.freethecityone.co.uk/2011/05/not-able-to-send-emails-using-airsync-on-sbs-2011/#comments</comments>
		<pubDate>Mon, 23 May 2011 13:52:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT Support]]></category>
		<category><![CDATA[SBS]]></category>

		<guid isPermaLink="false">http://www.freethecityone.co.uk/2011/05/not-able-to-send-emails-using-airsync-on-sbs-2011/</guid>
		<description><![CDATA[This is something that I recently came across when we upgraded our office server and to be honest it had me stumped for a little while, but here is what I found. Essentially we setup our new SBS 2011 Standard server using all of the MS consoles and wizards including the wizard to created the [...]]]></description>
			<content:encoded><![CDATA[<p>This is something that I recently came across when we upgraded our office server and to be honest it had me stumped for a little while, but here is what I found.</p>
<p>Essentially we setup our new SBS 2011 Standard server using all of the MS consoles and wizards including the wizard to created the email address domain. After a few days I found that we could not send any outbound emails from devices that were using AirSync, these included Windows 7 Phones; iPhones; Windows Phones; iPads as well as a host of other devices that connect to Exchange using AirSync (formally ActiveSync). There is a great deal of information about this but all of it related to having an invalid character in the domain name. However, having checked through the setup there were not illegal characters in the domain name yet we continued to get the same error.</p>
<p><a href="http://www.freethecityone.co.uk/wp-content/uploads/2011/05/image.png"><img width="721" height="195" title="image" alt="image" border="0" style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" src="http://www.freethecityone.co.uk/wp-content/uploads/2011/05/image_thumb.png" /></a></p>
<p>What I found was that when you setup an ‘Accepted Domain’ the wizard will ask for a name as part of the wizard. This has traditionally been a descriptive name however this is where the issue seems to lie. In our case, what I did was changed the name to be the same as the domain name and it now works correctly.</p>
<p>Hopefully this should help others.</p>
<p>- Rob</p>]]></content:encoded>
			<wfw:commentRss>http://www.freethecityone.co.uk/2011/05/not-able-to-send-emails-using-airsync-on-sbs-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot connect to the configuration database</title>
		<link>http://www.freethecityone.co.uk/2011/02/cannot-connect-to-the-configuration-database/</link>
		<comments>http://www.freethecityone.co.uk/2011/02/cannot-connect-to-the-configuration-database/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 15:12:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT Support]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.freethecityone.co.uk/2011/02/cannot-connect-to-the-configuration-database/</guid>
		<description><![CDATA[Following a series of Windows Updates to your server you may encounter an issue connecting to your Sharepoint website. If the site comes up with the message “Cannot connect to the configuration database” then this is the result of one of the updates applied. To resolve the issue follow the steps below on your server: [...]]]></description>
			<content:encoded><![CDATA[<p>Following a series of Windows Updates to your server you may encounter an issue connecting to your Sharepoint website. If the site comes up with the message “Cannot connect to the configuration database” then this is the result of one of the updates applied. To resolve the issue follow the steps below on your server:</p>  <ol>   <li>Go to Start &gt; All Programs &gt; Microsoft SQL Server 2005 (or 2008) &gt; Configuration Tools &gt; SQL Server Configuration Manager</li>    <li>Now navigate through the tree on the left side to “SQL Server Network Configuration” and select “Protocols for MSSQLServer”</li>    <li>From the right pane ensure that “Named Pipes” is enabled     <br /><a href="http://www.freethecityone.co.uk/wp-content/uploads/2011/02/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.freethecityone.co.uk/wp-content/uploads/2011/02/image_thumb.png" width="542" height="269" /></a> </li>    <li>Once it has been enabled then you can restart the service “SQL Server (MSSQLSERVER)”</li>    <li>Now check the Sharepoint website to confirm that it is working again.</li> </ol>  <p>These steps resolved the issue on our server so I hope this will help others resolve their issue.</p>  <p>- Rob</p>]]></content:encoded>
			<wfw:commentRss>http://www.freethecityone.co.uk/2011/02/cannot-connect-to-the-configuration-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2010 backup with Powershell</title>
		<link>http://www.freethecityone.co.uk/2010/12/sharepoint-2010-backup-with-powershell/</link>
		<comments>http://www.freethecityone.co.uk/2010/12/sharepoint-2010-backup-with-powershell/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 12:12:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[IT Support]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[small business]]></category>

		<guid isPermaLink="false">http://www.freethecityone.co.uk/2010/12/sharepoint-2010-backup-with-powershell/</guid>
		<description><![CDATA[Always one for trying to get things automated then I wanted to get backups of my new Sharepoint 2010 website automated. Previously I have not had a great experience of this, as I never tried a restore of the backup set before it was time...still we live and learn. In previous versions of Sharepoint backups [...]]]></description>
			<content:encoded><![CDATA[<p>Always one for trying to get things automated then I wanted to get backups of my new Sharepoint 2010 website automated. Previously I have not had a great experience of this, as I never tried a restore of the backup set before it was time...still we live and learn. In previous versions of Sharepoint backups were taken care of through the use of STSADM however this is not the case in the latest version. You can, as always, run a manual backup through the central administration console on the server but this is not what I needed. So I started searching around and found a couple of articles on the web which described the use of the Powershell to perform backups, so here is what I have come up with through the combination of the two sources:</p>  <p><code>     <br />Add-PsSnapin Microsoft.SharePoint.Powershell -ErrorAction SilentlyContinue       <br />try       <br />{       <br />&#160; $today = (Get-Date -Format dd-MM-yyyy)       <br /># Created the a new directory with todays date and store in a variable       <br />&#160; [IO.Directory]::CreateDirectory(&quot;F:\sp_backup\&quot;+$today)       <br />&#160; $backuppath = &quot;F:\sp_backup\&quot;+$today</code> </p>  <p># This will iterate through all of your sharepoint sites and create a backup with the site URL as the name&#160; <br />&#160; Get-SPWebApplication | Get-SPSite | ForEach-Object{$filepath = $backuppath + &quot;\&quot; + $_.Url.Replace(&quot;<a href="http://&quot;,&quot;&quot;).Replace(&quot;/&quot;,&quot;-&quot;).Replace(&quot;:&quot;,&quot;-&quot;)">http://&quot;,&quot;&quot;).Replace(&quot;/&quot;,&quot;-&quot;).Replace(&quot;:&quot;,&quot;-&quot;)</a> + &quot;.bak&quot; ; Backup-SPSite -Identity $_.Url -Path $filepath}</p>  <p># Edit this address to suit your own needs&#160; <br />&#160; $emailFrom = "<a href="mailto:&ldquo;Sharepoint@server.local">Sharepoint@server.local</a>"</p>  <p># This is the address that the notification email should be sent to&#160; <br />&#160; $emailTo = "<a href="mailto:&ldquo;administrator@server.local">administrator@server.local</a>"</p>  <p># Subject for the notification email. The + "$today" part will add the date in the subject.    <br />&#160; $subject = &quot;The SharePoint sites Backup was Successful for &quot;+&quot;$today&quot;</p>  <p># Body or the notification email. The + "$today" part will add the date in the subject.    <br />&#160; $body = &quot;The SharePoint sites Backup was Successful for &quot;+&quot;$today&quot;</p>  <p>&#160; # IP address of your SMTP server. Make sure relay Is enabled for the SharePoint server on your SMTP server    <br />&#160; $smtpServer = &quot;1.1.1.1&quot;     <br />&#160; $smtp = new-object Net.Mail.SmtpClient($smtpServer)     <br />&#160; $smtp.Send($emailFrom, $emailTo, $subject, $body)     <br />}     <br />Catch     <br />{     <br />&#160; $ErrorMessage = $_.Exception.Message     <br />&#160; # Configure the below parameters as per the above.     <br />&#160; $emailFrom = "<a href="mailto:&ldquo;Sharepoint@server.local">Sharepoint@server.local</a>"     <br />&#160; $emailTo = "<a href="mailto:&ldquo;administrator@server.local">administrator@server.local</a>"     <br />&#160; $subject = &quot;The SharePoint sites Backup Job failed on &quot;+&quot;$today&quot;     <br />&#160; $body = &quot;The SharePoint sites Backup Job failed on &quot;+&quot;$today and the reason for failure was $ErrorMessage.&quot;     <br />&#160; $smtpServer = &quot;1.1.1.1&quot;     <br />&#160; $smtp = new-object Net.Mail.SmtpClient($smtpServer)     <br />&#160; $smtp.Send($emailFrom, $emailTo, $subject, $body)     <br />} </p>    <p>&#160;</p>  <p>This script can simply be copied into notepad and saved onto your server as a ".ps1" file. This can then be run straight from the servers "run" command by entering "powershell {scriptname}.ps1" and it will create a backup file, this in turn can be used to created a scheduled task on your server to be run each day/week etc.</p>  <p>Credit where due though, this script is a combination of the following 2 sources:</p>  <p><a href="http://thecommunicator.co.cc/2010/12/07/automated-powershell-script-to-backup-sharepoint-farm-or-site-collection-with-email-notification/">http://thecommunicator.co.cc/2010/12/07/automated-powershell-script-to-backup-sharepoint-farm-or-site-collection-with-email-notification/</a></p>  <p><a href="http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?List=56f96349-3bb6-4087-94f4-7f95ff4ca81f&amp;ID=191&amp;Web=48e6fdd1-17db-4543-b2f9-6fc7185484fc">http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?List=56f96349-3bb6-4087-94f4-7f95ff4ca81f&amp;ID=191&amp;Web=48e6fdd1-17db-4543-b2f9-6fc7185484fc</a></p>  <p>Hopefully this will help others out there <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.freethecityone.co.uk/wp-content/uploads/2010/12/wlEmoticon-smile.png" /></p>  <p>- Rob</p>]]></content:encoded>
			<wfw:commentRss>http://www.freethecityone.co.uk/2010/12/sharepoint-2010-backup-with-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint Foundation 2010 and Sharepoint Workspace</title>
		<link>http://www.freethecityone.co.uk/2010/12/sharepoint-foundation-2010-and-sharepoint-workspace/</link>
		<comments>http://www.freethecityone.co.uk/2010/12/sharepoint-foundation-2010-and-sharepoint-workspace/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 14:03:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT Support]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SBS]]></category>

		<guid isPermaLink="false">http://www.freethecityone.co.uk/2010/12/sharepoint-foundation-2010-and-sharepoint-workspace/</guid>
		<description><![CDATA[Having re-launched my love affair with Sharepoint since the introduction of Sharepoint Foundation 2010 I really do love it. Much of the work that I have done previously when out and about have been using Dropbox which has worked great but as more people in the business needed access to the same data as me [...]]]></description>
			<content:encoded><![CDATA[<p>Having re-launched my love affair with <a href="http://sharepoint.microsoft.com/en-us/pages/default.aspx" target="_blank">Sharepoint</a> since the introduction of <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=49c79a8a-4612-4e7d-a0b4-3bb429b46595&amp;displaylang=en" target="_blank">Sharepoint Foundation 2010</a> I really do love it. Much of the work that I have done previously when out and about have been using <a href="https://www.dropbox.com" target="_blank">Dropbox</a> which has worked great but as more people in the business needed access to the same data as me then I needed another solution. Since I have a nasty habit of just plonking down where I am and just starting to work I really needed something that would work well when mobile and would also utilise the infrastructure I had already..enter <a href="http://sharepoint.microsoft.com/en-us/pages/default.aspx" target="_blank">Sharepoint</a>.</p>  <p>Having configured it for remote use it was great but it was still a little clunky as I needed to be online to do anything (I could work through Outlook but it is not too pretty IMHO)..then I discovered <a href="http://office.microsoft.com/en-gb/sharepoint-workspace/" target="_blank">Microsoft Sharepoint Workspace</a>, formally Groove. The only real drawback about it is that you can only get it with <a href="http://office.microsoft.com/en-gb/professional-plus/" target="_blank">Microsoft Office Professional Plus 2010</a> which is only available through Microsoft Volume Licensing, a real over sight by <a href="http://www.microsoft.com/" target="_blank">Microsoft</a> in my opinion. That said, if you do have it then use it!!</p>  <p>As standard, Sharepoint Foundation 2010 does not work when you click the link in the library that says "Sync to Sharepoint Workspace" you get the message:</p>  <blockquote>   <p>SharePoint Workspace was unable to interpret the SharePoint location. Please check and ensure the location contains no typing errors.</p> </blockquote>  <p>This is due to a change which needs to be made on the Sharepoint server to make it work, follow the link below to resolve the issue:</p>  <p><a href="http://weblogs.asp.net/jeffwids/archive/2010/05/06/configuring-sharepoint-foundation-2010-for-sharepoint-workspace-2010.aspx">http://weblogs.asp.net/jeffwids/archive/2010/05/06/configuring-sharepoint-foundation-2010-for-sharepoint-workspace-2010.aspx</a></p>  <p>If you have Sharepoint setup on a none standard port then ensure that you have it specified at the end of the URL.</p>  <p>- Rob</p>]]></content:encoded>
			<wfw:commentRss>http://www.freethecityone.co.uk/2010/12/sharepoint-foundation-2010-and-sharepoint-workspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trend Worry-Free Business Security</title>
		<link>http://www.freethecityone.co.uk/2010/03/trend-worry-free-business-security/</link>
		<comments>http://www.freethecityone.co.uk/2010/03/trend-worry-free-business-security/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:15:04 +0000</pubDate>
		<dc:creator>robfranklin</dc:creator>
				<category><![CDATA[IT Support]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[trend]]></category>
		<category><![CDATA[worry-free]]></category>

		<guid isPermaLink="false">http://www.freethecityone.co.uk/2010/03/trend-worry-free-business-security/</guid>
		<description><![CDATA[We have started to roll out as number of Trend Worry-Free Business Security installations in the last week or so and have run in to the same problem each time. Each of the installations have been to Microsoft Small Business Server 2008 servers and what actually happens is that the WFBS management console installs onto [...]]]></description>
			<content:encoded><![CDATA[<p>We have started to roll out as number of Trend Worry-Free Business Security installations in the last week or so and have run in to the same problem each time. Each of the installations have been to Microsoft Small Business Server 2008 servers and what actually happens is that the WFBS management console installs onto Microsoft IIS by default, when you try to access the console you sometimes get a password prompt. After entering the password you are just left with a blank page, other times you don&#8217;t get the password prompt at all. If you do get this then follow the steps below as this has fixed out problem each time:</p>
<ul>
<li><span style="color: #555555;">First open Internet Information Service Manager on the server and check that the website &#8220;OfficeScan&#8221; exists. Now close the Internet Information Service Manager.</span></li>
<li><span style="color: #555555;">Now open a command prompt and change to the &#8220;Trend Micro\Security Server\PCCSRV&#8221; folder</span></li>
<li><span style="color: #555555;">Now type &#8220;svrsvcsetup.exe -uninstall&#8221; and wait for this to complete, it could take a number of minutes.</span></li>
<li><span style="color: #555555;">Now open Internet Information Service Manager on the server and check that the website &#8220;OfficeScan&#8221; no longer exists. Now close the Internet Information Service Manager.</span></li>
<li><span style="color: #555555;">Now type the following commands pressing enter after each one:</span>
<ul>
<li><span style="color: #555555;">svrsvcsetup -install</span></li>
<li><span style="color: #555555;">svrsvcsetup -setvirdir</span></li>
<li><span style="color: #555555;">svrsvcsetup -setprivilege</span></li>
<li><span style="color: #555555;">svrsvcsetup -enablessl</span></li>
</ul>
</li>
<li><span style="color: #555555;">Now restart the following services using the Services Applet:</span>
<ul>
<li><span style="color: #555555;">Trend Micro Security Server Master Service</span></li>
<li><span style="color: #555555;">IIS Admin Service</span></li>
<li><span style="color: #555555;">World Wide Web Publishing Service</span></li>
</ul>
</li>
</ul>
<p>Now if you try to access the console you should be able to log on to the console successfully.</p>
<p>This worked for us each time, so I hope it&#8217;ll work for others too.</p>
<p>- Rob</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freethecityone.co.uk/2010/03/trend-worry-free-business-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 2003 Service Pack 2 Issues</title>
		<link>http://www.freethecityone.co.uk/2008/03/windows-2003-service-pack-2-issues/</link>
		<comments>http://www.freethecityone.co.uk/2008/03/windows-2003-service-pack-2-issues/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 00:05:18 +0000</pubDate>
		<dc:creator>robfranklin</dc:creator>
				<category><![CDATA[IT Support]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SBS]]></category>

		<guid isPermaLink="false">http://www.freethecityone.co.uk/2008/03/15/windows-2003-service-pack-2-issues.html</guid>
		<description><![CDATA[For sometime I have found that on certain SBS server there have been some network performance issues which do not specifically seem to originate from anywhere specific. When you look at the spec&#8217;s of the server there are not bottlenecks or obvious issues but it just doesn&#8217;t seem to perform as well as you would [...]]]></description>
			<content:encoded><![CDATA[<p>For sometime I have found that on certain SBS server there have been some network performance issues which do not specifically seem to originate from anywhere specific.  When you look at the spec&#8217;s of the server there are not bottlenecks or obvious issues but it just doesn&#8217;t seem to perform as well as you would expect.  We it would seem that the answer is out there in the for of an update from Microsoft.  The issue relates specifically with services with Windows 2003 Service Pack 2 installed or the Windows 2003 Scalable Network Pack on a computer that has a TCP/IP Offload-enabled network adapter.  There is a number of ways in which this particular issue manifests itself however the one that I am currently looking into is &#8220;You experience slow network performance&#8221; as there has now been a number of site, one more recently, where the server performance on the new network is worse than the old system.  So for any of you that want to look into this further the KB article is as follows <a href="http://support.microsoft.com/kb/948496">http://support.microsoft.com/kb/948496</a> and its noteworthy that this update has been released as a critical update which means it should find it&#8217;s way onto most servers updates automatically however it&#8217;s worth checking anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freethecityone.co.uk/2008/03/windows-2003-service-pack-2-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2008&#8230;..the stealth product</title>
		<link>http://www.freethecityone.co.uk/2008/03/windows-2008the-stealth-product/</link>
		<comments>http://www.freethecityone.co.uk/2008/03/windows-2008the-stealth-product/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 22:39:42 +0000</pubDate>
		<dc:creator>robfranklin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SBS]]></category>

		<guid isPermaLink="false">http://www.freethecityone.co.uk/2008/03/11/windows-2008the-stealth-product.html</guid>
		<description><![CDATA[As many of you will be aware by now Windows Server 2008 was recently released to manufacture and it has to be one of the stealthiest product launches from Microsoft. There was no fanfare, no by publicity stunts they just released it which seems very strange considering what a major change it is set to [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you will be aware by now Windows Server 2008 was recently released to manufacture and it has to be one of the stealthiest product launches from Microsoft.  There was no fanfare, no by publicity stunts they just released it which seems very strange considering what a major change it is set to be for the Microsoft Server Family.  Under the current Windows 2003 family we have the 2 core products which is Small Business Server 2003 and the standard set of Windows 2003 Servers (Web Edition, Standard, Enterprise and Data Centre).  This always seemed to lack support for the medium business i.e. over the 75 users limit of SBS but not really big enough to warrent the full blown product suite.  So for a business of 100 <img src="http://blogs.technet.com/blogfiles/essentialbusinessserver/WindowsLiveWriter/WelcometotheWindowsEssentialBusinessServ_BB6E/Untitled_3.jpg" alt="Essential Business Server" border="0" height="240" width="459" />users which is not really a large business they only had real product set to work with however this has changed in the new Windows Server 2008 product family.  It still retains SBS which has the traditional 75 user limit, however the next step is now Essential Business Server which is suitable for businesses from 25 to 250 users which is a huge leap forward for businesses.  I will post more about the 2008 Server family soon but for now heres a little more information on Essential Business Server from the official <a href="http://blogs.technet.com/essentialbusinessserver/default.aspx" target="_blank">EBS Team blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freethecityone.co.uk/2008/03/windows-2008the-stealth-product/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

