<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.dirteam.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">The things that are better left unspoken</title><subtitle type="html">a blog by Sander Berkouwer</subtitle><id>http://blogs.dirteam.com/blogs/sanderberkouwer/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.dirteam.com/blogs/sanderberkouwer/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.20423.1">Community Server</generator><updated>2008-03-10T17:42:27Z</updated><entry><title>Monitoring Server Core from the command line</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/05/08/monitoring-server-core-from-the-command-line.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/05/08/monitoring-server-core-from-the-command-line.aspx</id><published>2008-05-08T14:05:05Z</published><updated>2008-05-08T14:05:05Z</updated><content type="html">&lt;p&gt;A server running a Server Core installation of Windows Server 2008 could behave flaky from time to time. Monitoring it gives clues towards this behavior and/or provides insight in why it behaves flaky. I've taken a closer look at monitoring Server Core boxes from the command line and want to share my experiences with you on this matter today. &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;h1&gt;Task Manager&lt;/h1&gt;  &lt;p&gt;The Task Manager is a perfect utility to monitor your Server Core in a way that has been familiar since Windows 95. You can start it in any of three ways:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Press the &lt;strong&gt;&lt;font color="#808080"&gt;Ctrl&lt;/font&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;font color="#808080"&gt;Alt&lt;/font&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;font color="#808080"&gt;Del&lt;/font&gt;&lt;/strong&gt; keys at the same time and select &lt;strong&gt;Start &lt;u&gt;T&lt;/u&gt;ask Manager&lt;/strong&gt; from the list. &lt;/li&gt;    &lt;li&gt;Press the &lt;strong&gt;&lt;font color="#808080"&gt;Ctrl&lt;/font&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;font color="#808080"&gt;Alt&lt;/font&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;font color="#808080"&gt;Esc&lt;/font&gt;&lt;/strong&gt; keys at the same time &lt;/li&gt;    &lt;li&gt;Type &lt;strong&gt;&lt;font color="#808080"&gt;taskmgr.exe&lt;/font&gt;&lt;/strong&gt; on the command prompt &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;It can be used to monitor:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Running applications and tasks &lt;/li&gt;    &lt;li&gt;Processes &lt;/li&gt;    &lt;li&gt;Services &lt;/li&gt;    &lt;li&gt;Performance (CPU and RAM usage) &lt;/li&gt;    &lt;li&gt;Networking &lt;/li&gt;    &lt;li&gt;Logged on users &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The Task Manager is perfect, but unfortunately it lacks on a couple of points:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;It has no logging &lt;/li&gt;    &lt;li&gt;It doesn't include disk space monitoring &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;This is on full installations of Windows Server where the Performance Monitor comes in.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Performance Monitor&lt;/h1&gt;  &lt;p&gt;The graphical version of the Performance Monitor is not part of Server Core. Fortunately there is a command line driven version available, which can be used to monitor your Server Core box from the command line. It's called &lt;strong&gt;&lt;font color="#808080"&gt;logman.exe&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Even though &lt;strong&gt;&lt;font color="#808080"&gt;logman.exe&lt;/font&gt;&lt;/strong&gt; is a command line tool it's a really impressive monitoring tool, since it can collect counter, trace, alert, configuration and&amp;#160; API tracing collectors. It supports many functions of Performance Monitor from the command line. The two great things &lt;strong&gt;&lt;font color="#808080"&gt;logman.exe&lt;/font&gt;&lt;/strong&gt; lacks are the ability to draw graphs and to point-and-click your queries together.&lt;/p&gt;  &lt;h4&gt;Selecting counters&lt;/h4&gt;  &lt;p&gt;To select a counter to monitor using logman.exe you need to know the name of the counter to add. &lt;strong&gt;&lt;font color="#808080"&gt;logman.exe&lt;/font&gt;&lt;/strong&gt; however doesn't provide this functionality. Fortunately &lt;strong&gt;&lt;font color="#808080"&gt;typeperf.exe&lt;/font&gt;&lt;/strong&gt; does.&lt;/p&gt;  &lt;p&gt;To find a performance counter to monitor type the following command: &lt;strong&gt;&lt;font color="#808080"&gt;typeperf.exe /q &lt;/font&gt;&lt;/strong&gt;This will display a list with (installed) counters without instances. To list the performance counters with their instances type: &lt;strong&gt;&lt;font color="#808080"&gt;typeperf.exe /qx&lt;/font&gt;&lt;/strong&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The list of performance counters is extensive, but using the find command on the output might help narrowing down what you're looking for. For instance, when you're looking for performance counters related to disk, type the following command to display disk-related performance counters:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;typeperf.exe -q | find &amp;quot;Disk&amp;quot;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Narrowing down my search criteria, by executing find commands consecutively on the &lt;strong&gt;&lt;font color="#808080"&gt;-qx&lt;/font&gt;&lt;/strong&gt; option for &lt;strong&gt;&lt;font color="#808080"&gt;typeperf.exe&lt;/font&gt;&lt;/strong&gt;, I finally found the disk-related performance counter instance I was after (\PhysicalDisk(0 C:)\Disk Transfers/sec) using the following command:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;typeperf.exe -qx | find &amp;quot;PhysicalDisk&amp;quot; | find &amp;quot;Disk Transfers/sec&amp;quot;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h4&gt;Building the data collector&lt;/h4&gt;  &lt;p&gt;Now that I found the performance counter I was after I can build the data collector.    &lt;br /&gt;My intention is to have a csv file with transfers/sec for the last few days, collected every 5 seconds. Your needs may vary, but the process to build your data collector would be identical.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;logman.exe create counter DiskTransfers -f csv -c &amp;quot;\PhysicalDisk(0 C:)\Disk Transfers/sec&amp;quot; -max 10 -si 5&lt;/font&gt;&lt;/strong&gt; &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Where:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;DiskTransfers&lt;/strong&gt; is the name of the data collector within &lt;strong&gt;&lt;font color="#808080"&gt;logman.exe&lt;/font&gt;&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;-f csv&lt;/strong&gt; specifies the file format of the log for the data collector &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;-max 10&lt;/strong&gt; specifies the maximum file size of the log file in MB &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;-si 5&lt;/strong&gt; specifies the &lt;u&gt;s&lt;/u&gt;ample &lt;u&gt;i&lt;/u&gt;nterval in HH:mm:ss format &lt;/li&gt; &lt;/ul&gt;  &lt;h4&gt;Viewing the data collector&lt;/h4&gt;  &lt;p&gt;Now that we created the data collector we can view the collector. When you start logman.exe without any command line switches it will output defined data collectors and their state. As you'll find out freshly created data collectors are not started automatically.&lt;/p&gt;  &lt;p&gt;The properties for a data collector (besides whether it is actually doing anything) can be viewed using the query command line switch. To view the properties of my freshly created data collector (the first on my Server Core box) I used the following command:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;logman.exe query DiskTransfers&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h4&gt;Starting the data collector&lt;/h4&gt;  &lt;p&gt;What use is a data collector when it's sitting idle on your box? Let's start it up, so it starts collecting the stuff it is supposed to be collecting by using the following command:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;logman.exe start DiskTransfers&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h4&gt;Modifying the data collector (if need arises)&lt;/h4&gt; After you've created a data collector you can edit its properties by using the &lt;strong&gt;&lt;font color="#808080"&gt;update&lt;/font&gt;&lt;/strong&gt; command line switch. Deleting can be done using the &lt;strong&gt;&lt;font color="#808080"&gt;delete&lt;/font&gt;&lt;/strong&gt; switch. Both commands use the name of the data collector within &lt;strong&gt;&lt;font color="#808080"&gt;logman.exe&lt;/font&gt;&lt;/strong&gt; as their starting point for modification.   &lt;h4&gt;Using collected data&lt;/h4&gt;  &lt;p&gt;While working in black prompt windows might be enough to baffle your co-workers it won't impress your boss much. What will really impress him (or her) is showing you're on top of things by staring endlessly at nifty excel graphs you created within seconds. &lt;img src="http://blogs.dirteam.com/emoticons/emotion-11.gif" alt="Cool" /&gt;&lt;/p&gt;  &lt;p&gt;In my case I pulled the DiskTransfer_000001.csv file from the C:\Perflogs\Admin folder of my Server Core box and worked some Microsoft Office Excel magic on it.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Other tools and products&lt;/h1&gt;  &lt;h2&gt;Disk usage (du.exe)&lt;/h2&gt;  &lt;p&gt;One of the many useful &lt;strong&gt;free&lt;/strong&gt; &lt;a href="http://www.microsoft.com/sysinternals"&gt;Windows SysInternals&lt;/a&gt; tools is &lt;a href="http://technet.microsoft.com/nl-nl/sysinternals/bb896651(en-us).aspx"&gt;Disk usage (du.exe)&lt;/a&gt;, which is currently at version 1.3.1. This tool is capable of reporting disk space usage for the directory you specify. By default it recurses directories to show the total size of a directory and its subdirectories.&lt;/p&gt;  &lt;p&gt;Using &lt;strong&gt;&lt;font color="#808080"&gt;du.exe &lt;/font&gt;&lt;/strong&gt;is as simple as &lt;a href="http://download.sysinternals.com/Files/Du.zip"&gt;downloading the zip file&lt;/a&gt; and unzip it to a location where your Server Core box can reach it. &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/09/19/getting-installation-files-onto-server-core.aspx"&gt;There are several ways to accomplish this&lt;/a&gt;. After you've copied it to the hard disk of your Server Core box you can use it in the following manner:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;du.exe [[-v] [-l ] | [-n]] [-q] &lt;em&gt;FileOrDirectoryPath&lt;/em&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;u&gt;Where:&lt;/u&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;-l&lt;/font&gt; &lt;/strong&gt;specifies the subdirectory depth of information       &lt;br /&gt;&lt;strong&gt;&lt;font color="#808080"&gt;-n&lt;/font&gt;&amp;#160;&lt;/strong&gt;tells du.exe not to recurse folders (only information on current folder)       &lt;br /&gt;&lt;strong&gt;&lt;font color="#808080"&gt;-q&lt;/font&gt; &lt;/strong&gt;specifies not to print the banner       &lt;br /&gt;&lt;strong&gt;&lt;font color="#808080"&gt;-v&lt;/font&gt; &lt;/strong&gt;specifies to show information in intermediate directories&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;u&gt;Examples:&lt;/u&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;du.exe -v -q C:\Perflogs&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#ff0000"&gt;Note:            &lt;br /&gt;&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt;The first time you run the utility you need to agree with the End User License Agreement (EULA) before you can use this tool.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;While this command will output its information to the prompt it can be told to output to a file. Scheduling the command then might prove useful to monitor disk usage and act proactively on disk usage trends.&lt;/p&gt;  &lt;h2&gt;Process Explorer&lt;/h2&gt;  &lt;p&gt;The built-in Task Manager has evolved over the past years. It now includes networking information for instance. &lt;a href="http://technet.microsoft.com/nl-nl/sysinternals/bb896653(en-us).aspx"&gt;Process Explorer&lt;/a&gt; is a &lt;strong&gt;free&lt;/strong&gt; &lt;a href="http://www.microsoft.com/sysinternals"&gt;Windows SysInternals&lt;/a&gt; tool that offers even more realtime monitoring functionality. It can be used to search for thread handles and running DLLs and can explore individual processes: You can see events, files, devices, and registry keys being accessed.&lt;/p&gt;  &lt;p&gt;If Process Explorer is one of your favorite tools you can trade in your Task Manager for Process Explorer in the following manner:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;a href="http://download.sysinternals.com/Files/ProcessExplorer.zip"&gt;Download Process Explorer (1.6 MB)&lt;/a&gt; (currently at version 11.13) &lt;/li&gt;    &lt;li&gt;Unpack the zip file and &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/09/19/getting-installation-files-onto-server-core.aspx"&gt;get the executable onto your Server Core box&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;Open Process Explorer by typing &lt;strong&gt;&lt;font color="#808080"&gt;procexp.exe&lt;/font&gt;&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Click the button 'Agree' when presented with the End User License Agreement (EULA) &lt;/li&gt;    &lt;li&gt;In the Process Explorer window open the &lt;strong&gt;Options&lt;/strong&gt; menu &lt;/li&gt;    &lt;li&gt;Select&lt;strong&gt; Replace Task Manager&lt;/strong&gt;. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;You can now start &lt;strong&gt;&lt;font color="#808080"&gt;procexp.exe&lt;/font&gt;&lt;/strong&gt; the same way you would start taskmgr as described at the beginning of this post.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;The Task Manager (&lt;strong&gt;&lt;font color="#808080"&gt;taskmgr.exe&lt;/font&gt;&lt;/strong&gt;) and the Performance Monitor are perfect tools to monitor a Windows installation locally, but unfortunately the latter is not part of Server Core. You can find another tool on your Server Core hard disk that's useful for monitoring though: &lt;strong&gt;&lt;font color="#808080"&gt;logman.exe&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/303133"&gt;Description of the Windows XP Logman.exe, Relog.exe, and Typeperf.exe Tools&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://naijatechtalk.wordpress.com/2008/05/08/windows-process-monitoring-with-windows-process-monitor/"&gt;Windows Process monitoring with Windows Process Monitor&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.allthingsmarked.com/2006/12/24/replace-task-manager-with-the-more-powerful-process-explorer/"&gt;Replace Task Manager with the more powerful Process Explorer&lt;/a&gt;&amp;#160; &lt;br /&gt;Windows SysInternals - &lt;a href="http://technet.microsoft.com/nl-nl/sysinternals/bb896651(en-us).aspx"&gt;Disk Usage v1.31&lt;/a&gt;     &lt;br /&gt;Windows SysInternals - &lt;a href="http://technet.microsoft.com/nl-nl/sysinternals/bb896653(en-us).aspx"&gt;Process Explorer v11.13&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/09/19/getting-installation-files-onto-server-core.aspx"&gt;Getting installation files onto Server Core&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://technet2.microsoft.com/windowsserver/en/library/46938289-edb5-468a-b03f-4e5985bf8fca1033.mspx?mfr=true"&gt;Monitoring performance from the command line&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.pcmech.com/article/four-ways-to-open-task-manager/"&gt;Four Ways To Open Task Manager&lt;/a&gt;     &lt;br /&gt;TechNet Forums - &lt;a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2896109&amp;amp;SiteID=17"&gt;Basic Commands for Monitoring Windows 2008&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=2714" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="System Administration" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Administration/default.aspx" /><category term="Microsoft Windows Server 2008" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008/default.aspx" /><category term="Server Core" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Server+Core/default.aspx" /></entry><entry><title>Installing Windows Server 2008</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/05/01/installing-windows-server-2008.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/05/01/installing-windows-server-2008.aspx</id><published>2008-05-01T09:57:59Z</published><updated>2008-05-01T09:57:59Z</updated><content type="html">&lt;p&gt;There are a couple of ways to install Windows Server 2008. When you're lucky enough to get your hands on a physical copy of a Windows Server 2008 DVD you can use that, but what if your target system doesn't have a DVD player? What if you want to install it in a different way?&amp;#160; What if you wanted to save some time? Read on!&lt;/p&gt;  &lt;h2&gt;Installation methods&lt;/h2&gt;  &lt;p&gt;You can install Windows Server 2008 using the following media:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="#InstallingWin2k8Physical"&gt;A physical DVD&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="#InstallingWin2k8Image"&gt;A DVD image (an *.iso file)&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="#InstallingWin2k8USB"&gt;A Bootable USB stick&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="#InstallingWin2k8Network"&gt;Your TCP-IP enabled network&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt; &lt;a id="InstallingWin2k8Physical"&gt;   &lt;h1&gt;Using the physical DVD&lt;/h1&gt; &lt;/a&gt;  &lt;p&gt;Installing Windows Server 2008 using the Physical DVD is the most reliable, but also the hardest and slowest way to get the Operating System on your box. &lt;/p&gt;  &lt;p&gt;It's the most reliable way when you have a pressed (instead of burned) DVD copy of Windows Server 2008 and you received the copy from a legitimate source, for instance your reseller or a MSDN, TechNet, Select or other subscription box. There's only a negligible chance a malicious person would have been able to modify the bits and bytes on the disc. &lt;/p&gt;  &lt;p&gt;It's also the hardest way to get the Operating System on your boxes, since you won't have the ability to change the bits and bytes on the media (without getting it off the disc first) which is what you would want to be doing when you know your way around the Windows Automated Installation Kit (WAIK)&lt;/p&gt;  &lt;p&gt;I don't recommend using this method when you need to install a lot of Windows Server 2008 machines. I think it's the slowest way to install dozens of servers. If you need to install these amounts of server I suggest you read along.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt; &lt;a id="InstallingWin2k8Image"&gt;   &lt;h1&gt;Using an image&lt;/h1&gt; &lt;/a&gt;  &lt;p&gt;There are multiple ways to get your hands on a Windows Server 2008 image. Microsoft offers a download of Windows Server 2008 in *.iso format with certain subscriptions, such as MSDN, TechNet and Volume License subscriptions. On the other hand you could also rip your Windows Server 2008 DVD to an image with &lt;a href="http://isorecorder.alexfeinman.com"&gt;Alex Feinman's ISOBurner&lt;/a&gt;. (I use and recommend this tool. Some people seem to prefer WinImage)&lt;/p&gt;  &lt;p&gt;Microsoft also offers the bits for evaluation.    &lt;br /&gt;While this doesn't sound very appealing to IT Pros who have been around long, let me clarify: Microsoft no longer works with specific media types, bound to specific product key families. In the past you'd need OEM media to work with your OEM product key, VLK media with your VLK product key and trial media were only usable with trial keys. Now you can simply download the media and use any product key &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/01/activating-server-core.aspx"&gt;to activate it&lt;/a&gt; for the scenario the product key allows. (Some minor differences still exist)&lt;/p&gt;  &lt;p&gt;An image file can be mounted (for instance with Daemon Tools lite) and burned to physical media. &lt;/p&gt;  &lt;h2&gt;Virtual deployments&lt;/h2&gt;  &lt;p&gt;Images are perfect for virtual deployments. You can use the free &lt;a href="http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx"&gt;Virtual PC&lt;/a&gt; or &lt;a href="http://www.microsoft.com/windowsserversystem/virtualserver/default.aspx"&gt;Virtual Server&lt;/a&gt; products from Microsoft, &lt;a href="http://www.microsoft.com/virtualization/default.mspx"&gt;Microsoft Hyper-V products&lt;/a&gt;, Citrix' &lt;a href="http://www.citrix.com/English/ps2/products/product.asp?contentID=683148"&gt;XenServer&lt;/a&gt; products, &lt;a href="http://www.vmware.com/products/server/"&gt;VMWare Server&lt;/a&gt; and &lt;a href="http://www.vmware.com/products/vi/esx/"&gt;VMWare ESX&lt;/a&gt; products (among others) to make a virtual box on which you can mount the image file as a virtual DVD and install from there. Since the host machine can read the image from the hard disk this will significantly bring down install times in virtual deployments. &lt;/p&gt;  &lt;h2&gt;Physical deployments&lt;/h2&gt;  &lt;p&gt;Having an ISO file of Windows Server 2008 instead of having a physical copy could actually save you a lot of work if you need to deploy dozens of boxes. Using the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=94bb6e34-d890-4932-81a5-5b50c657de08&amp;amp;displaylang=en"&gt;Windows Automated Installation Kit (WAIK)&lt;/a&gt; you can edit the unattend.xml file on the DVD to reflect the input you either need to input manually at every installation. Information you could set in the unattend.xml file include (but are not limited to):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Administrator password &lt;/li&gt;    &lt;li&gt;Domain Name or Workgroup Name to join &lt;/li&gt;    &lt;li&gt;Computer name&lt;/li&gt;    &lt;li&gt;Drivers&lt;/li&gt;    &lt;li&gt;Installed server roles and features&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://technet2.microsoft.com/WindowsVista/en/library/69eee519-55a6-440d-ab94-56330ef57e291033.mspx?mfr=true"&gt;A complete list is available&lt;/a&gt;. After making your own unattend.xml you can easily copy your version over the version in the image. You can then choose to either burn the image or use it for other purposes, like virtual installations.&lt;/p&gt;  &lt;h2&gt;Hardware redirection&lt;/h2&gt;  &lt;p&gt;Another way to utilize an image file is to use it with hardware redirection. &lt;a href="http://support.dell.com/support/edocs/software/smdrac3/"&gt;Dell Remote Access Controller&lt;/a&gt; (DRAC), &lt;a href="http://h18013.www1.hp.com/products/servers/management/remotemgmt.html"&gt;HP Integrated Lights-Out&lt;/a&gt; (iLO) and &lt;a href="http://en.wikipedia.org/wiki/IBM_Remote_Supervisor_Adapter"&gt;IBM's family of Remote Supervisor Adapters&lt;/a&gt; (RSA) are perfect examples. They allow you to connect an image file to the server to function as a virtual CD or DVD drive. The server can then boot from the image file stored locally on your workstation or available remotely on a central resource. You can also insert the DVD disc into your workstation&amp;#8217;s optical drive and tell it to use your drive by drive letter. This is one of the preferred ways to install Windows Server 2008 on blade systems without DVD drives.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt; &lt;a id="InstallingWin2k8USB"&gt;   &lt;h1&gt;Using a bootable USB device&lt;/h1&gt; &lt;/a&gt;  &lt;p&gt;If you really need speed to install a couple of Windows Server 2008 boxes I recommend placing the installation files on a high-speed USB Stick. &lt;/p&gt;  &lt;p&gt;Hard drives are usually connected to one Host device and USB channels are connected to another host device chip on your motherboard. Installing from an USB device therefor won't hog the host devices for your hard drives (like when using an image) and won't lag like a normal DVD player would do while spinning up and spinning down. When you choose to use an USB flash drive (called an USB stick around here) instead of an USB hard disk (slower)&amp;#160; you can achieve lightning speeds. To make your bootable USB device, simply type the following commands on a system with the image mounted or physical DVD copy in the drive and the USB device plugged in:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#808080"&gt;&lt;strong&gt;diskpart.exe&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font color="#808080"&gt;DISKPART&amp;gt; &lt;strong&gt;list disk&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;em&gt;Select the USB device from the list and substitute the disk number below        &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; when necessary&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;font color="#808080"&gt;DISKPART&amp;gt; &lt;strong&gt;select disk 1          &lt;br /&gt;&lt;/strong&gt;DISKPART&amp;gt; &lt;strong&gt;clean          &lt;br /&gt;&lt;/strong&gt;DISKPART&amp;gt; &lt;strong&gt;create partition primary          &lt;br /&gt;&lt;/strong&gt;DISKPART&amp;gt; &lt;strong&gt;select partition 1          &lt;br /&gt;&lt;/strong&gt;DISKPART&amp;gt; &lt;strong&gt;active          &lt;br /&gt;&lt;/strong&gt;DISKPART&amp;gt; &lt;strong&gt;format fs=fat32          &lt;br /&gt;&lt;/strong&gt;DISKPART&amp;gt; &lt;strong&gt;assign          &lt;br /&gt;&lt;/strong&gt;DISKPART&amp;gt; &lt;strong&gt;exit&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font color="#808080"&gt;&lt;strong&gt;xcopy &lt;/strong&gt;&lt;em&gt;X&lt;/em&gt;&lt;strong&gt;:\*.* /s/e/f&lt;/strong&gt; &lt;em&gt;Y&lt;/em&gt;&lt;strong&gt;:\&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;em&gt;where X:\ is your mounted image or physical DVD and Y:\ is your USB        &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; device&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Now all you need to do is plug the device into your target box' USB slot and boot it.    &lt;br /&gt;(The target system will need to have USB slots and be able to boot from USB devices)&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt; &lt;a id="InstallingWin2k8Network"&gt;   &lt;h1&gt;Using the network&lt;/h1&gt; &lt;/a&gt;  &lt;p&gt;There are a couple of ways to install Windows Server 2008 using the plumbing of your internal TCP-IP infrastructure.&lt;/p&gt;  &lt;h2&gt;Using Windows Deployment Services&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/servermanager/windowsdeploymentservices.mspx"&gt;Windows Deployment Services&lt;/a&gt; is the successor to &lt;a href="http://technet2.microsoft.com/WindowsServer/en/library/c62e5951-5eb9-42f1-95ae-490e5d7a55511033.mspx?mfr=true"&gt;Remote Installation Services&lt;/a&gt;. (RIS)     &lt;br /&gt;It was introduced with Windows Server 2003 Service Pack 2. Windows Deployment Services in Windows Server 2008 in contrast to Windows Deployment Services in Windows Server 2003 knows how to multicast, which is a pretty neat feature, which in my opinion makes using Ghost, TrueImage and other imaging solutions obsolete.&lt;/p&gt;  &lt;p&gt;The only drawback to using Windows Deployment Services (WDS) is you need an Active Directory environment. While this sounds unlikely even in 2008 you might find networks without Active Directory.&lt;/p&gt;  &lt;h4&gt;Using the Microsoft Deployment Toolkit&lt;/h4&gt;  &lt;p&gt;On top of using the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=94bb6e34-d890-4932-81a5-5b50c657de08&amp;amp;displaylang=en"&gt;Windows Automated Installation Kit (WAIK)&lt;/a&gt; and &lt;a href="http://technet2.microsoft.com/windowsserver2008/en/servermanager/windowsdeploymentservices.mspx"&gt;Windows Deployment Services&lt;/a&gt; you can use a Solution Accelerator for further guidance. Microsoft offered the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=13F05BE2-FD0E-4620-8CA6-1AAD6FC54741&amp;amp;displaylang=en"&gt;Business Desktop Deployment Solution Accelerator (BDD)&lt;/a&gt; for clients and is now offering the &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=3bd8561f-77ac-4400-a0c1-fe871c461a89&amp;amp;displaylang=en&amp;amp;tm"&gt;Microsoft Deployment Toolkit 2008&lt;/a&gt; as a sort of umbrella over the existing deployment tools for Windows Vista with Service Pack 1 and Windows Server 2008. (More information on centrally deploying Windows Vista can be found &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2006/11/21/Deploying-Windows-Vista-centrally.aspx"&gt;here&lt;/a&gt;) &lt;/p&gt;  &lt;p&gt;When used in conjunction with Systems Management Server (SMS Server) or System Center Configuration Manager (SCCM) you can achieve deployments without touching client machines, (zero touch) while preserving client settings and user experience.&lt;/p&gt;  &lt;h2&gt;Using 3rd party solutions&lt;/h2&gt;  &lt;p&gt;You can use 3rd party imaging solutions to install Windows Server 2008 over the network. Symantec Ghost for instance offers the ability to image Windows installations, but it doesn't need a Directory solution. It helps when you have a DHCP server though. Using a 3rd party solution might require you to purchase licenses, which might prove costly.&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;This page shows how to install Windows Server 2008 on almost every imaginary box. Not having a DVD player and not having USB ports is no longer an excuse not to install it on a box that meets the minimum requirements.&lt;/p&gt;  &lt;p&gt;I've showed you how to do it. I'll finish up with a nice table when to use a specific method:&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="500" border="1"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="154"&gt;&lt;strong&gt;Installation method&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="344"&gt;&lt;strong&gt;Use when:&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="154"&gt;Physical DVD&lt;/td&gt;        &lt;td valign="top" width="344"&gt;Installing one or two boxes, nothing too fancy...&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="154"&gt;Image file&lt;/td&gt;        &lt;td valign="top" width="344"&gt;Installing virtual servers          &lt;br /&gt;Installing blade servers           &lt;br /&gt;Transition and Alteration of media&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="154"&gt;USB device&lt;/td&gt;        &lt;td valign="top" width="344"&gt;Installing virtual servers or installing multiple servers fast          &lt;br /&gt;Installing on servers without DVD drives&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="154"&gt;TCP-IP network (WDS)&lt;/td&gt;        &lt;td valign="top" width="344"&gt;Installing loads of servers ( &amp;gt; 10) in an Active Directory&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="154"&gt;TCP-IP network (Ghost)&lt;/td&gt;        &lt;td valign="top" width="344"&gt;Installing loads of servers ( &amp;gt; 10) in any environment&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;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://www.jesscoburn.com/archives/2007/10/15/installing-windows-2008-via-usb-thumbdrive/"&gt;Installing Windows 2008 via USB thumbdrive&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=94bb6e34-d890-4932-81a5-5b50c657de08&amp;amp;displaylang=en"&gt;Automated Installation Kit (AIK) for Windows Vista SP1 and Windows Server 2008&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=3bd8561f-77ac-4400-a0c1-fe871c461a89&amp;amp;displaylang=en&amp;amp;tm"&gt;Microsoft Deployment Toolkit (MDT) 2008&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=13F05BE2-FD0E-4620-8CA6-1AAD6FC54741&amp;amp;displaylang=en"&gt;Business Desktop Deployment 2007&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/mniehaus/archive/2008/03/21/upgrading-to-microsoft-deployment-toolkit-mdt-2008-zero-touch-with-configmgr-2007.aspx"&gt;Upgrading to Microsoft Deployment Toolkit (MDT) 2008 - Zero Touch with ConfigMgr 2007&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://blogs.technet.com/mniehaus/archive/2008/04/29/so-why-doesn-t-microsoft-deployment-toolkit-2008-use-powershell-scripts-during-an-os-deployment.aspx"&gt;So why doesn't MDT 2008 use PowerShell scripts during an OS deployment?&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blog.wadewegner.com/2008/04/15/InstallingWindowsServer2008.aspx"&gt;Installing Windows Server 2008&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.windowsnetworking.com/articles_tutorials/Pre-Installation-Steps-Installing-Windows-Server-2008.html"&gt;Pre-Installation Steps for Installing Windows Server 2008&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.lockstockmods.net/2008/04/25/install-windows-over-network-with-pxe/"&gt;Install Windows over network with PXE&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.techrepublic.com.com/datacenter/?p=324"&gt;Two ways to circumvent the DVD drive requirement for installing Windows Server 2008&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Related reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2006/11/21/Deploying-Windows-Vista-centrally.aspx"&gt;Deploying Windows Vista Centrally&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/08/07/get-windows-server-2008-now.aspx"&gt;Get Windows Server 2008 now&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/01/activating-server-core.aspx"&gt;Activating Server Core&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=2698" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Microsoft Windows Server 2008" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008/default.aspx" /></entry><entry><title>Remotely managing your Server Core using RSAT</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/27/remotely-managing-your-server-core-using-rsat.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/27/remotely-managing-your-server-core-using-rsat.aspx</id><published>2008-04-27T15:53:32Z</published><updated>2008-04-27T15:53:32Z</updated><content type="html">&lt;p&gt;&lt;/p&gt;  &lt;p&gt;A little while ago I showed you how to perform some of the common management tasks on your Server Core installation &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/03/remotely-managing-your-server-core-using-compmgmt-msc.aspx"&gt;using the Microsoft Management Console Snap-Ins&lt;/a&gt;, available through Computer Management (compmgmt.msc). Last week I showed you how to &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/24/handling-server-core-roles-and-features.aspx"&gt;install Server Roles and Features&lt;/a&gt; on top of your Server Core installation.&lt;/p&gt;  &lt;p&gt;This time I want to take the opportunity to show you around in the recently released Remote Server Administration Tools (RSAT) which allow you to manage the roles you can install on your Server Core installation of Windows Server 2008.&lt;/p&gt;  &lt;h2&gt;Contents&lt;/h2&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="#InstallingtheRemoteServerAdministrationTools"&gt;Installing the Remote Server Administration Tools (RSAT)&lt;/a&gt;       &lt;ul&gt;       &lt;li&gt;&lt;a href="#Fulfillingsystemrequirements"&gt;Fulfilling system requirements&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#DownloadingthestandaloneRSATsetuppackage"&gt;Downloading the standalone setup package&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#Installingthepackage"&gt;Installing the package&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#SelectingRSATfeatures"&gt;Selecting RSAT features&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#Selectingapplicabletools"&gt;Selecting applicable tools&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;a href="#DisplayingAdministrativeTools"&gt;Displaying Administrative Tools&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="#UsingtheRemoteServerAdministrationTools"&gt;Using the Remote Server Administration Tools (RSAT)&lt;/a&gt;       &lt;ul&gt;       &lt;li&gt;&lt;a href="#ActiveDirectoryDomainServicesTools"&gt;Active Directory Domain Services Tools&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#GroupPolicyManagementTools"&gt;Group Policy Management Tools&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#DNSServerTools"&gt;DNS Server Tools&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#DHCPServerTools"&gt;DHCP Server Tools&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#FileServicesTools"&gt;File Services Tools&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;a href="#ConcludingRSATTools"&gt;Concluding&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt; &lt;a id="InstallingtheRemoteServerAdministrationTools"&gt;   &lt;h1&gt;Installing RSAT&lt;/h1&gt; &lt;/a&gt;  &lt;p&gt;In order to use the Remote Server Administration Tools (RSAT) you need to download the standalone setup package from the Microsoft Download servers, install the update package and after installation use the Programs and Feature control panel applet to actually install the parts of the Remote Server Administration Tools (RSAT) you'd wish to use. &lt;/p&gt; &lt;a id="Fulfillingsystemrequirements"&gt;   &lt;h4&gt;Fulfilling system requirements&lt;/h4&gt; &lt;/a&gt;  &lt;p&gt;In order to run the Remote Server Administration Tools (RSAT) for Windows Vista you'll need a box with Windows Vista Business, Windows Vista Enterprise or Windows Vista Ultimate installed with Service Pack 1 in one of the languages mentioned below.&lt;/p&gt; &lt;a id="DownloadingthestandaloneRSATsetuppackage"&gt;   &lt;h4&gt;Downloading the standalone setup package&lt;/h4&gt; &lt;/a&gt;  &lt;p&gt;While the Remote Server Administration Tools (RSAT) are available in English since March 24th 2008 only a few days ago Microsoft released the RSAT in the following languages:&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="521" border="1"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="135"&gt;&lt;b&gt;Language&lt;/b&gt;&lt;/td&gt;        &lt;td valign="top" width="51"&gt;&lt;b&gt;Code&lt;/b&gt;&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;b&gt;Package download X86&lt;/b&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;b&gt;Package download X64&lt;/b&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="134"&gt;Chinese - Simplified&lt;/td&gt;        &lt;td valign="top" width="55"&gt;zh-CN&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=zh-cn"&gt;Chinese - China&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=zh-cn"&gt;Chinese - China&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="133"&gt;Chinese - Hong-Kong&lt;/td&gt;        &lt;td valign="top" width="58"&gt;zh-HK&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=zh-hk"&gt;Chinese - Hong Kong SAR&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=zh-hk"&gt;Chinese - Hong Kong SAR&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="132"&gt;Chinese - Traditional&lt;/td&gt;        &lt;td valign="top" width="61"&gt;zh-TW&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=zh-tw"&gt;Chinese - Taiwan&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=zh-tw"&gt;Chinese - Taiwan&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="132"&gt;Czech&lt;/td&gt;        &lt;td valign="top" width="63"&gt;cs-CZ&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=cs"&gt;Czech - Czech Republic&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=cs"&gt;Czech - Czech Republic&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;Dutch&lt;/td&gt;        &lt;td valign="top" width="65"&gt;nl-NL&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=nl"&gt;Dutch - Netherlands&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=nl"&gt;Dutch - Netherlands&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="132"&gt;French&lt;/td&gt;        &lt;td valign="top" width="66"&gt;fr-FR&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=fr"&gt;French - France&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=fr"&gt;French - France&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;         &lt;p&gt;German&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="67"&gt;de-DE&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=de"&gt;German - Germany&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=de"&gt;German - Germany&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="130"&gt;Hungarian&lt;/td&gt;        &lt;td valign="top" width="68"&gt;hu-HU&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=hu"&gt;Hungarian - Hungary&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=hu"&gt;Hungarian - Hungary&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="130"&gt;Italian&lt;/td&gt;        &lt;td valign="top" width="69"&gt;it-IT&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=it"&gt;Italian - Italy&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=it"&gt;Italian - Italy&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;Japanese&lt;/td&gt;        &lt;td valign="top" width="69"&gt;         &lt;p&gt;ja-JP&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=ja"&gt;Japanese - Japan&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=ja"&gt;Japanese - Japan&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;Korean&lt;/td&gt;        &lt;td valign="top" width="69"&gt;ko-KR&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=ko"&gt;Korean - Korea&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=ko"&gt;Korean - Korea&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;Polish&lt;/td&gt;        &lt;td valign="top" width="69"&gt;pl-PL&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=pl"&gt;Polish - Poland&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=pl"&gt;Polish - Poland&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;Portuguese (Brazil)&lt;/td&gt;        &lt;td valign="top" width="69"&gt;pt-BR&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=pt-br"&gt;Portuguese - Brazil&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=pt-br"&gt;Portuguese - Brazil&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;Portuguese (Portugal)&lt;/td&gt;        &lt;td valign="top" width="69"&gt;pt-PT&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=pt-pt"&gt;Portuguese - Portugal&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=pt-pt"&gt;Portuguese - Portugal&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;Russian&lt;/td&gt;        &lt;td valign="top" width="69"&gt;ru-RU&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=ru"&gt;Russian - Russia&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=ru"&gt;Russian - Russia&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;Spanish&lt;/td&gt;        &lt;td valign="top" width="69"&gt;es-ES&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=es"&gt;Spanish - Spain &lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=es"&gt;Spanish - Spain &lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;Swedish&lt;/td&gt;        &lt;td valign="top" width="69"&gt;sv-SE&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=sv"&gt;Swedish - Sweden&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=sv"&gt;Swedish - Sweden&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;Turkish&lt;/td&gt;        &lt;td valign="top" width="69"&gt;tr-TR&lt;/td&gt;        &lt;td valign="top" width="164"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;amp;displaylang=tr"&gt;Turkish - Turkey&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="162"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;amp;displaylang=tr"&gt;Turkish - Turkey&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;Like a couple of persons already observed in the TechNet forums: Only 18 of the 36 languages are here. Is Microsoft using it's wave method for distribution again?&amp;#160; &lt;/p&gt; &lt;a id="Installingthepackage"&gt;   &lt;h4&gt;Installing the package&lt;/h4&gt; &lt;/a&gt;  &lt;p&gt;Since you're a server administrator (what else would you need the Remote Server Administration Tools for) I won't bore you with how to double click the standalone setup package. (*.msu file) You all know how to download stuff, relocate it, run it and get through the UAC messages, right? If not, &lt;a href="http://support.microsoft.com/?kbid=941314"&gt;just read this Microsoft Knowledge Base article&lt;/a&gt;...&lt;/p&gt; &lt;a id="SelectingRSATfeatures"&gt;   &lt;h4&gt;Selecting RSAT features&lt;/h4&gt; &lt;/a&gt;  &lt;p&gt;Once you've installed the package you can begin selecting features from the Remote Server Administration Tools using the Programs and Feature control panel applet. Simply:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Go to the &lt;strong&gt;Control Panel&lt;/strong&gt; and select &lt;strong&gt;Programs and Features&lt;/strong&gt; or begin typing &lt;em&gt;Progra...&lt;/em&gt; in the search field of the Start Menu &lt;/li&gt;    &lt;li&gt;Select &lt;strong&gt;Turn Windows features on or off&lt;/strong&gt; in the taskpane. &lt;/li&gt;    &lt;li&gt;Press Continue when you have User Account Control (UAC) enabled &lt;/li&gt;    &lt;li&gt;Scroll down to &lt;strong&gt;Remote Server Administration Tools&lt;/strong&gt; and select the features corresponding to your remote management wishes: &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;img src="http://blogs.dirteam.com/photos/sanderberkouwer/images/2678/original.aspx" /&gt; &lt;/p&gt; &lt;a id="Selectingapplicabletools"&gt;   &lt;h4&gt;Selecting Applicable Tools&lt;/h4&gt; &lt;/a&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/24/handling-server-core-roles-and-features.aspx"&gt;Server Core offers only a subset of the Roles and Features&lt;/a&gt; you can install on a Full Installation of Windows Server 2008. The interesting features in the context of Server Core installations of Windows Server 2008 are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Bitlocker Drive Encryption Tools &lt;/li&gt;    &lt;li&gt;Failover Clustering Tools &lt;/li&gt;    &lt;li&gt;Group Policy Management Tools &lt;/li&gt;    &lt;li&gt;Network Load Balancing Tools &lt;/li&gt;    &lt;li&gt;Active Directory Domain Services Tools      &lt;ul&gt;       &lt;li&gt;Active Directory Domain Controller Tools &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Active Directory Lightweight Directory Services Tools &lt;/li&gt;    &lt;li&gt;DHCP Server Tools &lt;/li&gt;    &lt;li&gt;DNS Server Tools &lt;/li&gt;    &lt;li&gt;File Services Tools      &lt;ul&gt;       &lt;li&gt;Distributed File System Tools &lt;/li&gt;        &lt;li&gt;Share and Storage Management Tools &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The other tools in the collection of Remote Server Administration Tools (RSAT) do not apply to Server Core installations of Windows Server 2008. When paying attention you might have already seen some management tools are missing. Kurt Roggen compiled &lt;a href="http://trycatch.be/blogs/roggenk/archive/2008/04/08/rsat-remote-server-administration-tools-what-s-included-and-what-s-not.aspx"&gt;a comprehensive list&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt; &lt;a id="DisplayingAdministrativeTools"&gt;   &lt;h1&gt;Displaying Administrative Tools&lt;/h1&gt; &lt;/a&gt;  &lt;p&gt;By default a Windows Vista box will not display the Administrative Tools in the Start Menu. When you're comfortable with the Administrative Tools folder being accessible through the Control Panel and the Search field of the Start Menu just use those. &lt;/p&gt;  &lt;p&gt;To display the Administrative Tools in the All Programs list and/or on the Start Menu follow the steps below:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Right-click on the Pearl (Start button) and select &lt;strong&gt;Properties&lt;/strong&gt; from the context menu. &lt;/li&gt;    &lt;li&gt;On the Start Menu tab click the button labeled '&lt;strong&gt;Customize&lt;/strong&gt;' next to the &lt;strong&gt;Start Menu&lt;/strong&gt; (This menu style gives you easy access to your folders, favorite programs, and search.) radio button. &lt;/li&gt;    &lt;li&gt;scroll all the way down in the list. &lt;/li&gt;    &lt;li&gt;Under the &lt;strong&gt;System Administrative Tools&lt;/strong&gt; header select one of the two other options:       &lt;ul&gt;       &lt;li&gt;Display on the All Programs menu &lt;/li&gt;        &lt;li&gt;Display on the All Programs menu and the Start menu &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Press OK to close the Customize Start Menu window &lt;/li&gt;    &lt;li&gt;Press OK to close the Taskbar and Start Menu Properties window &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt; &lt;a id="UsingtheRemoteServerAdministrationTools"&gt;   &lt;h1&gt;Using RSAT&lt;/h1&gt; &lt;/a&gt;  &lt;p&gt;Now that we've managed to install the Remote Server Administration Tools package on our Windows Vista management workstation and made the Administrative Tools folder visible where we can reach it with as little as three mouse-clicks, let's dive into the tools I've been using the most in my Server Core environments:&lt;/p&gt; &lt;a id="ActiveDirectoryDomainServicesTools"&gt;   &lt;h2&gt;Active Directory Domain Services Tools&lt;/h2&gt; &lt;/a&gt;  &lt;p&gt;The Active Directory Domain Services tools in the Role Administration Tools folder apply to the Active Directory Domain Services Role. It consist of two tools. Only the Active Directory Domain Controller Tools are of interest for a Server Core Domain Controller. Once installed you should find these tools in the Administrative Tools folder of your Windows Vista box:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Active Directory Domains and Trusts (domain.msc) &lt;/li&gt;    &lt;li&gt;Active Directory Sites and Services (dssite.msc) &lt;/li&gt;    &lt;li&gt;Active Directory Users and Computers (dsa.msc) &lt;/li&gt;    &lt;li&gt;ADSI Edit (adsiedit.msc) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;These tools work largely as you would expect them to on Windows XP to administer a Windows Server 2003 environment. (You can even use the tools to administer a Windows Server 2003 Active Directory environment!) There are a few exceptions though:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;No Exchange Server Management integration      &lt;ul&gt;       &lt;li&gt;Exchange Server 2003: &lt;a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PageIndex=2&amp;amp;SiteID=17&amp;amp;PageID=2&amp;amp;PostID=2869535#2869535"&gt;workaround available&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;Exchange Server 2007: install the Exchange Management Console &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;No Terminal Services integration      &lt;br /&gt;(by default, &lt;a href="http://blogs.technet.com/askds/archive/2008/03/31/rsat-and-aduc-getting-the-terminal-services-tabs-to-appear-in-ad-users-and-computers.aspx"&gt;workaround available&lt;/a&gt;) &lt;/li&gt;    &lt;li&gt;No Windows Deployment Services integration      &lt;br /&gt;(by default, &lt;a href="http://trycatch.be/blogs/roggenk/archive/2008/04/11/missing-the-wds-windows-deployment-services-snapin-from-rsat-on-windows-vista.aspx"&gt;workaround available&lt;/a&gt;) &lt;/li&gt;    &lt;li&gt;No Attribute Editor when managing Windows Server 2003 environment      &lt;br /&gt;(by default, &lt;a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3213525&amp;amp;SiteID=17"&gt;workaround available&lt;/a&gt;) &lt;/li&gt; &lt;/ul&gt; &lt;a id="GroupPolicyManagementTools"&gt;   &lt;h2&gt;Group Policy Management Tools&lt;/h2&gt; &lt;/a&gt;  &lt;p&gt;As you may recall installation of Service Pack 1 for Windows Vista uninstalls the Group Policy Management Console (gpmc.msc). This would have been inexcusable if the Remote Server Administration Tools (RSAT) wouldn't provide a better tool. In fact: The Group Policy Management Tools in the Feature Administration Tools folder for the Remote Server Administration Tools (RSAT) provide the successor to our beloved Group Policy Management Console: &lt;strong&gt;Group Policy Management (gpmc.msc)&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Although this tool's MMC Snap-In name resembles the Group Policy Management Console it is greatly enhanced with the integration of:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.technet.com/aralves/archive/2008/04/08/starter-group-policy-objects-available-to-download.aspx"&gt;Starter Group Policy Objects (Starter GPOs)&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://xpworld.spaces.live.com/Blog/cns!3110BDF94643CB31!313.entry"&gt;Group Policy Preferences&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://sdmsoftware.com/blog/2008/03/launching_the_new_gp_managemen.html"&gt;Group Policy Management Editor (gpme.msc)&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The Group Policy Management Tools are a good companion to the Active Directory Domain Services Tools above and can be used in Active Directory environments.&lt;/p&gt; &lt;a id="DNSServerTools"&gt;   &lt;h2&gt;DNS Server Tools&lt;/h2&gt; &lt;/a&gt;  &lt;p&gt;When you install the DNS Server Tools from the Role Administration Tools section of the Remote Server Administration Tools (RSAT) you find a new shortcut in your Administrative Tools folder called &lt;strong&gt;DNS&lt;/strong&gt;, which points to &lt;strong&gt;dnsmgmt.msc&lt;/strong&gt;. With this tool you can remotely manage your Server Core DNS Server to your heart's content.&lt;/p&gt;  &lt;p&gt;Even though the Remote Management Console isn't all that different to the Management Console in the adminpak.msi for Windows Server 2003 there is one major difference between the DNS Server in Windows Server 2003 and the DNS Server in Windows Server 2008: &lt;u&gt;Full&lt;/u&gt; IPv6 integration. &lt;a href="http://technet.microsoft.com/en-us/magazine/cc137727.aspx"&gt;The Cable Guy has more information&lt;/a&gt;.&lt;/p&gt; &lt;a id="DHCPServerTools"&gt;   &lt;h2&gt;DHCP Server Tools&lt;/h2&gt; &lt;/a&gt;  &lt;p&gt;The DHCP Server Tool, called &lt;strong&gt;DHCP (dhcpmgmt.msc)&lt;/strong&gt; also received a IPv6 revamp and is now fully ready to serve both IPv4 and IPv6 addresses to clients asking for them. The tool is actually divided into two different DHCP servers you can run (and stop) independently of each other, create and reconcile scopes independently on and can define classes on independently. (Authorization is still handled on the server level though) 2 DHCP servers for the price of own!&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#0080c0"&gt;Tip:            &lt;br /&gt;&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt;When this tool doesn't automatically work in your environment be sure to set the DHCP Server Service to start automatically on your Server Core box. It doesn't do this by default. Use the Services MMC Snap-In remotely (&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/03/remotely-managing-your-server-core-using-compmgmt-msc.aspx"&gt;more info here&lt;/a&gt;) or type the following commands on the console of your Server Core box&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; sc \\localhost config DHCPServer start= auto          &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; sc start DHCPServer&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt; &lt;a id="FileServicesTools"&gt;   &lt;h2&gt;File Services Tools&lt;/h2&gt; &lt;/a&gt;  &lt;p&gt;The File Services Tools folder inside the Remote Server Administration Tools (RSAT) contains a lot of interesting tools. When you add the Distributed File System Tools and Share and Storage Management Tools you receive the following new shortcuts in your Administrative Tools folder:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DFS Management (dfsmgmt.msc) &lt;/li&gt;    &lt;li&gt;Share and Storage Manager (storagemgmt.msc) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The third tool that's listed in the Remote Server Administration Tools (RSAT) regarding File Services is the File Server Resource Manager. Since you can't install the File Server Resource Manager on a Server Core box, this tool cannot be pointed towards a Server Core file server and is therefor useless for managing Server Core boxes.&lt;/p&gt;  &lt;h4&gt;Share and storage management&lt;/h4&gt;  &lt;p&gt;The Share and Storage Management MMC Snap-In (storagemgmt.msc) is tool that is only supported to remotely manage Windows Server 2008 and above (can't be used to manage Vista though) and it provides an overview of all the shares and volumes on the server. The Share and Storage Management MMC Snap-In (storagemgmt.msc) provides much more information than the Shared Folders MMC Snap-In inside Computer Management (compmgmt.msc) does and can be seen as its successor.&amp;#160; &lt;/p&gt;  &lt;p&gt;It's almost a shame this tool is much harder to get working than the Shared Folders Snap-In. This is because of the Volume Management features which requires the Virtual Disk Service (VDS) to be properly configured and some firewall exceptions to be enabled on both the server and your Windows Vista workstation &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/03/remotely-managing-your-server-core-using-compmgmt-msc.aspx"&gt;as pointed out here&lt;/a&gt;. To accomplish this, type the following command at both boxes:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#808080"&gt;&lt;strong&gt;sc &lt;/strong&gt;&lt;strong&gt;\\localhost&lt;/strong&gt;&lt;/font&gt;&lt;strong&gt;&lt;font color="#808080"&gt; config vds start= auto          &lt;br /&gt;sc start vds           &lt;br /&gt;&amp;#160;&amp;#160; &lt;br /&gt;netsh advfirewall firewall set rule group=&amp;quot;Remote Volume Management&amp;quot; new enabled=yes&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt; &lt;a id="ConcludingRSATTools"&gt;   &lt;h1&gt;Concluding&lt;/h1&gt; &lt;/a&gt;  &lt;p&gt;The Remote Server Administration Tools (RSAT) for Windows Vista add remote Server Core administration functionality to Windows Vista and can be used in that manner, when you know your way around them. &lt;/p&gt;  &lt;p&gt;The Tools have some rough edges, some missing functionality (by default mostly) and most of them can't even be used with Server Core installations of Windows Server 2008, but they fulfill my remote administration wishes. When used in conjunction with the tools from Computer Management (compmgmt.msc) &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/03/remotely-managing-your-server-core-using-compmgmt-msc.aspx"&gt;as shown here&lt;/a&gt;, you too can enjoy the bountiful joys of remote management from the comfort of anywhere you'd like. (in my case: my sunny backyard) &lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/windowsserver/archive/2008/04/23/rsat-has-been-released-freigegeben-lib-r-lanzado-for-the-following-server-languages.aspx"&gt;RSAT has been released/freigegeben/解放される/lib&amp;#233;r&amp;#233;/lanzado&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://windowsvistablog.com/blogs/windowsvista/archive/2008/03/25/remote-server-administration-tools-rsat-now-available-for-windows-vista-sp1.aspx"&gt;Remote Server Administration Tools (RSAT) Now Available for Windows Vista SP1&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://feeds.feedburner.com/~r/binkdotnu/~3/276139280/remote-server-administration-tools-for-vista-sp1-has-been-released-to-the-web-for-all-server-languages.aspx"&gt;RSAT for Vista SP1 has been released to the web for ALL server languages!&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://trycatch.be/blogs/roggenk/archive/2008/04/08/rsat-remote-server-administration-tools-what-s-included-and-what-s-not.aspx"&gt;RSAT (Remote Server Administration Tools): what's included and what's NOT!!&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.realtime-windowsserver.com/systems_management_monitoring/2008/04/not_all_rsat_tools_work_with_s.htm"&gt;Not all RSAT Tools Work with Server 2003...&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://tech.digitalldesigns.net/PermaLink,guid,339adbbf-d9e3-46ac-833c-1f55d0bb5e11.aspx"&gt;RSAT AD Domain Management&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://support.microsoft.com/?kbid=941314"&gt;941314 - Description of Windows Server 2008 RSAT for Windows Vista SP1&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://blogs.technet.com/askds/archive/2008/03/31/rsat-and-aduc-getting-the-terminal-services-tabs-to-appear-in-ad-users-and-computers.aspx"&gt;RSAT and ADUC: Getting the Terminal Services Tabs to Appear in AD Users and Computers&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://trycatch.be/blogs/roggenk/archive/2008/04/11/missing-the-wds-windows-deployment-services-snapin-from-rsat-on-windows-vista.aspx"&gt;Missing the WDS (Windows Deployment Services) snapin from RSAT on Windows Vista?&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/magazine/cc137727.aspx"&gt;The Cable Guy DNS Enhancements in Windows Server 2008&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://sdmsoftware.com/blog/2008/03/rsat_tools_now_available_for_v.html"&gt;The GPOGUY - RSAT Tools Now Available for Vista, SP1!!!!&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://sdmsoftware.com/blog/2008/03/launching_the_new_gp_managemen.html"&gt;The GPOGUY - Launching the new GP Management Editor from the command-line&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://xpworld.spaces.live.com/Blog/cns!3110BDF94643CB31!313.entry"&gt;Group Policy Preferences: I truly like this feature&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/aralves/archive/2008/04/08/starter-group-policy-objects-available-to-download.aspx"&gt;Starter Group Policy Objects available to download&lt;/a&gt;&amp;#160; &lt;br /&gt;TechNet forums - &lt;a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3213525&amp;amp;SiteID=17"&gt;RSAT and the missing Attribute Editor tab&lt;/a&gt;&amp;#160; &lt;br /&gt;TechNet forums - &lt;a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PageIndex=2&amp;amp;SiteID=17&amp;amp;PageID=2&amp;amp;PostID=2869535#2869535"&gt;RSAT&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Related reading&lt;/h2&gt;  &lt;p&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;     &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/03/remotely-managing-your-server-core-using-compmgmt-msc.aspx"&gt;Remotely managing your Server Core using Compmgmt.msc&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=2679" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="System Administration" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Administration/default.aspx" /><category term="Microsoft Windows Server 2008" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008/default.aspx" /><category term="Server Core" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Server+Core/default.aspx" /></entry><entry><title>Handling Server Core Roles and Features</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/24/handling-server-core-roles-and-features.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/24/handling-server-core-roles-and-features.aspx</id><published>2008-04-24T19:56:27Z</published><updated>2008-04-24T19:56:27Z</updated><content type="html">&lt;p&gt;Server Core is proving to be a versatile infrastructure platform. After installing your basic Server Core installation, configuring network interfaces, activating, enable remote management (through RDP or WinRM) and changing the look and feel it might be time to install additional roles and optional features.&lt;/p&gt;  &lt;h2&gt;Roles&lt;/h2&gt;  &lt;p&gt;It's not just infrastructure roles you can install on Server Core... You can equip your Server Core box with a total of &lt;strong&gt;nine&lt;/strong&gt; roles.Although not all roles are available after simply installing Windows Server 2008 in a Server Core fashion. (Some roles need to be downloaded first.)&lt;/p&gt;  &lt;p&gt;For a complete overview of Server Roles look at the list of Server roles for Windows Server 2008 Server Core below:&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="500" border="1"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="250"&gt;&lt;strong&gt;Server Role Name&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="250"&gt;&lt;strong&gt;Server Core Role Technical Name&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Web Services (IIS) &lt;/td&gt;        &lt;td valign="top" width="250"&gt;IIS-WebServerRole *          &lt;br /&gt;WAS-WindowsActivationService *&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Print Services &lt;/td&gt;        &lt;td valign="top" width="250"&gt;Printing-ServerCore-Role *&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Hyper-V &lt;/td&gt;        &lt;td valign="top" width="250"&gt;Hyper-V **&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Active Directory Domain Services &lt;/td&gt;        &lt;td valign="top" width="250"&gt;DirectoryServices-DomainController-ServerFoundation&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Active Directory Lightweight Directory Services &lt;/td&gt;        &lt;td valign="top" width="250"&gt;DirectoryServices-ADAM-ServerCore&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;DHCP Server &lt;/td&gt;        &lt;td valign="top" width="250"&gt;DHCPServerCore&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;DNS Server &lt;/td&gt;        &lt;td valign="top" width="250"&gt;DNS-Server-Core-Role&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;File Services &lt;/td&gt;        &lt;td valign="top" width="250"&gt;&lt;font color="#939393"&gt;enabled by default&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Windows Media Services &lt;/td&gt;        &lt;td valign="top" width="250"&gt;MediaServer **&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;font size="1"&gt;* Contains subroles that can be installed separately      &lt;br /&gt;** Role components need to be downloaded first&lt;/font&gt;&lt;/p&gt;  &lt;h2&gt;Features&lt;/h2&gt;  &lt;p&gt;Besides roles Server Core installations of Windows Server 2008 also allow the installations of &lt;strong&gt;sixteen&lt;/strong&gt; features. It's not really clear what distinguish a role from a feature, but the fact DNS Server is a role and WINS Server is a feature made Mark Minassi believe &lt;a href="http://www.microsoft.com/netherlands/technet/spotlight/sessionh.aspx?videoid=734"&gt;features is the stuff Microsoft is embarrassed about&lt;/a&gt;. This is not the case and can be easily proven by summing up the list of Server Core installable features:&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="502" border="1"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="250"&gt;&lt;strong&gt;Feature Name&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="250"&gt;&lt;strong&gt;Server Core Feature Technical Name&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Bitlocker&lt;/td&gt;        &lt;td valign="top" width="250"&gt;BitLocker&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Bitlocker Remote Admin Tool &lt;/td&gt;        &lt;td valign="top" width="250"&gt;BitLocker-RemoteAdminTool&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Client for NFS &lt;/td&gt;        &lt;td valign="top" width="250"&gt;ClientForNFS-Base&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Server for NFS &lt;/td&gt;        &lt;td valign="top" width="250"&gt;ServerForNFS-Base&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Distributed File System Namespace Server &lt;/td&gt;        &lt;td valign="top" width="250"&gt;DFSN-Server&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Distributed File System Replication &lt;/td&gt;        &lt;td valign="top" width="250"&gt;DFSR-Infrastructure-ServerEdition&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;File &lt;strike&gt;Replacement&lt;/strike&gt; Replication Service &lt;/td&gt;        &lt;td valign="top" width="250"&gt;FRS-Infrastructure&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Removable Storage Management &lt;/td&gt;        &lt;td valign="top" width="250"&gt;Microsoft-Windows-RemovableStorageManagementCore&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Multipath IO &lt;/td&gt;        &lt;td valign="top" width="250"&gt;MultipathIo&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Network Load Balancing (NLB) &lt;/td&gt;        &lt;td valign="top" width="250"&gt;NetworkLoadBalancingHeadlessServer&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Quality of Service (QoS/qWAVE) &lt;/td&gt;        &lt;td valign="top" width="250"&gt;QWAVE&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Simple Network Management Protocol &lt;/td&gt;        &lt;td valign="top" width="250"&gt;SNMP-SC&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Subsystem for UNIX-based Applications &lt;/td&gt;        &lt;td valign="top" width="250"&gt;SUACore&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Telnet Client &lt;/td&gt;        &lt;td valign="top" width="250"&gt;TelnetClient&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Windows Server Backup &lt;/td&gt;        &lt;td valign="top" width="250"&gt;WindowsServerBackup&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="250"&gt;Windows Internet Naming Service &lt;/td&gt;        &lt;td valign="top" width="250"&gt;WINS-SC&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Handling roles and features&lt;/h1&gt;  &lt;h2&gt;Checking roles and / or features&lt;/h2&gt;  &lt;p&gt;One of Server Core's hidden gems is the &lt;strong&gt;&lt;font color="#808080"&gt;oclist.exe&lt;/font&gt;&lt;/strong&gt; program. As an administrator you can use it to see what roles and features you may install and what roles and features are installed. Simply run the following command on the console of your Server Core box:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;oclist.exe&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/server_core/archive/2008/01/29/new-server-core-tips.aspx"&gt;As Andrew Mason shows here&lt;/a&gt; you can also pipe the output of the command. For instance if you don&amp;#8217;t want to include all of the many IIS options in the output of &lt;strong&gt;&lt;font color="#808080"&gt;oclist.exe&lt;/font&gt;&lt;/strong&gt;, run:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;oclist.exe | find &amp;#8220;Installed&amp;#8221; | find /v &amp;#8220;IIS&amp;#8221;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;In the same fashion you can make &lt;strong&gt;&lt;font color="#808080"&gt;oclist.exe&lt;/font&gt;&lt;/strong&gt; display a mere list of Roles and Features that are installed, using the following command:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#808080"&gt;&lt;strong&gt;oclist.exe | find &amp;quot;Installed&amp;quot; | find /v &amp;quot;Not Installed&amp;quot;&lt;/strong&gt;&lt;/font&gt;&lt;font color="#000000"&gt;&amp;#160;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font color="#808080"&gt;&lt;strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;h2&gt;Installing roles and / or features&lt;/h2&gt;  &lt;p&gt;You'll find two commands to install a Role or a Feature: &lt;strong&gt;&lt;font color="#808080"&gt;pkgmgr.exe&lt;/font&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;font color="#808080"&gt;ocsetup.exe&lt;/font&gt;&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;Both commands actually do the same thing in terms of installing a role or feature. One has more features than the other, but for the purpose of installing a role it makes no difference which command to use.&lt;/p&gt;  &lt;p&gt;To install a role use one of the following commands:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#808080"&gt;&lt;strong&gt;start /w ocsetup.exe &lt;/strong&gt;RoleOrFeatureName&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font color="#808080"&gt;&lt;strong&gt;start /w pkgmgr.exe -iu:&lt;/strong&gt;RoleOrFeatureName&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Where &lt;font color="#808080"&gt;RoleOrFeatureName&lt;/font&gt; needs to be replaced with the Case sensitive (!) name of the Role or Feature you want to install.&lt;/p&gt;  &lt;h4&gt;Exception: Active Directory Domain Services&lt;/h4&gt; While you can install the Active Directory binaries to your hard disk by installing the Active Directory Directory Services Role, this will not result in a working Domain Controller. You need to run &lt;strong&gt;&lt;font color="#808080"&gt;dcpromo.exe&lt;/font&gt;&lt;/strong&gt;. &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/05/04/installing-server-core-domain-controllers.aspx"&gt;More information here&lt;/a&gt;.   &lt;br /&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Removing roles and / or features&lt;/h2&gt;  &lt;p&gt;The previous two commands (&lt;strong&gt;&lt;font color="#808080"&gt;pkgmgr.exe&lt;/font&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;font color="#808080"&gt;ocsetup.exe&lt;/font&gt;&lt;/strong&gt;) can also be used to remove a previously installed Role and / or Feature from your Server Core box.&lt;/p&gt;  &lt;p&gt;To uninstall a role use one of the following commands:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#808080"&gt;&lt;strong&gt;start /w ocsetup.exe &lt;/strong&gt;RoleOrFeatureName &lt;strong&gt;/uninstall&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font color="#808080"&gt;&lt;strong&gt;start /w pkgmgr.exe -uu:&lt;/strong&gt;RoleOrFeatureName&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Where &lt;font color="#808080"&gt;RoleOrFeatureName&lt;/font&gt; needs to be replaced with the Case sensitive (!) name of the Role or Feature you want to uninstall.&lt;/p&gt;  &lt;h4&gt;Exception: Active Directory Domain Services&lt;/h4&gt;  &lt;p&gt;Uninstalling the DirectoryServices-DomainController-ServerFoundation Server Role from a Server Core Domain Controller will &lt;strong&gt;&lt;font color="#ff0000"&gt;seriously cripple&lt;/font&gt;&lt;/strong&gt; your installation to the extend where it won't boot normally anymore. Please use &lt;strong&gt;&lt;font color="#808080"&gt;dcpromo.exe&lt;/font&gt;&lt;/strong&gt; with &lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/d660e761-9ee7-4382-822a-06fc2365a1d21033.mspx?mfr=true"&gt;appropriate command line switches&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Removing sources&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/server_core/archive/2008/04/16/reducing-the-server-core-disk-footprint.aspx"&gt;Another great tip Andrew Mason shared publicly&lt;/a&gt; is how to use &lt;strong&gt;&lt;font color="#808080"&gt;pkgmgr.exe&lt;/font&gt;&lt;/strong&gt; to delete the local installation sources of the roles and features discussed above. This might get in handy when:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;You want to free up some hard disk space on your server's hard disk &lt;/li&gt;    &lt;li&gt;You strive to make your Server Core box the leanest and meanest server out there &lt;/li&gt;    &lt;li&gt;You want to protect other system administrators against themselves by prohibiting them from installing roles and features they wouldn't understand anyway. &lt;/li&gt; &lt;/ul&gt;  &lt;h4&gt;Highlevel steps&lt;/h4&gt;  &lt;p&gt;The highlevel steps to remove a source are:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Run:      &lt;br /&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;font color="#808080"&gt;&lt;strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; start /w &lt;/strong&gt;&lt;strong&gt;pkgmgr /up:&lt;/strong&gt;SourceToRemove&lt;/font&gt;       &lt;br /&gt;&amp;#160;&amp;#160; &lt;br /&gt;Where &lt;font color="#808080"&gt;SourceToRemove&lt;/font&gt; is the Case sensitive (!) and architecture-dependent (!) name of the installation source you want to remove. &lt;/li&gt;    &lt;li&gt;Reboot (you can remove multiple packages before rebooting) &lt;/li&gt;    &lt;li&gt;Wait about 30 minutes for the disk cleanup to occur &lt;/li&gt; &lt;/ol&gt;  &lt;h4&gt;Source names&lt;/h4&gt;  &lt;p&gt;The name of the installation sources are different than the names of the roles and include the architecture (&lt;strong&gt;&lt;font color="#808080"&gt;x86&lt;/font&gt;&lt;/strong&gt; or &lt;strong&gt;&lt;font color="#808080"&gt;amd64&lt;/font&gt;&lt;/strong&gt;) and the version (&lt;strong&gt;&lt;font color="#808080"&gt;6.0.6001.18000&lt;/font&gt;&lt;/strong&gt; for Windows Server 2008 RTM, &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/11/01/how-to-determine-your-windows-server-2008-version.aspx"&gt;other version numbers available here&lt;/a&gt;) in the following manner:&lt;/p&gt;  &lt;p&gt;&lt;font color="#808080"&gt;&lt;strong&gt;Microsoft-&lt;/strong&gt;PackageDescription&lt;strong&gt;~31bf3856ad364e35~&lt;/strong&gt;Architecture&lt;strong&gt;~~&lt;/strong&gt;Version&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Where &lt;font color="#808080"&gt;PackageDescription&lt;/font&gt; can be any of the following:&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="370" border="1"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Hyper-V-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-BLB-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-DFSN-ServerCore&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-DFSR-ServerEdition-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-DhcpServerCore-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-DirectoryServices-ADAM-SrvFnd-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-DirectoryServices-DomainController-SrvFnd-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-DNS-Server-Core-Role-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-FailoverCluster-Core-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-FileReplication-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-IIS-WebServer-Core-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-Internet-Naming-Service-SC-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-MultipathIo-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-NetworkLoadBalancingHeadlessServer-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-NFS-ServerFoundation-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-Printing-ServerCore-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-QWAVE-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-RemovableStorageManagementCore-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-SecureStartup-OC-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-SNMP-SC-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-SUA-Core-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-Telnet-Client-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-ServerCore-EA-IME-Package&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="368"&gt;Windows-ServerCore-EA-Fonts-Package&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&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;While removing sources sounds appealing you should be aware it cannot be undone. Once you remove a package for a Role or Feature you can only install the Role and/or Feature after a reinstall of the Operating System. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;u&gt;Example:&lt;/u&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#808080"&gt;start /w pkgmgr /up: Microsoft-Windows-SUA-Core-Package~31bf3856ad364e35~amd64~~6.0.6001.18000 &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;You can install 9 roles and 16 features, without even searching for the installation media. &lt;/p&gt;  &lt;p&gt;If you're happy with your Server Core installation running some roles and some features, simply remove the sources of the other roles and features to make your server even leaner and meaner!&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/d660e761-9ee7-4382-822a-06fc2365a1d21033.mspx?mfr=true"&gt;Dcpromo Command-Line Options&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://technet2.microsoft.com/WindowsVista/en/library/bc0c0afa-748d-4cdd-ab38-3868c3ca87151033.mspx?mfr=true"&gt;Package Manager Command-Line Options&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://technet2.microsoft.com/WindowsVista/en/library/9a9fe5ed-5cfb-47f0-99e3-af4ef1442ee71033.mspx?mfr=true"&gt;OCSetup Command-Line Options&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/server_core/archive/2008/04/16/reducing-the-server-core-disk-footprint.aspx"&gt;Server Core: Reducing the Server Core disk footprint&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/server_core/archive/2008/01/29/new-server-core-tips.aspx"&gt;Server Core: New Server Core Tips&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.trainsignaltraining.com/windows-server-2008-server-core-roles/2008-04-09/"&gt;Role Playing with Windows 2008 Server Core&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://thebackroomtech.wordpress.com/2008/03/24/marks-windows-2008-dns-server-command-line-cheat-sheet/"&gt;Mark&amp;#8217;s Windows 2008 DNS Server Command Line Cheat Sheet&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://thesystemadministrator.com/the_system_administrator/windows_server_2008/server_core_roles_and_features_of_windows_server_2008/"&gt;Server Core Roles and Features of Windows Server 2008&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://geekvalley.blogspot.com/2008/03/install-role-on-server-core-windows.html"&gt;Install a role on a Server Core Windows 2008&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://craign.net/2008/03/19/when-hyper-v-on-server-core-actually-sucks/"&gt;When Hyper-V on Server Core actually sucks&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://g1idee.wordpress.com/2008/01/10/server-core-roles-features-of-windows-server-2008/"&gt;Server Core Roles &amp;amp; Features of Windows Server 2008&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://wss-id.org/blogs/bobbyprimasta/archive/2008/03/25/server-core-windows-server-2008-setup-part-2-installasi-server-role-and-fitur.aspx"&gt;Server CORE Windows Server 2008 Setup Part 2 Installasi Server Role and Fitur&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;TechNet Forums - &lt;a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3199052&amp;amp;SiteID=17"&gt;Demote or remove AD servcies role&lt;/a&gt;     &lt;br /&gt;TechNet Forums - &lt;a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3113332&amp;amp;SiteID=17"&gt;Different web page list different server core server roles&lt;/a&gt;     &lt;br /&gt;TechNet Forums - &lt;a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=1672769&amp;amp;SiteID=17"&gt;The method to find the roles and features installed on a server core&lt;/a&gt;&amp;#160; &lt;br /&gt;TechNet Forums - &lt;a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=1881375&amp;amp;SiteID=17"&gt;Deciphering the oclist.exe output&lt;/a&gt;&amp;#160; &lt;br /&gt;TechNet Forums - &lt;a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3018210&amp;amp;SiteID=17"&gt;Multiple Core Roles&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=2672" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="System Administration" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Administration/default.aspx" /><category term="Microsoft Windows Server 2008" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008/default.aspx" /><category term="Server Core" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Server+Core/default.aspx" /></entry><entry><title>For beta or for worse</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/14/for-beta-or-for-worse.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/14/for-beta-or-for-worse.aspx</id><published>2008-04-14T08:23:26Z</published><updated>2008-04-14T08:23:26Z</updated><content type="html">&lt;p&gt;I've been beta testing a lot of unfinished software products in the past years. Not surprisingly most of these were Microsoft products. (and mostly unknowingly also many products from other vendors...) Let's dive into the world of alphas, betas, release candidates and other test versions, because I suspect seemingly more people using beta software isn't just a result of Beta marketing; there are multiple factors at play. &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Beta Usage&lt;/h1&gt;  &lt;p&gt;I think there are five main reasons why a lot of people use Beta software nowadays:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;It's everywhere nowadays&amp;#160; &lt;/li&gt;    &lt;li&gt;Beta software is getting more exposure &lt;/li&gt;    &lt;li&gt;New software is mostly built on top of existing software &lt;/li&gt;    &lt;li&gt;Development times have increased &lt;/li&gt;    &lt;li&gt;Virtualization makes it easier to experiment&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;(I also think not all five reasons might apply to all beta software products.)&lt;/p&gt;  &lt;h3&gt;It's everywhere&lt;/h3&gt;  &lt;p&gt;Did you know that a lot of products from Google are still in beta development fase? If you look at &lt;a href="http://blogsearch.google.com/"&gt;Google Blog Search&lt;/a&gt;, &lt;a href="http://books.google.com/"&gt;Google Book Search&lt;/a&gt;, &lt;a href="http://video.google.com/"&gt;Google Video&lt;/a&gt; and even &lt;a href="https://www.google.com/accounts/ServiceLogin?service=mail&amp;amp;passive=true&amp;amp;rm=false&amp;amp;continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&amp;amp;ltmpl=ca_tlsosm_video&amp;amp;ltmplcache=2"&gt;Google Mail&lt;/a&gt; you can clearly see the 'beta' thingy in each of these logos. And what to think of &lt;a href="http://www.joost.com"&gt;Joost&lt;/a&gt;, &lt;a href="http://www.corel.com/servlet/Satellite/us/en/Product/1171405162003"&gt;Corel WordPerfect Lightning&lt;/a&gt; and of course parts of the Live family of products? It's not just limited to 'big companies' though: Many Web 2.0 start-ups like &lt;a href="http://www.geni.com/"&gt;GENi&lt;/a&gt;, &lt;a href="http://www.iscrybe.com"&gt;Scrybe&lt;/a&gt;, &lt;a href="http://grandcentral.com/"&gt;GrandCentral&lt;/a&gt;, &lt;a href="http://nsyght.com/"&gt;nsyght&lt;/a&gt; and &lt;a href="http://momb.socio-kybernetics.net/"&gt;many others&lt;/a&gt; prominently display &lt;em&gt;the B word&lt;/em&gt; on their pages.&lt;/p&gt;  &lt;p&gt;All these services and software are beta and some of us use (some of) them every day, like they consider them to be finalized products. They're &lt;u&gt;&lt;strong&gt;not&lt;/strong&gt;&lt;/u&gt;.&lt;/p&gt;  &lt;p&gt;No wonder we don't get scared from the 'beta' word anymore - We're surrounded by it, we've come to love it (and in Microsoft terms: come to '&lt;a href="http://www.live.com/"&gt;live&lt;/a&gt;' it) and we are made to believe using beta software is as easy, comfortable and hassle-free as the 'finalized' product. &lt;/p&gt;  &lt;h3&gt;Exposure&lt;/h3&gt;  &lt;p&gt;Back in the previous century it was considered 'a cool thing' to test unfinished software. You could brag to friends you were running a beta version of some new Windows version and only big companies had access to the beta bits to prepare them for the new technologies. I guess everyone wants to brag to their friends once in a while and every company wants to make its software ready for the next big product. It has become a way to differentiate between IT Professionals more than a way to differentiate between software manufacturers.&lt;/p&gt;  &lt;p&gt;Let's look at the Windows Operating System. Windows 2000 Beta and Windows XP beta were only available to roughly 500.000 people. Windows Vista Beta 2 was available to millions of people in 2006. I feel Microsoft made a good decision there. Windows Vista was looked at closely by IT Pros, but also by customers in the TAP and RDP programs. At the same time Microsoft picked up on the many blogs and websites surrounding Windows Vista.&lt;/p&gt;  &lt;p&gt;A newer form of &amp;quot;showing off&amp;quot; beta status was Microsoft's &lt;a href="http://connect.microsoft.com/site/sitehome.aspx?SiteID=404"&gt;IIS7 Go Live&lt;/a&gt; initiative. It was an easy way. You could be part of a Beta incrowd, whilst you don't need a luminescent light bulb above your head in the form of a new revolutionary &lt;a href="http://en.wikipedia.org/wiki/Web20"&gt;Web 2.0&lt;/a&gt;-style sociological experiment accompanied by start-up capital. &lt;/p&gt;  &lt;h3&gt;Evolution instead of revolution&lt;/h3&gt;  &lt;p&gt;Let's look at the situation most software manufacturers find themselves in. They have a good piece of software, a nice place in the market, customers know how to work with it and they've managed to eliminate most of the bugs. Of course they'd be stupid to re-engineer the whole piece and write all the code again. The risk of introducing new bugs, harming the reputation of the company and losing customers is just too high. Unless the current strategy or architecture of the software is really becoming a threat software will just evolve further.&lt;/p&gt;  &lt;p&gt;Software users seem to know this and they receive help from IT Professionals. From Windows 9x or Windows NT4 to Windows 2000 is a revolution, from Windows 2000 to Windows XP is an evolutionary process. (looking at NT versions this makes even more sense) &lt;/p&gt;  &lt;p&gt;If you'd know the next version of Windows is just Windows Vista with some new features you would find the risk of beta testing more acceptable in contrast to the situation where you'd know the project team for the new version of Windows is going to be lead by a &lt;a href="http://www.microsoft.com/presspass/exec/jim/default.mspx"&gt;Jim Allchin&lt;/a&gt;-like manager, which isn't scared of really changing the product to make it &lt;em&gt;something&lt;/em&gt;.&lt;/p&gt;  &lt;h3&gt;Development time&lt;/h3&gt;  &lt;p&gt;We live in an age of complex technology. We have 24bit color screens instead of monochrome screens, calculators that rival the computing power of the early mainframes and use software, consisting of millions of lines of code.&lt;/p&gt;  &lt;p&gt;Imagine a software company wants to make big changes to a software product. To make these changes the company will have to hire a lot of people (if these people are available for hire) or these changes will take a lot of time. &lt;/p&gt;  &lt;p&gt;Looking at Windows Vista I saw a lot of people wanting to testdrive the new version of Windows, just because it took five years. They were still looking at the same Windows interface, while Mac enthusiasts worked with the spiffy new &lt;a href="http://en.wikipedia.org/wiki/MacOSX"&gt;MacOS X&lt;/a&gt; environment.&lt;/p&gt;  &lt;h3&gt;Virtualization&lt;/h3&gt;  &lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Virtualization"&gt;Virtualization&lt;/a&gt; is useful for server consolidation. It's also widely used for testing purposes, because it allows to easily put a machine together to run a specific piece of software on. Various products from &lt;a href="http://www.vmware.com/products/"&gt;VMWare&lt;/a&gt;, &lt;a href="http://www.microsoft.com/windowsserversystem/virtualserver/"&gt;Microsoft&lt;/a&gt; and &lt;a href="http://www.xensource.com/"&gt;Xen&lt;/a&gt; (among others) allow you to test something quickly without having to mess with physical hardware, physical installation media and space. &lt;/p&gt;  &lt;p&gt;Developers use these products as well. As a tester you can expect most of the beta products to run smoothly on (at least one of) these virtualization platforms. Testing on the same platform as the developer provides a hassle-free beta experience most of the time: You don't have to worry about unsupported drivers or unsupported hardware. It'll all work out of the box.&lt;/p&gt;  &lt;p&gt;Virtualization won't allow you to test anything though and your experience won't always be as painless as I described above. Jorge had a hard time getting certain Windows Vista builds &lt;a href="http://blogs.dirteam.com/blogs/jorge/archive/2006/09/11/VMWare-and-the-newest-Vista-and-Longhorn-builds.aspx"&gt;to work&lt;/a&gt; on ESX. DirectX, 64-bit and &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt; are things you won't be able to experience in Virtual PC or Virtual Server guests.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Beta Marketing&lt;/h1&gt;  &lt;p&gt;Beta used to be a way to quietly test products amongst a &lt;a href="http://marketingplaybook.com/2004/12/11/beta_as_marketing_tool.html"&gt;defined universe of users&lt;/a&gt; before making them public. I guess marketing teams have adopted &lt;em&gt;the B word&lt;/em&gt; and made it a marketing phrase.&amp;#160; Clearly 'Beta' got bombarded as a &lt;a href="http://en.wikipedia.org/wiki/Web20"&gt;Web 2.0&lt;/a&gt; buzzword. Buzzwords are fit for marketing purposes.&lt;/p&gt;  &lt;p&gt;How can a technology developer benefit from using Beta exposure? I can think of five good reasons:&lt;/p&gt;  &lt;h3&gt;&lt;strong&gt;The Hype scenario&lt;/strong&gt;&lt;/h3&gt;  &lt;h3&gt;&lt;/h3&gt;  &lt;p&gt;In marketing lingo 'Hyping' a product before release is called creating a pull-market for your product in an &lt;a href="http://en.wikipedia.org/wiki/Hype_(information_technology)"&gt;sensational way&lt;/a&gt;. When there's no-one actually 'working' with your stuff (Beta of course) creating a hype or buzz will be far more difficult: A hype tends to be coming from others places than just your marketing department. It's about enthusiasts getting excited by a concept (or not) and promoting it. What better way than 'leaking' some screenshots and then making a beta available to hype your technology?&lt;/p&gt;  &lt;h3&gt;&lt;strong&gt;The Exclusivity scenario&lt;/strong&gt;&lt;/h3&gt;  &lt;h3&gt;&lt;/h3&gt;  &lt;p&gt;You can make the use of a product feel 'exclusive' by letting it get tried out while it isn't ready for the public, regardless of whether or not the beta is accessible to everyone. Exclusivity tends to create strong customer preference for a brand. Invite systems seems to be mandatory in this scenario.   &lt;br /&gt;&lt;/p&gt;  &lt;h3&gt;&lt;strong&gt;The Complexity scenario&lt;/strong&gt;&lt;/h3&gt;  &lt;p&gt;I can think of a lot of situations where things have to be tested &amp;quot;in the wild&amp;quot; by a lot of people. &lt;a href="http://en.wikipedia.org/wiki/Service-oriented_architecture"&gt;Service-Oriented Architecture&lt;/a&gt; and &lt;a href="http://www.microsoft.com/windowsserver2008/en/us/virtualization-consolidation.aspx"&gt;Microsoft's Hyper-V&lt;/a&gt; sure have the potential to create such situations. When you read along you'll find this scenario is closely tied to the quality scenario.&lt;/p&gt;  &lt;h3&gt;&lt;strong&gt;The Business scenario&lt;/strong&gt;&lt;/h3&gt;  &lt;p&gt;&lt;em&gt;Shareholder Value&lt;/em&gt;, &lt;em&gt;Start-Up Capital&lt;/em&gt; and &lt;em&gt;Market Relevance&lt;/em&gt; are three main keywords for businesses. These keywords might compel you to&amp;#160; show yourself to the outside world. A beta product might show what's coming, while still unfinished. &lt;/p&gt;  &lt;h3&gt;&lt;strong&gt;The Quality Scenario&lt;/strong&gt;&lt;/h3&gt;  &lt;p&gt;Software testing costs money but plays a vital role in quality management. A beta program might provide you with free beta testers. On the other hand you can't expect a thorough or specific test by someone you're not paying... I think the only way to successfully engage in this scenario is to first hire some testers and make them perform specifically targeted quality tests before you do it publicly. Of course you need to keep a tester on staff to specifically test the enhancements you make according to public beta feedback.&lt;/p&gt;  &lt;h3&gt;&lt;strong&gt;The Perma-Beta scenario&lt;/strong&gt;&lt;/h3&gt;  &lt;p&gt;When you have a product, but no way of making money from it or the inability to take responsibility for it, you can leave a product as a beta product permanently. This will stop complaints or at least give you a reason for not acting customer friendly when people complain.&lt;/p&gt;  &lt;p&gt;One might argue Google's policy is a form of Perma-Beta.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;Beta is a marketing game. Both customers and technology developers seem to play it. Technology developers seem to be using &amp;quot;&lt;a href="http://marketingplaybook.com/2004/12/11/beta_as_marketing_tool.html"&gt;Beta Marketing&lt;/a&gt;&amp;quot; and customers seem to be falling for it since the reputation of Beta products has improved dramatically. &lt;/p&gt;  &lt;p&gt;For a product to become hyped however a technology developer needs to make sure enthusiasts jump on their bandwagon. (besides having some strong Unique Buying Points)&lt;/p&gt;  &lt;h3&gt;Further reading&lt;/h3&gt;  &lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Web20"&gt;Wikipedia on Web 2.0&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://marketingplaybook.com/2004/12/11/beta_as_marketing_tool.html"&gt;Beta as Marketing Tool&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://connect.microsoft.com/site/sitehome.aspx?SiteID=404"&gt;Welcome to the IIS 7.0 Go-Live Program!&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.microsoft.com/windowsserver2008/en/us/virtualization-consolidation.aspx"&gt;Windows Server 2008 Virtualization and Consolidation&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.microsoft.com/presspass/exec/jim/default.mspx"&gt;Jim Allchin, (Former) Co-President, Platforms &amp;amp; Services Division&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;h3&gt;&lt;font color="#ff0000"&gt;Disclaimer Beta Software&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;The information on this webpage applies to software that was in testing phase but utilizable by experienced users by the time the webpage was written. This software has not been released for sale, distribution or usage for the general public. The information on this webpage and the beta software are provided &amp;quot;&lt;strong&gt;as is&lt;/strong&gt;&amp;quot; without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. &lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=2644" width="1" height="1"&gt;</content><author><name>SanderBerkouwer</name><uri>http://blogs.dirteam.com/members/SanderBerkouwer.aspx</uri></author><category term="Beta experiences" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Beta+experiences/default.aspx" /><category term="Product and Manufacturer News" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Product+and+Manufacturer+News/default.aspx" /><category term="Community" scheme="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Community/default.aspx" /></entry><entry><title>Upgrading your Active Directory to Windows Server 2008</title><link rel="alternate" type="text/html" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/08/upgrading-your-active-directory-to-windows-server-2008.aspx" /><id>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/04/08/upgrading-your-active-directory-to-windows-server-2008.aspx</id><published>2008-04-08T14:28:53Z</published><updated>2008-04-08T14:28:53Z</updated><content type="html">&lt;p&gt;Last time we discussed &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/03/02/transitioning-your-active-directory-to-windows-server-2008.aspx"&gt;how to transition your Active Directory to Windows Server 2008&lt;/a&gt;, which was something a lot of you were interested in. This time I'm talking in-place upgrading Windows Server 2003 and Windows Server 2003 R2 Domain Controllers to Windows Server 2008 Domain Controllers. &lt;/p&gt;  &lt;p&gt;While this might seem like simply feeding the DVD and pressing &lt;strong&gt;Next&amp;gt;&lt;/strong&gt; until your server reboots into Windows Server 2008, there's actually a more subtle and profound way to perform these in-place upgrades. Perhaps after reading this post you feel you don't want to in-place upgrade your Windows Server 2003 and Windows Server 2003 R2 Domain Controllers anymore but instead transition the whole lot. Let's find out!&lt;/p&gt;  &lt;h2&gt;Contents&lt;/h2&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="#2008UpgdWaystomigrate"&gt;Ways to migrate&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="#2008UpgdReasonstoupgradein-place"&gt;Reasons to upgrade in-place&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="#2008UpgdReasonsnottoupgradein-place"&gt;Reasons not to upgrade in-place&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="#2008UpgdStepstoupgradein-place"&gt;Steps to upgrade in-place &lt;/a&gt;      &lt;ul&gt;       &lt;li&gt;&lt;a href="#2008UpgdBeforeyoubegin"&gt;Before you begin&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#2008UpgdPrepareyourActiveDirectoryenvironment"&gt;Prepare your Active Directory environment&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#2008UpgdChoosingwhichDomainControllertoupgradefirst"&gt;Choosing which Domain Controller to upgrade first&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#2008UpgdUpgradethefirstDomainController"&gt;Upgrade the first Domain Controller&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#2008UpgdUpgradeadditionalDomainControllers"&gt;Upgrade additional Domain Controllers&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#2008UpgdRaisethedomainfunctionallevel"&gt;Raise the domain functional level&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="#2008UpgdRaisetheforestfunctionallevel"&gt;Raise the forest functional level&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;a href="#2008UpgdConcluding"&gt;Concluding&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt; &lt;a id="2008UpgdWaystomigrate"&gt;   &lt;h4&gt;Ways to migrate&lt;/h4&gt; &lt;/a&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;As shown last time upgrading your Windows Server 2003 Active Directory environment to Windows Server 2008 can be done in three distinct ways:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;In-place upgrading&lt;/strong&gt;       &lt;br /&gt;Windows Server 2003 and Windows Server 2003 R2 &lt;a href="http://blogs.technet.com/askperf/archive/2008/02/01/ws2008-upgrade-paths-resource-limits-registry-values.aspx"&gt;can both be upgraded in-place&lt;/a&gt; to Windows Server 2008       &lt;br /&gt;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Transitioning&lt;/strong&gt;       &lt;br /&gt;Migrating this way means adding Windows Server 2008 Domain Controllers to your existing Active Directory environment.&amp;#160;&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Restructuring &lt;/strong&gt;      &lt;br /&gt;A third way to go from Windows Server 2003 Domain Controllers to Windows Server 2008 Domain Controllers is restructuring your Active Directory environment. This involves moving all your resources from one (Windows Server 2003) domain to a new and fresh (Windows Server 2008) domain. Tools like the Active Directory Migration Tool (ADMT) are priceless in these kind of migrations. &lt;/li&gt; &lt;/ul&gt; &lt;a&gt;&lt;/a&gt;&lt;a id="2008UpgdReasonstoupgradein-place"&gt;   &lt;h4&gt;Reasons to upgrade in-place&lt;/h4&gt; &lt;/a&gt;&lt;/a&gt;  &lt;p&gt;In-place upgrading is the path of the least investment. You can simply reuse your existing Windows Server 2003 and Windows Server 2003 R2 Domain Controllers as Windows Server 2008 Domain Controllers.&lt;/p&gt;  &lt;p&gt;Just like transitioning In-place upgrading means you get to keep your current Active Directory lay-out, contents, group policies and schema. &lt;/p&gt;  &lt;p&gt;In-place upgrading is good when: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;You worked hard to get your Active Directory in the shape it's in. &lt;/li&gt;    &lt;li&gt;Your servers are in tip-top shape. &lt;/li&gt;    &lt;li&gt;There's really no budget to buy new servers. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Be sure your current Windows Server 2003 Domain Controllers will last another three to five years when you intend to upgrade them in-place. Transitioning isn't really any harder compared to in-place upgrading. So if you're going to do either, please make sure you're not heading for &lt;em&gt;double work&lt;/em&gt;. It would be sad to see you upgrade Domain Controllers now and see you transition in a year from now, while you could've easily transitioned in the first place.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Remember:&lt;/u&gt; You're the one with the advantage in negotiations when your boss wants you to go to Windows Server 2008 and really doesn't want to buy new servers.&lt;/p&gt; &lt;a id="2008UpgdReasonsnottoupgradein-place"&gt;   &lt;h4&gt;Reasons not to upgrade in-place&lt;/h4&gt; &lt;/a&gt;  &lt;p&gt;While I can find two main reasons to perform in-place upgrades, I can find a lot of reasons &lt;u&gt;not&lt;/u&gt; to perform them: (and choose another migration path) &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Your servers do not meet the required patchlevel for in-place upgrading      &lt;br /&gt;(The Windows Server 2003 patchlevel should be at least Service Pack 1) &lt;/li&gt;    &lt;li&gt;You want to upgrade across architectures (between x86, x64 and/or Itanium) &lt;/li&gt;    &lt;li&gt;You're running Windows Small Business Server 2003 or Windows Small Business Server 2003 R2 (upgrade scenarios for Small Business Server are uncertain at this moment)&lt;/li&gt;    &lt;li&gt;You want to switch Windows Server edition (to obtain clustering for instance)      &lt;ul&gt;       &lt;li&gt;Standard Edition can be upgraded to both Standard and Enterprise Edition &lt;/li&gt;        &lt;li&gt;Enterprise Edition can be upgraded to Enterprise Edition only &lt;/li&gt;        &lt;li&gt;Datacenter Edition can be upgraded to Datacenter Edition only &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;You want your Windows Server 2008 Domain Controllers to be Server Core installations of Windows Server 2008. Upgrading to Server Core is not possible &lt;/li&gt;    &lt;li&gt;Your Windows Server 2003 Domain Controllers are equipped with a boot drive which has less than 14062 MB of free space (&lt;a href="http://www.netometer.com/video/tutorials/windows_server_2008_inplace_upgrade/index.php"&gt;solution here&lt;/a&gt;) or your your Windows Server 2003 Domain Controllers do not meet &lt;a href="http://www.microsoft.com/windowsserver2008/en/us/system-requirements.aspx"&gt;the Windows Server 2008 (recommended) System requirements&lt;/a&gt;.&lt;/li&gt;    &lt;li&gt;Applications on your existing Domain Controllers are not tested with or certified for usage on Windows Server 2008. &lt;/li&gt;    &lt;li&gt;Applications or installed components on your Windows Server 2003 have known problems when upgrading in-place to Windows Server 2008. &lt;a href="http://theessentialexchange.com/blogs/michael/archive/2008/04/02/Upgrading-Windows-Server-with-Exchange-2007.aspx"&gt;PowerShell and thus Exchange Server 2007&lt;/a&gt; are such programs!&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If these considerations leave you with an undesirable outcome (for instance you wanted to migrate from 32bit Domain Controllers to 64bit Domain Controllers) choose to &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/03/02/transitioning-your-active-directory-to-windows-server-2008.aspx"&gt;transition your Windows Server Active Directory environment to Windows Server 2008&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;/p&gt; &lt;a id="2008UpgdStepstoupgradein-place"&gt;   &lt;h1&gt;Steps to upgrade in-place&lt;/h1&gt; &lt;/a&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Upgrading your Windows Server 2003 and Windows Server 2003 R2 Domain Controllers in-place to Windows Server 2008 Domain Controllers consists of the following steps:&lt;/p&gt; &lt;a id="2008UpgdBeforeyoubegin"&gt;   &lt;h3&gt;&lt;font color="#ff0000"&gt;Before you begin&lt;/font&gt;&lt;/h3&gt; &lt;/a&gt;  &lt;p&gt;&lt;strong&gt;Avoid common mistakes      &lt;br /&gt;&lt;/strong&gt;There is a very good Microsoft Knowledge Base article on &lt;a href="http://support.microsoft.com/kb/555040"&gt;Common Mistakes When Upgrading a Windows 2000 Domain To a Windows 2003 Domain&lt;/a&gt;, written by community experts.&amp;#160; I suggest you read it. (twice) Most of the contents also apply to transitioning from Windows Server 2003 (R2) to Windows Server 2008&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Plan your server lifecycle&lt;/strong&gt;     &lt;br /&gt;It's not uncommon for a Domain Controller to sit on your network for a period of five years. I believe you should take this in mind when selecting and buying a server. You should &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/05/30/big-drives-part-2.aspx"&gt;plan your partitions (or volumes) carefully&lt;/a&gt; and &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/02/09/active-directory-on-separate-volumes.aspx"&gt;place the Active Directory files on separate volumes&lt;/a&gt; when your needs justify it. The &lt;a href="http://www.windowsservercatalog.com/"&gt;Windows Server catalog&lt;/a&gt; helps you pick systems that will run Windows Server 2008 with ease.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Assess your readiness&lt;/strong&gt;     &lt;br /&gt;Microsoft has kindly provided a tool to scan systems to assess whether systems are capable of running Windows Server 2008, whether drivers are available (either from Microsoft update or on the installation media) and what problems you might encounter when upgrading to Windows server 2008. I recommend checking your systems with this tool, which is called the &lt;a href="http://www.microsoft.com/map"&gt;Microsoft Assessment and Planning Solution Accelerator&lt;/a&gt; (MAP for short).&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Backups&lt;/strong&gt;     &lt;br /&gt;Make backups of all your Domain Controllers and verify you can restore these backups when needed.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Documentation      &lt;br /&gt;&lt;/strong&gt;It is a good thing to know exactly what you're migrating. When things go wrong you might need to be able to revert back to the old situation. This might require the Directory Services Restore Mode (DSRM) password and credentials for service accounts, which might not be written down anywhere. In multiple Domain Controller, multiple domain, multiple forest and multiple sites scenarios it's very wise to make a table containing the relevant information per Domain Controller in terms of Flexible Single Master Operations (FSMO) roles, Global Catalog placement, domain membership, site membership, replication topology, routing tables, IP addressing, etc.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Communication      &lt;br /&gt;&lt;/strong&gt;When done right your colleagues might not even suspect a thing, but it's important to shed some light on what you're doing. (Make someone) communicate to the end users that you're going to mess with the core of their infrastructure. This might result in colleagues understanding you're (really) busy and might also result in problems being reported fast. Both are good things if you'd ask me... &lt;/p&gt;  &lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;/p&gt; &lt;a id="2008UpgdPrepareyourActiveDirectoryenvironment"&gt;   &lt;h3&gt;Prepare your Active Directory environment&lt;/h3&gt; &lt;/a&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Before you can begin to upgrade the first Windows Server 2003 Domain Controller to a Windows Server 2008 Domain Controller, you first have to prepare the Active Directory.&lt;/p&gt;  &lt;p&gt;Microsoft provides a tool called &lt;strong&gt;adprep.exe&lt;/strong&gt; to facilitate this preparation. You need to run the following commands on the following servers in your Active Directory environment:&lt;/p&gt;  &lt;p&gt;You need to run the following commands on the following servers in your Active Directory environment:&lt;/p&gt;  &lt;table class="" cellspacing="0" cellpadding="2" width="518" border="1"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td class="" valign="top" width="230"&gt;&lt;strong&gt;Command&lt;/strong&gt;&lt;/td&gt;        &lt;td class="" valign="top" width="285"&gt;&lt;strong&gt;Domain Controller&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td class="" valign="top" width="230"&gt;adprep.exe /forestprep&lt;/td&gt;        &lt;td class="" valign="top" width="285"&gt;Schema Master&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td class="" valign="top" width="230"&gt;adprep.exe /domainprep&lt;/td&gt;        &lt;td class="" valign="top" width="285"&gt;Infrastructure Master&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td class="" valign="top" width="230"&gt;adprep.exe /domainprep /gpprep&lt;/td&gt;        &lt;td class="" valign="top" width="285"&gt;Infrastructure Master&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td class="" valign="top" width="230"&gt;adprep.exe /rodcprep *&lt;/td&gt;        &lt;td class="" valign="top" width="285"&gt;Domain Naming Master&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p mce_keep="true"&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;&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;&amp;#160;&amp;#160; * Optional when you want to deploy Read Only Domain Controllers.&lt;/p&gt;  &lt;p&gt;After preparing your Active Directory for Windows Server 2008 be sure to check the process. Breadcrumbs to failures may be found in the event viewer, but real men will check the &lt;strong&gt;adprep.log&lt;/strong&gt; files. &lt;/p&gt;  &lt;p&gt;Allow sufficient time for proper replication to all your Windows Server 2003 Domain Controllers. (In large environments with specific replication needs this might take hours.) When you feel all changes have been replicated use the &lt;a href="http://support.microsoft.com/kb/249256" mce_href="http://support.microsoft.com/kb/249256"&gt;replmon&lt;/a&gt; and &lt;a href="http://support.microsoft.com/kb/229896" mce_href="http://support.microsoft.com/kb/229896"&gt;repadmin&lt;/a&gt; tools to check and optionally troubleshoot Active Directory replication.&lt;/p&gt; &lt;a id="2008UpgdChoosingwhichDomainControllertoupgradefirst"&gt;   &lt;h3&gt;Choosing which Domain Controller to upgrade first&lt;/h3&gt; &lt;/a&gt;  &lt;p&gt;When your Active Directory forest consists of many Active Directory domains, begin your upgrades in the forest root domain. &lt;/p&gt;  &lt;p&gt;Flexible Single Master Operations (FSMO) roles are key in your Active Directory environment. When your environment allows it, it &lt;a href="http://support.microsoft.com/kb/555040"&gt;is recommended to&lt;/a&gt;:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/324801"&gt;Transfer all the Flexible Single Master Operations (FSMO) roles from the root domain (3) and the entire forest (2)&lt;/a&gt; to a single Active Directory Domain Controller &lt;/li&gt;    &lt;li&gt;&lt;a href="http://support.microsoft.com/kb/313994"&gt;Make all Domain Controllers Global Catalogs&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Perform an in-place upgrade of the Domain Controller holding all the Flexible Single Master Operations (FSMO) roles first. This will ensure the first Windows Server 2008 Domain Controller is a Global Catalog and all the Flexible Single Master Operations (FSMO) roles are on Windows Server 2008.&lt;/p&gt;  &lt;p&gt;After you have upgraded the Domain Controller holding all the FSMO roles in the forest root domain, you can upgrade the Domain Controllers for additional domains in your forest. Place the domain-wide FSMO roles (3) on a single server and upgrade it in-place.&lt;/p&gt;  &lt;p&gt;When you're done upgrading other servers you can redistribute Flexible Single Master Operations (FSMO) roles across other servers, although it is a best practice to keep your Flexible Single Master Operations (FSMO) roles on as little servers as possible.&lt;/p&gt;  &lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;/p&gt; &lt;a id="2008UpgdUpgradethefirstDomainController"&gt;   &lt;h3&gt;Upgrade the first Domain Controller&lt;/h3&gt; &lt;/a&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;After preparing your Active Directory environment you can start the in-place upgrade on your first Windows Server 2003 Domain Controller. Simply enter the Windows Server 2008 DVD, corresponding to the architecture (x86, x64 or Itanium) and the Edition (Standard, Enterprise, DataCenter) you're migrating from and to.&lt;/p&gt;  &lt;p&gt;In the initial &lt;strong&gt;Install Windows&lt;/strong&gt; screen press the &lt;strong&gt;Install Now&lt;/strong&gt; button to begin installation of Windows Server 2008.&lt;/p&gt;  &lt;p&gt;The screen &lt;strong&gt;Get important updates for installation&lt;/strong&gt; gives you the option to either go online and get the latest updates for installation or to skip going online. I recommend choosing &lt;strong&gt;Go online to get the latest updates for installation (recommended)&lt;/strong&gt;, since Microsoft might enhance the Windows Server 2008 installation wizard by adding additional support for drivers and scenarios.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;font color="#ff0000"&gt;Note:            &lt;br /&gt;&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt;These updates are not related to the updates your accustomed to receive through Windows or Microsoft Update. These updates relate to the Windows Server 2008 Installation process only. Microsoft may choose to enhance the installation experience between Service Pack releases.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Depending on your media type you will see the &lt;strong&gt;Type your product key for activation &lt;/strong&gt;window. If you do, simply type your Windows product key and tick the &lt;strong&gt;Automatically activate Windows when I'm online&lt;/strong&gt; option.&lt;/p&gt;  &lt;p&gt;In the &lt;strong&gt;Which type of installation do you want&lt;/strong&gt; window select &lt;strong&gt;Upgrade&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;The &lt;strong&gt;Compatibility report&lt;/strong&gt; window will be displayed telling you what hardware might not function once upgrade is completed , also to check with software vendors to check if their software are compatible with Windows Server 2008. click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;The Installation wizard will now perform an in-place upgrade of your Windows Server 2003 Domain Controller. After multiple restarts, the Upgrade process will be completed and you will be able to start using your Windows Server 2008. Your upgrade might take hours to complete. &lt;/p&gt; &lt;a id="2008UpgdUpgradeadditionalDomainControllers"&gt;   &lt;h3&gt;Upgrade additional Domain Controllers&lt;/h3&gt; &lt;/a&gt;  &lt;p&gt;Upgrading additional Domain Controllers in place is as easy as repeating the steps for in-place upgrading the first Domain Controller.&lt;/p&gt;  &lt;p&gt;If you want to deploy Read Only Domain Controllers (RODCs) in the same domain as your upgraded Domain Controller, make sure:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;You have deployed &lt;strong&gt;at least one&lt;/strong&g