<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Brain Litter</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/" />
    <link rel="self" type="application/atom+xml" href="http://www.brainlitter.com/atom.xml" />
    <id>tag:www.brainlitter.com,2008-02-17://1</id>
    <updated>2008-08-27T05:02:17Z</updated>
    <subtitle>Inside the mind of Sean Wallbridge</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Personal 4.1</generator>

<entry>
    <title>Nice, simple, elegant Email reputation lookup tool</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/email-reputation.htm" />
    <id>tag:www.brainlitter.com,2008://1.544</id>

    <published>2008-08-27T04:58:42Z</published>
    <updated>2008-08-27T05:02:17Z</updated>

    <summary>Nice. Easy, graphical, find out if your domain/email has been naughty. http://bsn.borderware.com/ And don&apos;t forget www.mxtoolbox.com...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="I Get Asked &apos;This&apos; A Lot..." scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>Nice.  Easy, graphical, find out if your domain/email has been naughty.</p>

<p><a href="http://bsn.borderware.com/">http://bsn.borderware.com/</a></p>

<p>And don't forget <a href="http://www.mxtoolbox.com">www.mxtoolbox.com</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>WSS/SharePoint Event ID 2424 Search Errors (two possible reasons)</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/wsssharepoint-e.htm" />
    <id>tag:www.brainlitter.com,2008://1.543</id>

    <published>2008-08-26T08:07:52Z</published>
    <updated>2008-08-26T08:19:46Z</updated>

    <summary>Ok, this week alone, I&apos;ve run into two different scenarios, where I&apos;ve gotten Application Event ID 2424 errors, when WSS Search is attempting to perform a search/catalog update. Symptoms: Search returns no results, but no errors either, in WSS -...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="SharePoint Groovies" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>Ok, this week alone, I've run into two different scenarios, where I've gotten Application Event ID 2424 errors, when WSS Search is attempting to perform a search/catalog update.  </p>

<p><strong>Symptoms:</strong><br />
<ul><br />
	<li>Search returns no results, but no errors either, in WSS - simply that no results were found, when there definitely should be something there.</li><br />
	<li>Event ID 2424 and the error (along the lines of) "The update cannot be started because the content sources cannot be accessed. Fix the errors and try the update again.  Context: Application 'Search', Catalog 'index file on the search server search'</li><br />
</ul></p>

<p><strong>Solutions (for me (this week, 2 different issues/2 different fixes)</strong><br />
<ol><br />
	<li>On one install, it was a brand new WSS site.  All configured, all tuned, everything cool but missing SP1. Soon as I applied it and rebooted, my search started working - Whoopee! Happy.</li><br />
	<li>On the other install, it was a little more complicated but ultimately made perfect sense. My WSS server was on a private IP network (192.168.5.x).  The URL I assigned it, instead of setting up a local web application and extending it (what I really should have done), actually resolved to the public IP of the site (67.44.44.x).  Therefore, when search attempted to run, it itself was unable to *visit* the website, in order to search it.  The quick fix was to resolve the IP's internally by modifying the local hosts file. The real solution will be to rebuild the sites (backup/restore collection) to local web applications, that are extended for public access.</li><br />
</ol></p>

<p>I'll add more solutions, when/if I come across them. Hope this helps someone, somewhere.<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>WSS List form, Columns not ordered the way you think...</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/wss-list-form-c.htm" />
    <id>tag:www.brainlitter.com,2008://1.542</id>

    <published>2008-08-26T00:14:34Z</published>
    <updated>2008-08-26T00:17:16Z</updated>

    <summary>Well, I helped solve this by accident, but mostly Zac came to this conclusion. Problem: You have a SharePoint list/form that you want to control the order of data entry into. No matter what way you order the columns in...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="SharePoint Groovies" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>Well, I helped solve this by accident, but mostly Zac came to this conclusion.</p>

<p><strong>Problem:</strong></p>

<p>You have a SharePoint list/form that you want to control the order of data entry into. No matter what way you order the columns in the list or view, it doesn't show them the way you'd expect.</p>

<p><strong>Answer:</strong></p>

<p>The column ordering is based on the content type's ordering, and then list settings ordering is applied after. I think the rules are that it applies the content type's ordering first, and then orders any additional columns that you have added later. </p>

<p>To change the ordering of the content type, you need to first enable the management of content types on that list (Advanced settings), then select the content type (Issue, in my case), and re-order the columns there.</p>

<p>Zac wrote and discovered it first, so it would be rude not to point out the reference :)<br />
<a href="http://www.sharepointu.com/forums/p/1494/4056.aspx">http://www.sharepointu.com/forums/p/1494/4056.aspx</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>Elegant WSS Site collection backup script</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/elegant-wss-sit.htm" />
    <id>tag:www.brainlitter.com,2008://1.541</id>

    <published>2008-08-25T06:49:46Z</published>
    <updated>2008-08-25T06:59:20Z</updated>

    <summary>Nice to be the boss. I gave my man Dougie my requirements and the skeleton for a script and he produced the rest. Download it if you want... It provides an automated mechanism (that can be scheduled via your task...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="SharePoint Groovies" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>Nice to be the boss. I gave my man Dougie my requirements and the skeleton for a script and he produced the rest.  <a href="http://www.itgroove.net/central/Scripts/WSSbackup.zip">Download it if you want</a>...  </p>

<p>It provides an automated mechanism (that can be scheduled via your task scheduler) for WSS Site Collection Backups (multiple sites, via CSV selection list)</p>

<p>Download the script here - <strong><em>NOTE</em>: you use this at your own risk</strong>.  I'm just being a nice guy here.  <a href="http://www.itgroove.net/central/Scripts/WSSbackup.zip">http://www.itgroove.net/central/Scripts/WSS.zip</a></p>

<p>Simply copy the script to your server, fill out the few required variables and modify the CSV file to suit. CSV format is as following:</p>

<p>ClientName,PortalURL,friendlyname</p>

<p>E.g.</p>

<p>itgroove,https://portal.itgroove.net:443,itgroovePortal</p>]]>
        
    </content>
</entry>

<entry>
    <title>How to *hide* the TITLE field in SharePoint Lists</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/how-to-hide-the.htm" />
    <id>tag:www.brainlitter.com,2008://1.540</id>

    <published>2008-08-22T18:16:31Z</published>
    <updated>2008-08-22T18:26:10Z</updated>

    <summary>This dude has prepared a lovely and simple detail/method for hiding (don&apos;t remove!) the TITLE field in a SharePoint list, so why write it myself? :) http://dlocc.com/sharepoint/35-customization/46-how-to-remove-the-qtitleq-column-from-a-sharepoint-list.html...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="SharePoint Groovies" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>This dude has prepared a lovely and simple detail/method for hiding (don't remove!) the TITLE field in a SharePoint list, so why write it myself? :)</p>

<p><a href="http://dlocc.com/sharepoint/35-customization/46-how-to-remove-the-qtitleq-column-from-a-sharepoint-list.html">http://dlocc.com/sharepoint/35-customization/46-how-to-remove-the-qtitleq-column-from-a-sharepoint-list.html</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>Difference between ESXi and Licensed ESXi</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/difference-betw.htm" />
    <id>tag:www.brainlitter.com,2008://1.539</id>

    <published>2008-08-20T18:05:34Z</published>
    <updated>2008-08-20T18:09:29Z</updated>

    <summary>Ran into some confusion today and found this fella&apos;s blog. Very useful indeed. http://vmetc.com/2008/08/10/whats-the-difference-between-free-esxi-and-licensed-esxi And this ESX vs ESXi comparison:...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="Links" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>Ran into some confusion today and found this fella's blog.  Very useful indeed.</p>

<p><a href="http://vmetc.com/2008/08/10/whats-the-difference-between-free-esxi-and-licensed-esxi/">http://vmetc.com/2008/08/10/whats-the-difference-between-free-esxi-and-licensed-esxi</a></p>

<p><strong>And this ESX vs ESXi comparison:</strong><br />
<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1006543"></a></p>]]>
        
    </content>
</entry>

<entry>
    <title>Sweet - Free SharePoint Colour Calendar Component</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/sweet-free-shar.htm" />
    <id>tag:www.brainlitter.com,2008://1.538</id>

    <published>2008-08-18T20:08:25Z</published>
    <updated>2008-08-18T20:09:47Z</updated>

    <summary>Don&apos;t mind me, just bookmarking... http://planetwilson.blogspot.com/2008/02/version-2-of-colour-calendar-released.html...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="SharePoint Groovies" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>Don't mind me, just bookmarking...</p>

<p><a href="http://planetwilson.blogspot.com/2008/02/version-2-of-colour-calendar-released.html">http://planetwilson.blogspot.com/2008/02/version-2-of-colour-calendar-released.html</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>WSS 3.0 (from 2.0 upgrade) Authentication Issue</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/wss-30-from-20.htm" />
    <id>tag:www.brainlitter.com,2008://1.537</id>

    <published>2008-08-14T11:47:34Z</published>
    <updated>2008-08-14T11:52:52Z</updated>

    <summary>Ok, so this drove me bonkers. I&apos;m not loving the workaround (basic authentication) but I&apos;m happy enough, as I have an SSL cert protecting the site anyways, thus auth is secured. But even after blowing away the web application and...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="SharePoint Groovies" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>Ok, so this drove me bonkers. I'm not loving the workaround (basic authentication) but I'm happy enough, as I have an SSL cert protecting the site anyways, thus auth is secured.</p>

<p>But even after blowing away the web application and site collection, creating a new web application and restoring the site collection from backup, this problem would just reappear (errors below):</p>

<p><em><strong>You are not authorized to view this page</strong></p>

<p>You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept. </p>

<p>HTTP Error 401.2 - Unauthorized: Access is denied due to server configuration.<br />
Internet Information Services (IIS)</em></p>

<p>For me, what worked was this...</p>

<p>This was the article that got me thinking about the problem:<br />
<a href="http://support.microsoft.com/default.aspx/kb/832769">http://support.microsoft.com/default.aspx/kb/832769</a></p>

<p>And then I did this...</p>

<p>Configure Basic authentication (I disabled NTLM/Integrated, to get mine to work) on the Web application from SharePoint 3.0 Central Administration.</p>

<ol>
	<li>Click Start, Administrative Tools, and then double-click SharePoint Central Administration.</li>
	<li>Click the Application Management tab, and then click Authentication Providers.</li>
	<li>In the Web Application list, select the Web application that you have to update.</li>
	<li>Click the Zone that you want.</li>
	<li>On the Edit Authentication page for the IIS Authentication Settings, Integrated Windows authentication, click Basic authentication (and uncheck or try/alternate with Integrated Windows Authentication turned off).</li>
	<li>To apply the change, click Save. </li>
</ol>

<p><br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>SharePoint server returned &apos;non-specific error when trying to get data from the data source&quot;</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/sharepoint-serv-1.htm" />
    <id>tag:www.brainlitter.com,2008://1.536</id>

    <published>2008-08-07T00:24:38Z</published>
    <updated>2008-08-07T00:26:00Z</updated>

    <summary>This from Zac Mullett today, blog ready, I just needed to cut and paste. Nice :) I resolved the problem I was having where I would create a DataViewWebPart for one of our lists and get this: The server returned...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="SharePoint Groovies" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>This from Zac Mullett today, blog ready, I just needed to cut and paste. Nice :)</p>

<p>I resolved the problem I was having where I would create a DataViewWebPart for one of our lists and get this:</p>

<p><em><blockquote>The server returned a non-specific error when trying to get data from the data source. Check the format and content of your query and try again. If the problem persists, contact the server administrator.</blockquote></em></p>

<p>It turns out that amongst the 100 fields the list has there was one that was tripping it up. That field just so happened to be a look-up to that list itself (self-referential). Whether or not it was because of the nature of the reference or some other spurious mal-formatted data is yet to be assessed.<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>How to connect to a SharePoint Windows Internal Database (WIB) with SQL Management Studio Express (2005)</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/how-to-connect-1.htm" />
    <id>tag:www.brainlitter.com,2008://1.535</id>

    <published>2008-08-06T07:02:43Z</published>
    <updated>2008-08-26T06:48:58Z</updated>

    <summary>Well this came in handy the other day&#8230; Use this path, to connect to your local SharePoint Windows Internal Database (WIB) using SQL Server Management Studio Express (2005). &#46;\pipe\MSSQL$MICROSOFT##SSEE\sql\query (note: there are two backslashes at the front of that syntax...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="SharePoint Groovies" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>Well this came in handy the other day&#8230;</p>

<p>Use this path, to connect to your local SharePoint Windows Internal Database (WIB) using SQL Server Management Studio Express (2005).</p>

<p><strong>&#46;\pipe\MSSQL$MICROSOFT##SSEE\sql\query</strong></p>

<p>(note: there are two backslashes at the front of that syntax that aren&#8217;t shown via HTML, so don&#8217;t forget those)</p>
]]>
        

    </content>
</entry>

<entry>
    <title>itgroove Testimonials</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/itgroove-testim-1.htm" />
    <id>tag:www.brainlitter.com,2008://1.534</id>

    <published>2008-08-01T07:11:06Z</published>
    <updated>2008-08-01T07:14:00Z</updated>

    <summary>Hey, When you&apos;ve got it, flaunt it, right? itgroove Testimonials, online and available. http://www.itgroove.net/cms/index.php?option=com_content&amp;view=article&amp;id=1&amp;Itemid=3...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="Links" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>Hey,</p>

<p>When you've got it, flaunt it, right?</p>

<p>itgroove Testimonials, online and available.</p>

<p><a href="http://www.itgroove.net/cms/index.php?option=com_content&view=article&id=1&Itemid=3">http://www.itgroove.net/cms/index.php?option=com_content&view=article&id=1&Itemid=3</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>1326 errors trying to connect to user sessions on a terminal server</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/08/1326-errors-try.htm" />
    <id>tag:www.brainlitter.com,2008://1.533</id>

    <published>2008-08-01T07:06:29Z</published>
    <updated>2008-08-01T07:08:23Z</updated>

    <summary>We recently encountered an issue where Terminal Services was installed on a Domain Controller, and an administrator would try and use the &apos;Connect To&apos; feature built into Terminal Services Manager, but would result in error. Whenever an administrator tried to...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="I Get Asked &apos;This&apos; A Lot..." scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>We recently encountered an issue where Terminal Services was installed on a Domain Controller, and an administrator would try and use the 'Connect To' feature built into Terminal Services Manager, but would result in error. Whenever an administrator tried to 'Connect To' a Terminal Server user session, the administrator would be prompted to enter the end user's password, and after doing so, an error message would pop up informing the administrator that a 'wrong password was entered', and event ID 1326 was logged in the application event log. The administrator in question had tried all sorts of group memberships and GPO configurations, but all resulted in failure. </p>

<p>Although not reported by Microsoft as a problem (pretty much no info on the net), through some testing, we were able to ascertain that the problem was being caused by permissions and restrictions, more than likely because of the server being a domain controller. The test results concluded that if the end user was an 'administrator', the 'Connect To' feature worked perfectly in Terminal Services Manager, which gave us a flash back of the 'Windows 2000, Log on Locally' privilege. Of course, ever since Windows 2003, there's been the introduction of the 'Remote Desktop Users' group, that by default, is not granted the 'Log on Locally' privilege (although it allows you to connect to the server with a TS client). As soon as we granted the 'Remote Desktop User's group the 'log on locally' privilege in the Default Domain Controller's Group Policy object...BAM!...everything was working with 'as expected' functionality.</p>

<p>Thanks to Avi for the write up :)</p>]]>
        
    </content>
</entry>

<entry>
    <title>Need to traceroute from somewhere else, to validate your routes?</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/07/need-to-tracero.htm" />
    <id>tag:www.brainlitter.com,2008://1.532</id>

    <published>2008-07-25T05:02:35Z</published>
    <updated>2008-07-25T18:18:35Z</updated>

    <summary>So, this was nice of this guy, and handy. If you ever need to validate an IP route from somewhere other than where you are sitting (perhaps to ensure it &apos;isn&apos;t just you&apos;), this guy gives a web interface to...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="I Get Asked &apos;This&apos; A Lot..." scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Links" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>So, this was nice of this guy, and handy.  If you ever need to validate an IP route from somewhere other than where you are sitting (perhaps to ensure it 'isn't just you'), this guy gives a web interface to try the route from where his machine is sitting.</p>

<p>Cool.</p>

<p><a href="http://www.bdhtechnology.com/tools/traceroute.php">http://www.bdhtechnology.com/tools/traceroute.php</a></p>

<p>And thanks to my buddy Karl, here's another:</p>

<p><a href="http://www.net.berkeley.edu/cgi-bin/traceroute">http://www.net.berkeley.edu/cgi-bin/traceroute</a></p>

<p>So then I figured I'd google for more - and sure enough, there are tonnes :)</p>

<p><a href="http://www.traceroute.org">http://www.traceroute.org</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>CMS Matrix</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/07/cms-matrix.htm" />
    <id>tag:www.brainlitter.com,2008://1.531</id>

    <published>2008-07-25T04:36:30Z</published>
    <updated>2008-07-25T04:38:42Z</updated>

    <summary>Cool, someone is maintaining a list of CMS sites and features. http://www.cmsmatrix.org/...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="Links" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>Cool, someone is maintaining a list of CMS sites and features.</p>

<p><a href="http://www.cmsmatrix.org/">http://www.cmsmatrix.org/</a><br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>Information regarding Microsoft Windows and 3rd party VM technology</title>
    <link rel="alternate" type="text/html" href="http://www.brainlitter.com/archives/2008/07/information-reg.htm" />
    <id>tag:www.brainlitter.com,2008://1.530</id>

    <published>2008-07-15T05:06:15Z</published>
    <updated>2008-07-15T05:08:41Z</updated>

    <summary>Thanks to Dave Webb for digging this up for me. I&apos;m posting it, as I end up having to refer to it on occasion... Microsoft allows you to use the same VM licensing with any VM platform, even bare metal...</summary>
    <author>
        <name>Sean Wallbridge</name>
        <uri>http://www.itgroove.net</uri>
    </author>
    
        <category term="Links" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brainlitter.com/">
        <![CDATA[<p>Thanks to Dave Webb for digging this up for me. I'm posting it, as I end up having to refer to it on occasion...</p>

<p>Microsoft allows you to use the same VM licensing with any VM platform, even bare metal VM platforms like ESX. The same licensing that applies to the MS VM's applies to all VM technology.<br />
 <br />
<ul><br />
	<li>Windows 2003 Standard - 1 instance VM or Physical</li><br />
	<li>Windows 2008 Standard - 1 Physical + Virtual </li><br />
	<li>Windows Server Enterprise 2003-2008 - 1 Physical + 4 VM</li><br />
	<li>Windows Datacenter 2003 -2008 - 1 Physical Unlimited VM</li><br />
</ul><br />
 <br />
Here is an article in PC World Magazine that explains:<br />
 <br />
<ul><br />
	<li><a href="http://www.pcworld.com/article/132838-1/microsoft_clarifies_virtualization_licensing.html">http://www.pcworld.com/article/132838-1/microsoft_clarifies_virtualization_licensing.html</a></li><br />
</ul> <br />
 <br />
Here is the actual Calculator from Microsoft to calculate how many licenses you need to buy for virtualization. It allows you to choose MS Virtualization technologies or 3rd party (VMWARE ESX) products in the wizard. <br />
 <br />
This is fairly definitive.<br />
 <br />
<ul><br />
	<li><a href="http://www.microsoft.com/windowsserver2003/howtobuy/licensing/calculator.mspx">http://www.microsoft.com/windowsserver2003/howtobuy/licensing/calculator.mspx</a></li><br />
</ul></p>]]>
        
    </content>
</entry>

</feed>
