{"id":984,"date":"2008-02-06T00:08:14","date_gmt":"2008-02-06T00:08:14","guid":{"rendered":"http:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm"},"modified":"2008-02-06T00:08:14","modified_gmt":"2008-02-06T00:08:14","slug":"windows-server-2008-pulling-it-all-together","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm","title":{"rendered":"Windows Server 2008 &#8211; pulling it all together"},"content":{"rendered":"<p>However you look at it, there&#8217;s little doubt that creating an operating system release the size of Windows Server 2008 is a huge undertaking.&#160; A few months back, I was privileged to hear Alex Hinrichs, Group Program Manager for Windows Server, speak about the process of building Windows Server.<\/p>\n<p>First of all, any major project needs strong leadership and the Windows Server Division management team includes a huge volume of collective experience from guys like Bob Muglia, Bill Laing and Iain McDonald.<\/p>\n<p>Then, there&#8217;s the consistent vision &#8211; at the heart of the Windows Server 2008 product there have been a few major themes:<\/p>\n<ul>\n<li>Roles (customers don&#8217;t think &quot;my Windows server&quot;; they think &quot;my domain controllers&quot;, &quot;my web servers&quot;, etc.).<\/li>\n<li>Only install what the system needs.<\/li>\n<li>Make it secure, reliable, manageable&#8230; and fast.<\/li>\n<li>Quality should be determined by real world deployments (i.e. only ship when know the product is ready).<\/li>\n<\/ul>\n<p>It&#8217;s also worth remembering that Windows Server 2003 has been an excellent operating system release.&#160; So, as they began to plan for the next release, Microsoft took a look at what worked well when developing Windows Server 2003:<\/p>\n<ul>\n<li>Deployments are key to quality (internal deployments &#8211; &quot;dogfooding&quot;, early adoption customers).<\/li>\n<li>Include a long customer feedback cycle.<\/li>\n<li>Install fewer components and services by default.<\/li>\n<li>Lock down the feature set early (good ideas are all very well, but it requires discipline to say &quot;no, we&#8217;ll add that later&quot;) and focus on quality during the last year of development rather than adding new things.<\/li>\n<li>Protect the daily build (the daily version of Windows Server needs to be solid).<\/li>\n<li>Focus on the basics (reliability, security, performance).<\/li>\n<\/ul>\n<p>Even though the feature set was locked down some time ago, Microsoft did respond to customer feedback on the early builds of Windows Server codenamed Longhorn &#8211; that&#8217;s how we got features like IIS as a role in server core, Windows PowerShell as a feature, more granular group policy objects and read-only domain controllers.<\/p>\n<p>The important point is that in the final year, major changes were limited.&#160; Customer requests were still the primary driver but there were no more changes for people who thought &quot;it would be really cool if&#8230;&quot; and changes were only implemented to unblock customer deployments.<\/p>\n<p>For me (as I&#8217;m not a software engineer), the fascinating part of Alex&#8217;s presentation was the daily process.<\/p>\n<p>Program Managers are responsible for delivering on a single component of the operating system, with each virtual build lab (VBL) being made up of a number of feature build labs (FBL) &#8211; for example:<\/p>\n<ul>\n<li>Core (platform, kernel, setup, etc.).<\/li>\n<li>Networking (TCPIP stack, DHCP, RRAS, etc.).<\/li>\n<li>Server roles (IIS, AD, etc.).<\/li>\n<li>Security (logon, licensing, etc.).<\/li>\n<li>Client (shell, Internet Explorer, etc.).<\/li>\n<li>File (including backup, storage server, etc.) .<\/li>\n<\/ul>\n<p>The daily ship-room (engineering) meeting examines test results to see which product groups are ready to bring in code to the build based on:<\/p>\n<ul>\n<li>Distributed responsibility:<\/li>\n<ul>\n<li>FBLs need to get code ready in order to move up through the build process via the VBLs.<\/li>\n<li>Around 10,000 people have contributed code to Windows Server at some point in process (about 1000 developers are working on it every day)<\/li>\n<\/ul>\n<li>Daily tests (checks and balances) including:<\/li>\n<ul>\n<li>Build verification tests (BVTs) &#8211; examining whether the operating system will complete set up, can it upgrade, can it share files, etc. for a few thousand simple tests on all versions (32\/64-bit, Itanium, etc.).<\/li>\n<li>Feature verification tests (FVTs) &#8211; tests at feature\/role level, e.g. AD, IIS, etc.<\/li>\n<li>Stress &#8211; what does it take to break the system, using over 1000 machines running stress tests every day until something breaks, then attaching to a debugger to see what broke it.<\/li>\n<li>Reliability &#8211; how long can the system run &#8211; for every server role.<\/li>\n<\/ul>\n<li>Bugs and bug bar (what bugs are there to fix&#8230; and when by). <\/li>\n<\/ul>\n<p>Hinrichs explained that the componentisation effort used for Windows Server 2008 has certainly helped to make the process easier.&#160; It has taken many years but dependencies have been broken as senior, strong, architects have run Windows code has through architectural layer tools to ensure that architectural policy is adhered too.<\/p>\n<p>Using a component-based model helps to identify conflicts before they hit the main build.&#160; For example, if the Shell and Internet Explorer teams are working on same binary the code is checked in at the client layer and the developers can work together to resolve a conflict before the code is incorporated into the main tree.<\/p>\n<p>Before code is accepted, there are a number of quality gates to be negotiated, consisting of a battery of tests to run at check-in stages, for example:<\/p>\n<ul>\n<li>Static code analysis (buffer overflows, other security problems, managed code problems, etc.).<\/li>\n<li>Architectural layer (check for implied dependencies and relate back to roles &#8211; a developer may think that they are working in their own universe but this is not necessarily so).<\/li>\n<li>Code coverage (automated tests all over the world constantly testing the system to hit as many code paths as possible, aiming for automation to cover as many as possible but realistically 70-75% automated with the rest tested manually).<\/li>\n<li>Policy check tools (looking for globalisation or localisation issues, political issues, etc.).<\/li>\n<\/ul>\n<p>On a normal day in the Windows Server Division:<\/p>\n<ul>\n<li>FBL developers run checks and once the code is ready it is pushed to a VBL team for building.<\/li>\n<li>The VBL team pulls down the main build and merges it with new code from the FBLs, looking for conflicts\/problems.&#160; Once everything is ready, code from all teams is brought together into the main build.<\/li>\n<li>Because there are checks and balances at all levels (and reverse integration), things tend to be pretty clean at the main build level.<\/li>\n<li>It&#8217;s not just about pushing code up &#8211; it is pulled down as well so that all teams pick up changes from each other.<\/li>\n<\/ul>\n<p>I&#8217;m pleased to see Windows Server 2008 ship before its official release date.&#160; For some time now Microsoft would only commit to &quot;shipping during the first quarter of 2008&quot; but were adamant that quality was the primary goal and that the product would only ship when it was ready.&#160; Based on my experiences, it seems remarkably solid and I have no reservations about pushing my organisation as hard as I can to deploy Windows Server 2008 for our customers.&#160; And I&#8217;ll wrap this post up with one final comment &#8211; Kevin Lane, the lead for the technology adoption program (TAP) customers has been on call 24&#215;7 to ensure that major issues affecting customers are resolved quickly.&#160; In the last 6 months he has only had one call that&#8217;s been important enough to disturb his sleep&#8230;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>However you look at it, there&#8217;s little doubt that creating an operating system release the size of Windows Server 2008 is a huge undertaking.&#160; A few months back, I was privileged to hear Alex Hinrichs, Group Program Manager for Windows Server, speak about the process of building Windows Server. First of all, any major project &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Windows Server 2008 &#8211; pulling it all together<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[],"tags":[104],"class_list":["post-984","post","type-post","status-publish","format-standard","hentry","tag-windows-server-2008"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Windows Server 2008 - pulling it all together - markwilson.it<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Windows Server 2008 - pulling it all together - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"However you look at it, there&#8217;s little doubt that creating an operating system release the size of Windows Server 2008 is a huge undertaking.&#160; A few months back, I was privileged to hear Alex Hinrichs, Group Program Manager for Windows Server, speak about the process of building Windows Server. First of all, any major project &hellip; Continue reading Windows Server 2008 &#8211; pulling it all together\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2008-02-06T00:08:14+00:00\" \/>\n<meta name=\"author\" content=\"Mark Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:site\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/02\\\/windows-server-2008-pulling-it-all-together.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/02\\\/windows-server-2008-pulling-it-all-together.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Windows Server 2008 &#8211; pulling it all together\",\"datePublished\":\"2008-02-06T00:08:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/02\\\/windows-server-2008-pulling-it-all-together.htm\"},\"wordCount\":1127,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Microsoft Windows Server 2008\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/02\\\/windows-server-2008-pulling-it-all-together.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/02\\\/windows-server-2008-pulling-it-all-together.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/02\\\/windows-server-2008-pulling-it-all-together.htm\",\"name\":\"Windows Server 2008 - pulling it all together - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2008-02-06T00:08:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/02\\\/windows-server-2008-pulling-it-all-together.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/02\\\/windows-server-2008-pulling-it-all-together.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/02\\\/windows-server-2008-pulling-it-all-together.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Windows Server 2008 &#8211; pulling it all together\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/\",\"name\":\"markwilson.it\",\"description\":\"get-info -class technology | write-output &gt; \\\/dev\\\/web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\",\"name\":\"Mark Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"width\":800,\"height\":800,\"caption\":\"Mark Wilson\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\"},\"description\":\"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.\",\"sameAs\":[\"http:\\\/\\\/www.markwilson.co.uk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/markwilsonuk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/markawilson\\\/\",\"https:\\\/\\\/x.com\\\/markwilsonit\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCWHlZCoHRTocdvtrOJ2IL4A\"],\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/author\\\/mark-wilson\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Windows Server 2008 - pulling it all together - markwilson.it","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm","og_locale":"en_GB","og_type":"article","og_title":"Windows Server 2008 - pulling it all together - markwilson.it","og_description":"However you look at it, there&#8217;s little doubt that creating an operating system release the size of Windows Server 2008 is a huge undertaking.&#160; A few months back, I was privileged to hear Alex Hinrichs, Group Program Manager for Windows Server, speak about the process of building Windows Server. First of all, any major project &hellip; Continue reading Windows Server 2008 &#8211; pulling it all together","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm","og_site_name":"markwilson.it","article_published_time":"2008-02-06T00:08:14+00:00","author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Windows Server 2008 &#8211; pulling it all together","datePublished":"2008-02-06T00:08:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm"},"wordCount":1127,"commentCount":1,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Microsoft Windows Server 2008"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm","name":"Windows Server 2008 - pulling it all together - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2008-02-06T00:08:14+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/windows-server-2008-pulling-it-all-together.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Windows Server 2008 &#8211; pulling it all together"}]},{"@type":"WebSite","@id":"https:\/\/www.markwilson.co.uk\/blog\/#website","url":"https:\/\/www.markwilson.co.uk\/blog\/","name":"markwilson.it","description":"get-info -class technology | write-output &gt; \/dev\/web","publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.markwilson.co.uk\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468","name":"Mark Wilson","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","url":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","width":800,"height":800,"caption":"Mark Wilson"},"logo":{"@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1"},"description":"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.","sameAs":["http:\/\/www.markwilson.co.uk\/","https:\/\/www.instagram.com\/markwilsonuk\/","https:\/\/www.linkedin.com\/in\/markawilson\/","https:\/\/x.com\/markwilsonit","https:\/\/www.youtube.com\/channel\/UCWHlZCoHRTocdvtrOJ2IL4A"],"url":"https:\/\/www.markwilson.co.uk\/blog\/author\/mark-wilson"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":976,"url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/01\/management-of-microsoft-hyper-v-on-windows-server-2008-server-core.htm","url_meta":{"origin":984,"position":0},"title":"Management of Microsoft Hyper-V on Windows Server 2008 (Server Core)","author":"Mark Wilson","date":"Tuesday 15 January 2008","format":false,"excerpt":"I recently bought a new server in order to consolidate various machines onto one host.\u00a0 The intention here is to license Microsoft Hyper-V Server when it is released but, as that's not available to me right now, I thought I'd use the latest Windows Server 2008 (Server Core) build with\u2026","rel":"","context":"In \"Microsoft Virtual Server\/Hyper-V\"","block_context":{"text":"Microsoft Virtual Server\/Hyper-V","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/hyper-v"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1524,"url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/09\/which-service-pack-level-is-windows-server-2008-r2-at.htm","url_meta":{"origin":984,"position":1},"title":"Which service pack level is Windows Server 2008 R2 at?","author":"Mark Wilson","date":"Tuesday 8 September 2009","format":false,"excerpt":"Those that remember Windows Server 2003 R2 may recall that it shipped on two disks: the first contained Windows Server 2003 with SP1 integrated; and the second contained the R2 features. When Windows Server 2003 SP2 shipped, it was equally applicable to Windows Server 2003 and to Windows Server 2003\u2026","rel":"","context":"In \"Microsoft Windows Server 2003 R2\"","block_context":{"text":"Microsoft Windows Server 2003 R2","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-server-2003-r2"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":845,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/07\/windows-server-2008-server-core.htm","url_meta":{"origin":984,"position":2},"title":"Windows Server 2008 Server Core","author":"Mark Wilson","date":"Monday 16 July 2007","format":false,"excerpt":"Scotty McLeod recently gave a presentation to the Windows Server UK User Group on Windows Server 2008 Server Core. I mentioned Server Core in a previous post but here's some more on the subject, based on Scotty's presentation (it's also worth checking out Micheal Pietroforte's post on Server Core essentials).\u2026","rel":"","context":"In \"Microsoft Windows Server 2008\"","block_context":{"text":"Microsoft Windows Server 2008","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-server-2008"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":969,"url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/01\/windows-server-2008-is-coming-soon.htm","url_meta":{"origin":984,"position":3},"title":"Windows Server 2008 {is coming soon}","author":"Mark Wilson","date":"Thursday 3 January 2008","format":false,"excerpt":"It's been a couple of weeks since I posted anything on this blog as I decided to spend Christmas with my family (i.e. not with the computer) and didn't have any posts ready to publish.\u00a0 I've also been suffering recently from a combination of writer's block and too much work\u2026","rel":"","context":"In \"Microsoft Windows Server 2008\"","block_context":{"text":"Microsoft Windows Server 2008","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-server-2008"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":958,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/12\/windows-server-2008-moves-a-step-closer-to-release.htm","url_meta":{"origin":984,"position":4},"title":"Windows Server 2008 moves a step closer to release","author":"Mark Wilson","date":"Wednesday 5 December 2007","format":false,"excerpt":"I don't normally cover new product releases here but there are one or two products on the horizon that are what might be considered \"significant releases\". The first of these is Windows Server 2008 and around about now, Microsoft is due to announce release candidate 1 (RC1), marking another step\u2026","rel":"","context":"In \"Microsoft Windows Server 2008\"","block_context":{"text":"Microsoft Windows Server 2008","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-server-2008"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2452,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/10\/looking-forward-to-windows-server-2008-part-1-server-core-and-windows-server-virtualization.htm","url_meta":{"origin":984,"position":5},"title":"Looking forward to Windows Server 2008: Part 1 (Server Core and Windows Server Virtualization)","author":"Mark Wilson","date":"Thursday 4 October 2007","format":false,"excerpt":"Whilst the first two posts that I wrote for this blog were quite generic, discussing such items as web site security for banks and digital rights management, this time\u00a0I\u2019m going to take a look at the technology itself \u2013 including some of the stuff that excites me right now with\u2026","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/www.markwilson.co.uk\/blog\/topic\/technology"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/984","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=984"}],"version-history":[{"count":0,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/984\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=984"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=984"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=984"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}