{"id":1605,"date":"2010-02-03T10:43:44","date_gmt":"2010-02-03T10:43:44","guid":{"rendered":"http:\/\/www.markwilson.co.uk\/blog\/?p=1605"},"modified":"2010-02-04T17:33:20","modified_gmt":"2010-02-04T17:33:20","slug":"installing-windows-from-a-network-server-without-windows-deployment-services","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm","title":{"rendered":"Installing Windows from a network server without Windows Deployment Services"},"content":{"rendered":"<p>I&#8217;d like to start this post with a statement:<\/p>\n<p><em>Windows Deployment Services (WDS) is a useful role in Windows Server 2008 R2.\u00c2\u00a0 It&#8217;s free (to licensed Windows users), supports multitasking, and is a perfectly good method of pushing Windows images to clients&#8230;<\/em><\/p>\n<p>Unfortunately that statement has a caveat:<\/p>\n<p><em>&#8230; but it needs to be installed on an Active Directory-member computer.<\/em><\/p>\n<p>For some, that&#8217;s a non-starter.\u00c2\u00a0 And sometimes, you just want a quick and dirty solution.<\/p>\n<p>I have a small dedicated server at home to run Active Directory\u00c2\u00a0along with\u00c2\u00a0basic network services (DNS, DHCP, etc.) for my home IT.\u00c2\u00a0 I also run <a href=\"http:\/\/tftpd32.jounin.net\/\">Philippe Jounin&#8217;s excellent TFTP Daemon (service edition)<\/a> on it in order to support image loads on <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/07\/configuring-a-cisco-ip-phone-for-voip-using-sip.htm\">my Cisco 7940 IP Phone<\/a>.<\/p>\n<p>In order to rebuild the Hyper-V server that I use for infrastructure test and development, I wanted to boot across the network and install Windows Server 2008 R2 &#8211; and a few days ago I found Mark Kubacki&#8217;s post about <a rel=\"bookmark\" href=\"http:\/\/mark.ossdl.de\/2009\/05\/tftpd32-and-dhcp-server-windows-deployment-services-without-wds\/\">TFTPd32 and DHCP Server \u00e2\u20ac\u201c Windows Deployment Services without WDS<\/a>. Perfect!\u00c2\u00a0 No need to install another role on my little Atom-powered server &#8211; particularly as, once this server is built, I&#8217;ll probably install WDS\u00c2\u00a0<em>on it<\/em> \u00c2\u00a0to deploy images to my various test virtual machines!<\/p>\n<p>So, this is the process &#8211; with thanks to Mark Kubacki, and to Ryan T Adams (who wrote about <a href=\"http:\/\/blog.ryantadams.com\/2008\/02\/01\/how-to-boot-from-the-network-pxe-boot-with-tftp-and-windows-pe\/\">installing Vista without a CD Drive using TFTP<\/a> &#8211; for instance, installing Windows on a netbook) who were gracious enough to blog about their experiences and give me something to build upon:<\/p>\n<ol>\n<li>Download <a href=\"http:\/\/blog.ryantadams.com\/wp-content\/uploads\/tftpboot.exe\"><code>tftpboot.exe<\/code><\/a>\u00c2\u00a0from Ryan T Adams&#8217; site and run it to extract the contents to a suitable hard drive location (i.e. the TFTP root folder).\u00c2\u00a0 Unfortunately, you probably won&#8217;t need most of this 154MB download (more on that in a moment) but it will get you started.<\/li>\n<li>Start <code>tftpd32.exe<\/code> (or copy the files to your TFTP root, if you are already running a TFTP service, as I was) and\u00c2\u00a0add <code>tftpd32.exe<\/code> (or <code>tftpd32_svc.exe<\/code>) as a Windows Firewall exception (you could just disable the firewall but I don&#8217;t recommend that approach).<\/li>\n<li>Either set TFTPD32 to act as a DHCP server and specify the boot file options (as Ryan describes), or configure DHCP options 066 and 067 (boot server host name and boot file name) on another DHCP server (Mark shows how to do this for the Windows DHCP Server role) using the IP address of the TFTP server and the boot file name of <code>boot\\pxeboot.com<\/code>.<\/li>\n<li>Make sure that the TFTP Server is set to include PXE capability in the advanced TFTP options and that it&#8217;s DHCP Server capability is turned\u00c2\u00a0off if you are using another DHCP server.<\/li>\n<li>Restart the TFTP Server (or service) to pick up the configuration changes.<\/li>\n<li>Boot a computer (or virtual machine) from its network card, press F12 when prompted and wait for Windows PE to load, then map a drive to another machine on the network which is sharing the Windows media (<a href=\"https:\/\/www.markwilson.co.uk\/blog\/2009\/02\/mounting-iso-images-in-windows-7.htm\">I use Slysoft Virtual Clone Drive to mount an operating system ISO file<\/a> and I&#8217;ve shared the virtual drive).<\/li>\n<li>Switch to the newly mapped drive and type <code>setup.exe<\/code> to run Windows Setup.<\/li>\n<\/ol>\n<p>Unfortunately, the version of the <a href=\"http:\/\/en.wikipedia.org\/wiki\/Windows_Preinstallation_Environment\">Windows Preinstallation Environment<\/a> (Windows PE) that Ryan has supplied in <code>tftpboot.exe<\/code> is a 32-bit version (of Windows PE 2.0, I think).\u00c2\u00a0 When I tried to use this to install Windows Server 2008 R2 (which is 64-bit only), I was greeted with the following message:<\/p>\n<p><em>This version of Z:\\setup.exe is not compatible with the version of Windows you&#8217;re running.\u00c2\u00a0 Check your computer&#8217;s system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.<\/em><\/p>\n<p>I needed a 64-bit version of Windows PE.\u00c2\u00a0 No problem.\u00c2\u00a0 That&#8217;s included in the Windows Automated Installation Kit (WAIK), so I overwrote Ryan&#8217;s\u00c2\u00a0<code>winpe.wim<\/code>\u00c2\u00a0with the one from %programfiles%\\Windows AIK\\Tools\\PETools\\amd64, and restarted the computer I wanted to build.\u00c2\u00a0 This time Windows Setup ran with no issues and Windows Server was installed successfully.<\/p>\n<p>Even though I used the TFTPD32, this method could be used to install Windows from just about any TFTP server (it could even be running on totally different operating system, I guess), or even to load another WIM file (i.e. not Windows PE) from a network boot.\u00c2\u00a0I&#8217;m sure if I had more time I could come up with all sorts of scenarios (boot Windows directly from the network?) but, for now, I&#8217;ll stick to using this method as a WDS replacement.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;d like to start this post with a statement: Windows Deployment Services (WDS) is a useful role in Windows Server 2008 R2.\u00c2\u00a0 It&#8217;s free (to licensed Windows users), supports multitasking, and is a perfectly good method of pushing Windows images to clients&#8230; Unfortunately that statement has a caveat: &#8230; but it needs to be installed &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Installing Windows from a network server without Windows Deployment Services<\/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":[33,54],"class_list":["post-1605","post","type-post","status-publish","format-standard","hentry","tag-windows","tag-os-deployment"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Installing Windows from a network server without Windows Deployment Services - 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\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installing Windows from a network server without Windows Deployment Services - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"I&#8217;d like to start this post with a statement: Windows Deployment Services (WDS) is a useful role in Windows Server 2008 R2.\u00c2\u00a0 It&#8217;s free (to licensed Windows users), supports multitasking, and is a perfectly good method of pushing Windows images to clients&#8230; Unfortunately that statement has a caveat: &#8230; but it needs to be installed &hellip; Continue reading Installing Windows from a network server without Windows Deployment Services\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2010-02-03T10:43:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2010-02-04T17:33:20+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=\"4 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\\\/2010\\\/02\\\/installing-windows-from-a-network-server-without-windows-deployment-services.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/02\\\/installing-windows-from-a-network-server-without-windows-deployment-services.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Installing Windows from a network server without Windows Deployment Services\",\"datePublished\":\"2010-02-03T10:43:44+00:00\",\"dateModified\":\"2010-02-04T17:33:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/02\\\/installing-windows-from-a-network-server-without-windows-deployment-services.htm\"},\"wordCount\":767,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Microsoft Windows\",\"Operating System Deployment\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/02\\\/installing-windows-from-a-network-server-without-windows-deployment-services.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/02\\\/installing-windows-from-a-network-server-without-windows-deployment-services.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/02\\\/installing-windows-from-a-network-server-without-windows-deployment-services.htm\",\"name\":\"Installing Windows from a network server without Windows Deployment Services - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2010-02-03T10:43:44+00:00\",\"dateModified\":\"2010-02-04T17:33:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/02\\\/installing-windows-from-a-network-server-without-windows-deployment-services.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/02\\\/installing-windows-from-a-network-server-without-windows-deployment-services.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2010\\\/02\\\/installing-windows-from-a-network-server-without-windows-deployment-services.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installing Windows from a network server without Windows Deployment Services\"}]},{\"@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":"Installing Windows from a network server without Windows Deployment Services - 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\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm","og_locale":"en_GB","og_type":"article","og_title":"Installing Windows from a network server without Windows Deployment Services - markwilson.it","og_description":"I&#8217;d like to start this post with a statement: Windows Deployment Services (WDS) is a useful role in Windows Server 2008 R2.\u00c2\u00a0 It&#8217;s free (to licensed Windows users), supports multitasking, and is a perfectly good method of pushing Windows images to clients&#8230; Unfortunately that statement has a caveat: &#8230; but it needs to be installed &hellip; Continue reading Installing Windows from a network server without Windows Deployment Services","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm","og_site_name":"markwilson.it","article_published_time":"2010-02-03T10:43:44+00:00","article_modified_time":"2010-02-04T17:33:20+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":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Installing Windows from a network server without Windows Deployment Services","datePublished":"2010-02-03T10:43:44+00:00","dateModified":"2010-02-04T17:33:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm"},"wordCount":767,"commentCount":3,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Microsoft Windows","Operating System Deployment"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm","name":"Installing Windows from a network server without Windows Deployment Services - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2010-02-03T10:43:44+00:00","dateModified":"2010-02-04T17:33:20+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2010\/02\/installing-windows-from-a-network-server-without-windows-deployment-services.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Installing Windows from a network server without Windows Deployment Services"}]},{"@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":1764,"url":"https:\/\/www.markwilson.co.uk\/blog\/2010\/04\/book-review-complete-guide-to-windows-server-2008-john-savill.htm","url_meta":{"origin":1605,"position":0},"title":"Book review: Complete Guide to Windows Server 2008, John Savill","author":"Mark Wilson","date":"Monday 19 April 2010","format":false,"excerpt":"A couple of years back, I was invited out to the Microsoft Campus in Redmond to learn about Windows Server 2008.\u00c2\u00a0 It was a fantastic week - not just because it was my first trip to Redmond but also because I met so many great people - many of whose\u2026","rel":"","context":"In \"Book review\"","block_context":{"text":"Book review","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/book-review"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":820,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/07\/fixing-ris-after-installing-windows-server-2003-sp2.htm","url_meta":{"origin":1605,"position":1},"title":"Fixing RIS after installing Windows Server 2003 SP2","author":"Mark Wilson","date":"Monday 16 July 2007","format":false,"excerpt":"This may be an isolated incident, as I've already written about how my Windows Server 2003 SP2 installation appeared to be broken (but was ultimately successful) but ever since SP2 was installed, I've been warned about service startup failures and have been unable to PXE boot to RIS. I haven't\u2026","rel":"","context":"In \"Microsoft Windows Server 2003\"","block_context":{"text":"Microsoft Windows Server 2003","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-server-2003"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":183,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/10\/sysprep-fails-on-windows-xp-sp2.htm","url_meta":{"origin":1605,"position":2},"title":"SysPrep fails on a Windows XP SP2 installation without file and printer sharing enabled","author":"Mark Wilson","date":"Tuesday 18 October 2005","format":false,"excerpt":"I'm trying out some workstation deployment scenarios right now and need to use the Microsoft System Preparation Tool (SysPrep) to prepare my Windows XP SP2 build for imaging. The trouble is, that SysPrep was refusing to play ball reporting the following error message: There is an incompatibility between this tool\u2026","rel":"","context":"In \"Microsoft Windows XP\"","block_context":{"text":"Microsoft Windows XP","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-xp"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":827,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/07\/a-look-forward-to-windows-server-2008.htm","url_meta":{"origin":1605,"position":3},"title":"A look forward to Windows Server 2008","author":"Mark Wilson","date":"Thursday 5 July 2007","format":false,"excerpt":"This evening, I'm planning to be at the inaugural Windows Server UK user group meeting, prompting me to write up my notes from the Windows Server 2008 Technical Overview event held at Microsoft UK last month. Presented by Andy Malone from Quality Training, I've already given my (negative, but hopefully\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":184,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/10\/using-ads-to-deploy-windows-xp.htm","url_meta":{"origin":1605,"position":4},"title":"Using ADS to deploy Windows XP","author":"Mark Wilson","date":"Wednesday 19 October 2005","format":false,"excerpt":"One of the main reasons for needing to SysPrep my Windows XP installation was that I wanted to see if it is possible to use Microsoft Automated Deployment Services (ADS) to deploy Windows XP. Microsoft has a plethora of deployment solutions and the main one for workstation deployment is the\u2026","rel":"","context":"In \"Microsoft Windows XP\"","block_context":{"text":"Microsoft Windows XP","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-xp"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1026,"url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/introducing-the-microsoft-deployment-toolkit-2008.htm","url_meta":{"origin":1605,"position":5},"title":"Introducing the Microsoft Deployment Toolkit 2008","author":"Mark Wilson","date":"Tuesday 25 March 2008","format":false,"excerpt":"One of the sessions that I managed to catch at UK customer launch for Microsoft's 2008 products last week was Julius Davies' and Jason Stiff's presentation on Windows Server 2008 (and Windows Vista) deployment. I recently spent some time brushing up my deployment skills but there have been a few\u2026","rel":"","context":"In \"Microsoft\"","block_context":{"text":"Microsoft","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/microsoft"},"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\/1605","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=1605"}],"version-history":[{"count":6,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1605\/revisions"}],"predecessor-version":[{"id":1607,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1605\/revisions\/1607"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=1605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=1605"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=1605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}