<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.dirteam.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The things that are better left unspoken</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/default.aspx</link><description>a blog by Sander Berkouwer</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Active Directory Domain Services Command Fu, Part 1</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2010/03/11/active-directory-domain-services-command-fu-part-1.aspx</link><pubDate>Thu, 11 Mar 2010 14:04:41 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4507</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4507.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4507</wfw:commentRss><description>&lt;p&gt;As some systems administrators have already found out, on Microsoft Windows Servers some tasks cannot be performed using the Graphical User Interface (GUI). Although multiple vendors have released graphical tools to make these tasks &lt;strike&gt;even more tedious&lt;/strike&gt; easier for the typical &lt;em&gt;click-on-through&lt;/em&gt; Windows Admin, these tasks can easily be performed using the built-in command tools. Also, some queries for information using the built-in graphical tools can result in numerous clicks, ending with information scattered throughout management consoles and screens. &lt;/p&gt;  &lt;p&gt;I think every self-respecting Active Directory Domain Services Admin should know the command-line equivalents of 3rd party tools or needlessly complex click sequences. &lt;/p&gt;  &lt;p&gt;Even when you’re comfortable using them, it wouldn’t hurt to show off some Active Directory Domain Services Command Fu, would it? Then again, only the more advanced stuff in Active Directory Domain Services is hidden from plain sight. Unless you’re aiming on using ldp.exe or adsiedit.msc all the time to hack your way through your Active Directory jungle and if you’re truly aiming for that senior Active Directory admin position, you should keep reading! &lt;img src="http://blogs.dirteam.com/emoticons/emotion-11.gif" alt="Cool" /&gt;&lt;/p&gt;  &lt;p&gt;So, to kick off this series, the following three Active Directory Domain Services management tasks, &lt;strong&gt;&lt;font color="#ff0000"&gt;applicable to all current Domain and Forest Functional Levels&lt;/font&gt;&lt;/strong&gt;, cannot or cannot be easily performed using the built-in Graphical User Interface (GUI), but instead rock on the command line!&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Creating custom application partitions &lt;/h2&gt;  &lt;p&gt;&lt;u&gt;&lt;u&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px 20px 30px 10px; display: inline; border-top: 0px; border-right: 0px" title="ADSite" border="0" alt="ADSite" align="left" src="http://blogs.dirteam.com/blogs/sanderberkouwer/ADSite_12C778D5.jpg" width="34" height="33" /&gt;&lt;/u&gt;Command-line tool to use:&lt;/u&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;ul&gt;     &lt;li&gt;&lt;strong&gt;dnscmd.exe&lt;/strong&gt;&lt;/li&gt;      &lt;li&gt;&lt;strong&gt;ntdstuil.exe&lt;/strong&gt;&lt;/li&gt;   &lt;/ul&gt; &lt;/blockquote&gt;  &lt;p&gt;Replication in Active Directory is controlled through application directory partitions. An application directory partition is a directory partition that can be used to replicate changes only to specific domain controllers. Application directory partitions are particularly useful when controlling the Domain Controllers to which you want to replicate Active Directory-integrated DNS Zones, since some companies have requirements beyond the DomainDnsZones and ForestDnsZones application partitions available by default.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#0080ff"&gt;Tip!&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt;      &lt;br /&gt;To gain access to &lt;strong&gt;dnscmd.exe&lt;/strong&gt; on a Windows 2000 Server you need to install the Resource Kit tools. a separately downloadable dnscmd.exe for usage on Windows 2000 Server is available &lt;a href="http://www.dynawell.com/download/reskit/microsoft/win2000/dnscmd.zip"&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;However, creating custom application directory partitions cannot be done using the Graphical User Interface (GUI). You will need to create a custom application directory partitions using &lt;strong&gt;dnscmd.exe /createdirectorypartition&lt;/strong&gt; first, before you can change the replication scope of DNS to it.&lt;/p&gt;  &lt;p&gt;While that last part can actually be performed using the Graphical User Interface, you can also use &lt;strong&gt;dnscmd.exe /enlistdirectorypartition&lt;/strong&gt; to complete the task on the command line.&lt;/p&gt;  &lt;p&gt;Alternatively, you can also use the built-in commands within the &lt;strong&gt;domain management&lt;/strong&gt; context in &lt;strong&gt;ntdsutil.exe&lt;/strong&gt; to delete or create directory partitions and add or remove replicas to or from the directory partition.&lt;/p&gt;  &lt;p&gt;More information on custom application partitions:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc961591.aspx"&gt;Directory Partitions&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/884116"&gt;884116 How to create and apply a custom application directory partition on an Active Directory integrated DNS zone in Windows Server 2003&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.petri.co.il/download_free_reskit_tools.htm"&gt;Petri.co.il - Download Free Windows 2000 Resource Kit Tools&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.windowsitpro.com/article/john-savills-windows-faqs/how-do-i-create-a-custom-application-partition-in-my-domain-.aspx"&gt;WindowsITPro - How do I create a custom application partition in my domain?&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://wiki.answers.com/Q/How_do_you_create_a_new_application_partition"&gt;Answers.com - How do you create a new application partition?&lt;/a&gt;&amp;#160;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Quering Group Policy Replication Health&lt;/h2&gt;  &lt;p&gt;&lt;u&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px 20px 10px 10px; display: inline; border-top: 0px; border-right: 0px" title="GPMc" border="0" alt="GPMc" align="left" src="http://blogs.dirteam.com/blogs/sanderberkouwer/GPMc_1182DFF6.jpg" width="32" height="32" /&gt; Command-line tool to use:&lt;/u&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;ul&gt;     &lt;li&gt;&lt;strong&gt;gpotool.exe&lt;/strong&gt;&lt;/li&gt;   &lt;/ul&gt; &lt;/blockquote&gt;  &lt;p&gt;Group Policy Objects (GPOs) typically consist of a Group Policy Container (stored within Active Directory under CN=Policies,CN=System,DC=Domain,DC=tld) and a Group Policy Template. (stored within the System Volume, SYSVOL in the Policies file folder)&lt;/p&gt;  &lt;p&gt;When replicating the versions of the Group Policy Container (GPC) and Group Policy Template (GPT) might get skewed. When the version numbers don’t match, the Group Policy doesn’t get applied. &lt;/p&gt;  &lt;p&gt;While you can check the versions and health of the Group Policy Object (GPO) using the Group Policy Management Console (GPMC) where you’d check the version tab, the GPMC is a download on most downlevel versions of Windows Server.&lt;/p&gt;  &lt;p&gt;Using the Group Policy Verification Tool (&lt;strong&gt;gpotool.exe&lt;/strong&gt;) you can check the health of Group Policy Objects (GPOs). Going one step further, using &lt;strong&gt;gpotool.exe &lt;/strong&gt;with the &lt;strong&gt;/verbose&lt;/strong&gt; switch, adds version information to the output. &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#0080ff"&gt;Tip!&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt;      &lt;br /&gt;For Windows Server 2003, the Group Policy Verification Tool is part of &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=96A35011-FD83-419D-939B-9A772EA2DF90"&gt;the Windows Server 2003 deployment Tools&lt;/a&gt;. For Windows 2000 Serer, the Group Policy Verification Tool is part of &lt;a href="http://support.microsoft.com/kb/927229"&gt;the Windows 2000 Resource Kit&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;More information on the Group Policy Verification tool:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.gpoguy.com/FAQs/Whitepapers/tabid/63/articleType/ArticleView/articleId/6/Understanding-Group-Policy-Storage.aspx"&gt;GpoGuy.com - Understanding Group Policy Storage&lt;/a&gt;&amp;#160;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.gpoguy.com/FAQs/Whitepapers/tabid/63/articleType/ArticleView/articleId/2/GPO-Troubleshooting-FAQ.aspx"&gt;GpoGuy.com - GPO Troubleshooting FAQ&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/927229"&gt;Windows 2000 Resource Kit Tools for administrative tasks&lt;/a&gt;&amp;#160;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc759170(WS.10).aspx"&gt;Configuring Administrative Workstation Settings for Group Policy Troubleshooting&lt;/a&gt;&amp;#160;&amp;#160; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Editing advanced trust properties&lt;/h2&gt;  &lt;p&gt;&lt;u&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 10px 20px 10px 10px; display: inline; border-top: 0px; border-right: 0px" title="ADDomain" border="0" alt="ADDomain" align="left" src="http://blogs.dirteam.com/blogs/sanderberkouwer/ADDomain_04A889D8.jpg" width="33" height="33" /&gt; Command-line tool to use:&lt;/u&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;ul&gt;     &lt;li&gt;&lt;strong&gt;netdom.exe&lt;/strong&gt;&lt;/li&gt;   &lt;/ul&gt; &lt;/blockquote&gt;  &lt;p&gt;Active Directory Domains and Trusts, to most, are the stuff of acquisitions,mergers and worlds of distrust between groups of admins. I don’t want to diverge much in the wonderful world of trusts, but I do want to talk about editing two trust-related properties, that are essential to restructuring Active Directory forests using the Active Directory Migration Tool (ADMT):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;SID Filtering&lt;/li&gt;    &lt;li&gt;SID History&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;SID History is an attribute for an Active Directory object that may contain a SID, the object used to have in a former Active Directory forest or domain. You can fill the sIDHistory attribute using the the Active Directory Migration Tool (ADMT) or manually. With the sIDHistory attribute, the object may bypass Access Control Lists (ACLs).&lt;/p&gt;  &lt;p&gt;By default on Windows Server 2003 and onwards, sIDfiltering quarantining is turned on for Active Directory external trusts. This means, the SIDHistory attribute for a user is filtered out and discarded. When creating a trust from a Pre-SP4 Windows 2000 Server-based Domain Controller you will need to enable sIDfiltering manually if you want to use it. &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;Performing the commands below to enable SID History and disable SID Quarantining may post a security risk. When an attacker manually fills the sIDHistroy attribute, the attacker may gain unauthorized rights over the trust.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;To disable SID Filtering quarantining and enable SID History use the following commands:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;Netdom trust &lt;/strong&gt;&lt;em&gt;TrustingDomain.tld &lt;/em&gt;&lt;strong&gt;/domain:&lt;/strong&gt; &lt;em&gt;TrustedDomain.tld        &lt;br /&gt;&lt;/em&gt;&lt;strong&gt;/quarantine:No &lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;Netdom trust &lt;/strong&gt;&lt;em&gt;TrustingDomain.tld &lt;/em&gt;&lt;strong&gt;/domain:&lt;/strong&gt; &lt;em&gt;TrustedDomain.tld       &lt;br /&gt;&lt;/em&gt;&lt;strong&gt;/enableSIDHistory:Yes &lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;More information on Active Directory trusts:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/289243"&gt;289243 MS02-001: Forged SID could result in elevated privileges in Windows 2000&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc772633(WS.10).aspx"&gt;Configuring SID Filtering Settings&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.windowsitpro.com/article/resource-kit/sid-filtering.aspx"&gt;WindowsITPro - SID Filtering&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.markmmanning.com/blog/labels/ADMT.html"&gt;Enable SID History / Disable SID Filtering&lt;/a&gt;&amp;#160;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://searchwinit.techtarget.com/tip/0,289483,sid1_gci1124269,00.html"&gt;SearchWinIT - SIDs help tighten AD security&lt;/a&gt;&amp;#160;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://therealshrimp.blogspot.com/2009/04/inter-forest-migration.html"&gt;Inter-Forest migration. Trust requirements&lt;/a&gt;&amp;#160;&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4507" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server/default.aspx">Microsoft Windows Server</category></item><item><title>Presenting for Hyper-V.nu (again)</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2010/02/26/presenting-for-hyper-v-nu-again.aspx</link><pubDate>Fri, 26 Feb 2010 09:45:43 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4474</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4474.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4474</wfw:commentRss><description>&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="LiveAccountPictureFramed_4A6C7866[1]" border="0" alt="LiveAccountPictureFramed_4A6C7866[1]" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/LiveAccountPictureFramed_4A6C78661_2A20902E.png" width="125" height="125" /&gt; On Wednesday March 3, 2010 &lt;a href="http://www.hyper-v.nu/"&gt;Hyper-V.nu (the Dutch Hyper-V Community)&lt;/a&gt; organizes another meeting for Dutch Hyper-V enthusiasts. This time, they’re partnering with &lt;a href="http://www.nobel.nl/Pages/Welcome.aspx"&gt;Nobel&lt;/a&gt; for the location, food and drinks. &lt;/p&gt;  &lt;h2&gt;About the event&lt;/h2&gt;  &lt;p&gt;The event will be held at Nobel at Gooimeer 18 in Naarden, the Netherlands from 9AM to 4PM. The website for the event is currently located at the frontpage of &lt;a href="http://www.hyper-v.nu/?p=1#utm_source=feed&amp;amp;utm_medium=feed&amp;amp;utm_campaign=feed"&gt;hyper-v.nu&lt;/a&gt;, but Nobel also has &lt;a href="http://www.nobel.nl/Evenementen/Pages/Hyper-Vnu%20meeting%202010.aspx"&gt;a nice page with information&lt;/a&gt;. Attending the meeting is free of charge. No such thing as a free lunch? Apparently, there is one… and it’s accompanied by free drinks after the event. &lt;/p&gt;  &lt;p&gt;The agenda looks like this:&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="2" width="491"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="110"&gt;09:30 – 10:30&lt;/td&gt;        &lt;td valign="top" width="379"&gt;&lt;strong&gt;Microsoft Enterprise Desktop Virtualization            &lt;br /&gt;&lt;/strong&gt;(Ment van der Plas, Login Consultants, &lt;font color="#0080ff"&gt;App-V MVP&lt;/font&gt;)           &lt;br /&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;10:30 – 11:30&lt;/td&gt;        &lt;td valign="top" width="379"&gt;&lt;strong&gt;Active Directory and Hyper-V&lt;/strong&gt;           &lt;br /&gt;(Sander Berkouwer, OGD, &lt;font color="#0080ff"&gt;Directory Services MVP&lt;/font&gt;)           &lt;br /&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;11:45 – 12:45&lt;/td&gt;        &lt;td valign="top" width="379"&gt;&lt;strong&gt;Data protection in a Hyper-V R2 Virtual Environment            &lt;br /&gt;&lt;/strong&gt;(Hans Vredevoort, Nobel, &lt;font color="#0080ff"&gt;Cluster MVP&lt;/font&gt;)           &lt;br /&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;13:30 – 14:30&lt;/td&gt;        &lt;td valign="top" width="379"&gt;&lt;strong&gt;Exchange 2010 testing under Hyper-V R2&lt;/strong&gt;           &lt;br /&gt;(Jaap Wesselius, DM Consultants, &lt;font color="#0080ff"&gt;Exchange MVP&lt;/font&gt;)           &lt;br /&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;14:30 – 15:30&lt;/td&gt;        &lt;td valign="top" width="379"&gt;&lt;strong&gt;Hyper-V R2 Clusters and HP Servers and Storage            &lt;br /&gt;&lt;/strong&gt;(Bert de Reus, Nobel)           &lt;br /&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;My presentation&lt;/h1&gt;  &lt;p&gt;I’ll be providing a 60 minutes presentation on virtualizing Domain Controllers with Hyper-V.    &lt;br /&gt;This blog has seen some exposure on the subject already. All this stuff was covered in the following blogposts:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/08/13/active-directory-in-hyper-v-environments-part-1.aspx"&gt;Active Directory in Hyper-V environments, Part 1&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/08/14/active-directory-in-hyper-v-environments-part-2.aspx"&gt;Active Directory in Hyper-V environments, Part 2&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/08/15/active-directory-in-hyper-v-environments-part-3.aspx"&gt;Active Directory in Hyper-V environments, Part 3&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/11/21/active-directory-in-hyper-v-environments-part-4.aspx"&gt;Active Directory in Hyper-V environments, Part 4&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/04/21/active-directory-in-hyper-v-environments-part-5.aspx"&gt;Active Directory in Hyper-V environments, Part 5&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/10/27/active-directory-in-hyper-v-environments-part-6.aspx"&gt;Active Directory in Hyper-V environments, Part 6&lt;/a&gt;&amp;#160; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I think it’ll be fun, though, to actually break some Active Directory Domain Controllers using Hyper-V and System Center Virtual Machine Manager features, like cloning, snapshots, time synchronization and Online Physical to Virtual (P2V) migrations… &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;I hope to see you there!&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/strong&gt;&lt;/p&gt;  &lt;h2&gt;Previous gigs with Hyper-V.nu &lt;/h2&gt;  &lt;p&gt;You might remember I gave a demo for Hyper-V.nu last November. In forty-five minutes I converted a couple of Hyper-V Server 2008 R2 boxes into a live migration Hyper-V &lt;font color="#ff8000"&gt;R2&lt;/font&gt; solution to deliver the message that building a live migration cluster with Hyper-V Server 2008 &lt;font color="#ff8000"&gt;R2&lt;/font&gt; boxes isn’t that difficult. &lt;/p&gt;  &lt;p&gt;I had a great time and I guess the organization thought so too, because I’m back!    &lt;br /&gt;(after Alex Smits unfortunately double booked his agenda and backed out)&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4474" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Virtualization/default.aspx">Virtualization</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+MVP/default.aspx">Microsoft MVP</category></item><item><title>10 years of Active Directory</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2010/02/17/10-years-of-active-directory.aspx</link><pubDate>Wed, 17 Feb 2010 15:02:48 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4460</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4460.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4460</wfw:commentRss><description>&lt;p&gt;While last year, &lt;a href="http://blogs.dirteam.com/blogs/jorge/archive/2009/04/16/active-directory-s-10th-anniversary-in-a-production-network.aspx"&gt;Jorge mentioned the 10 year anniversary of a production deployed Active Directory domain&lt;/a&gt;, today DirTeam is celebrating the 10 year anniversary of Active Directory as a released product.&lt;/p&gt;  &lt;h2&gt;The first deployed Active Directory domain&lt;/h2&gt;  &lt;p&gt;According to Brian Puhl, on April 9, 1999 the Domain Controllers for the redmond.corp.microsoft.com Windows NT4-based domain were upgraded to a pre-release version of Windows 2000 Servers and thus became an Active Directory domain. Of course, today this domain is serviced by Windows Server 2008 R2 Domain Controllers and running the Windows Server 2008 R2 Domain Functional Level…&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px auto; padding-left: 0px; width: 425px; padding-right: 0px; display: block; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:51bee08d-3c55-4534-9b43-f23dc4563808" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=cK-QCdRX1yY" target="_new"&gt;&lt;img src="http://blogs.dirteam.com/blogs/sanderberkouwer/video8c22be0a844b_1BF5C8AF.jpg" style="border-style: none" galleryimg="no" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Active Directory release&lt;/h1&gt;  &lt;p&gt;The introduction of Active Directory to the world was part of the release of Windows 2000 Server on February 17, 2000. At the launch event, &lt;a href="http://www.microsoft.com/presspass/press/2000/Feb00/W2Kgatespr.mspx"&gt;Bill Gates ushered in the Next Generation of PC Computing&lt;/a&gt;. Today, this is 10 years ago. &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px auto; padding-left: 0px; width: 425px; padding-right: 0px; display: block; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:6a2b708f-308e-49b3-8b79-2f3c93feb718" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=yCzBS11xPkQ" target="_new"&gt;&lt;img src="http://blogs.dirteam.com/blogs/sanderberkouwer/video3a7447c2a7d8_3419330A.jpg" style="border-style: none" galleryimg="no" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;Windows 2000 Server, today is &lt;a href="http://support.microsoft.com/lifecycle/?LN=en-us&amp;amp;p1=7274&amp;amp;x=15&amp;amp;y=24"&gt;still supported by Microsoft&lt;/a&gt;. Although, since June 30, 2005 Microsoft is only releasing security hotfixes for Windows 2000, the extended support period ends on July 13, 2010. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Are you still running Windows 2000 Server-based Domain Controllers?&lt;/strong&gt;     &lt;br /&gt;You have less than 5 months to migrate to a newer version of Windows Server and experience the many benefits in Active Directory!&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/jorge/archive/2009/04/16/active-directory-s-10th-anniversary-in-a-production-network.aspx"&gt;Active Directory’s 10th anniversary in a production network&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a title="Permanent Link to Happy Birthday Redmond.Corp.Microsoft.Com" href="http://imav8n.wordpress.com/2009/04/09/happy-birthday-redmondcorpmicrosoftcom/"&gt;Permanent Link to Happy Birthday Redmond.Corp.Microsoft.Com&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/askds/archive/2009/04/10/happy-birthday-redmond-domain.aspx"&gt;Happy birthday Redmond domain :-)&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=cK-QCdRX1yY"&gt;One Decade Later: A Look Back at Microsofts Internal Launch of Active Directory&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://jacksonshaw.blogspot.com/2010/02/happy-birthday-active-directory.html"&gt;Happy Birthday Active Directory!&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.microsoft.com/presspass/press/2000/Feb00/W2Kgatespr.mspx"&gt;Gates Ushers in Next Generation of PC Computing With Launch of Windows 2000&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://support.microsoft.com/lifecycle/?LN=en-us&amp;amp;p1=7274&amp;amp;x=15&amp;amp;y=24"&gt;Microsoft Product Lifecycle for Windows 2000 Server&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4460" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Product+and+Manufacturer+News/default.aspx">Product and Manufacturer News</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server/default.aspx">Microsoft Windows Server</category></item><item><title>Server Core Roles and Features in 2008 R2</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2010/02/03/server-core-roles-and-features-in-2008-r2.aspx</link><pubDate>Wed, 03 Feb 2010 13:36:24 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4446</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4446.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4446</wfw:commentRss><description>&lt;div class="Section1"&gt;   &lt;p&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 0px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ServerCore" border="0" alt="ServerCore" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/ServerCore_43A131A5.jpg" width="80" height="95" /&gt; Server Core installations are versatile, secure and highly-optimized installations of Windows Server. Dubbed ‘Windows without Windows’ by some, these installation in Windows Server 2008 R2 are capable of providing more (infrastructural) services than ever! Just like Full installations of Windows Server 2008 R2, depending on the edition of your choice, or budget, the Server Roles and Features installable on a Server Core installation, vary, though. &lt;/p&gt;    &lt;p&gt;The table below shows the individual roles and features in fresh Server Core installations of Windows Server 2008 R2, Web (column 1), Standard (column 2), Enterprise (column 3) and Datacenter (column 4) edition. It also lists the Server Roles features in a fresh installation of the special-purpose Hyper-V server 2008 R2. (column 5):&lt;/p&gt;    &lt;table style="width: 396.5pt" class="MsoNormalTable" border="1" cellspacing="0" cellpadding="0" width="528" align="left"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td style="padding-bottom: 1.5pt; padding-left: 1.5pt; width: 252pt" width="345" top?="top?"&gt;           &lt;p style="line-height: normal; margin-bottom: 0pt"&gt;&lt;b&gt;Server Roles and Features&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="37"&gt;           &lt;p align="center"&gt;&lt;b&gt;W&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="37"&gt;           &lt;p align="center"&gt;&lt;b&gt;S&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="37"&gt;           &lt;p align="center"&gt;&lt;b&gt;E&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="37"&gt;           &lt;p align="center"&gt;&lt;b&gt;D&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="37"&gt;           &lt;p align="center"&gt;&lt;b&gt;H&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;           &lt;p&gt;Active Directory Certificate Services&lt;/p&gt;         &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;           &lt;p&gt;&amp;#160;&lt;/p&gt;         &lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;           &lt;p&gt;&amp;#160;&lt;/p&gt;         &lt;/td&gt;          &lt;td style="background: #00b050" width="32"&gt;           &lt;p&gt;&amp;#160;&lt;/p&gt;         &lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;           &lt;p&gt;&amp;#160;&lt;/p&gt;         &lt;/td&gt;          &lt;td style="background: red" width="36"&gt;           &lt;p&gt;&amp;#160;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;           &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Certificate Authority&lt;/p&gt;         &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;           &lt;p&gt;&amp;#160;&lt;/p&gt;         &lt;/td&gt;          &lt;td style="background: #00b050" width="36"&gt;           &lt;p&gt;&amp;#160;&lt;/p&gt;         &lt;/td&gt;          &lt;td style="background: #00b050" width="33"&gt;           &lt;p&gt;&amp;#160;&lt;/p&gt;         &lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;           &lt;p&gt;&amp;#160;&lt;/p&gt;         &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;           &lt;p&gt;&amp;#160;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Active Directory Domain Services&amp;#160; &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="34"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Active Directory Domain Controller&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Active Directory Lightweight Domain Services &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;DHCP Server &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;DNS Server &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;File Services&amp;#160;&amp;#160; &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; File Server &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Distributed File System &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; DFS Namespaces&amp;#160; &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; DFS Replication&amp;#160; &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; File Server Resource Manager &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Services for Network File System &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Branchcache for network files&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Hyper-V &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: gray" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Print and Document Services&amp;#160; &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Print Server &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; LPD Service&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Remote Desktop Services&amp;#160; &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Remote Desktop Virtualization Host &lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Web Server (IIS)&amp;#160;&amp;#160; &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Web Server &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Common HTTP features &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Static Content &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Default Document &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Directory Browsing &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; HTTP Errors&amp;#160; &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; HTTP Redirection &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; WebDAV Publishing &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application Development &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; ASP.NET &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; .NET Extensibility&amp;#160; &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; ASP &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; CGI &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; ISAPI Extensions &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; ISAPI Filters &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Server Side Includes &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Health and Diagnostics &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; HTTP Logging &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Logging Tools &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Request Monitor &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Tracing &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Custom Logging &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; ODBC Logging &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Security &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Basic Authentication &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Windows Authentication &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Digest Authentication &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Client Certificate Mapping Authenti… &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; IIS Client Certificate Mapping Auth… &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; URL Authorization &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Request Filtering &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; IP and Domain Restrictions &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Performance &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Static Content Compression &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; Dynamic Content Compression &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Management Tools &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; IIS Management Scripts and Tools &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Management Service &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; IIS 6 Management Compatibility &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; IIS 6 Metabase Compatibility&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; IIS 6 WMI Compatibility&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&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;&amp;#160;&amp;#160; IIS 6 Scripting Tools&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; FTP Server&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; FTP Service&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; FTP Extensibility&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; IIS Hostable Web Core&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;.Net Framework 2.0 Features&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;.Net Framework 3.5.1 Features &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .Net Framework 3.5.1&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WCF Activation&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; HTTP Activation&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Non-HTTP Activation&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Background Intelligent Transfer Service (BITS) &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Compact Server&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;BitLocker Drive Encryption&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;BranchCache&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Failover Clustering&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;MultiPath I/O&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Network Load Balancing&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Quality Windows Audio Video Experience&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;SNMP Services &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SNMP Service&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Subsystem for UNIX-based Application&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Telnet Client&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Windows Process Activation Service &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Process Model&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; .NET Environment&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Configuration APIs&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Windows Server Backup Features &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Windows Server Backup&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Command-line tools&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Windows PowerShell &lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Windows PowerShell Cmdlets&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;Windows Server Migration Tools&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;WinRM IIS Extension&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;WINS Server&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;WoW64 Support &lt;/td&gt;          &lt;td style="background: gray" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: gray" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: gray" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: gray" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: gray" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WoW64&lt;/td&gt;          &lt;td style="background: gray" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: gray" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: gray" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: gray" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: gray" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WoW64 for .NET Framework 2.0 and Win…&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WoW64 for .NET Framework 2.0&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WoW64 for Windows PowerShell&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WoW64 for .NET Framework 3.0 and 3.5&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WoW64 for Print Services&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;WoW64 for Failover Clustering&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WoW64 for Input Method Editor&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="345"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WoW64 for Subsystem for UNIX-based ap…&lt;/td&gt;          &lt;td style="background: red" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="37"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="35"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: #00b050" width="39"&gt;&amp;#160;&lt;/td&gt;          &lt;td style="background: red" width="38"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt;   &lt;span lang="EN-US"&gt;     &lt;p class="MsoNormal"&gt;       &lt;br clear="all" /&gt;&lt;/p&gt;      &lt;p class="MsoNormal"&gt;&amp;#160; &lt;br /&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;red&lt;/font&gt;&lt;/strong&gt;, unavailable&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;strong&gt;&lt;font color="#008000"&gt;green&lt;/font&gt;&lt;/strong&gt;, available for installation&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;strong&gt;&lt;font color="#808080"&gt;gray&lt;/font&gt;&lt;/strong&gt;, installed by default&lt;/p&gt;      &lt;blockquote&gt;       &lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;u&gt;Note:              &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;While some Server Roles and Features are available in multiple editions of Windows Server, the specific capabilities of the roles may vary between editions. &lt;/p&gt;     &lt;/blockquote&gt;      &lt;h2&gt;Further reading&lt;/h2&gt;      &lt;p class="MsoNormal"&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; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc753802(WS.10).aspx"&gt;Server Core Installation Option Getting Started Guide&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.microsoft.com/windowsserver2008/en/us/r2-compare-core-installation.aspx"&gt;Edition Comparison by Server Core Installation Option&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://windowsitpro.com/article/articleid/102087/q-what-are-the-new-features-in-server-core-in-windows-server-2008-r2.html"&gt;What are the new features in Server Core in Windows Server 2008 R2?&lt;/a&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://4sysops.com/archives/windows-server-2008-r2-server-core-sconfig-and-other-new-features/"&gt;Windows Server 2008 R2 Server Core – Sconfig and other new features&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;/p&gt;     &lt;a href="http://code.msdn.microsoft.com/r2core"&gt;Implement Minimalist Solutions using Windows Server 2008 R2 Server Core&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://geekswithblogs.net/cajunmcse/archive/2010/01/09/mpio-with-windows-2008-r2-server-core-and-iscsi.aspx"&gt;MPIO with Windows 2008 R2 Server Core and iSCSI&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://enews.penton.com/enews/windowsitpro/tipsandtricks/2009_05_18_051809/view.html"&gt;Windows Tips &amp;amp; Tricks UPDATE&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://beta.blogs.microsoft.co.il/blogs/alon/archive/2008/10/29/pdc-2008-managed-development-on-windows-server-core-2008-r2.aspx"&gt;PDC-2008 Managed Development on Windows Server Core 2008 R2&lt;/a&gt;&amp;#160; &lt;/span&gt;&lt;/div&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4446" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Server+Core/default.aspx">Server Core</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008+R2/default.aspx">Microsoft Windows Server 2008 R2</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Hyper-V+Server/default.aspx">Hyper-V Server</category></item><item><title>How to get going with PowerShell in Server Core R2</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2010/02/02/how-to-get-going-with-powershell-in-server-core-r2.aspx</link><pubDate>Tue, 02 Feb 2010 15:31:33 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4444</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4444.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4444</wfw:commentRss><description>&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 5px 0px; display: inline; border-top: 0px; border-right: 0px" title="Powershell" border="0" alt="Powershell" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Powershell_4D446563.png" width="75" height="75" /&gt; Server Core installations of Windows Server 2008 &lt;font color="#ff8000"&gt;R2&lt;/font&gt; and installations of Hyper-V Server 2008 &lt;font color="#ff8000"&gt;R2&lt;/font&gt; offer Windows PowerShell. A lot has been written on the geekiness of PowerShell, how it wasn’t included in Server Core installations of Windows Server 2008 R2 and how you could enable it anyway. The question however is, how do you get started with using PowerShell in Server Core? &lt;/p&gt;  &lt;p&gt;This blogpost shows you how to install PowerShell, how to start it up and issue some basic commands.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Installing PowerShell&lt;/h1&gt;  &lt;p&gt;To install Windows Powershell on a Server Core installation of Windows Server 2008 &lt;font color="#ff8000"&gt;R2&lt;/font&gt;, issue the following three commands:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;dism /online /enable-feature /featurename:NetFx2-ServerCore        &lt;br /&gt;dism /online /enable-feature /featurename:MicrosoftWindowsPowerShell         &lt;br /&gt;dism /online /enable-feature /featurename:ServerManager-PSH-Cmdlets&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;These commands will install the .Net Framework 2.0 binaries. This is a package, Windows PowerShell depends on. After you’ve successfully installed the .Net Framework you can install Windows PowerShell. Use the last command to be able to use the built-in PowerShell cmdlets for Server Manager.&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;The above commands are case sensitive.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;If you also need 32bit support in Windows Powershell, also issue the following two (again: case sensitive) commands:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;dism /online /enable-feature /featurename:NetFx2-ServerCore-WOW64        &lt;br /&gt;dism /online /enable-feature /featurename:MicrosoftWindowsPowerShell-WOW64&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#0080c0"&gt;Tip!&lt;/font&gt;&lt;/u&gt;&amp;#160; &lt;br /&gt;&lt;/strong&gt;You don’t need to install the base Windows on Windows (WoW) 64 package into a Server Core installation of Windows Server 2008 R2. This package is installed by default.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Starting PowerShell&lt;/h1&gt;  &lt;p&gt;To start using PowerShell you need to start it up. For some strange reason the path where PowerShell resides is not added to the %PATH% variable after installing, so you need to drill down to it, before you can start PowerShell.&lt;/p&gt;  &lt;p&gt;Use the following commands:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;cd C:\Windows\system32\WindowsPowerShell\v1.0          &lt;br /&gt;powershell&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Now PowerShell is started. (Congratulations! &lt;img src="http://blogs.dirteam.com/emoticons/emotion-11.gif" alt="Cool" /&gt; )&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Showing off PowerShell&lt;/h1&gt;  &lt;p&gt;One of the strongest examples of the strength of PowerShell is the ability to add and remove Server Roles and Server Features, without the need to worry whether you’re typing them right. (remember, the &lt;strong&gt;&lt;font color="#808080"&gt;dism.exe&lt;/font&gt;&lt;/strong&gt; command is case-sensitive) &lt;/p&gt;  &lt;p&gt;for instance, on the PowerShell you can use the following command to install the Windows on Windows (WoW) 64 support for .Net Framework 2.0:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#808080"&gt;PS &amp;gt; &lt;strong&gt;enable-windowsfeature netFX2-ServerCore-WoW64&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Also, one of the nice benefit of using the get-windowsfeature PowerShell cmdlet is you get the hierarchy, instead of the long list of Server Roles and Features you get when you use dism /online /get-features. See for yourselves, when you execute the following command:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#808080"&gt;PS &amp;gt; &lt;strong&gt;import-module ServerManager&lt;/strong&gt;         &lt;br /&gt;PS &amp;gt; &lt;strong&gt;get-windowsfeature&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://serktools.com/2010/01/20/windows-server-core-overview/"&gt;Windows Server Core: Overview&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://sgwindowsgroup.org/blogs/panda/archive/2009/10/06/learning-windows-2008-r2-server-core.aspx"&gt;Learning Windows Server 2008 R2 - Server Core…&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.msdn.com/powershell/archive/2009/11/09/windows-server-2008-r2-rocks.aspx"&gt;Windows Server 2008 R2 Rocks!&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://geekswithblogs.net/twickers/archive/2009/11/04/136013.aspx"&gt;How to enable PowerShell in Hyper-V Server 2008 R2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.redkitten.co.uk/windows-server/setup-core-configurator-on-windows-server-2008-r2/"&gt;Setup Core Configurator on Windows Server 2008 R2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://codygros.wordpress.com/2009/10/20/using-powershell-on-windows-server-2008-r2-server-core/"&gt;Using PowerShell on Windows Server 2008 R2 Server Core&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.networksasia.net/content/has-microsoft-redeemed-itself"&gt;Has Microsoft redeemed itself?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4444" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Administration/default.aspx">System Administration</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Server+Core/default.aspx">Server Core</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008+R2/default.aspx">Microsoft Windows Server 2008 R2</category></item><item><title>New gear</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2010/02/01/new-gear.aspx</link><pubDate>Mon, 01 Feb 2010 15:54:00 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4439</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4439.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4439</wfw:commentRss><description>&lt;P&gt;I’ve used a Dell Latitude D630 laptop for the past 13 months. It’s been my loyal companion on two Tech·Eds, a MVP Summit, at least a dozen demos and presentations and has been with me to work with various customers. This device is equipped with an Intel Core 2 Duo T8100 processor, 4GB RAM, a 14,1” 1440x900 screen, Dell integrated WiFi and Bluetooth, a 9cell battery and a 160GB hard drive (fourth one). &lt;/P&gt;
&lt;P&gt;This device now shows some remarkable traces of use, most notably a couple of cracks in the body and screen bezel, a row of dead pixels half way up the screen and a dent in the keyboard somewhere around the enter key. It also sounds a distressed ‘something’s wrong’ hardware beep once in a while…&lt;/P&gt;
&lt;P&gt;It’s being replaced with: &lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.tech2.com/media/images/2008/Aug/img_81601_dell-latitude-e6400.jpg" width=512 height=384 mce_src="http://www.tech2.com/media/images/2008/Aug/img_81601_dell-latitude-e6400.jpg"&gt;&lt;/P&gt;
&lt;H1&gt;a Dell Latitude E6500&lt;/H1&gt;
&lt;P&gt;A spanking new Dell Latitude E6500 in brush metal black with the following specs:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Intel Core 2 Duo P9700 (2,80 GHz) processor &lt;/LI&gt;
&lt;LI&gt;15,4” WUXGA (1920x1200) LCD screen &lt;/LI&gt;
&lt;LI&gt;8192 MB DDR2-800 RAM &lt;/LI&gt;
&lt;LI&gt;250GB 7200rpm hard disk with free fall sensor &lt;/LI&gt;
&lt;LI&gt;D-SUB &amp;amp; Display Port out &lt;BR&gt;(with HDMI out through an optional cable)&lt;/LI&gt;
&lt;LI&gt;eSATA port&lt;/LI&gt;
&lt;LI&gt;USB Powershare port &lt;BR&gt;(for charging USB devices when the laptop is off)&lt;/LI&gt;
&lt;LI&gt;Integrated 2,0 Megapixel Webcam &lt;/LI&gt;
&lt;LI&gt;8x DVD+/-RW drive &lt;/LI&gt;
&lt;LI&gt;Wireless 370 Bluetooth &lt;/LI&gt;
&lt;LI&gt;802.11a/b/g/n wireless networking &lt;/LI&gt;
&lt;LI&gt;Integrated keyboard backlighting &lt;/LI&gt;
&lt;LI&gt;6cell battery &lt;/LI&gt;
&lt;LI&gt;3 years of Pro Support &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Of course these specs are well above average, but some modifications need to be made (most of them to some of the accessories) to meet my needs. The 3-way power cord for instance doesn’t fit in the 230V socket in the back of the car and the privacy screen of the old laptop doesn’t fit on the new one. Also, I suspect my laptop bag to play a vital role in the damage done to the previous laptop, so I’m having that replaced as well. &lt;/P&gt;
&lt;P&gt;A SSD drive is also on my wish list, but deemed too expensive at this point in time. I guess there's always room for improvement.&lt;/P&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4439" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Tools+I+use/default.aspx">Tools I use</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx">Personal</category></item><item><title>Re-awarded MVP</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2010/01/02/re-awarded-mvp.aspx</link><pubDate>Sat, 02 Jan 2010 10:15:00 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4424</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4424.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4424</wfw:commentRss><description>&lt;P&gt;Being a Microsoft Most Valuable Professional (MVP) is a one-year gig. My first year as a Directory Services MVP started January 1, 2009. Since then I proudly displayed the MVP logo on the left hand side of my blog. From the Least Amount of Administrative Effort point of view, I was curious to find out whether I could keep the logo there.&lt;/P&gt;
&lt;P&gt;With great pleasure I received the following e-mail today:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://adminframework.mvpaward.com/images/MVPLogo.jpg" width=490 height=93 mce_src="http://adminframework.mvpaward.com/images/MVPLogo.jpg"&gt;&lt;/P&gt;
&lt;H3&gt;Congratulations 2010 Microsoft MVP!&lt;/H3&gt;
&lt;P&gt;Dear Sander Berkouwer,&lt;/P&gt;
&lt;P&gt;Congratulations! We are pleased to present you with the 2010 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions in Directory Services technical communities during the past year.&lt;/P&gt;
&lt;P&gt;The Microsoft MVP Award provides us the unique opportunity to celebrate and honor your significant contributions and say "Thank you for your technical leadership."&lt;/P&gt;
&lt;P&gt;Toby Richards &lt;BR&gt;General Manager &lt;BR&gt;Community &amp;amp; Online Support&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What a great way to start 2010! &lt;img src="http://blogs.dirteam.com/emoticons/emotion-11.gif" alt="Cool" /&gt;&lt;/P&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4424" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+MVP/default.aspx">Microsoft MVP</category></item><item><title>7 Things to look for in Windows 7 PC Hardware</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/12/18/7-things-to-look-for-in-windows-7-pc-hardware.aspx</link><pubDate>Fri, 18 Dec 2009 22:12:24 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4393</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4393.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4393</wfw:commentRss><description>&lt;p&gt;With Windows Vista amounting to a 31% market share in enterprise environments, many big companies will be making to switch from Windows XP to Windows 7 directly. In the eight years between their respective launches, a lot has changed in the world. Not just in the world we know, but also in the world of hardware. Windows Vista and Windows 7 support a lot of these new technologies and even build upon them to provide functionality not found in previous versions of Windows.&lt;/p&gt;  &lt;p&gt;To benefit from some of Windows’ functionality you’ll need specific hardware. This post shows you the system specifications to look for in future standardized workstations and laptops. It may help you to determine whether those old crusty workstations will be prime targets for your Windows 7 deployment project…&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;1. Smooth operation&lt;/h2&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Ram" border="0" alt="Ram" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Ram_11477CEC.png" width="128" height="128" /&gt; Windows XP is not a memory-hungry Operating System by todays standards. Running an Operating System smoothly with 512MB RAM is not something Windows Vista or Windows 7 pull off. But at least with Windows 7 you can get by with less RAM, to make a system open and manipulate Office files and have a couple of other applications open, compared to the 2GBs of RAM you’d need in a Windows Vista rig to get equal ratings on the quality of the IT environment from your colleagues. &lt;/p&gt;  &lt;p&gt;Together with some colleagues I’ve performed my own tests and came to the following conclusions:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows 7 and 1GB RAM work together for light and medium office purposes      &lt;br /&gt;(2-6 applications open at the same time) &lt;/li&gt;    &lt;li&gt;Most new PCs nowadays are sold with 2 GB RAM. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;When you’re running more demanding programs, even on rigs with 2 GB RAM, you’re likely to run into a performance bottleneck. When Windows needs to allocate more RAM than is physically available, it will use the page file on the hard disk. Since disk storage is slower than RAM, this significantly hits performance. Adding RAM solves this problem. &lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; margin: 0px 10px 15px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="usb_flash_drive" border="0" alt="usb_flash_drive" align="left" src="http://blogs.dirteam.com/blogs/sanderberkouwer/usb_flash_drive_48415B25.png" width="100" height="63" /&gt;Also, &lt;a href="http://www.microsoft.com/windows/windows-vista/features/readyboost.aspx"&gt;ReadyBoost&lt;/a&gt;, a feature that has been around since Windows Vista, can be used. Instead of using the page file on disk to expand RAM, first a file on a flash drive will be used. Flash drives are most commonly faster than disk storage.&amp;#160; When using USB media, make sure it’s at least 256MB in size, USB 2.0 compatible and plugged into an USB 2.0 socket.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;2. BitLocker Drive Encryption&lt;/h2&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;u&gt;Requires&lt;font color="#ff0000"&gt;&lt;u&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 0px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Bitlocker Drive Encryption" border="0" alt="Bitlocker Drive Encryption" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/BitlockerDriveEncryption_4E1BFEBE.png" width="100" height="100" /&gt;&lt;/u&gt;&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;a Trusted Platform Module (TPM) chip on the motherboard (version 1.2 or later), or USB support in the system BIOS      &lt;br /&gt;(and USB media you’re destined to lose…). &lt;/li&gt;    &lt;li&gt;Windows 7 Enterprise &lt;/li&gt;    &lt;li&gt;Optional: Active Directory schema update &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;One of the most promising features in Windows Vista Enterprise and Windows 7 Enterprise is the BitLocker functionality. In Windows Vista with Service Pack 1 and later it allows for encryption of the contents of the partitions on the hard disk. In Windows 7 it also allows for encryption of removable storage, which is called BitLocker-to-go. BitLocker can be enabled in many ways, but the most robust way requires a Trusted Platform Module (TPM) chip on the motherboard. The chip needs to be version 1.2 or later.&lt;/p&gt;  &lt;p&gt;Without a suitable TPM chip BitLocker can only be used to encrypt the contents of the hard disk using a USB device, containing a startup key. This mode requires that the BIOS on the protected machine supports the reading of USB devices in the pre-OS environment, which would be an alternative system requirement to the TPM chip requirement.&lt;/p&gt;  &lt;p&gt;An Active Directory schema update and accompanying tools are available to store recovery keys in Active Directory to allow central recovery of data on unbootable systems due to corrupted USB devices and messed-up TPM ownership.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;3. Windows XP mode and MED-V&lt;/h2&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;u&gt;&lt;font color="#ff0000"&gt;&lt;u&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Windows XP Mode" border="0" alt="Windows XP Mode" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/WindowsXPMode_17CAD6AF.png" width="125" height="104" /&gt;&lt;/u&gt;&lt;/font&gt;Requires&lt;/u&gt;&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;a CPU with      &lt;ul&gt;       &lt;li&gt;Intel® Virtualization Technology or &lt;/li&gt;        &lt;li&gt;AMD-V™ features &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Virtualization features enabled in the system BIOS &lt;/li&gt;    &lt;li&gt;1,5 GB of additional hard disk space &lt;/li&gt;    &lt;li&gt;512 MB of additional RAM &lt;/li&gt;    &lt;li&gt;Windows 7 Professional, Windows 7 Enterprise or Windows 7 Ultimate &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;u&gt;&lt;font color="#0080c0"&gt;Recommended&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows 7 licenses with Software Assurance and Microsoft Desktop Optimization Pack for Software Assurance (MDOP) licenses for large-scale deployments &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For 100% 32bit Windows XP compatibility in Windows 7 Professional and Windows 7 Enterprise Microsoft offers a feature called &lt;a href="http://www.microsoft.com/windows/virtual-pc/default.aspx"&gt;Windows XP Mode&lt;/a&gt;. Leveraging the power of Windows Virtual Pc (the successor to Virtual PC 2007) it simultaneously&amp;#160; boots up a virtualized and optimized instance of Windows XP. The built-in USB support allows the virtualized Windows XP instance access to USB devices, which can be used with legacy Windows XP drivers. Using the Application Publishing functionality, programs installed in the virtualized Windows XP instance show up in the Start Menu of the Windows 7 host. &lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; margin: 0px 10px 10px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.dirteam.com/blogs/sanderberkouwer/image_6B41A6C8.png" width="75" height="74" /&gt;Where Windows XP Mode can be used on an ad-hoc basis to address specific compatibility needs, Microsoft Enterprise Desktop Virtualization (MED-V) can be used for large-scale, centrally manageable deployments, when a Windows 7-compatible version of MED-V is released. (&lt;a href="http://blogs.technet.com/mdop/archive/2009/09/14/mdop-2009-r2-what-s-new-in-mdop-for-windows-7.aspx"&gt;v1.0 SP1 should do the trick&lt;/a&gt;) and be part of the Microsoft Desktop Optimization Pack for Software Assurance (MDOP).&lt;/p&gt;  &lt;p&gt;Microsoft Enterprise Desktop Virtualization (MED-V) is a compatibility solution based on policies to deploy, stream, secure, expire and update virtualized Windows installations on top of Windows Virtual PC. MED-V is based on technology from Kidaro, a 2008 Microsoft acquisition. &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;4. Multi Touch&lt;/h2&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;u&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="tablet" border="0" alt="tablet" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/tablet_02F8DE2F.jpg" width="116" height="130" /&gt; Requires&lt;/u&gt;&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;a Multi Touch capable screen or touchpad &lt;/li&gt;    &lt;li&gt;Windows 7, Home Premium, Professional, Enterprise or Ultimate. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Windows Touch has been around for a while now, and even had its own Windows edition in its heydays (Windows XP Tablet PC Edition). But the Touch interface as it’s found in Tablet PCs has had a major upgrade, with the arrival of Multi Touch functionality in Windows 7.&lt;/p&gt;  &lt;p&gt;To take advantage of Windows Multi Touch, the computer needs to be equipped with a Multi Touch capable touchscreen or trackpad. Although, the multi touch touchscreen delivers the richest (Microsoft Surface-like) experience, a multi touch trackpad can also deliver the multi touch functionality needed for some business cases.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;Note:&lt;/u&gt;&lt;/strong&gt;       &lt;br /&gt;While Windows Multi-Touch offers capturing multiple concurrent touches, an application running on top of Windows will also need to offer this functionality. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;&lt;font color="#ff0000"&gt;&lt;u&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Power Options" border="0" alt="Power Options" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/PowerOptions_5AE62F0F.png" width="100" height="100" /&gt;&lt;/u&gt;&lt;/font&gt;5. Sleep&lt;/h2&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;u&gt;Requires&lt;/u&gt;&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;a Windows 7-compatible ACPI BIOS &lt;/li&gt;    &lt;li&gt;Windows 7 compatible drivers &lt;/li&gt;    &lt;li&gt;Windows 7 Home Basic, Home Premium, Professional, Enterprise or Ultimate. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;One of the big and direct money-saving features in Windows Vista and Windows 7 is the way the computer will go to (hybrid) sleep when not used. Estimates on the impact of this feature, enabled by default, range from €60 per year per PC to comparing migrating Windows XP to Windows Vista or Windows 7 to cutting the emission of 10 average cars…&lt;/p&gt;  &lt;p&gt;To stay asleep all connected devices need to work together. An USB mouse should not wake up the PC when the mouse is barely touched. To resume from sleep successfully, the BIOS of the PC should have a Windows 7-compliant ACPI, which means it should support ACPI revision 4.0, dated June 16, 2009.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;6. DirectAccess&lt;/h2&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;u&gt;Requires&lt;/u&gt;&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows 7 Enterprise or Windows 7 Ultimate &lt;/li&gt;    &lt;li&gt;A server, installed with Windows Server 2008 R2, with two Network Interface Cards (NICs), configured as DirectAccess server and a member of the Active Directory infrastructure, placed on the perimeter network (also known as DMZ). One of the NICs of the DirectAccess server needs to be connected directly to the Internet, the other NIC needs to be connected to the intranet. On the DirectAccess server, at least two consecutive, public IPv4 addresses need to be assigned to the NIC connected to the Internet. &lt;/li&gt;    &lt;li&gt;At least one server configured as a web server. &lt;/li&gt;    &lt;li&gt;IPv6 connectivity on the corporate network (intranet) or a server configured with Microsoft Forefront Unified Access Gateway (UAG) configured as an IPv6/IPv4DNS and IPv6/IPv4NAT to provide access to IPv4-only hosts. &lt;/li&gt;    &lt;li&gt;Active Directory infrastructure with at least one Domain Controller running Windows Server 2008 with Service Pack 2 or Windows Server 2008 R2. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;u&gt;&lt;font color="#0080c0"&gt;Recommended&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Active Directory Certificate Services recommended (certificates are required if the DirectAccess server needs to enforce client health) &lt;/li&gt;    &lt;li&gt;Use of smartcards recommended, requiring a smartcard and smartcard reader per DirectAccess user. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Laptops and other domain-joined portables are hard to manage when they’re not connected to the corporate network. Also, in these situations, line of business (LOB) applications are unusable most of the time, except when a VPN or dial-up connection is in use.&lt;/p&gt;  &lt;p&gt;With DirectAccess domain-joined computers can be connected to the corporate network whenever an Internet connection is available. There’s no need to VPN into the corporate network, since DirectAccess is configured centrally and settings are figured out automatically by the client. &lt;/p&gt;  &lt;p&gt;When a computer is connected through DirectAccess, it is manageable. Group Policies can be used when the minimum amount of bandwidth is available. (&lt;a href="http://technet.microsoft.com/en-us/library/cc978243.aspx"&gt;slow link detection&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; margin: 0px 5px 25px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Smartcard" border="0" alt="Smartcard" align="left" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Smartcard_27A1D864.png" width="80" height="80" /&gt; To make DirectAccess truly secure, use it in combination with Network Access Protection (NAP). For this to work you will need to work with certificates and the only truly secure way to store user certificates is to use smartcards. Many laptops have built-in smartcard readers. If you’re looking to deploy DirectAccess with vision, look for equipment with built-in smartcard readers (for laptops) or USB-attached smartcard readers (for desktops).&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="windowsanytime" border="0" alt="windowsanytime" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/windowsanytime_124C403E.jpg" width="100" height="99" /&gt; 7. Future upgrades&lt;/h2&gt;  &lt;p&gt;Remember when Windows Server was a 32bit Operating System? With Windows Server 2008 R2 only 64bit versions of the Windows Server Operating System are available. Two questions remain at the end of the day when discussing Windows client upgrades:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Will the 32bit version of the next Windows client be a mainstream version in terms of software compatibility, software deployment and support? &lt;/li&gt;    &lt;li&gt;Is there any reason not to deploy Windows 7 as a 64bit client in terms of software compatibility, software deployment and support in your current environment? &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;I guess the answer to the first question is ‘yes’. In most cases I think the answer to the second question is also ‘yes’, especially since some PCs already come with an amount of RAM not fully supported by a 32bit Windows client installation: 4GB.&lt;/p&gt;  &lt;p&gt;If you’re looking to keep your options open for future upgrades, deploy 64bit installations of Windows 7. Remember though: 64bit Windows installations will only accept signed drivers.&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4393" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Migration+_2600_amp_3B00_+Integration/default.aspx">Migration &amp;amp; Integration</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+7/default.aspx">Microsoft Windows 7</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Setup+_2600_+Deployment/default.aspx">Setup &amp; Deployment</category></item><item><title>Windows on Windows (WoW) in Server Core R2</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/12/09/windows-on-windows-wow-in-server-core-r2.aspx</link><pubDate>Wed, 09 Dec 2009 22:54:39 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4362</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4362.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4362</wfw:commentRss><description>&lt;p&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 0px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Server Core Installations of Windows Server 2008 R2" border="0" alt="Server Core Installations of Windows Server 2008 R2" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/ServerCore_382F3F78.jpg" width="101" height="120" /&gt; As you’re probably aware Windows Server 2008 &lt;font color="#ff8040"&gt;R2&lt;/font&gt; is not available in a 32bit (x86) version. Only 64bit versions (both x64 and IA64) are available, but Microsoft happily provides 32bit Windows on Windows (WoW) support, so admins can install their favorite 32bit programs on top of their 64bit installations. &lt;/p&gt;  &lt;p&gt;I’ve dedicated quite some blogposts to 64bit computing, &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/07/02/route-64.aspx"&gt;its impact and its barriers&lt;/a&gt;, &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/07/21/planning-on-upgrading-to-windows-7-or-windows-server-2008-r2.aspx"&gt;what it means for upgrading Windows Server&lt;/a&gt; and &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/02/17/64bit-only-windows-server-is-good-for-active-directory.aspx"&gt;how my favorite server role benefits from 64bit computing&lt;/a&gt;. I’ve not discussed the way 64bit and Server Roles combine, so here it is.&lt;/p&gt;  &lt;h4&gt;About Windows on Windows 64-bits (WoW64)&lt;/h4&gt;  &lt;p&gt;WoW (Windows on Windows) technology offers backward compatibility between a processor architecture and one downlevel processor architecture. There’s a 32bit version of the WoW technology. It allows compatibility with 16bit applications. x64 versions of Windows since Windows XP and IA64 versions of Windows since Windows Server 2003 also have WoW onboard. This version allows to run 32-bit application in our 64-bit environments. &lt;/p&gt;  &lt;p&gt;WoW offers backward compatibility with one previous architecture only. WoW in 32-bit Operating Systems can run (some) 16-bit applications and WoW in 64-bit Operating Systems can run 32-bit applications. The drawback is you cannot run any 16-bit applications on Microsoft's 64-bit Operating Systems.&lt;/p&gt;  &lt;h4&gt;About Server Roles and Server Features&lt;/h4&gt;  &lt;p&gt;Not every Windows Server is implemented in the same fashion. Therefore Microsoft has modularized most of the services a Windows Server can offer into Server Roles and Server Features. By adding a Server Role or Server Feature, an administrator can extend the services the server offers. Popular Server Roles are the File Server, Print Server and Application Server. Server Features aid Server Roles in delivering the services. The Failover Clustering feature in Windows Server Enterprise and Windows Server Datacenter for instance helps make a Server Role more redundant. Server Roles and Server Features can also be removed from a server, which will automatically delete the installed binaries, resulting in a more secure Operating System.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;WoW as a Server Core Feature&lt;/h1&gt;  &lt;p&gt;With Microsofts ongoing strategy to further modularize the Operating System, it’s apparent Windows on Windows (WoW) became a Server Feature. With Microsoft Windows Server 2008 &lt;font color="#ff8040"&gt;R2&lt;/font&gt; being 64bit only, it’s a big plus the WoW functionality can be removed when unneeded or installed when needed.&lt;/p&gt;  &lt;h2&gt;Decision&lt;/h2&gt;  &lt;p&gt;When planning for Windows Server 2008 &lt;font color="#ff8040"&gt;R2&lt;/font&gt;, the Server Core team had to decide between:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;configuring Windows on Windows (WoW) as a Server Feature, installed by default. &lt;/li&gt;    &lt;li&gt;configuring Windows on Windows (WoW) an optional Server Feature, allowing administrators to install it when they need 32bit support. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;They decided to make WoW an optional feature and shipped as such as part of Windows Server 2008 &lt;font color="#ff8040"&gt;R2&lt;/font&gt; &lt;strong&gt;Beta&lt;/strong&gt;.&lt;/p&gt;  &lt;h2&gt;Feedback&lt;/h2&gt;  &lt;p&gt;However, during the Beta period, the Server Core team received a lot of feedback on weird issues when administrators tried to install 64bit applications. Typically when installing a MSI package they would receive the following error message:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;Error 1719.&lt;/strong&gt; The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;When looking on the Internet for a resolution, typically they would find advice to reboot the system, reregister the Windows Installer service, start the Installer service (&lt;strong&gt;&lt;font color="#808080"&gt;net start msiserver&lt;/font&gt;&lt;/strong&gt;) and grant the System account &amp;quot;Full Control&amp;quot; permissions to the HKEY_CLASSES_ROOT hive of the registry. These actions would typically not result in a resolution of the problem.&lt;/p&gt;  &lt;p&gt;Running the following command line before installing the application, however, resolved the problem:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;Dism /online /enable-feature /featurename:ServerCore-WOW64&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;After installing the application the above command could be run again, but this time with &lt;strong&gt;&lt;font color="#808080"&gt;enable-feature&lt;/font&gt;&lt;/strong&gt; replaced with &lt;strong&gt;&lt;font color="#808080"&gt;disable-feature&lt;/font&gt;&lt;/strong&gt;. &lt;/p&gt;  &lt;p&gt;Apparently the installer wasn’t a full x64 installer and according to Andrew Mason, Principal Program Manager on the Server Core team, the issue occurred often.&lt;/p&gt;  &lt;h2&gt;Change&lt;/h2&gt;  &lt;p&gt;For the Release Candidate of Windows Server 2008 R2, the Server Core team decided to enable the Windows on Windows feature by default. From that moment on Server Core installations followed the same approach to 32bit compatibility as Full installations do. &lt;/p&gt;  &lt;p&gt;This decision helps to:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;make Server Core a more predictable installation type, because Server Core installations and Full installation offer the same 32bit compatibility out of the box. &lt;/li&gt;    &lt;li&gt;avoid confusion, because the error is a very generic error. &lt;/li&gt;    &lt;li&gt;give Microsoft the opportunity to communicate to developers to take into account Windows on Windows (WoW) and 32bit backward compatibility is not a given in Windows anymore. &lt;/li&gt;    &lt;li&gt;give Developers time to clean up their acts. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The only downside to this decision is the binaries involved with Windows on Windows (WoW) are installed by default, resulting in a bigger footprint, higher memory usage and some attack surface.&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;In a x64 Server Core installation of Windows Server 2008 &lt;font color="#ff8040"&gt;R2&lt;/font&gt;, the Windows on Windows Server Feature is &lt;strong&gt;enabled&lt;/strong&gt; by default. This change was made between Windows Server 2008 &lt;font color="#ff8040"&gt;R2&lt;/font&gt; Beta and Windows Server 2008 &lt;font color="#ff8040"&gt;R2&lt;/font&gt; Release Candidate. The change was based on feedback.&lt;/p&gt;  &lt;p&gt;You can uninstall the WoW Server Role by executing the following command:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;Dism /online /enable-feature /featurename:ServerCore-WOW64&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;You do not need the WoW Server Role on Server Core installations of Windows Server 2008 &lt;font color="#ff8040"&gt;R2&lt;/font&gt; to be able to install and run the Domain Controller role. (This was a bug in pre-release versions of Windows Server 2008 &lt;font color="#ff8040"&gt;R2&lt;/font&gt;)&lt;/p&gt; On Hyper-V Server 2008 &lt;font color="#ff8040"&gt;R2&lt;/font&gt; installations, Windows on Windows 64 support is not installed by default. One might argue this is the first true 64bit-only Microsoft Operating System &lt;img src="http://blogs.dirteam.com/emoticons/emotion-5.gif" alt="Wink" /&gt;  &lt;h2&gt;Related Posts&lt;/h2&gt;  &lt;p&gt;&lt;a title="Route 64" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/07/02/route-64.aspx"&gt;Route 64&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a title="64bit-only Windows Server is good for Active Directory" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/02/17/64bit-only-windows-server-is-good-for-active-directory.aspx"&gt;64bit-only Windows Server is good for Active Directory&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/07/21/planning-on-upgrading-to-windows-7-or-windows-server-2008-r2.aspx"&gt;Planning on upgrading to Windows 7 or Windows Server 2008 R2?&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/server_core/archive/2009/05/05/wow64-support-on-server-core-in-windows-server-2008-r2.aspx#comments"&gt;WoW64 Support on Server Core in Windows Server 2008 R2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/WoW64"&gt;WoW64&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.msdn.com/philpenn/archive/2009/03/02/running-32-bit-applications-on-windows-server-2008-r2-server-core.aspx"&gt;Running 32-bit Applications on Windows Server 2008 R2, Server Core&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://code.msdn.microsoft.com/r2core"&gt;Implement Minimalist Solutions using Windows Server 2008 R2 Server Core&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://windowsitpro.com/article/articleid/102088/q-how-do-i-install-or-remove-windows-on-windows-64-wow64-on-my-windows-server-2008-r2-server-core-installation.html"&gt;Q. How do I install or remove Windows on Windows 64 (WoW64) on my Windows Server 2008 R2 server core installation?&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.eggheadcafe.com/software/aspnet/35263158/wow64-support-for-32bit-a.aspx"&gt;Wow64 support for 32bit applications – Quack&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.slideshare.net/louisgohl/svr309-whats-new-in-server-core-for-windows-server-2008-r2"&gt;Slideshare - SVR309 What's New in Server Core for Windows Server 2008 R2&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4362" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Administration/default.aspx">System Administration</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Server+Core/default.aspx">Server Core</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008+R2/default.aspx">Microsoft Windows Server 2008 R2</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Setup+_2600_+Deployment/default.aspx">Setup &amp; Deployment</category></item><item><title>A Curious Change in Default Password Policies</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/12/07/a-curious-change-in-default-password-policies.aspx</link><pubDate>Mon, 07 Dec 2009 12:52:23 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4355</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4355.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4355</wfw:commentRss><description>&lt;p&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 0px 15px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Windows Server 2008" border="0" alt="Windows Server 2008" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/WindowsServer2008_29ADC994.png" width="160" height="57" /&gt; After releasing &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/11/04/server-core-remote-management-whitepaper.aspx"&gt;the whitepaper on Remotely Managing Server Core boxes&lt;/a&gt;, I received a message from &lt;a href="http://blogs.dirteam.com/blogs/sanderverroen/"&gt;a colleague&lt;/a&gt;. He claimed the following sentence on page 5 of the Whitepaper to be faulty:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;After you first install Windows Server 2008, in either a full or Server Core installation, you are required to change the Administrator password to a password that meets the complexity requirements.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;After investigating the issue, I concluded he’s right, although there is a longer story to it.&lt;/p&gt;  &lt;p&gt;The above sentence is right for default installations of Windows Server 2008 RTM (with Service Pack 1), but is no longer valid for default installations, using Service Pack 2 slipstreamed media. This behavior applies to both Full and Server Core installations.&lt;/p&gt;  &lt;p&gt;Let me explain.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h4&gt;Behavior in Windows Server 2008 RTM (with Service Pack 1)&lt;/h4&gt;  &lt;p&gt;When you log on the first time to a default Server Core installation of Windows Server 2008 x64 RTM (with Service Pack 1) the new password administrator password must meet complexity requirements. When you enter a simple password or attempt to use a blank password, the following error message is shown:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/PasswordDoesNotMeetComplexityRequirements_3D5AB328.png"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Unable to update the password. The value provided for the new password does not meet the length complexity or history requirements of the domain." border="0" alt="Unable to update the password. The value provided for the new password does not meet the length complexity or history requirements of the domain." src="http://blogs.dirteam.com/blogs/sanderberkouwer/PasswordDoesNotMeetComplexityRequirements_thumb_34F6DDD1.png" width="512" height="384" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain.&lt;/p&gt;  &lt;p&gt;After supplying a strong password as the Administrator password (&lt;strong&gt;P@ssw0rd&lt;/strong&gt; and &lt;strong&gt;Manage123 &lt;/strong&gt;would both suffice), the same error and some tips are shown each time you try and change the password from the command line or using the Graphical User Interface behind Ctrl+Alt+Del.&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h4&gt;Behavior in Windows Server 2008 with Service Pack 2&lt;/h4&gt;  &lt;p&gt;When you log on the first time to a default Server Core installation of Windows Server 2008 with Service Pack 2, you can change the administrator password to anything you’d like. If you’re not concerned with security you could even specify a blank password (by not supplying anything in both password fields)!&lt;/p&gt;  &lt;p&gt;After logging in, you can change the password to anything you like…&lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;Somewhere along the line the default password policies in Windows Server 2008 were loosened. If you’d ask me, that’s not a good thing. &lt;/p&gt;  &lt;p&gt;In Windows Server 2008 R2 RTM passwords must meet complexity requirements.&lt;/p&gt;  &lt;h4&gt;Used media&lt;/h4&gt;  &lt;table border="1" cellspacing="0" cellpadding="2" width="362"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="260"&gt;&lt;strong&gt;Operating System&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="100"&gt;&lt;strong&gt;Media code&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="260"&gt;Windows Server 2008 RTM (SP1)&lt;/td&gt;        &lt;td valign="top" width="100"&gt;x14-26714&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="260"&gt;Windows Server 2008 with integrated SP2&lt;/td&gt;        &lt;td valign="top" width="100"&gt;342336&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a title="Server Core Remote Management Whitepaper" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/11/04/server-core-remote-management-whitepaper.aspx"&gt;Server Core Remote Management Whitepaper&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4355" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008/default.aspx">Microsoft Windows Server 2008</category></item><item><title>Hyper-V.nu Meeting Action Shots</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/11/24/hyper-v-nu-meeting-action-shots.aspx</link><pubDate>Tue, 24 Nov 2009 13:02:50 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4334</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4334.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4334</wfw:commentRss><description>&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 35px; display: inline; border-top: 0px; border-right: 0px" title="LiveAccountPictureFramed" border="0" alt="LiveAccountPictureFramed" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/LiveAccountPictureFramed_7C871902.png" width="125" height="125" /&gt; This morning I performed a ‘zero to live migration’ demo for the joined &lt;a href="http://www.hp.nl"&gt;HP Netherlands&lt;/a&gt;, &lt;a href="http://www.hyper-v.nu/"&gt;Hyper-V.nu (Dutch Hyper-V Community)&lt;/a&gt; meeting. You can find more information on this meeting on &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/11/23/performing-a-live-migration-demo-for-hyper-v-nu.aspx"&gt;my previous blog post&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;I brought my photo camera with me and asked &lt;a href="http://www.simple-talk.com/author/jaap-wesselius/"&gt;Jaap Wesselius&lt;/a&gt; to take some pictures, while I showed some slides from a custom slide deck (in &lt;strong&gt;&lt;font color="#ff8000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;) and performed my demos for the audience (approximately 40 people). &lt;/p&gt;  &lt;p&gt;Here are some of the pictures Jaap shot during the session:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/HyperVNuMeeting1_5D80F564.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Hyper-V.Nu Meeting Picture 1 (click for larger image)" border="0" alt="Hyper-V.Nu Meeting Picture 1 (click for larger image)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/HyperVNuMeeting1_thumb_5B63F69B.jpg" width="533" height="404" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;With a big grin I explained what I was up to this morning. The unsuspecting audience had no idea. In the back is one the slides in the deck, titled “Purpose of the demo”, showing the environment. The red arrow shows the Live Migration stuff. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/HyperVNuMeeting2_553CAA00.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Hyper-V.Nu Meeting Picture 2 (click for larger image)" border="0" alt="Hyper-V.Nu Meeting Picture 2 (click for larger image)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/HyperVNuMeeting2_thumb_5729F909.jpg" width="532" height="404" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In the photo above, I explain the Failover Clustering feature in Windows Server 2008 R2 and how it helps to achieve high availability for Hyper-V Machines. Of course Cluster Shared Volumes (CSV) gets some attention too.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/HyperVNuMeeting3_2FCE4498.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Hyper-V.Nu Meeting Picture 3 (click for larger image)" border="0" alt="Hyper-V.Nu Meeting Picture 3 (click for larger image)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/HyperVNuMeeting3_thumb_78A4B69E.jpg" width="532" height="404" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Jaap also shot a picture while I was performing some serious command-fu. In this picture I connect to one of my Hyper-V Server 2008 R2 nodes to add it to the cluster. &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;I had a great time!     &lt;br /&gt;&lt;/strong&gt;(and I think I’ll bring along my photo camera more often)&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4334" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Virtualization/default.aspx">Virtualization</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+MVP/default.aspx">Microsoft MVP</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Hyper-V+Server/default.aspx">Hyper-V Server</category></item><item><title>Performing a Live Migration demo for Hyper-V.nu</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/11/23/performing-a-live-migration-demo-for-hyper-v-nu.aspx</link><pubDate>Mon, 23 Nov 2009 12:38:15 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4332</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4332.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4332</wfw:commentRss><description>&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="LiveAccountPictureFramed" border="0" alt="LiveAccountPictureFramed" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/LiveAccountPictureFramed_4A6C7866.png" width="125" height="125" /&gt; On November 24, 2009 &lt;a href="http://www.hp.nl"&gt;HP Netherlands&lt;/a&gt; and &lt;a href="http://www.hyper-v.nu/"&gt;Hyper-V.nu (the Dutch Hyper-V Community)&lt;/a&gt; organize a special meeting. Between 9 AM and 12 AM several speakers will contribute to a deep dive into the possibilities in Windows Server 2008 R2 and the use of Microsofts desktop virtualization products. It’ll be fun hanging out with Jaap Wesselius and Hans Vredevoort, the guys behind Hyper-V.nu.&lt;/p&gt;  &lt;h2&gt;About the event&lt;/h2&gt;  &lt;p&gt;The event will be held at HP Netherlands at Startbaan 13, Amstelveen. The website for the event is located at &lt;a href="http://www.hp.nl/events"&gt;www.hp.nl/events&lt;/a&gt;. The Hyper-V meeting in the left hand pane. You can also use &lt;a href="http://h41267.www4.hp.com/eventpage.aspx?eventid=MgAwADYAMAA2AA%3d%3d&amp;amp;cc=nl&amp;amp;lang=nl"&gt;this deeplink&lt;/a&gt;. Attending the meeting is free of charge. No such thing as a free lunch? Apparently, there’s also a free lunch…&lt;/p&gt;  &lt;h1&gt;Demo &lt;/h1&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 0px 15px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="HyperVServer2008R2" border="0" alt="HyperVServer2008R2" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/HyperVServer2008R2_68A7098F.jpg" width="240" height="56" /&gt; I’ll be performing a demo. Using three Dell Latitude E6500 laptops and a Gb switch, I will be setting up a Live Migration environment within 45 minutes. &lt;/p&gt;  &lt;p&gt;Of course I’ll have my Active Directory Domain Controller and iSCSI targets available before I start, so it’ll be a piece of the proverbial cake to connect the two Hyper-V Servers to the iSCSI box, manage disks, set up clustering, create a VM and live migrate it. &lt;/p&gt;  &lt;p&gt;Cluster.exe, Diskpart.exe, various Microsoft Management Consoles (MMCs) and of course PowerShell will be shown during the demo, to provide a complete picture on the possibilities of Hyper-V Server 2008 R2 and Failover Clustering.&lt;/p&gt;  &lt;p&gt;For those of you, that attended Tech·Ed Europe 2009 last week; Yes, indeed. I will be redelivering &lt;a href="http://www.nullsession.com"&gt;Joachim Nässlander&lt;/a&gt;s session. I pimped it in certain areas, but the goal and he core of the session remains. If you’re watching this blog closely, you should’ve already been able to pick up Joachim and I are becoming pretty good friends. Now all we need is a duo-session ;-)&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Hope to see you there!&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4332" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Virtualization/default.aspx">Virtualization</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+MVP/default.aspx">Microsoft MVP</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Hyper-V+Server/default.aspx">Hyper-V Server</category></item><item><title>Tech∙Ed Europe 2009: Error 404 Wall not found</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/11/14/tech-ed-europe-2009-error-404-wall-not-found.aspx</link><pubDate>Sat, 14 Nov 2009 20:12:00 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4329</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4329.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4329</wfw:commentRss><description>&lt;p&gt;Tech∙Ed is over, but a couple of us is still in Berlin. We’re recuperating from clubbing and partying and planning to go sightseeing. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="TechEd Berlin 003" border="0" alt="TechEd Berlin 003" src="http://blogs.dirteam.com/blogs/sanderberkouwer/TechEdBerlin003_3F15135B.jpg" width="512" height="384" /&gt; &lt;/p&gt;  &lt;p&gt;We went over the &lt;a href="http://www.kadewe.de/"&gt;KaDeWe&lt;/a&gt; and ended up buying some nice souvenirs around the corner. Berlin this morning was great. Just like yesterday there was a little sun, a little rain, but overall a bit cloudy. Berlin in November is quite OK.&lt;/p&gt;  &lt;p&gt;A text message from Tony inviting us over to Alexanderplatz for lunch was just what we needed though! Marien and I checked out of the hotel, got on the S-Bahn with &lt;strong&gt;all&lt;/strong&gt; our luggage and went over there. Together with &lt;a href="http://twitter.com/tonykrij"&gt;Tony&lt;/a&gt;, &lt;a href="http://twitter.com/dansaap"&gt;Daniel&lt;/a&gt; and &lt;a href="http://twitter.com/freena"&gt;Freena&lt;/a&gt;, we took over &lt;a href="http://www.subway-sandwiches.de/index.php?id=572&amp;amp;mode=1&amp;amp;swords=berlin&amp;amp;store=26189&amp;amp;country=D"&gt;the local Subway&lt;/a&gt;. I don’t know how we did it, but we succeeded in scaring everybody off. &lt;/p&gt;  &lt;p&gt;We ended up sitting in front of the Subway, when Tony (Hyper-T) and Daniel (Hyper-D)noticed some feet in the air. Sure enough, we were treated with a half-hour display of break dancing by five pretty cool, but obviously very well-trained dudes.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="TechEd Berlin 019" border="0" alt="TechEd Berlin 019" src="http://blogs.dirteam.com/blogs/sanderberkouwer/TechEdBerlin019_0E9E8EE5.jpg" width="512" height="683" /&gt;&lt;/p&gt;  &lt;p&gt;This was &lt;strong&gt;&lt;u&gt;the&lt;/u&gt;&lt;/strong&gt; way to end the week and Tech∙Ed Europe 2009. Despite being home for a week, despite the missing gear, despite the rain, despite places running out of beer two nights in a row and despite the horrendous amount of sleep deprivation, &lt;strong&gt;Tech∙Ed Europe 2009 was cool!&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4329" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx">TechEd</category></item><item><title>Tech∙Ed Europe 2009: Things to do in Berlin when you’re wasted</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/11/14/tech-ed-europe-2009-things-to-do-in-berlin-when-you-re-wasted.aspx</link><pubDate>Sat, 14 Nov 2009 00:09:00 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4326</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4326.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4326</wfw:commentRss><description>&lt;p&gt;Last night the Dutch Country Drinks took their toll. Eventually I made it out of bed to attend some sessions, but the 9 AM session slot was a total write-off. I attended some later sessions though and heard the awful story of the missing gear.&lt;/p&gt;  &lt;h2&gt;Tech∙Ed Technical, Day 5&lt;/h2&gt;  &lt;p&gt;Last day of Tech∙Ed and I had some serious technical sessions to attend.&lt;/p&gt;  &lt;p&gt;I attended a session by Aaron Margosis, who showcased the SysInternals suite of products. These can help troubleshoot pretty intense situations, where otherwise you’d be at a loss of what happened. I definitely picked up some tips and tricks here. Perhaps the track owner could offer Aaron Margosis the same option as John Craddock yesterday: Have two consecutive sessions ;-)&lt;/p&gt;  &lt;h2&gt;Goldrush&lt;/h2&gt;  &lt;p&gt;During the break I met up with Joachim. We were just typing away at our keyboards at a table in front of the SpecOps stand, when more and more people showed up wearing green SpecOps T-shirts. Apparently, SpecOps was giving away a gold bar, worth 3000 Euros.    &lt;br /&gt;I entered the competion earlier that week, but since I don’t win anything I didn’t bother with wearing the T-shirt or paying attention. I didn’t win, obviously.&lt;/p&gt;  &lt;h2&gt;Winding down&lt;/h2&gt;  &lt;p&gt;We stayed in Halls 3 and 4. These were the halls where the Community Lounge, the Technical Learning Center (formerly known as Ask the Experts) and all the booths of exhibitors were located. Marien and I talked to some more people and eventually left the venue. &lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="TechEd Berlin 005" border="0" alt="TechEd Berlin 005" src="http://blogs.dirteam.com/blogs/sanderberkouwer/TechEdBerlin005_616F44A3.jpg" width="512" height="384" /&gt;     &lt;br /&gt;At the hotel we grabbed our laptops and started blogging. At diner time we ate some food and continued blogging. I actually just saw a text message from Tony, inviting us to Club Week End, but I think it’s best to take it easy and fulfill the reputation of laidback people the Swedes tend to contribute to us. &lt;/p&gt;  &lt;p&gt;We’re planning to leave the room by noon anyway and it’s a binging mess.   &lt;br /&gt;I don’t know how I’m going to stuff all the SWAG in my bag tomorrow, though…&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4326" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx">TechEd</category></item><item><title>The Server Core Updates Estimation, Revisited</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/11/13/the-server-core-updates-estimation-revisited.aspx</link><pubDate>Fri, 13 Nov 2009 16:47:15 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:4315</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/4315.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=4315</wfw:commentRss><description>&lt;p&gt;Microsoft touts the smaller attack surface as one of the biggest benefits of using Server Core, compared to a Full installation of Windows Server 2008. Because a Server Core installation is optimized, it doesn’t include most of the vulnerabilities found in Full installations. A consequence of these optimizations is a Server Core installation might need fewer patches and possibly fewer reboots associated with installing these patches as well. &lt;/p&gt;  &lt;p&gt;A year ago, roughly one year after the launch of Windows Server 2008, &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/10/22/analyzing-the-server-core-updates-estimate.aspx"&gt;I analyzed the claim from Microsoft of a 40% reduction in Server Core applicable patches, compared to a Full installation&lt;/a&gt;. Before that &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/02/01/server-core-patching-benefits-as-shown-by-secunia.aspx"&gt;I made fun of Secunia&lt;/a&gt;, but that’s another story ;-)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/server_core/"&gt;Andrew Mason&lt;/a&gt;, the Principal Program Manager for Server Core, at Tech∙Ed Europe 2009 this week shared his research on the amount of Server Core applicable patches and (most important) the amount of reboots involved with patching over the last two years.&lt;/p&gt;  &lt;p&gt;I’ve placed the information he shared in the table below:&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="2" width="512"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="358"&gt;&lt;strong&gt;Scenario&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="76"&gt;&lt;strong&gt;Reduction of Patches&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="76"&gt;&lt;strong&gt;Reduction of Reboots&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="358"&gt;Accepting all applicable patches on Server Core&lt;/td&gt;        &lt;td valign="top" width="76"&gt;53%&lt;/td&gt;        &lt;td valign="top" width="76"&gt;67%&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="358"&gt;Applying only necessary patches on Server Core&lt;/td&gt;        &lt;td valign="top" width="76"&gt;68%&lt;/td&gt;        &lt;td valign="top" width="76"&gt;68%&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="358"&gt;Installing only critical patches on Server Core&lt;/td&gt;        &lt;td valign="top" width="76"&gt;62%&lt;/td&gt;        &lt;td valign="top" width="76"&gt;62%&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="358"&gt;Installing only necessary critical patches on Server Core&lt;/td&gt;        &lt;td valign="top" width="76"&gt;82%&lt;/td&gt;        &lt;td valign="top" width="76"&gt;82%&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;The scope of these values is based on:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;These figures apply to a Server Core installation, without the Active Directory Domain Services, DNS Server, Print Server, Media Services, Telnet or Internet Information Services (IIS) roles installed. When these roles are taken into account the following table applies:     &lt;br /&gt;&lt;/li&gt;    &lt;table border="1" cellspacing="0" cellpadding="2" width="393"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="312"&gt;&lt;strong&gt;Scenario&lt;/strong&gt;&lt;/td&gt;          &lt;td valign="top" width="79"&gt;&lt;strong&gt;Reduction of Patches&lt;/strong&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="312"&gt;Accepting all applicable patches on Server Core&lt;/td&gt;          &lt;td valign="top" width="79"&gt;40%&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="312"&gt;Applying only necessary patches on Server Core&lt;/td&gt;          &lt;td valign="top" width="79"&gt;54%&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="312"&gt;Installing only critical patches on Server Core&lt;/td&gt;          &lt;td valign="top" width="79"&gt;44%&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/ul&gt;  &lt;ul&gt;   &lt;li&gt;The difference between applicable patches and necessary patches is based on exploitability. Necessary patches are patches that apply to Server Core installations, because the affected files are on the disk of a Server Core installation but are not exploitable on Server Core installations. These are the updates containing the following information:     &lt;br /&gt;&amp;#160;&amp;#160; &lt;br /&gt;* &lt;strong&gt;Windows Server 2008 Server Core installation not affected.&lt;/strong&gt; The vulnerabilities addressed by this update do not affect supported editions of Windows Server 2008 if Windows Server 2008 was installed using the Server Core installation option, even though the files affected by these vulnerabilities may be present on the system. However, users with the affected files will still be offered this update because the update files are newer (with higher version numbers) than the files that are currently on your system.      &lt;br /&gt;&amp;#160;&amp;#160; &lt;br /&gt;Examples of this category can be found on Jeremy Jameson’s blog &lt;a href="http://blogs.msdn.com/jjameson/archive/2009/06/04/why-choose-server-core-installation-of-windows-server-2008.aspx"&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&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;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/24/handling-server-core-roles-and-features.aspx"&gt;Handling Server Core Roles and Features&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/02/01/server-core-patching-benefits-as-shown-by-secunia.aspx"&gt;Server Core patching benefits, as shown by Secunia&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/jjameson/archive/2009/06/04/why-choose-server-core-installation-of-windows-server-2008.aspx"&gt;Why choose &amp;quot;Server Core&amp;quot; installation of Windows Server 2008?&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a title="Server Core" href="http://blogs.technet.com/server_core/"&gt;Server Core&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=4315" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Administration/default.aspx">System Administration</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008/default.aspx">Microsoft Windows Server 2008</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Server+Core/default.aspx">Server Core</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Security+Updates/default.aspx">Security Updates</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx">TechEd</category></item></channel></rss>