<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.dirteam.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">The things that are better left unspoken</title><subtitle type="html">a blog by Sander Berkouwer</subtitle><id>http://blogs.dirteam.com/blogs/sanderberkouwer/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.dirteam.com/blogs/sanderberkouwer/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.20423.1">Community Server</generator><updated>2008-10-14T22:27:00Z</updated><entry><title>A Best Practice approach to updating Hyper-V environments</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/28/a-best-practice-approach-to-updating-hyper-v-environments.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/28/a-best-practice-approach-to-updating-hyper-v-environments.aspx</id><published>2008-11-28T20:33:32Z</published><updated>2008-11-28T20:33:32Z</updated><content type="html">&lt;p&gt;Updating environments with Hyper-V can be more of a challenge compared to updating an environment that consists of mere physical servers. Not only the workloads need regular updating, but also the Windows servers and Hyper-V servers underneath them. &lt;/p&gt;  &lt;h2&gt;The challenges&lt;/h2&gt;  &lt;p&gt;Hyper-V relies on a Parent Partition, whether you're using a Full installation of Windows Server 2008, a Server Core installation of Windows Server 2008 or the &lt;em&gt;stand-alone&lt;/em&gt; Hyper-V Server. When you restart the Parent Partition your Child Partitions will also be paused. How to plan your maintenance window?&lt;/p&gt;  &lt;p&gt;Updates can result in loss of functionality. Even though updates get tested thoroughly there is a chance a series or combination of updates or an incompatibility with a third party application or service hangs up your server or results in unexpected behavior. When you install any update it's hard to troubleshoot these kinds of situations: which update resulted in the situation?&lt;/p&gt;  &lt;p&gt;Some updates address security holes and require immediate installation in some situations: The risk of breaking stuff outweighs the risk of getting compromised.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;A Best Practice approach&lt;/h1&gt;  &lt;h2&gt;WSSRA&lt;/h2&gt;  &lt;p&gt;Within a good design for any environment a difference would be made between physical and virtual machines, safe and unsafe(r) networks, application-, messaging-, directory-, database- and security services. &lt;/p&gt;  &lt;p&gt;The &lt;a href="http://www.microsoft.com/technet/solutionaccelerators/wssra/raguide/default.mspx"&gt;Windows Server System Reference Architecture&lt;/a&gt; (WSSRA) comes to mind. The basis of this architecture is to unravel an environment into five layers, (network, storage, application, management and security) supplying guidance for meeting the requirements of an enterprise. The purpose of this guidance is to build highly available, secure, scalable, manageable, and reliable enterprise infrastructure.&lt;/p&gt;  &lt;h2&gt;Virtual environments&lt;/h2&gt;  &lt;p&gt;The same architectural approach can also be applied to virtual environments. The logical division would be virtual infrastructure, hosts and workloads. In a Microsoft server environment this would mean a divide between:&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="510" border="1"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="57"&gt;Level&lt;/td&gt;        &lt;td valign="top" width="139"&gt;Description&lt;/td&gt;        &lt;td valign="top" width="301"&gt;Examples&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="62"&gt;1&lt;/td&gt;        &lt;td valign="top" width="139"&gt;Virtual infrastructure&lt;/td&gt;        &lt;td valign="top" width="301"&gt;Windows Server 2008 with Hyper-V          &lt;br /&gt;Hyper-V Server 2008&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="65"&gt;2&lt;/td&gt;        &lt;td valign="top" width="139"&gt;Hosts&lt;/td&gt;        &lt;td valign="top" width="301"&gt;Windows 2000 Server          &lt;br /&gt;Windows Server 2003           &lt;br /&gt;Windows Server 2008&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="68"&gt;3&lt;/td&gt;        &lt;td valign="top" width="139"&gt;Workloads&lt;/td&gt;        &lt;td valign="top" width="301"&gt;Exchange Server 2007          &lt;br /&gt;SQL Server 2008           &lt;br /&gt;Terminal Services Applications (like Office 2007)&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;h2&gt;Patching goals&lt;/h2&gt;  &lt;p&gt;In a reference architecture patching would yield three goals:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Patched systems &lt;/li&gt;    &lt;li&gt;Predictable downtime during maintenance windows &lt;/li&gt;    &lt;li&gt;Possibilities for investigation of relationships between patches and loss of functionality / availability &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Formulating best practices&lt;/h1&gt;  &lt;h2&gt;Patched systems&lt;/h2&gt;  &lt;h4&gt;Not all updates need to be applied immediately&lt;/h4&gt;  &lt;p&gt;Software products need to be patched to provide security and functionality. Not every patch is important, depending on your situation. When the main focus for some systems is to secure systems you need to apply all security updates immediately. When your systems perform loads of transaction to other countries, you'd better apply all Daylight Savings Time (DST) patches, otherwise you can delay applying the updates a little while. &lt;/p&gt;  &lt;p&gt;Microsoft offers &lt;a href="http://www.microsoft.com/windows/downloads/windowsupdate/updatelevels.mspx"&gt;three levels of updates&lt;/a&gt;: Important, Recommended and Optional.     &lt;br /&gt;Decide for yourself which updates need to be applied and when they need to be applied.&lt;/p&gt;  &lt;h4&gt;Test or delay updates&lt;/h4&gt;  &lt;p&gt;You'd better test updates in a test environment when systems are mission critical. The dependency on these systems usually justify the cost of a test environment. When you don't have a test environment wait at least until the third Tuesday of every month (a week after Patch Tuesday) and search online for any signs of updates breaking functionality or availability.&lt;/p&gt;  &lt;p&gt;Virtualization offers flexible means to test updates. Snapshot functionality even allows a rollback scenario for updates. Remember though problems may occur on physical machines that you might not experience in virtual machines…&lt;/p&gt;  &lt;h2&gt;Predictable downtime&lt;/h2&gt;  &lt;h4&gt;Automatically applying updates&lt;/h4&gt;  &lt;p&gt;Windows offers functionality to apply updates immediately. By default updates will be applied at night around 3:00 AM. This may not be an ideal method to apply updates:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;A branch office on the other side of the world might be using the system at that time &lt;/li&gt;    &lt;li&gt;The updates might be applied during backup, defragmentation or other maintenance &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Furthermore this setting doesn't offer much control. In a small environment without a dedicated systems manager the setting would sound logical, but in large environment choosing the setting is illogical. &lt;/p&gt;  &lt;h4&gt;Windows Server Update Services&lt;/h4&gt;  &lt;p&gt;A means to gain control over updates and when (parts of) your servers restart (services) to apply updates is to use Windows Server Update Services (WSUS). Using Organizational Units and Group Policy Objects (GPOs) you can divide servers into logical groups. Setting the Microsoft products for which to apply updates, setting when to apply updates and whether to restart automatically are examples of how to control updating in your environment.&lt;/p&gt;  &lt;p&gt;Optionally you can distribute 3rd party applications and updates through Windows Server Update Services (WSUS) by using the &lt;a href="http://msdn.microsoft.com/en-us/library/aa970328.aspx"&gt;Local Publishing feature in the WSUS 3.0 SP1 API&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Even more control can be obtained using System Center Configuration Manager. The WSUS server integration with Configuration Manager 2007 allows to scan all clients in the organization and apply the updates.&lt;/p&gt;  &lt;h4&gt;Maintenance windows &lt;/h4&gt;  &lt;p&gt;End users don’t like to be confronted with downtime, but if they do, they prefer it to be announced in advance and have a fair amount of regularity. An IT department, that arranges a default maintenance window on Friday from 18:00 to 21:00 will receive less complaints, less questions and less frustration from end users, compared to an IT department, that organizes maintenance windows irregularly. Good candidates for maintenance windows are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The company’s weekly happy hour &lt;/li&gt;    &lt;li&gt;A departments weekly birthday cake eating hour &lt;/li&gt;    &lt;li&gt;Lunch time &lt;/li&gt; &lt;/ul&gt;  &lt;h2&gt;Rogue Patch investigation&lt;/h2&gt;  &lt;p&gt;A critical element in updating your Microsoft environment is investigating which update was responsible for which broken functionality. (if any) This element is more important in virtualized environments, compared to physical environments, since a rogue patch on the Windows Server in the virtualization layer may cause serious problems for all virtual guests residing on the box.&lt;/p&gt;  &lt;h4&gt;Phased updating&lt;/h4&gt;  &lt;p&gt;In combination with the suggestion of having a maintenance window every week I suggest updating per logical layer. (virtual environment, virtual hosts, workloads) For instance this would result in a maintenance window for the virtual environment (where all virtual guests will go down temporarily when the virtual host reboots) every first Friday of the month, a maintenance window for all virtual Operating Systems running every second Friday of the month and a maintenance window for workloads running in the virtual guests (for instance Microsoft Exchange Server and Microsoft SQL Server) every third Friday of the month. One whole maintenance window remains to do maintenance on the Storage Area Network (SAN), the network, etc.&lt;/p&gt;  &lt;p&gt;Depending on your environment you’d place your most critical layer on the second Friday of the month after you’ve tested them, since Microsoft releases updates every second Tuesday of the month. (except out-of-band updates) When you delay your updates (in lack of testing) place your most critical layer on the third Friday of the month.&lt;/p&gt;  &lt;h4&gt;Using snapshots&lt;/h4&gt;  &lt;p&gt;Creating a snapshot in Hyper-V before applying updates allows you to rollback updates in case of broken functionality. When everything’s fine you can ‘flatten’ the snapshot by applying the snapshot, shut down the virtual machine and allow sufficient time for the disk changes to be merged into the main VHD. &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#ff0000"&gt;Note:&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt;       &lt;br /&gt;Using snapshots may not be a good idea in combination with certain workloads (read: Active Directory Domain Controllers) or availability needs. (with large updates the virtual machine may need to be off for a long period of time)&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;Below are five of my best practices for updating virtual environments to control the updates to your virtual server environment, control the downtime and be able to address issues with rogue updates:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Distinguish a virtualization layer, a virtual guests layer and a workload layer. Plan an update strategy per layer.      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;Don’t install updates automatically unless it makes sense. (it rarely does)      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;Use Windows Server Update Services whenever possible.      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;Test or delay updates.      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;Plan maintenance windows. &lt;/li&gt; &lt;/ol&gt;  &lt;h2&gt;Related posts&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/08/01/manually-updating-server-core.aspx"&gt;(Manually) Updating Server Core&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/07/16/automatically-updating-server-core.aspx"&gt;(Automatically) Updating Server Core&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/10/22/analyzing-the-server-core-updates-estimate.aspx"&gt;Analyzing the Server Core Updates Estimate&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/tom/archive/2008/09/11/updating-a-web-site-to-apply-a-security-patch-with-the-help-of-hyper-v.aspx"&gt;Updating a web site to apply a security patch with the help of Hyper-V&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/aa970328.aspx"&gt;Local Publishing of Updates and Applications&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/dutchpts/archive/2008/09/30/released-hyper-v-updates-up-till-september.aspx" target="_blank"&gt;Released Hyper-V updates (up till September)&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.msdn.com/mikekol/archive/2008/03/27/hyper-v-installation-tricks-part-3-integrated-installation-and-the-beauty-of-the-win6-servicing-stack.aspx" target="_blank"&gt;Integrated Installation and The Beauty of the Win6 Servicing Stack&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://myitforum.com/cs2/blogs/pthomsen/archive/2007/05/02/101738.aspx" target="_blank"&gt;How Microsoft IT does Patch Management&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://myitforum.com/cs2/blogs/spruitt/archive/2007/06/08/patch-testing.aspx" target="_blank"&gt;Patch Testing&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://joeelway.spaces.live.com/blog/cns!2095EAC3772C41DB!1467.entry" target="_blank"&gt;Steve Riley on Hyper-V Patching&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/tonyso/archive/2008/11/26/hyper-v-how-to-patch-vms-offline.aspx" target="_blank"&gt;Hyper-V How To: Patch VMs Offline&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3371" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="System Administration" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Administration/default.aspx" /><category term="Best Practices" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Best+Practices/default.aspx" /><category term="Virtualization" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Virtualization/default.aspx" /><category term="Security Updates" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Security+Updates/default.aspx" /></entry><entry><title>Active Directory in Hyper-V environments, Part 4</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/21/active-directory-in-hyper-v-environments-part-4.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/21/active-directory-in-hyper-v-environments-part-4.aspx</id><published>2008-11-21T16:33:56Z</published><updated>2008-11-21T16:33:56Z</updated><content type="html">&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3016/original.aspx" align="right" /&gt; Hyper-V in Windows Server 2008 Enterprise and Datacenter Edition offers the ability to make virtual machines highly available by leveraging failover clustering. This however is not a good idea in the case of Active Directory Domain Controllers. &lt;/p&gt;  &lt;p&gt;In this post I’ll explain why Hyper-V High Availability for Domain Controllers is not a good idea and how to make Active Directory Domain Controllers highly available in a much easier, more cost effective way. &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;How Hyper-V High Availability works&lt;/h2&gt;  &lt;p&gt;When combining the Hyper-V Server Role with the Failover Clustering role in Windows Server 2008 you effectively create a High Available solution for virtual machines, stored on shared storage.&lt;/p&gt;  &lt;p&gt;In it’s easiest (and most common) form two cluster nodes (“virtual hosts”), installed with Windows Server 2008 (Enterprise or Datacenter Edition), the Hyper-V Server Role and the Failover Clustering Server Role are attached to a shared storage device, where the files for a virtual machine (“virtual guest”) are stored. &lt;/p&gt;  &lt;p&gt;One of the cluster nodes (“virtual host”) is the active node and runs the virtual machine (“virtual guest”). The other cluster node (“virtual host”) is the passive node. Both cluster nodes communicate through a heartbeat. That way the passive node can detect when the active node fails and become the active node. This is called a ‘failover’. The failover action can also be triggered manually.&lt;/p&gt;  &lt;h4&gt;The failover process&lt;/h4&gt;  &lt;p&gt;When a failover occurs behind the scenes the following actions occur:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;The virtual machine (“virtual guest”) is paused on the active node.      &lt;br /&gt;The memory is written to *.vsv&amp;#160; and *.bin files in the process.       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;The ownership of the shared storage volume on which the virtual machines files are stored, is transferred from the active node to the passive node. The active node loses its ability to access the files for the virtual machine (“virtual guest”) and effectively becomes the passive node. The former passive node gains control of the shared storage volume and can now access the NTFS file system on the shared storage device.      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;The virtual machine (“virtual guest”) is resumed on the former passive node. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Another word for this behavior is called ‘Quick Migration’. The downtime for the virtual machine (“virtual guest”) depends on the amount of RAM assigned to the virtual machine (“virtual guest”).&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Domain Controller High Availability&lt;/h2&gt;  &lt;h4&gt;Doing it wrong…&lt;/h4&gt;  &lt;p&gt;The keyword above in light of Active Directory Domain Controller High Availability is &lt;strong&gt;&lt;font color="#0080ff"&gt;paused&lt;/font&gt;&lt;/strong&gt;. As you might remember from &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/08/14/active-directory-in-hyper-v-environments-part-2.aspx" target="_blank"&gt;Active Directory in Hyper-V environments, Part 2&lt;/a&gt; I gave the advice to: &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;em&gt;&lt;strong&gt;Never save state or pause a Domain Controller            &lt;br /&gt;&lt;/strong&gt;Always shut down virtual Domain Controllers properly to avoid replication errors.&lt;/em&gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;When you start a Domain Controller, that is in a paused state it will take some time to regain accurate time. When the Domain Controller replicates without accurate time, replication errors occur.&lt;/p&gt;  &lt;h4&gt;Doing it right!&lt;/h4&gt;  &lt;p&gt;Within Windows Server 2008 Failover clustering you have granular control over the high availibility settings of each of the virtual machines (“virtual guests”) on each of the cluster nodes. You can choose whether to make a virtual machine highly available on a per virtual machine basis. &lt;/p&gt;  &lt;p&gt;Choose not to make an Active Directory Domain Controller virtual machine (“virtual guest”) highly available using failover clustering. Instead deploy Active Directory Domain Controller virtual machines on at least two nodes. For this you don’t necessarily need shared storage.&lt;/p&gt;  &lt;p&gt;This is consistent with best practices for physical deployments of Active Directory Domain Controllers: Active Directory uses a scale-out model.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;When you make Domain Controller virtual machines highly available using Hyper-V Failover Clustering in Windows Server 2008 you risk replication errors. Instead deploy multiple Domain Controller virtual machines and rely on the Active Directory model, like you would in a physical world. (Flexible Single Master Operations roles can be seized in case of emergency.)&lt;/p&gt;  &lt;p&gt;Hyper-V R2, available in the Windows Server 2008 R2 timeframe will offer high availability without pausing and resuming virtual machines. (among other improvements) &lt;/p&gt;  &lt;h2&gt;Related posts&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/08/13/active-directory-in-hyper-v-environments-part-1.aspx" target="_blank"&gt;Active Directory in Hyper-V environments, Part 1&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/08/14/active-directory-in-hyper-v-environments-part-2.aspx" target="_blank"&gt;Active Directory in Hyper-V environments, Part 2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/08/15/active-directory-in-hyper-v-environments-part-3.aspx" target="_blank"&gt;Active Directory in Hyper-V environments, Part 3&lt;/a&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Hyper-V"&gt;Hyper-V on Wikipedia&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.microsoft.com/windowsserver2008/en/us/hyperv.aspx"&gt;Virtualization with Hyper-V&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://weblogs.java.net/blog/malcolmdavis/archive/2006/07/scale_up_vs_sca.html" target="_blank"&gt;Malcolm Davis's Blog: Scale Up vs. Scale Out&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.myitforum.com/articles/32/view.asp?id=12348" target="_blank"&gt;Clustering Active Directory&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/daven/archive/2008/03/03/server-virtualisation-live-migration-vs-quick-migration.aspx" target="_blank"&gt;Server Virtualisation - Live Migration vs. Quick Migration&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/virtualworld/archive/2008/04/20/hyper-v-quick-migration-vmware-live-migration-part-1.aspx" target="_blank"&gt;Hyper-V Quick Migration &amp;amp; VMware Live Migration Part 1&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/virtualworld/archive/2008/04/20/hyper-v-quick-migration-vmware-live-migration-part-2.aspx" target="_blank"&gt;Hyper-V Quick Migration &amp;amp; VMware Live Migration Part 2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/virtualworld/archive/2008/04/25/hyper-v-quick-migration-vmware-live-migration-part-3.aspx" target="_blank"&gt;Hyper-V Quick Migration &amp;amp; VMware Live Migration Part 3&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3360" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Active Directory" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx" /><category term="Microsoft Windows Server 2008" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008/default.aspx" /><category term="Best Practices" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Best+Practices/default.aspx" /><category term="Virtualization" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Virtualization/default.aspx" /></entry><entry><title>An early look at new Active Directory features</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/14/an-early-look-at-new-active-directory-features.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/14/an-early-look-at-new-active-directory-features.aspx</id><published>2008-11-14T18:58:08Z</published><updated>2008-11-14T18:58:08Z</updated><content type="html">&lt;p&gt;Windows Server 2008 R2 and Windows 7 include new features in Active Directory, that were announced and explained at Microsoft’s Tech∙Ed Europe Middle East &amp;amp; Africa (EMEA) conference for IT Professionals in Barcelona (Spain) from November 3rd, 2008 to November 7th, 2008&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#ff0000"&gt;Note:&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt;       &lt;br /&gt;This post represents the plans and progress made for Windows Server 2008 R2 and Windows 7 during the Milestone 3 timeframe, builds 6801 through 6937.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Active Directory Administrative Center &lt;/h2&gt;  &lt;p&gt;Windows Server 2008 R2 comes with new administrative tools. These tools offer a new Management experience. Biggest change is the management Console, called the Active Directory Administrative Center. This is a Microsoft Management Console (MMC) version 4 console and is task oriented. The Administrative Center replaces the current Active Directory Users and Computers (ADUC) MMC Snap-in (dsa.msc).&lt;/p&gt;  &lt;p&gt;&lt;img src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3320/original.aspx" /&gt; &lt;/p&gt;  &lt;p&gt;The new Management Console is a graphical shell for Powershell. After clicking together your commands, the administrative center shows the corresponding Powershell command on the screen and then execute it. This is the same way the Exchange 2007 Management Tools and Virtual Machine Manager 2008 work.&lt;/p&gt;  &lt;p&gt;A feature called “Progressive Disclosure” is there to limit the information the tool returns to the administrator. This is useful for beginner administrators, but might also prove useful in delegation scenarios.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Best Practices Analyzer&lt;/h2&gt;  &lt;p&gt;Accompanying the Active Directory Administrative Center is the Active Directory Best Practices Analyzer (ADBPA), which will help Active Directory administrators to correct Active Directory problems proactively and compare Active Directory performance with previously made baselines. &lt;/p&gt;  &lt;p&gt;Administrators, managing Exchange Servers will immediately recognize this tool as the Active Directory flavor of the Exchange Server Best Practices Analyzer (ExBPA), which provides them with help to correct the causes of unexpected behavior. The Active Directory Best Practices Analyzer (ADBPA) is a tool that goes beyond the Exchange Server Best Practices Analyzer (ExBPA), and integrates with the Server Manager, which in turn in Windows Server 2008 R2 receives a tremendous overhaul. (many roles will receive the ‘BPA’ treatment)&lt;/p&gt;  &lt;p&gt;The version of the Active Directory Best Practices Analyzer (ADBPA) included in Windows Server 2008 R2 (version 1.0) focuses mainly on DNS problems, because they cause the most problems for Active Directory environments. Updates to the Active Directory Best Practices Analyzer (ADBPA) can be made available using Windows Update to address problems that might arise during the lifecycles of your Domain Controllers.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Powershell CMDlets&lt;/h2&gt;  &lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3328/original.aspx" align="right" /&gt; Powershell CMDlets are the basis of the new streamlined management experience. The team said there were approximately 85 Active Directory Services and Active Directory Lightweight Services related CMDlets available, most of them starting with &lt;strong&gt;Get-AD&lt;/strong&gt; and &lt;strong&gt;Set-AD&lt;/strong&gt;. These new Powershell CMDlets replace the current Active Directory command line tools. (&lt;strong&gt;&lt;font color="#808080"&gt;dsget.exe&lt;/font&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;font color="#808080"&gt;dsmod.exe&lt;/font&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;font color="#808080"&gt;dsadd.exe&lt;/font&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;font color="#808080"&gt;dsmove.exe&lt;/font&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;font color="#808080"&gt;dsquery.exe&lt;/font&gt;&lt;/strong&gt; and others)&lt;/p&gt;  &lt;p&gt;The power of Powershell is not to be dismissed in Windows Server 2008 R2. For all you command line avoiders out there: there’s Graphical Powershell. This tool provides a Graphical User Interface (GUI), that allows you to interactively create and debug Powershell scripts within an integrated development environment similar to Visual Studio:&lt;/p&gt;  &lt;p&gt;&lt;img src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3322/original.aspx" /&gt; &lt;/p&gt;  &lt;p&gt;The Powershell CMDlets (and thus the Administrative Center) will use AD Web Services and the Windows Communication Foundation (WCF) instead of the common RPC and LDAP interfaces we use nowadays. According to the team this is the first step for leaving the RPC model and embracing a web services approach. The Active Directory team has plans to release a download of AD Web Services for previous versions of Windows Server. (Windows Server 2003 and Windows Server 2008)&lt;/p&gt;  &lt;p&gt;Since the new AD Web Services require .Net, however, &lt;strong&gt;&lt;font color="#ff0000"&gt;the new AD Web Service will not be compatible with Windows Server 2008 Server Core domain controllers (non-R2)&lt;/font&gt;&lt;/strong&gt;, since it lacks .Net framework. The new Active Directory Administrative Center and the Active Directory Powershell CMDlets cannot be used with Windows Server 2008 Server Core domain controllers.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Recycle Bin for Active Directory&lt;/h2&gt;  &lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3321/thumb.aspx" align="right" /&gt; Restoring deleted objects from Active Directory Directory Services and Active Directory Lightweight Directory Services in current versions of Windows Server, using the Directory Services Restore Mode, is not for the faint of heart. In this time of economic turmoil proposing an expensive 3rd party application for this purpose to the CFO isn’t for the faint of heart either…&lt;/p&gt;  &lt;p&gt;Windows Server 2008 therefore comes with a Recycle Bin for Active Directory, that can be enabled. This features enables administrators to quickly undo an accidental deletion from Active Directory. It works like the Recycle Bin on a Windows client and allows an administrator to fully undelete a deleted object, because an object will not get tombstoned (immediately) but made inactive, while all the attributes and values are kept intact for a period of 180 days. After this period it will get recycled for 180 days, which effectively has the same function as the tombstone period.&lt;/p&gt;  &lt;p&gt;To make the recycle bin possible a new forest level is introduced.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Managed Service Accounts&lt;/h2&gt;  &lt;p&gt;The Active Directory team created a new Active Directory object type, called a Managed Service Account. This object type, based on the workstation account allows for easier management of service accounts in Active Directory. &lt;/p&gt;  &lt;p&gt;Since the new object type is based upon the computer account it is not hindered by account policies, like the password policy and the account lockout policy. Additionally it doesn’t offer interactive logons, which is an added layer of security. (but can also be a layer of trouble when a service needs to logon interactively)&lt;/p&gt;  &lt;p&gt;Managed Service Accounts are related to Computer Accounts. You can add multiple Managed Service Accounts to one Computer Accounts, but you can’t, however, assign a Managed Service Account to multiple Computer Accounts.&lt;/p&gt;  &lt;p&gt;The Managed Service Accounts feature requires the Windows Server 2008 R2 Domain level.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Offline Domain Join &lt;/h2&gt;  &lt;p&gt;One of the new features of Windows 7 and Windows Server 2008 R2 is their ability to join an Active Directory domain, without a direct communication path between the client wanting to become a member of the domain and a Domain Controller.&lt;/p&gt;  &lt;p&gt;This is achieved through restructuring the way a client joins the domain in Windows 7 and Windows Server 2008 R2. You can use this feature with your existing Windows Server 2003 and Windows Server 2008 Domain Controllers.&lt;/p&gt;  &lt;p&gt;A tool is made available named &lt;strong&gt;&lt;font color="#808080"&gt;djoin.exe&lt;/font&gt;&lt;/strong&gt;. It can be used to pre-provision a client at the Domain Controller and create the blob of data required to join a computer to the domain. On Windows 7 and Windows Server 2008 R2 clients the same tool can be used to load the blob in a way that it can be used to join the computer to the domain when it is rebooted. &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Authentication Assurance &lt;/h2&gt;  &lt;p&gt;Active Directory Federated Services in Windows Server 2008 R2 includes a new feature known as Authentication Assurance. This feature allows administrators to establish authentication policies for accounts that are authenticated in federated domains. This enables a variety of advanced authentication scenarios, such as smart cards, for example.&lt;/p&gt;  &lt;p&gt;In a Windows Server 2008 R2 level domain Administrators can map various properties, including authentication type and authentication strength to an identity and based on information during authentication, these identities are added to Kerberos tickets (such as use of smartcard for logon or the certificate used 2048 bit encryption) to provide access to federated resources. This way authentication methods (and thus identification) get assured.&lt;/p&gt;  &lt;p&gt;Authentication Assurance requires the Windows Server 2008 R2 Domain Level.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Health model and Management Packs&lt;/h2&gt;  &lt;p&gt;Monitoring Active Directory with System Center Operations Manager (SCOM) has not been easy, with the absence of a specific Management Pack and Health Model. In System Center Operations Manager (SCOM) a Management Pack describes what to monitor and are made of XML files, containing classes, discoveries and monitors. The monitors are part of the Health model, which describes how to monitor. &lt;/p&gt;  &lt;p&gt;The Active Directory team is working on completing the Management Pack and Health model to proactively monitor the availability and performance of Active Directory, so problems can be identified faster and resolved more accurately. The Health model is reused in the Best Practices Analyzer. One of the big advantages will be the ability for administrators to drill down in System Center Operations Manager to identify an underlying problem with Active Directory.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;A lot of advancements are being made to Active Directory management. In Windows Server 2008 R2 not only do we have more reliable authentication and service accounts, but also we can undelete objects in an easier way, join machines to the domains in an easier way and resolve problems more easily and without expensive 3rd party programs.&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;[Video] &lt;a href="http://www.microsoft.com/emea/teched2008/itpro/tv/default.aspx?vid=44"&gt;Windows Server 2008 R2 AD: What's Coming Up?&lt;/a&gt; (Robert DeLuca and Alain Lissoir)     &lt;br /&gt;[DOC] &lt;a href="http://www.microsoft.com/presspass/events/winhec/docs/WindowsServer08R2BETARG.doc"&gt;Windows Server 2008 R2 Reviewers Guide&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.techhead.co.uk/windows-server-2008-r2-features"&gt;Windows Server 2008 R2 Features | TechHead.co.uk&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.markwilson.co.uk/blog/2008/10/just-a-few-of-the-new-features-to-expect-in-windows-server-2008-r2.htm"&gt;Just a few of the new features to expect in Windows Server 2008 R2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://joeelway.spaces.live.com/blog/cns!2095EAC3772C41DB!1459.entry"&gt;Windows Server 2008 R2 Overview&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.shudnow.net/2008/11/12/some-windows-7-and-2008-r2-information/"&gt;Some Windows 7 and Server 2008 R2 Information&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.winplanet.com/article/4199-.htm"&gt;Windows Server 2008's Enterprise Ambitions&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;articleId=9119938&amp;amp;source=rss_topic125"&gt;Preview: Windows Server 2008 R2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://dmitrysotnikov.wordpress.com/2008/11/13/introduction-demo-for-powershell-active-directory-powergui/"&gt;Introduction to PowerShell/AD/PowerGUI&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://dmitrysotnikov.wordpress.com/2008/11/04/server-2008-r2-active-directory/"&gt;Server 2008 R2 Active Directory&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blog.baeke.info/blog/_archives/2008/11/6/3965201.html"&gt;Tech-Ed EMEA 2008: Windows Server 2008 R2 Overview&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.techhead.co.uk/windows-server-2008-r2-features"&gt;Windows Server 2008 R2 Features&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://joeelway.spaces.live.com/blog/cns!2095EAC3772C41DB!1459.entry"&gt;Day 3: Windows Server 2008 R2 Overview&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://jdulongc.blogspot.com/2008/11/windows-server-2008-r2-and-active.html"&gt;Windows Server 2008 R2 and Active Directory&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://edge.technet.com/Media/Announcing-Windows-Server-2008-R2/"&gt;Announcing Windows Server 2008 R2 &lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.geekzone.co.nz/paulspain/5913"&gt;Windows Server 2008 R2 (or should it be called Windows Server 2009?)&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.msdn.com/powershell/archive/2008/10/29/574-reasons-why-we-are-so-proud-and-optimistic-about-w7-and-ws08r2.aspx"&gt;574 Reasons Why We Are So Proud and Optimistic About W7 and WS08R2&lt;/a&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h3&gt;&lt;font color="#ff0000"&gt;Disclaimer Beta Software&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;The information on this webpage applies to software from Microsoft that was in testing phase but utilizable by experienced users by the time the webpage was written. This software has not been released for sale, distribution or usage for the general public. The information on this webpage and the beta software are provided &amp;quot;&lt;strong&gt;as is&lt;/strong&gt;&amp;quot; without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. &lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3334" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Beta experiences" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Beta+experiences/default.aspx" /><category term="Product and Manufacturer News" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Product+and+Manufacturer+News/default.aspx" /><category term="Active Directory" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx" /><category term="Microsoft Windows Server 2008 R2" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008+R2/default.aspx" /></entry><entry><title>An early look at new features in Server Core</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/14/an-early-look-at-new-features-in-server-core.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/14/an-early-look-at-new-features-in-server-core.aspx</id><published>2008-11-14T18:42:27Z</published><updated>2008-11-14T18:42:27Z</updated><content type="html">&lt;p&gt;At Tech∙Ed last week some information emerged on Windows Server 2008 R2. Specifically some information was handed out on the Server Core installation option in the successor to Windows Server 2008. Let’s take an early look at the differences between Server Core installations of Windows Server 2008 and Server Core installations of Windows Server 2008 R2.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#ff0000"&gt;Note:&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt;       &lt;br /&gt;This information applies to Windows Server 2008 R2 during the pre-Beta timeframe. In the time up until the Release to Manufacturers (RTM) of the successor to Windows Server 2008, this information may change. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;New features&lt;/h1&gt;  &lt;h2&gt;.Net framework available&lt;/h2&gt;  &lt;p&gt;The first big difference between Server Core installations of Windows Server 2008 and Server Core installations of Windows Server 2008 R2 is the availability of .Net Framework in the latter installation. The availability of .Net Framework also indicates support for managed code. All rumors indicate .Net Framework will be available as a separate installable role.&lt;/p&gt;  &lt;p&gt;.Net Framework 2.0 will be included as well as a subset of .Net Framework 3.x. For .Net Framework 3.x this means the Windows Communications Foundation (WCF), Windows Workflow (WF) and Language Integrated Query (LINQ) will be included, but not the Windows Presentation Foundation (WPF) part.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Powershell included&lt;/h2&gt;  &lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3328/original.aspx" align="right" /&gt; Microsoft will also support Powershell locally on Server Core installations of Windows Server 2008 R2. Today, in a Windows Server 2008 Server Core installation using Powershell on the console of Windows Server 2008 is &lt;strong&gt;&lt;font color="#ff0000"&gt;not supported&lt;/font&gt;&lt;/strong&gt;. (&lt;a href="http://dmitrysotnikov.wordpress.com/2008/05/15/powershell-on-server-core/"&gt;possible though&lt;/a&gt;) Using Powershell to remotely manage Server Core through WMI is possible in both Server Core installations.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Improved Internet Information Services&lt;/h2&gt;  &lt;p&gt;With the advent of .Net Framework in Server Core installations of Windows Server 2008 R2, the Internet Information Services (IIS) feature set can also be expanded. ASP.Net will be a supported configuration on Server Core installations of Windows Server 2008 R2.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Active Directory Certificate Services Role&lt;/h2&gt;  &lt;p&gt;James O’Neill mentions on his blog Server Core installations of Windows Server 2008 R2 will include the ability to install the Active Directory Certificate Services role, to make a Server Core installation a Certificate Authority. This to me is a huge improvement in the “Server Core as Infrastructure Server” category. I’m very interested to see how this pans out. My main questions at this point are whether a Server Core installation of Windows Server 2008 can be made an Enterprise Root Certificate Authority (CA) and whether a Server Core installation of Windows Server 2008 R2 Enterprise Edition will be able to offer certificate auto-enrollment.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;File Server Resource Manager (FSRM)&lt;/h2&gt;  &lt;p&gt;File Server Resource Manager (FSRM) will be a new role in Server Core installations of Windows Server 2008 R2 as well. File Server Resource Manager (FSRM) expands the capabilities of a Windows file server with quota management, file screens and storage reports. This is a huge improvement for administrators wanting to deploy Server Core installations as file servers in their environments.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;In-place Upgrade&lt;/h2&gt;  &lt;p&gt;Another interesting tidbit in Server Core in the Windows Server 2008 R2 timeframe is the ability to upgrade a Server Core installation of Windows Server 2008 to a Server Core installation of Windows Server 2008 R2 in-place.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Console tool&lt;/h2&gt;  &lt;p&gt;Hyper-V Server 2008 (Microsoft’s free and ‘stand alone’ hypervisor) includes a tool named &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/10/03/making-hvconfig-work-on-a-normal-server-core-installation.aspx"&gt;HVConfig.cmd&lt;/a&gt;. This tool helped administrators to more easily configure the box. &lt;/p&gt;  &lt;p&gt;Server Core installations of Windows Server 2008 don’t include a tool like that and &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/10/14/overview-of-free-server-core-configuration-tools.aspx"&gt;several Server Core enthusiasts have created a couple of useful tools to assist you&lt;/a&gt;. A similar tool to easily configure Server Core installations will be included in Windows Server 2008 R2.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Architecture&lt;/h1&gt;  &lt;p&gt;An important thing to remember for Windows Server 2008 R2 is there will not be a 32bit (x86) version. &lt;strong&gt;Windows Server 2008 R2 will be 64bit only. &lt;/strong&gt;Microsoft has announced this architecture focus almost 1½ years ago. I called it &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/07/02/route-64.aspx"&gt;Route 64&lt;/a&gt; back then.&lt;/p&gt;  &lt;p&gt;Windows on Windows (WoW) support for 32bit applications is included in Server Core installations of Windows Server 2008 R2. Andrew Mason, the Program Manager for Server Core, &lt;a href="http://blogs.technet.com/server_core/archive/2008/11/13/server-core-changes-in-windows-server-2008-r2.aspx"&gt;indicates this support is currently included as an optional component&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;Server Core installations of Windows Server 2008 R2 will provide more features. A trend is set to continue to provide a valuable alternative to Full installations, but it will still take years before any workloads beyond Windows Server Roles can be added in a supported way. &lt;/p&gt;  &lt;p&gt;It would be nice to make a Server Core installation your Microsoft Exchange 2007 Edge Transport server, one of the Office Communications Server 2007 Edge servers or even a Microsoft Windows &lt;strike&gt;Terminal Services&lt;/strike&gt; Remote Desktop Services gateway, wouldn’t it?&lt;/p&gt;  &lt;h2&gt;Related posts&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/10/03/making-hvconfig-work-on-a-normal-server-core-installation.aspx"&gt;Making HVConfig work on a normal Server Core installation&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/09/12/about-microsoft-hyper-v-server-2008.aspx"&gt;About Microsoft Hyper-V Server 2008&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/10/14/overview-of-free-server-core-configuration-tools.aspx"&gt;Overview of free Server Core configuration tools&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/07/02/route-64.aspx"&gt;Route 64&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/jamesone/archive/2008/11/14/server-2008-r2-server-core-changes.aspx"&gt;Server 2008 R2 – Server Core changes.&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/server_core/archive/2008/11/13/server-core-changes-in-windows-server-2008-r2.aspx"&gt;Server Core changes in Windows Server 2008 R2&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://dmitrysotnikov.wordpress.com/2008/05/15/powershell-on-server-core/"&gt;PowerShell on Server Core&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc754810.aspx"&gt;File Server Resource Manager&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.mslive.fr/actualites-368-les-nouveautes-server-core-dans-windows-server-2008.aspx"&gt;Les nouveautés de Server Core dans Windows Server 2008 R2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.winplanet.com/article/4199-.htm"&gt;Windows Server 2008's Enterprise Ambitions&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.intelliadmin.com/blog/2008/11/windows-2008-r2-32-bit-support-optional.html"&gt;Windows 2008 R2 - 32 bit support optional&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://windows2008security.com/win-security/server-core-changes-in-windows-server-2008-r2/"&gt;Server Core changes in Windows Server 2008 R2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://feeds.computerworld.com/click.phdo?i=852f3a033a20e3bc757f26e45a34cdcf"&gt;Preview: Windows Server 2008 R2&lt;/a&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h3&gt;&lt;font color="#ff0000"&gt;Disclaimer Beta Software&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;The information on this webpage applies to software from Microsoft that was in testing phase but utilizable by experienced users by the time the webpage was written. This software has not been released for sale, distribution or usage for the general public. The information on this webpage and the beta software are provided &amp;quot;&lt;strong&gt;as is&lt;/strong&gt;&amp;quot; without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. &lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3329" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Beta experiences" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Beta+experiences/default.aspx" /><category term="Product and Manufacturer News" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Product+and+Manufacturer+News/default.aspx" /><category term="Server Core" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Server+Core/default.aspx" /><category term="Microsoft Windows Server 2008 R2" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008+R2/default.aspx" /></entry><entry><title>Tech∙Ed EMEA 2008 IT Pro Day 6 Recap</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-6-recap.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-6-recap.aspx</id><published>2008-11-09T10:44:15Z</published><updated>2008-11-09T10:44:15Z</updated><content type="html">&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3239/secondarythumb.aspx" align="right" /&gt;Dave and I are your DirTeam bloggers on Microsoft’s Tech∙Ed Europe Middle East &amp;amp; Africa (EMEA) conference for IT Professionals in Barcelona (Spain) from November 3rd, 2008 to November 7th, 2008. &lt;/p&gt;  &lt;p&gt;Tech∙Ed has ended, so we’re heading home. I’m writing this blogpost while heading towards Schiphol at an altitude of roughly 30000 feet.&lt;/p&gt;  &lt;p&gt;Dave and I are looking forward to meeting our wives again and go on with our ‘normal’ lives. While Tech∙Ed is a great event, getting the most out of the experience isn’t easy. Luckily it’s &lt;strong&gt;very&lt;/strong&gt; rewarding and with the right support from our wives we get through to the other end.&lt;/p&gt;  &lt;p&gt;And here it is: the other end of our Microsoft’s Tech∙Ed Europe Middle East &amp;amp; Africa (EMEA) adventure, that for Dave and I started seven days ago on that early Sunday morning and will end on this Saturday night.&lt;/p&gt;  &lt;p&gt;I hoped you liked it, already picked up on some of the information spread out over Dave and me. If you haven’t attended a Tech∙Ed event yet, I hope this series has inspired you to ask your boss to attend one.&lt;/p&gt;  &lt;p&gt;Now if you’d excuse me I’m going to finish my tomato juice &lt;img src="http://blogs.dirteam.com/emoticons/emotion-5.gif" alt="Wink" /&gt;&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;Want to read more on Tech∙Ed EMEA 2008 IT Pro? Join our adventure! Pick a date below:    &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/02/going-going-going-gone.aspx"&gt;Kickoff&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/03/tech-ed-emea-2008-it-pro-day-0-recap.aspx"&gt;Day 0&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/05/tech-ed-emea-2008-it-pro-day-1-recap.aspx"&gt;Day 1&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-2-recap.aspx"&gt;Day 2&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-3-recap.aspx"&gt;Day 3&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/08/tech-ed-emea-2008-it-pro-day-4-recap.aspx"&gt;Day 4&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-5-recap.aspx"&gt;Day 5&lt;/a&gt; | &lt;strong&gt;Day 6&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.ngn.nl/ngn?waxtrapp=fxytvHsHyoOtvOXEaMxLF"&gt;TechEd - laatste dag....&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;a href="http://www.nullsession.com/2008/11/08/teched-barcelona-the-end/"&gt;TechEd Barcelona - The End&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3257" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Personal" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx" /><category term="TechEd" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx" /><category term="Dave and Sander's excellent TechEd Adventure" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Dave+and+Sander_2700_s+excellent+TechEd+Adventure/default.aspx" /></entry><entry><title>Tech∙Ed EMEA 2008 IT Pro Day 5 Recap</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-5-recap.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-5-recap.aspx</id><published>2008-11-09T10:41:25Z</published><updated>2008-11-09T10:41:25Z</updated><content type="html">&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3239/secondarythumb.aspx" align="right" /&gt;Dave and I are your DirTeam bloggers on Microsoft’s Tech∙Ed Europe Middle East &amp;amp; Africa (EMEA) conference for IT Professionals in Barcelona (Spain) from November 3rd, 2008 to November 7th, 2008. &lt;/p&gt;  &lt;p&gt;Welcome to the last day of the conference. The last chance to get ahead with sessions, hands on labs, instructor led labs, and networking. &lt;/p&gt;  &lt;p&gt;Let’s talk about the information handed out in the sessions, saying goodbye to old and new friends and a thing called sleep deprivation…&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Sessions&lt;/h1&gt;  &lt;p&gt;There were loads of interesting sessions today, but unfortunately you can only attend one at a time…&lt;/p&gt;  &lt;p&gt;The first session I attended was Ilse van Criekinge’s session on Certificates in combination with Exchange Server 2007 SP1 and ISA Server 2006 SP1. Ilse gave a good rundown on how to install them, how to use them and the caveats to avoid when working with certificates.&lt;/p&gt;  &lt;p&gt;After this session I attended an interactive session led by Chris Jackson and Aaron Margosis on fixing application compatibility. This was a fun session, where Aaron Parker and I sat on the first rows.&lt;/p&gt;  &lt;p&gt;During lunch I sat in at Tony Krijnen’s session on Windows Home Server. Tony explained what the current incarnation of Windows Home Server looks like, what you can do with it and why it’s such a fun product. The backup functionality already proved its worth: The hard disk in Tony’s Apple MacBook had died a couple of days earlier and he was able to continue working after purchasing a new hard disk and restoring the box in as little as 45 minutes.&lt;/p&gt;  &lt;p&gt;Another interesting session I saw was Jason Langridge’s session on Windows Mobile devices connecting to Exchange servers, debunking the myth on Blackberry security and scalability, and a nice inside story on how Microsoft’s Exchange admins handled the load on their servers during the snow storm late 2006 when most of Microsoft’s Redmond campus connected from home!&lt;/p&gt;  &lt;p&gt;The last session Dave and I attended was Mark Russinovich’s session on Windows Security Boundaries. Just like Mark Russinovich’s session yesterday this session provided excellent information on the internals of Windows and why some problems justify ‘important’ and ‘critical’ security updates, while other identified problems remain unsolved, unknown or get dismissed.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Saying goodbye&lt;/h1&gt;  &lt;p&gt;Mark Russinovich made a sharp remark at the beginning of the session. He said it was the last session of this Tech∙Ed event and the only thing that stood between us and drinks. The first part of his remark is undeniably true. Everyone left the conference center like the plague had just resurfaced. (unlike a VHD file I might add) &lt;/p&gt;  &lt;p&gt;With a little hesitation we also left the conference center. Just outside of the center we luckily ran into a couple of people we know. This extended our event a little further and for our colleagues over at OGD comes with a pretty sight:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;img src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3255/original.aspx" /&gt; &lt;/p&gt;  &lt;p&gt;Ladies and gentlemen: Meet &lt;strong&gt;Koen Wijnstok&lt;/strong&gt;     &lt;br /&gt;(Former OGD colleague, now a MCT)&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Sleep deprivation&lt;/h1&gt;  &lt;p&gt;The latter part of Mark Russinovich’s remark is something I didn’t take at heart. Since his session marked the end of this Tech∙Ed event, I decided it would also mark the end of my binge-drinking and late night clubbin’ days in Barcelona. &lt;/p&gt;  &lt;p&gt;No more sleep deprivation for this guy. Time to sleep regularly and often again to recharge the battery again. After all: I’m no 20-year old guy anymore and in 6 months time I’ll need all the reserves possible to get through a similar event, which is not limited to a week abroad. (More on that another time though)&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;Suffice to say Dave and I ransacked the local Subway to get some food and drinks on our way to our beds. I guess I set a new world record felling asleep.&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;Want to read more on Tech∙Ed EMEA 2008 IT Pro? Join our adventure! Pick a date below:    &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/02/going-going-going-gone.aspx"&gt;Kickoff&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/03/tech-ed-emea-2008-it-pro-day-0-recap.aspx"&gt;Day 0&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/05/tech-ed-emea-2008-it-pro-day-1-recap.aspx"&gt;Day 1&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-2-recap.aspx"&gt;Day 2&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-3-recap.aspx"&gt;Day 3&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/08/tech-ed-emea-2008-it-pro-day-4-recap.aspx"&gt;Day 4&lt;/a&gt; | &lt;strong&gt;Day 5&lt;/strong&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-6-recap.aspx"&gt;Day 6&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3256" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Personal" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx" /><category term="TechEd" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx" /><category term="Dave and Sander's excellent TechEd Adventure" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Dave+and+Sander_2700_s+excellent+TechEd+Adventure/default.aspx" /></entry><entry><title>Tech∙Ed EMEA 2008 IT Pro Day 4 Recap</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/08/tech-ed-emea-2008-it-pro-day-4-recap.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/08/tech-ed-emea-2008-it-pro-day-4-recap.aspx</id><published>2008-11-07T23:15:15Z</published><updated>2008-11-07T23:15:15Z</updated><content type="html">&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3239/secondarythumb.aspx" align="right" /&gt;Dave and I are your DirTeam bloggers on Microsoft’s Tech∙Ed Europe Middle East &amp;amp; Africa (EMEA) conference for IT Professionals in Barcelona (Spain) from November 3rd, 2008 to November 7th, 2008. &lt;/p&gt;  &lt;p&gt;So you’re still with us? Let’s take a look at Thursday, day 4 of the conference. Highlights: Speaker Idol, Mark Russinovich, great cigars and some great Dutch community ideas.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Sessions&lt;/h1&gt;  &lt;p&gt;Today's sessions were Anatomy of a Hack (by Jesper Johansen) and Inside Windows Server 2008 R2 Virtualization Improvements and Native VHD Support (by Mark Russinovich). Both sessions were delivered in the Auditorium.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msinfluentials.com/blogs/jesper"&gt;Jesper Johansson&lt;/a&gt; showed an deep look into Antivirus XP 2008. You might already be familiar with &lt;a href="http://msmvps.com/blogs/donna/archive/2008/03/28/badware-alert-xp-antivirus-2008.aspx"&gt;this specific piece of malware&lt;/a&gt; when you’re subscribed to &lt;a href="http://msmvps.com/blogs/donna/default.aspx"&gt;Donna's SecurityFlash&lt;/a&gt;. It’s a nasty piece of software, that does a really good job at tricking users into installing it, running it and paying for it. I’ll never look the same at the (Windows) Security Center again.&lt;/p&gt;  &lt;p&gt;I attended the session by Mark Russinovich together with &lt;a href="http://thepowershellguy.com/blogs/posh/"&gt;Marc van Orsouw&lt;/a&gt;. This was a level 400 session on Hyper-V improvements in Windows Server 2008 R2, including live VM migration, hypervisor power management support and new hardware-assisted guest memory management. Windows 7 booting from VHD was a nice feature that was shown, by looking at the way Mark’s currently booted Operating system was actually started from a VHD. &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Speaker Idol&lt;/h1&gt;  &lt;p&gt;Today also featured the finale of Tech∙Ed Speaker Idol. The finale featured four contestants, who all provided an entertaining and compelling five-minute presentation: Rhonda Layfield, Maral Topolian, Alex de Jong and Dimitri Sotnikov. &lt;/p&gt;  &lt;p&gt;I found the four sessions were all exceptionally good quality. In the end Alex placed fourth, because of the presence of profanity in his presentation (sh*t happens when you present on something you’re passionate about), Maral and Dimitri placed second (which is the second time Maral ended in second place on Speaker Idol) and Rhonda went home to the USA with the first prize and a ticket to next year’s TechEd EMEA IT Pro. I guess we’ll see Rhonda on stage and between the Speaker Idol judges next year!&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;International Community Party&lt;/h1&gt;  &lt;p&gt;Dave and I both attended the International Community Party at the Elephant Club, located on the other side of Barcelona. We used public transportation to reach the location and ended up travelling for a long period of time… again. (Some might think we learned our lesson on Day 0) &lt;/p&gt;  &lt;p&gt;&lt;img src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3249/original.aspx" /&gt; &lt;/p&gt;  &lt;p&gt;The party itself was good fun while it lasted. The organization behind &lt;a href="http://www.microsoft.com/springboard"&gt;the Springboard Series&lt;/a&gt; was busy giving away SWAG (Stuff We All Get), handing out (Cuban) cigars, walking around with plates full of tapas. The place was filled with MCTs, MVPs, Microsoft employees, TechNet Plus subscribers and Springboard Invitees. Dave and I sat with Gerard Verbrugge for a while while we both smoked away a nice Cohiba cigar. We also spoke to some other Dutch people there, like Martijn Bellaard, who has some great ideas on sharing information with &lt;a href="http://blogs.microsoft.nl/itprocommunity"&gt;the Dutch IT Pro Community&lt;/a&gt;. Marco Timmermans is also walking around with some great ideas, so I guess I need to give him a call as well!&lt;/p&gt;  &lt;p&gt;Dave left to take the metro back to the hotel, but I decided to stay around and see what’d happen. I couldn’t have imagined what actually happened. At midnight the location invited in it’s normal guests. The locals getting in were actually dressed in tuxedos and fancy dresses. It was a big difference with the party invitees. We were dressed in T-shirts, jeans and clothes like that and we could actually dance. (Well, some of us can) The result was most of the party invitees left the club. I ran into Daniel and Tony again and we decided to go to Shôko again. We were joined by Karen Young and two other MVPs and had good fun. Daniel even participated in a dance-off with some professional break dancers!&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;At 3:00 am I left the club to take a cab to the hotel, where I crashed into the hotel bed.    &lt;br /&gt;Five days of conference and every night in between I went clubbin’ &lt;img src="http://blogs.dirteam.com/emoticons/emotion-11.gif" alt="Cool" /&gt; &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#0080ff"&gt;Tip!            &lt;br /&gt;&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt;If you’re planning on attending Tech∙Ed next year: 12 hours of sleep should be enough to keep on going.&lt;/p&gt; &lt;/blockquote&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;Want to read more on Tech∙Ed EMEA 2008 IT Pro? Join our adventure! Pick a date below:    &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/02/going-going-going-gone.aspx"&gt;Kickoff&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/03/tech-ed-emea-2008-it-pro-day-0-recap.aspx"&gt;Day 0&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/05/tech-ed-emea-2008-it-pro-day-1-recap.aspx"&gt;Day 1&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-2-recap.aspx"&gt;Day 2&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-3-recap.aspx"&gt;Day 3&lt;/a&gt; | &lt;strong&gt;Day 4&lt;/strong&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-5-recap.aspx"&gt;Day 5&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-6-recap.aspx"&gt;Day 6&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.hznet.nl/2008/11/04/tech-ed-it-pro-2008-its-partytime"&gt;Tech-Ed IT Pro 2008 : It’s Partytime!&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;a href="http://www.ngn.nl/ngn?waxid=93015039"&gt;TechEd - dag 4&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;a href="http://www.ngn.nl/ngn?waxid=92829429"&gt;Speaker Idol Final&lt;/a&gt;&amp;#160; &lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;a href="http://blogs.technet.com/aralves/archive/2008/11/08/teched-it-professionals-day-4-interviewing-mark-minasi-and-mark-russinovich.aspx"&gt;TechEd IT Professionals – Day 4 Interviewing Mark Minasi and Mark Russinovich&lt;/a&gt;&lt;a href="fr:toggleread/11235"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3250" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Personal" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx" /><category term="TechEd" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx" /><category term="Dave and Sander's excellent TechEd Adventure" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Dave+and+Sander_2700_s+excellent+TechEd+Adventure/default.aspx" /></entry><entry><title>Tech∙Ed EMEA 2008 IT Pro Day 3 Recap</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-3-recap.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-3-recap.aspx</id><published>2008-11-06T14:17:42Z</published><updated>2008-11-06T14:17:42Z</updated><content type="html">&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3239/secondarythumb.aspx" align="right" /&gt; Dave and I are your DirTeam bloggers on Microsoft’s Tech∙Ed Europe Middle East &amp;amp; Africa (EMEA) conference for IT Professionals in Barcelona (Spain) from November 3rd, 2008 to November 7th, 2008. &lt;/p&gt;  &lt;p&gt;Welcome to day 3 of this great event! A special day because tonight features the Country Drinks. But first, let’s start by having a look at the information from within the sessions, some star wars humor and devil sticks!&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Sessions&lt;/h1&gt;  &lt;p&gt;Today started with a session in the Auditorium by Iain McDonald. If you don’t know the guy, I guess describing him as an Australian rock star does most justice. He’s also the guy to go to when you have questions on Microsofts strategy with Windows Server.&lt;/p&gt;  &lt;p&gt;I asked Iain one question: Do you have plans to make it possible to inplace upgrade a Server Core installation of Windows Server 2008 to a Server Core installation of Windows Server 2008 R2? His answer was a short and positive one: Yes.&lt;/p&gt;  &lt;p&gt;After the session I walked on over and chatted a little bit with him. I expressed my disappointment on the naming convention for Windows XP Service Pack 2 and Windows 7. Of course these names are great, but I still feel they missed out on a great possibility: They could’ve named these products Windows XP D2 and Windows Vista D2 respectively. That way you can actually have R2D2 on your networks in combination with Windows Server 2003 R2 and Windows Server 2008 R2. Alas.&lt;/p&gt;  &lt;p&gt;Another session I attended was &lt;a href="http://www.nullsession.com/2008/11/05/one-down-one-to-go/"&gt;Joachim Nässlanders lunch session&lt;/a&gt; on building a failover cluster with Windows Server 2008 Core. This session started out with a clear message on using Server Core, delivered through &lt;a href="http://en.wikipedia.org/wiki/Devil_sticks"&gt;devil sticks&lt;/a&gt;. I remember it as:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;It looks hard, but after practicing a month you’ll be doing it without thinking.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Joachim had fully automated scripts that configured two Server Core installations of Windows Server 2008 into a file server failover cluster. A couple of graphical tools were shown, but not used: Joachim did everything on the command line, including the “presentation”. Good fun! After the session Joachim and I chatted for a while. It’s good to meet someone who’s into Server Core and passionate about it. If you haven’t done so already go check out his tool &lt;a href="http://www.nullsession.com/category/ccc/"&gt;Core Configuration Console&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;After Joachims session I attended a session by Edwin Yuen on System Center Virtual Machine Manager 2008 (SCVMM 2008). Edwin is a good presenter and the information on managing VMWare ESX&amp;#160; through Virtual Center is really useful.&lt;/p&gt;  &lt;p&gt;The last session was on the &lt;a href="http://msdn.microsoft.com/en-us/library/ms684493(VS.85).aspx"&gt;Extensible Storage Engine&lt;/a&gt; (ESE), the database behind a lot of Microsoft products and technologies. It’s used in Exchange Server, Active Directory, DHCP, WINS and Windows Mail. The session was a very technical deepdive into B+ trees and the way changes to the ESE database are made in Exchange Server 2007 and Exchange Server 2007 with Service Pack 1.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Country drinks&lt;/h1&gt;  &lt;p&gt;Wednesday evening also featured the Country Drinks. This event provides the ability to network with your fellow attendees from your country and order drinks without having to pay for them (at least till midnight) The Dutch Country Drinks event was located in &lt;a href="http://www.clubbingspain.com/clubs.php?id=1354"&gt;the Lotus Theater&lt;/a&gt; and started at 9pm. &lt;/p&gt;  &lt;p&gt;Tony Krijnen and Daniel van Soest had a small little intro and the place was packed with Dutch Tech∙Ed attendees. All the usual suspects were there. I had nice chats with Marc van Orsouw and Helmer Zandbergen. I hugged Koen Wijnstok, who I hadn’t seen for what feels like ages and also had a chat with Robert Bakker and Bas Agbeko, both Microsoft Netherlands guys.&lt;/p&gt;  &lt;p&gt;After midnight all drinks had to be paid for, so a lot of my fellow countrymen left the scene. A couple of die hard clubbers remained and we had some good fun on the dance floor.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;Eventually we took a cab ride to the hotel at 4am. A trend starts to emerge…&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;Want to read more on Tech∙Ed EMEA 2008 IT Pro? Join our adventure! Pick a date below:    &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/02/going-going-going-gone.aspx"&gt;Kickoff&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/03/tech-ed-emea-2008-it-pro-day-0-recap.aspx"&gt;Day 0&lt;/a&gt;| &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/05/tech-ed-emea-2008-it-pro-day-1-recap.aspx"&gt;Day 1&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-2-recap.aspx"&gt;Day 2&lt;/a&gt; | &lt;strong&gt;Day 3&lt;/strong&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/08/tech-ed-emea-2008-it-pro-day-4-recap.aspx"&gt;Day 4&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-5-recap.aspx"&gt;Day 5&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-6-recap.aspx"&gt;Day 6&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.hznet.nl/2008/11/06/tech-ed-it-pro-2008-the-fun-parties"&gt;Tech-Ed IT Pro 2008 : The Fun Part(ies)&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;[DOC] &lt;a href="http://www.mstechedemea.com/toolkit/TechEdITProfessionals_COUNTRYDRINKS.doc"&gt;TechEd EMEA 2008 Country Drinks Request Form&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.nullsession.com/2008/11/05/one-down-one-to-go/"&gt;One down, one to go&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.ngn.nl/ngn?waxid=92904511"&gt;TechEd - dag 3&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;a href="http://blogs.technet.com/aralves/archive/2008/11/06/teched-it-professional-2008-day-2-interview-with-richard-cambell-and-me.aspx"&gt;TechEd IT Professional 2008 – Day 3 Interview with Ilse Van Criekinge and Andy Malone&lt;/a&gt;&lt;a href="fr:toggleread/10692"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3245" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Personal" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx" /><category term="TechEd" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx" /><category term="Dave and Sander's excellent TechEd Adventure" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Dave+and+Sander_2700_s+excellent+TechEd+Adventure/default.aspx" /></entry><entry><title>Tech∙Ed EMEA 2008 IT Pro Day 2 Recap</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-2-recap.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-2-recap.aspx</id><published>2008-11-06T13:14:17Z</published><updated>2008-11-06T13:14:17Z</updated><content type="html">&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3239/secondarythumb.aspx" align="right" /&gt; Dave and I are your DirTeam bloggers on Microsoft’s Tech∙Ed Europe Middle East &amp;amp; Africa (EMEA) conference for IT Professionals in Barcelona (Spain) from November 3rd, 2008 to November 7th, 2008.&amp;#160; &lt;/p&gt;  &lt;p&gt;Tuesday was the first ‘normal’ Conference day. Highlights include keeping an eye on my credit card, asking questions to the Active Directory team and enjoying a night at the Hilton next to Steve Riley, Jesper Johansen, Aaron Margosis and Chris Jackson.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Sessions&lt;/h1&gt;  &lt;p&gt;On Tuesday we had to get up early. I made a promise to Andy Malone to attend his session on identity theft and it started at 9:00 am. Andy was having good fun with credit cards from the audience (including mine), but he didn’t charge anything on it. (at least, my balance is not showing any weird things …yet)&lt;/p&gt;  &lt;p&gt;I decided to attend some sessions, so I listened to John Goodman on advanced troubleshooting Microsoft Exchange Server 2007, watched Gershon Levitz take the wraps of Forefront Threat Management Gateway (TMG), the successor to ISA Server 2006.&lt;/p&gt;  &lt;p&gt;After lunch I went to a whiteboard session by &lt;a href="http://blogs.msdn.com/rdeluca/default.aspx"&gt;Robert deLuca&lt;/a&gt; and &lt;a href="http://www.lissware.net/"&gt;Alain Lissoir&lt;/a&gt; on Active Directory advancements in Windows Server 2008 R2:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Offline Domain Join &lt;/li&gt;    &lt;li&gt;Active Directory Administrative Center &lt;/li&gt;    &lt;li&gt;Active Directory Powershell cmdlets &lt;/li&gt;    &lt;li&gt;Active Directory Best Practices Analyzer &lt;/li&gt;    &lt;li&gt;Recycle Bin for Active Directory &lt;/li&gt;    &lt;li&gt;Authentication Assurance &lt;/li&gt;    &lt;li&gt;Managed Service Accounts &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;A night at the Hilton&lt;/h1&gt;  &lt;p&gt;&lt;img style="display: inline; margin: 5px 10px 5px 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3269/original.aspx" align="left" /&gt;After these sessions Dave and I met up with Sietse Daudey, who is the owner of &lt;a href="http://www.letmedoit.nl"&gt;Let Me Do IT&lt;/a&gt; and a former colleague of ours. We had a nice drink in the lobby of the Barcelona Hilton with Zane Adams, senior director of virtualization at Microsoft, who I accidentally ran into again. &lt;/p&gt;  &lt;p&gt;Afterwards we enjoyed a dinner at the first floor and talked about various topics. We basically came to the conclusion events like Tech∙Ed are useful for gaining a better understanding of Microsoft products, plotting long term strategies for customers and social networking.&lt;/p&gt;  &lt;p&gt;After dinner we went back to the lobby of the Hilton and joined Steve Riley, Aaron Margosis, Jesper Johanssen, Zane Adams, Gerard Verbrugge, Karen Young and a whole bunch of other Microsoft guys and girls. We were watching CNN on a big screen, following the US election, while slamming down Sambucos and Heinekens.&lt;/p&gt;  &lt;p&gt;The guys were really nice, explaining to me what the numbers meant, why the numbers are (not) important and how certain states are more interesting to watch than others. When it became clear Obama would be elected as the president of the USA, I decided to bid farewell and hit my bed at the AC hotel, which luckily is only a two minute walk. (if you’re able to walk a straight line)&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;At 4 am I hit the sack. A trend is emerging?&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;Want to read more on Tech∙Ed EMEA 2008 IT Pro? Join our adventure! Pick a date below:    &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/02/going-going-going-gone.aspx"&gt;Kickoff&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/03/tech-ed-emea-2008-it-pro-day-0-recap.aspx"&gt;Day 0&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/05/tech-ed-emea-2008-it-pro-day-1-recap.aspx"&gt;Day 1&lt;/a&gt; | &lt;strong&gt;Day 2&lt;/strong&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-3-recap.aspx"&gt;Day 3&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/08/tech-ed-emea-2008-it-pro-day-4-recap.aspx"&gt;Day 4&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-5-recap.aspx"&gt;Day 5&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-6-recap.aspx"&gt;Day 6&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.wheresrobert.com/default.aspx"&gt;Where’s Robert?&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.letmedoit.nl"&gt;Let Me Do IT&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://dmitrysotnikov.wordpress.com/2008/11/04/server-2008-r2-active-directory/"&gt;Server 2008 R2 Active Directory&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.microsoft.nl/itprocommunity/archive/2008/11/06/videoverslag-tech-ed-it-professionals-dinsdag.aspx"&gt;Videoverslag tech-ed IT Professionals; dinsdag&lt;/a&gt; &lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch        &lt;br /&gt;&lt;/font&gt;&lt;/strong&gt;&lt;a href="http://www.ngn.nl/ngn?waxid=92784968"&gt;TechEd - dag 2&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&amp;#160;&amp;#160; &lt;br /&gt;&lt;/font&gt;&lt;/strong&gt;&lt;a href="http://blogs.technet.com/aralves/archive/2008/11/05/teched-it-professional-day-2-interview-with-richard-campbell-and-me.aspx"&gt;TechEd IT Professional – Day 2 Interview with Richard Campbell and Me&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/springboard/archive/2008/11/05/teched-2008-windows-vista-and-the-road-to-windows-7.aspx"&gt;TechEd 2008: Windows Vista and the Road to Windows 7&lt;/a&gt;&lt;a href="fr:toggleread/10538"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3244" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Personal" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx" /><category term="TechEd" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx" /><category term="Dave and Sander's excellent TechEd Adventure" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Dave+and+Sander_2700_s+excellent+TechEd+Adventure/default.aspx" /></entry><entry><title>Tech∙Ed EMEA 2008 IT Pro Day 1 Recap</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/05/tech-ed-emea-2008-it-pro-day-1-recap.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/05/tech-ed-emea-2008-it-pro-day-1-recap.aspx</id><published>2008-11-05T14:55:19Z</published><updated>2008-11-05T14:55:19Z</updated><content type="html">&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3239/secondarythumb.aspx" align="right" /&gt; Dave and I are your DirTeam bloggers on Microsoft’s Tech∙Ed Europe Middle East &amp;amp; Africa (EMEA) conference for IT Professionals in Barcelona (Spain) from November 3rd, 2008 to November 7th, 2008. &lt;/p&gt;  &lt;p&gt;Yesterday marked the start of the IT Pro Conference and from my perspective was pretty remarkable. Highlights: Brad Anderson’s keynote ‘announcements’, Steve Riley’s advice on raising children, a track owner getting stood up, getting beaten by a girl and clubbing in downtown Barcelona.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Sessions&lt;/h1&gt;  &lt;p&gt;Today started late with Brad Anderson’s keynote. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;img src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3240/original.aspx" /&gt; &lt;/p&gt;  &lt;p&gt;Brad talked about: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;System Center Operations Manager 2007, System Center Virtual Machine Manager 2008 and Performance Resource Optimization (PRO) enabling management through a ‘single pane of glass’. &lt;/li&gt;    &lt;li&gt;System Center Operations Manager 2007 interoperability with SUSE Linux, HP-UX, AIX, Red Hat &amp;amp; Solaris through OpenPegasus, OpenWSMan and Windows Remote Management. The demo also featured monitoring of MySQL and Oracle databases. &lt;/li&gt;    &lt;li&gt;Virtualization of servers (Hyper-V), desktops (Vista Centralized Enterprise Desktop), applications (App-V) and Terminal Services (to be renamed to Remote Desktop Services) &lt;/li&gt;    &lt;li&gt;Mention of Med-V technologies (acquired through Kidaro) , being made available through the Microsoft Desktop Optimization Pack (MDOP) &lt;/li&gt;    &lt;li&gt;Extensive deep dive into the Infrastructure Optimization model to:      &lt;ul&gt;       &lt;li&gt;Do More with Less &lt;/li&gt;        &lt;li&gt;Get from basic / standardized to rationalized / dynamic &lt;/li&gt;        &lt;li&gt;Gain agility &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Quick look at SQL Server “Kilimanjaro” and the new Reporting Services, codenamed “Gemini”. Demo featuring an interface for IT Professionals, that should address the needs of those addicted to mushrooms. Quick mention of PerformancePoint Server. &lt;/li&gt;    &lt;li&gt;New stuff in Windows Server 2008 R2 &lt;/li&gt;    &lt;li&gt;Demo on BrachCache, where a video is played and then cached. Note BranchCache is not a proxy. (authentication traffic is still flowing) &lt;/li&gt;    &lt;li&gt;Exchange Online Services and the power of choice. Demo featuring the Exchange Online Migration Wizard. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;After Brad’s session I went to see a session, presented by Steve Riley. He had a presentation on ten things to do or else get 0wn3d. A good presentation, a good message, and as is usually the case when Steve presents: a nice piece of entertainment!&lt;/p&gt;  &lt;p&gt;The story that’ll stick with me was how he explained to Dylan, his son, the importance of protecting your gear. For his sons HP laptop they both installed the box from scratch with Windows Vista and installed all the other useful programs that allow one to surf the Internet (Adobe stuff). After the box was the way his son liked it, Steve said to him:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;We have now spent four hours on installing your laptop. If you do anything that might corrupt your laptop you will be spending the same four hours installing it and I won’t be there to help you.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Now that’s what I call a sound way to raise a child. Way better compared to handing over a laptop that’s completely locked down. Layer 8 security!&lt;/p&gt;  &lt;p&gt;After this session I intended to attend a session on Hyper-V Security and Best Practices, but unfortunately the speaker was untraceable at the moment the session needed to start. Arlindo Alves (the track owner for the track the session belongs to) instead improvised the session showing the original slides. Respect!&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Speaker Idol&lt;/h1&gt;  &lt;p&gt;After this session I was called by Neil Palmer and asked whether I’d be able to present at the Speaker Idol 7:00 pm heat. Of course it wasn’t a problem! Actually… nothing’s a problem for me. It’s why I wear my Jamaica sweater. &lt;img src="http://blogs.dirteam.com/emoticons/emotion-11.gif" alt="Cool" /&gt;&lt;/p&gt;  &lt;p&gt;So I found myself being the third presenter at the Speaker Idol heat after Geert Baeke and Alex de Jong. We all had solid presentations, but the fourth speaker actually won the heat: Maral Topalian. Yes, that’s right! We were beaten by a girl!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;It was good fun though and that’s what the community area is all about!&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Clubbin’&lt;/h1&gt;  &lt;p&gt;Around 9:30 pm, when Dave and I were at the hotel room Daniel van Soest called. He was meeting up with a couple of guys from the Netherlands and he wondered whether we fancied joining him. No problem!&lt;/p&gt;  &lt;p&gt;After doing a tour with Daniel through the old parts of dow&lt;img height="451" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3270/original.aspx" width="519" /&gt;ntown Barcelona we went to drink some cocktails with the guys in a cocktail bar and had some fun conversations. After what felt like an hour we went on to a club. The first club we visited wasn’t a success. It was totally empty. We took a cab to Vila Olympic and ended up in a club called Shôko. &lt;/p&gt;  &lt;p&gt;This club is good fun, even on a Monday night. Loads of people and good music! Daniel was showing some off his moves to try and get other guys engaged in a dance off, but it didn’t work. Daniel attracted a guy with a bottle of red label, though, which led to a little situation, that Daniel easily rectified. &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Sleeping?&lt;/h1&gt;  &lt;p&gt;We went back to the hotel and went to bed at around 4 am. Dave snores, but fortunately I’m a sound sleeper. I didn’t have any trouble falling and staying asleep: My intoxicated head touched the pillow and I was out.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;Join us again tomorrow!&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;Want to read more on Tech∙Ed EMEA 2008 IT Pro? Join our adventure! Pick a date below:    &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/02/going-going-going-gone.aspx"&gt;Kickoff&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/03/tech-ed-emea-2008-it-pro-day-0-recap.aspx"&gt;Day 0&lt;/a&gt; | &lt;strong&gt;Day 1&lt;/strong&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-2-recap.aspx"&gt;Day 2&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-3-recap.aspx"&gt;Day 3&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/08/tech-ed-emea-2008-it-pro-day-4-recap.aspx"&gt;Day 4&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-5-recap.aspx"&gt;Day 5&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-6-recap.aspx"&gt;Day 6&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://feeds.feedburner.com/~r/techlog/~3/441048861/teched_emea_it_pro_2008_keynot"&gt;Teched EMEA IT Pro 2008: Keynote&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://gerver.blogspot.com/2008/11/itforum-barcelona-continued-day-1.html"&gt;ITForum Barcelona continued – Day 1&lt;/a&gt;&amp;#160; &lt;br /&gt;[Video] &lt;a href="http://blogs.microsoft.nl/itprocommunity/archive/2008/10/29/videoverslag-tech-ed-2008-it-professionals-maandag.aspx"&gt;Videoverslag tech-ed 2008 IT Professionals; maandag&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.microsoft.nl/itprocommunity/archive/2008/11/05/teched-it-professionals-dag-1-helmer-zandbergen.aspx"&gt;TechEd IT Professionals Dag 1 (Helmer Zandbergen)&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;a href="http://blogs.microsoft.nl/itprocommunity/archive/2008/11/05/koen-wijnstok-teched-it-professionals-2008-dag-1.aspx"&gt;TechEd IT Professionals 2008 Dag 1 (Koen Wijnstok)&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch        &lt;br /&gt;&lt;/font&gt;&lt;/strong&gt;&lt;a href="http://www.ngn.nl/ngn?waxid=92660414"&gt;TechEd - dag 1&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;a href="http://blogs.technet.com/aralves/archive/2008/11/04/teched-it-professional-2008-day-1-interview-with-steve-riley.aspx"&gt;TechEd IT Professional 2008 – Day 1 Interview with Steve Riley&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3238" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Personal" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx" /><category term="TechEd" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx" /><category term="Dave and Sander's excellent TechEd Adventure" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Dave+and+Sander_2700_s+excellent+TechEd+Adventure/default.aspx" /></entry><entry><title>Tech∙Ed EMEA 2008 IT Pro Day 0 Recap</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/03/tech-ed-emea-2008-it-pro-day-0-recap.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/03/tech-ed-emea-2008-it-pro-day-0-recap.aspx</id><published>2008-11-03T17:54:49Z</published><updated>2008-11-03T17:54:49Z</updated><content type="html">&lt;p&gt;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3239/secondarythumb.aspx" align="right" /&gt; Dave and I are your DirTeam bloggers on Microsoft’s Tech∙Ed Europe Middle East &amp;amp; Africa (EMEA) conference for IT Professionals in Barcelona (Spain) from November 3rd, 2008 to November 7th, 2008. &lt;/p&gt;  &lt;p&gt;Yesterday was the first day of our trip and I would like to take this opportunity to share a couple of things.&lt;/p&gt;  &lt;h2&gt;Early&lt;/h2&gt;  &lt;p&gt;Yesterday started early, since we met up at &lt;a href="http://www.schiphol.nl/"&gt;Schiphol airport&lt;/a&gt; at 10:00 am. An unchristian time, I agree, on a Sunday morning to make arrangements to take a plane to a foreign place. Taking an early flight however would mean we’d be able to check into our hotel without problems or hassle.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Traveling&lt;/h1&gt;  &lt;p&gt;Far worse airlines exist, compared to Air France – KLM and the rest of the &lt;a href="http://www.skyteam.com/"&gt;Skyteam&lt;/a&gt;, so our flight was uneventful. We encountered some turbulence though. Not the kind where passengers continue an argument with their fists, but rather the plane shaking, trembling and losing altitude regularly. Some people get travel sickness from these kinds of events, (more on them shortly) but fortunately Dave and I are not that kind of people.&lt;/p&gt;  &lt;p&gt;I saw some familiar faces on the plane already! &lt;/p&gt;  &lt;p&gt;I received a couple of tips before we went to Barcelona, so I tried to follow these guidelines. Whoever tells you it’s economically sound to use public transportation to get to your hotel, should really take your hourly rate into consideration. After landing at Barcelona Airport, collecting your bags and heading for the exit leading to the trains, you’ll find ourselves in a train station, made up entirely of plastic and steel beams. Not a pretty sight. Trading in a train for a metro, provides an extra surprise: Long damp underground corridors and badly indicated directions. &lt;/p&gt;  &lt;p&gt;A cab ride only costs € 24 and will take you to the other side of town in a matter of minutes, where public transportation takes up hours of your time…&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;AC Hotel Barcelona&lt;/h2&gt;  &lt;p&gt;After an adventure that lasted 2 hours we arrived at our hotel on the other side of Barcelona: the AC Hotel Barcelona. The tip to book this hotel was way more useful. The hotel is situated next to the location where TechEd EMEA is held and the hotel is of premium quality.&lt;/p&gt;  &lt;p&gt;&lt;img src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3241/original.aspx" /&gt; &lt;/p&gt;  &lt;p&gt;I booked a twin bed room months ago with Grupo Pacifico. Kudos to those guys and girls, because they actually put us up in one of the suites of the hotel. Room to spare!&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Live at Tech∙Ed!&lt;/h1&gt;  &lt;p&gt;After settling in our room we went to register for TechEd, which is a pleasant walk. Dave and I met some MVPs (&lt;a href="http://thepowershellguy.com/blogs/posh/"&gt;Marc van Orsouw&lt;/a&gt;, &lt;a href="http://www.techlog.nl/"&gt;Maarten Goet&lt;/a&gt;), our Dutch IT Pro Evangelists, &lt;a href="http://www.microsoft.com/emea/teched2008/itpro/tv/default.aspx"&gt;Tech∙Ed EMEA TV&lt;/a&gt; team and Tech∙Ed Virtual Hosts (Daniel van Soest en Tony Krijnen), a couple of folks from the Tech∙Ed organization (notably Neil Palmer), the Keynote speaker (Brad Anderson), &lt;a href="http://www.gerver.com/blog/"&gt;Gerard Verbrugge&lt;/a&gt;, (bummed out and still shaking on his feet since he’s the kind of guy that gets travel sickness and he was on the same flight as us) Martijn Bellaard and &lt;a href="http://blogs.technet.com/aralves"&gt;Arlindo Alves&lt;/a&gt;. (Tech∙Ed track owner)&lt;/p&gt;  &lt;h2&gt;Speaker Idol&lt;/h2&gt;  &lt;p&gt;Daniel phoned my when Dave and I were in the train. Daniel basically registered me for &lt;a href="http://www.microsoft.com/emea/teched2008/itpro/community/speakeridol.aspx"&gt;Tech∙Ed Speaker Idol&lt;/a&gt;. Declining wasn’t an option. I told him I didn’t have time to plough through my first meter of books and my boss would gladly pay for a ticket to Tech∙Ed EMEA 2009. So now I find myself registered for Tech∙Ed Speaker Idol…&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;Time for me to prepare my Speaker Idol presentation, look into the last minute changes in the Tech∙Ed timetable and get some sleep. I really need to get some early sleep, because my roommate apparently is an enormous snorer. His wife provided earplugs as a precaution…&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;Want to read more on Tech∙Ed EMEA 2008 IT Pro? Join our adventure! Pick a date below:    &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/02/going-going-going-gone.aspx"&gt;Kickoff&lt;/a&gt; | &lt;strong&gt;Day 0&lt;/strong&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/05/tech-ed-emea-2008-it-pro-day-1-recap.aspx"&gt;Day 1&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-2-recap.aspx"&gt;Day 2&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-3-recap.aspx"&gt;Day 3&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/08/tech-ed-emea-2008-it-pro-day-4-recap.aspx"&gt;Day 4&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-5-recap.aspx"&gt;Day 5&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-6-recap.aspx"&gt;Day 6&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.ngn.nl/ngn?waxid=92446478"&gt;We zijn vertrokken!&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;a href="http://www.ngn.nl/ngn?waxid=92445929"&gt;We zijn er... in Barcelona that is.&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt; &lt;a href="fr:toggleread/11406"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3229" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Personal" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx" /><category term="TechEd" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx" /><category term="Dave and Sander's excellent TechEd Adventure" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Dave+and+Sander_2700_s+excellent+TechEd+Adventure/default.aspx" /></entry><entry><title>Going, going, going … gone!</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/02/going-going-going-gone.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/02/going-going-going-gone.aspx</id><published>2008-11-02T10:32:45Z</published><updated>2008-11-02T10:32:45Z</updated><content type="html">&lt;p&gt;&lt;a href="http://www.schiphol.nl"&gt;Schiphol airport&lt;/a&gt;, Sunday morning. What am I doing here… &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.starbucks.com"&gt;Starbucks&lt;/a&gt;, Double espresso. Things starting to appear normal.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;img src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3225/original.aspx" /&gt; &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/DaveStork"&gt;Dave&lt;/a&gt;, my travelling buddy, making a photo of me in the waiting lounge, waiting for our KLM flight to Barcelona for Microsoft’s Tech∙Ed Europe Middle East &amp;amp; Africa (EMEA) conference for IT Professionals. &lt;/p&gt;  &lt;p&gt;Blogging till the last minute. &lt;img src="http://blogs.dirteam.com/emoticons/emotion-11.gif" alt="Cool" /&gt;&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;Want to read more on Tech∙Ed EMEA 2008 IT Pro? Join our adventure! Pick a date below:    &lt;br /&gt;&lt;strong&gt;Kickoff&lt;/strong&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/03/tech-ed-emea-2008-it-pro-day-0-recap.aspx"&gt;Day 0&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/05/tech-ed-emea-2008-it-pro-day-1-recap.aspx"&gt;Day 1&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-2-recap.aspx"&gt;Day 2&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/06/tech-ed-emea-2008-it-pro-day-3-recap.aspx"&gt;Day 3&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/08/tech-ed-emea-2008-it-pro-day-4-recap.aspx"&gt;Day 4&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-5-recap.aspx"&gt;Day 5&lt;/a&gt; | &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/09/tech-ed-emea-2008-it-pro-day-6-recap.aspx"&gt;Day 6&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/cto/archive/2008/10/25/dirteam-at-tech-ed-emea-it-pro.aspx"&gt;DirTeam at Tech-Ed EMEA IT Pro&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://feeds.blog.hznet.nl/~r/helmersblogdutch/~3/422725283/ill-be-therewill-you"&gt;I’ll be there…will you?&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/ieitpro/archive/2008/11/03/attending-tech-ed-2008.aspx"&gt;Attending Tech Ed 2008&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.nullsession.com/2008/09/24/speaking-at-teched-emea-2008/"&gt;Speaking at TechEd Emea 2008!&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/josebda/archive/2008/11/02/teched-2008-itforum-windows-server-2008-and-windows-server-2008-r2.aspx"&gt;TechEd 2008 ITForum, Windows Server 2008 and Windows Server 2008 R2&lt;/a&gt;&lt;a href="fr:toggleread/9452"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=3226" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Personal" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx" /><category term="TechEd" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx" /><category term="Dave and Sander's excellent TechEd Adventure" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Dave+and+Sander_2700_s+excellent+TechEd+Adventure/default.aspx" /></entry><entry><title>Analyzing the Server Core Updates Estimate</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/10/22/analyzing-the-server-core-updates-estimate.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/10/22/analyzing-the-server-core-updates-estimate.aspx</id><published>2008-10-22T14:56:00Z</published><updated>2008-10-22T14:56:00Z</updated><content type="html">&lt;P&gt;One of Server Core's touted benefits is it requires less security updates. Jeff Jones did some interesting research a little while ago in which he compared a theoretical Windows Server 2003 Server Core edition to a Windows Server 2003 installation in terms of security updates. In &lt;A href="http://blogs.technet.com/security/archive/2008/06/12/download-server-core-potential-security-benefit.aspx" mce_href="http://blogs.technet.com/security/archive/2008/06/12/download-server-core-potential-security-benefit.aspx"&gt;the accompanying blogpost&lt;/A&gt; he concluded:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;[…] looking at the Windows Server Security Bulletins over the past two years, 40% of them would &lt;EM&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/EM&gt; have applied to a theoretical Server Core build. The results of the analysis are encouraging in terms of security progress.&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Read &lt;A href="http://blogs.technet.com/security/attachment/3069989.ashx" mce_href="http://blogs.technet.com/security/attachment/3069989.ashx"&gt;the full report&lt;/A&gt; here.&lt;/P&gt;
&lt;P&gt;In this post I'll look at the updates required for various flavors and derivates of Windows Server 2008 and the implications in terms of (planned) downtime between these flavors.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;&lt;STRONG&gt;&lt;U&gt;Note:&lt;/U&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/FONT&gt;This blogpost is not intented to fully research the difference in the total amount of updates between a Server Core installation and a Full installation of Windows Server 2008. It merely provides a comparison based on a random moment in time&amp;nbsp;as reference material. It does not take refreshed updates into account.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;H1&gt;Updating&lt;/H1&gt;
&lt;P&gt;I’ve looked at updating:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Microsoft Windows Server 2008 x64 Enterprise Edition, Full installation &lt;/LI&gt;
&lt;LI&gt;Microsoft Windows Server 2008 x64 Enterprise Edition, Server Core &lt;/LI&gt;
&lt;LI&gt;Microsoft Windows Server 2008 x64 Standard Edition, Full installation &lt;/LI&gt;
&lt;LI&gt;Microsoft Windows Server 2008 x64 Standard Edition, Server Core &lt;/LI&gt;
&lt;LI&gt;Microsoft Hyper-V Server 2008 (x64) &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;I used five identical Dell XPS 420 boxes to install Windows Server 2008 and Hyper-V Server 2008. I used the following media:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;en_windows_server_2008_datacenter_enterprise_standard_x64_dvd_X14-26714.iso &lt;/LI&gt;
&lt;LI&gt;ServerHyper_MUIx2-080912.iso &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;The only setting I changed during installation was the keyboard lay-out which I set to US-International. &lt;/P&gt;
&lt;P&gt;On the full installations I used Windows Update to determine the required updates. On the Server Core installations I used &lt;STRONG&gt;&lt;FONT color=#808080&gt;cscript.exe WUA_SearchDownloadInstall.vbs&lt;/FONT&gt;&lt;/STRONG&gt; to determine the updates. On Hyper-V Server 2008 I used &lt;STRONG&gt;&lt;FONT color=#808080&gt;HVConfig.cmd&lt;/FONT&gt;&lt;/STRONG&gt; wizard.&lt;/P&gt;
&lt;P&gt;I installed and checked for updates on &lt;STRONG&gt;&lt;FONT color=#0080ff&gt;Wednesday October 22, 2008&lt;/FONT&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;I saw there were no differences between updating a Windows Server 2008 edition with or without Hyper-V (same updates apply) and no differences between updating an Enterprise and a Standard edition (same updates apply). &lt;/P&gt;
&lt;P&gt;In the table below you'll find the updates by Knowledgebase Article number per installation:&lt;/P&gt;
&lt;TABLE class="" cellSpacing=0 cellPadding=2 width=532 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=99&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;STRONG&gt;Full&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;STRONG&gt;Server Core&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;STRONG&gt;Hyper-V Server&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB890830&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Malicious Software Removal Tool&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB938464 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Security Update&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB940518 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Update for Server Manager (&lt;FONT color=#008000&gt;Optional&lt;/FONT&gt;)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;KB947864&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Cumulative Update (Internet Explorer 7)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB948590 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Security Update&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB949189 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Update (Replication)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB950050 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Update for Hyper-V RTM&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB950582 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Security Update&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB950762 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Security Update&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB950974 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Security Update&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB951066 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Security Update (Windows Mail)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB951072 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Update (Daylight Saving Time)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB951698 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Security Update&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB951978 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Update (Cscript/Wscript)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB952287 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Update (MDAC)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;KB953631&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Update (Last known Good Configuration)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB953733 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Security Update&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;KB953838&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Cumulative Update (Internet Explorer 7)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;KB954211&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Security Update&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB954366 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Update (App Comp)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB955020 &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Update (dictionaries)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;
&lt;P&gt;KB955302&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Update (performance)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;KB956390&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Cumulative Update (Internet Explorer 7)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;KB956391&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Cumulative Update (Active X / IE 7)&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;KB956841&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Security Update&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=97&gt;KB957095&lt;/TD&gt;
&lt;TD class="" vAlign=top width=249&gt;Security Update&lt;/TD&gt;
&lt;TD class="" vAlign=top width=63&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=61&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=58&gt;
&lt;P align=center&gt;&lt;FONT face=Webdings&gt;a&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;H1&gt;Analyzing&lt;/H1&gt;
&lt;P&gt;Full installations of Windows Server 2008 required 22 updates&amp;nbsp; and 1 optional update. &lt;BR&gt;Server Core installations of Windows Server 2008 required 19 updates. &lt;BR&gt;After installation Hyper-V Server 2008 required 15 updates.&lt;/P&gt;
&lt;P&gt;At first glance these numbers don’t seem to represent Microsoft’s promise of 40% less updates.&lt;/P&gt;
&lt;P&gt;When distinguishing between security updates and updates that improve the performance, stability and compatibility of Windows Server 2008 the following figure shows what Microsoft meant:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3184/492x375.aspx" mce_src="http://blogs.dirteam.com/photos/sanderberkouwer/images/3184/492x375.aspx"&gt; &lt;/P&gt;
&lt;P&gt;You can see clearly both Server Core and Full installation