{"id":424,"date":"2006-11-13T06:56:00","date_gmt":"2006-11-13T06:56:00","guid":{"rendered":"http:\/\/markwilson.me.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm"},"modified":"2007-11-22T12:28:30","modified_gmt":"2007-11-22T12:28:30","slug":"windows-vista-imaging-and-deployment","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm","title":{"rendered":"Windows Vista imaging and deployment"},"content":{"rendered":"<p><!--116345740714705923-->However much I try to avoid it, as an IT infrastructure consultant, I always seem to get involved in operating system deployment.  With that in mind, a couple of days back, I went along to an event at which Microsoft UK&#8217;s <a href=\"http:\/\/blogs.technet.com\/jamesone\/\">James O&#8217;Neill<\/a> gave an interesting presentation on Windows Vista imaging and deployment.<\/p>\n<p>Deployment of a PC operating system ought to be simple.  It isn&#8217;t.  Well, it can be, but only after a lot of hard work and planning.  You see, unlike a closed system such as Apple Mac OS X, a Windows deployment typically has to support a plethora of different PCs &#8211; each with their own hardware variants (very few organisations have the luxury of a 100% standardised infrastructure &#8211; IT hardware simply changes too quickly for that).  For many years now, the approach to deploying a PC operating system has been to use imaging software, e.g. Symantec Ghost, but there are complications around which images can be applied on what hardware, as well as licencing implications for any software included in the image &#8211; often images are created based on a combination of target hardware and end-user roles.  Then there&#8217;s the data to consider &#8211; how are applications to be deployed, what will happen to user data (e.g. in an upgrade scenario), and what about system settings (Outlook profile, etc.).  A managed deployment has many advantages around consistency (between images), manageability and reliability; however there is a huge cost attached to maintaining each image.<\/p>\n<p>Since the creation of Windows NT, administrators have been able to automate Windows deployment using a system of answer files and either a product CD or a distribution share.  This can be customised to roll out additional applications as well as to alter the Windows configuration and add OEM-specific items and it works well, but is slow to deploy and costly to maintain (often scripted installations are used to deploy to reference PCs from which images  are taken).<\/p>\n<p>Windows 2000 introduced the concept of booting a PC across the network using the pre-boot execution environment (PXE) to connect to a remote installation services (RIS) server and download an image.  Later, this was extended to create the <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2005\/02\/microsoft-solution-accelerator-for.htm\">solution accelerator for business desktop deployment (BDD)<\/a> and enhanced through the creation of Microsoft automated deployment services (ADS) &#8211; now renamed Windows deployment services.<\/p>\n<p>Windows Vista employs a totally new deployment approach &#8211; using Windows Image (.WIM) files &#8211; look on a Vista DVD and there is no i386 folder (the main setup file on my Vista RC2 DVD is called install.wim).  Those  who have worked with BDD and ADS may already  be familiar with an older version of the .WIM file format and the new version supports deployment to a new system, side-by-side installation, or in-place upgrades (actually, an in-place upgrade is a side-by-side installation which then transfers the settings from the old copy of Windows, which can safely be destroyed later).  The Windows imaging approach supports modularisation of components, single instance storage, compression and file-based imaging &#8211; allowing many images and many image variants to be installed in a single .WIM file for deployment from optical media, or using deployment solutions such as BDD or Microsoft SMS.  Importantly, deployment is non-destructive.  Furthermore, Windows Vista does not have any of the restrictions around hardware abstraction layers (HALs) and so there is no requirement for hardware-specific images; and because the image is file-based (cf. disk block-based images), it can be mounted as a file system and manipulated offline.<\/p>\n<p>.WIM files are structured as follows:<\/p>\n<ul>\n<li>Header &#8211; with signature, version, GUID and indexes to images.<\/li>\n<li>File resources &#8211; the actual image files.<\/li>\n<li>Metadata &#8211; information about the files within the image.<\/li>\n<li>Resource table(s) &#8211; effectively a directory tree for the files within the image, defining the file system.<\/li>\n<li>XML data &#8211; information used to customise the image.<\/li>\n<\/ul>\n<p>Windows imaging uses a system of filters, e.g. the .WIM file system filter (to edit image contents) and the WIM boot filter (not surprisingly to boot from an image).  The main tool used for manipulation of .WIM files is imagex.exe (previously known as ximage.exe).  imagex.exe allows the mounting and unmounting of .WIM files as a file system, whereby changes can be made before they are committed to the .WIM file.  It is also used to create, append to and split image files, as well as for viewing the XML data about an image file.  There&#8217;s also an API for programmatic manipulation of .WIM files &#8211; WIMGAPI.  It&#8217;s important to note that, whilst there are both 32- and 64-bit versions of the Windows Vista deployment tools, they are compatible, so images created\/modified with a 64-bit version of imagex.exe will still work on a 32-bit system, etc.  Also worth noting is that the System Preparation Tool (sysprep.exe) still exists &#8211; images still need to be sysprepped &#8211; but there are new options around what the system should do on its first boot.<\/p>\n<p>Whilst imagex.exe can be used to capture the contents of a running system, it&#8217;s not good practice, and Microsoft recommends that the Windows pre-installation environment (WinPE) is used instead.  Because WinPE runs entirely in memory there are no issues around locked files and Windows PE 2.0 will be made more widely available than previous versions.  James&#8217; presentation also indicated that a file called winscript.ini can be used to specify exclusions (e.g. pagefile.sys, hiberfil.sys, \\WINDOWS\\CSC, \\RECYCLER, System Volume Information, \\$ntfs.log, etc.); however he&#8217;s since blogged that <a href=\"http:\/\/blogs.technet.com\/jamesone\/archive\/2006\/11\/11\/customizing-windows-pe.aspx\">the .INI file is not required<\/a> &#8211; the key point is that there are files which you will almost certainly want to exclude from an image.<\/p>\n<p>Another important tool is the Windows System Image Manager &#8211; setupmgr.exe on steroids!  This is used to build a catalog of .WIM file contents and then customise the file &#8211; e.g. to add components, or to customise settings, before validating the resulting unattend.xml answer file.<\/p>\n<p>Other deployment tools, available for previous Windows versions but updated for Vista include the application compatibility toolkit and the files and settings transfer wizard (formerly the user state migration toolkit).<\/p>\n<p>Bootable .WIM files are always called boot.wim.  The boot process is as follows:<\/p>\n<ol>\n<li>Read boot configuration database (BCD) file.  This tells the system what to execute and effectively replaces the boot.ini file found in previous versions of Windows NT\/2000\/XP\/2003; however, unlike boot.ini it is not a text file &#8211; it must be edited using bcdedit.exe.<\/li>\n<li>Mount boot.sdi<\/li>\n<li>Attach boot.wim to boot.sdi<\/li>\n<li>Continue boot process.<\/li>\n<li>Install .WIM file system filter<\/li>\n<\/ol>\n<p>The use of .WIM files is not limited to Windows Vista imaging &#8211; although they may be unsupported with other operating systems and there may be complications (e.g. I wrote a post last year about <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2005\/10\/using-ads-to-deploy-windows-xp.htm\">deploying Windows XP using ADS<\/a>).  Indeed, Windows Vista imaging technologies will also be used for the next Windows Server product (codenamed Longhorn), although because this is still a beta product, the details may be subject to change.  Importantly, the tools provided for working with Windows Vista .WIM files are not all compatible with legacy operating systems.<\/p>\n<p>It looks as though the new Windows Vista approach to imaging and deployment will be a steep learning curve for us all, but it should result in a more flexible, and manageable, approach to deployment &#8211; more information about <a href=\"http:\/\/www.microsoft.com\/technet\/windowsvista\/deploy\/depenhnc.mspx\">Windows Vista deployment enhancements<\/a> is available on the Microsoft website.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>However much I try to avoid it, as an IT infrastructure consultant, I always seem to get involved in operating system deployment. With that in mind, a couple of days back, I went along to an event at which Microsoft UK&#8217;s James O&#8217;Neill gave an interesting presentation on Windows Vista imaging and deployment. Deployment of &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Windows Vista imaging and deployment<\/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":[103,98,54],"class_list":["post-424","post","type-post","status-publish","format-standard","hentry","tag-windows-pe","tag-windows-vista","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>Windows Vista imaging and deployment - 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\/2006\/11\/windows-vista-imaging-and-deployment.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Windows Vista imaging and deployment - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"However much I try to avoid it, as an IT infrastructure consultant, I always seem to get involved in operating system deployment. With that in mind, a couple of days back, I went along to an event at which Microsoft UK&#8217;s James O&#8217;Neill gave an interesting presentation on Windows Vista imaging and deployment. Deployment of &hellip; Continue reading Windows Vista imaging and deployment\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2006-11-13T06:56:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2007-11-22T12:28:30+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\\\/2006\\\/11\\\/windows-vista-imaging-and-deployment.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/11\\\/windows-vista-imaging-and-deployment.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Windows Vista imaging and deployment\",\"datePublished\":\"2006-11-13T06:56:00+00:00\",\"dateModified\":\"2007-11-22T12:28:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/11\\\/windows-vista-imaging-and-deployment.htm\"},\"wordCount\":1254,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Microsoft Windows PE\",\"Microsoft Windows Vista\",\"Operating System Deployment\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/11\\\/windows-vista-imaging-and-deployment.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/11\\\/windows-vista-imaging-and-deployment.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/11\\\/windows-vista-imaging-and-deployment.htm\",\"name\":\"Windows Vista imaging and deployment - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2006-11-13T06:56:00+00:00\",\"dateModified\":\"2007-11-22T12:28:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/11\\\/windows-vista-imaging-and-deployment.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/11\\\/windows-vista-imaging-and-deployment.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2006\\\/11\\\/windows-vista-imaging-and-deployment.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Windows Vista imaging and deployment\"}]},{\"@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 Vista imaging and deployment - 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\/2006\/11\/windows-vista-imaging-and-deployment.htm","og_locale":"en_GB","og_type":"article","og_title":"Windows Vista imaging and deployment - markwilson.it","og_description":"However much I try to avoid it, as an IT infrastructure consultant, I always seem to get involved in operating system deployment. With that in mind, a couple of days back, I went along to an event at which Microsoft UK&#8217;s James O&#8217;Neill gave an interesting presentation on Windows Vista imaging and deployment. Deployment of &hellip; Continue reading Windows Vista imaging and deployment","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm","og_site_name":"markwilson.it","article_published_time":"2006-11-13T06:56:00+00:00","article_modified_time":"2007-11-22T12:28:30+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\/2006\/11\/windows-vista-imaging-and-deployment.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Windows Vista imaging and deployment","datePublished":"2006-11-13T06:56:00+00:00","dateModified":"2007-11-22T12:28:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm"},"wordCount":1254,"commentCount":1,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Microsoft Windows PE","Microsoft Windows Vista","Operating System Deployment"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm","name":"Windows Vista imaging and deployment - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2006-11-13T06:56:00+00:00","dateModified":"2007-11-22T12:28:30+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-imaging-and-deployment.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Windows Vista imaging and deployment"}]},{"@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":950,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/bdd-2007-overview.htm","url_meta":{"origin":424,"position":0},"title":"BDD 2007 overview","author":"Mark Wilson","date":"Thursday 22 November 2007","format":false,"excerpt":"It's been almost three years since I wrote a post about the Microsoft Solution Accelerator for Business Desktop Deployment (BDD) and since then it's been updated twice - first with BDD v2.5 and now with BDD 2007 (the latest version of which is now known simply as Microsoft Deployment). According\u2026","rel":"","context":"In \"Microsoft Windows Vista\"","block_context":{"text":"Microsoft Windows Vista","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-vista"},"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":424,"position":1},"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":[]},{"id":91,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/02\/microsoft-solution-accelerator-for.htm","url_meta":{"origin":424,"position":2},"title":"The Microsoft Solution Accelerator for Business Desktop Deployment, the Microsoft Solutions Framework and the Microsoft Operations Framework","author":"Mark Wilson","date":"Thursday 10 February 2005","format":false,"excerpt":"Last week, I spent three days learning about the Microsoft Solution Accelerator for Business Desktop Deployment (BDD). According to Microsoft: \"The Microsoft Solution Accelerator for Business Desktop Deployment delivers end-to-end guidance for efficient planning, building, testing, and deploying Microsoft Windows XP Professional, Windows XP Tablet PC Edition, and Office Professional\u2026","rel":"","context":"In \"IT Operations\"","block_context":{"text":"IT Operations","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/it-operations"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":989,"url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/02\/why-windows-vista-should-not-be-viewed-as-a-failure.htm","url_meta":{"origin":424,"position":3},"title":"Why Windows Vista should not be viewed as a failure","author":"Mark Wilson","date":"Friday 22 February 2008","format":false,"excerpt":"Many people expect Windows Vista SP1 to be a turning point for deployment of Microsoft's latest desktop operating system. Critics have derided Vista, citing it as a disaster for Microsoft, suggesting that it has suffered from adoption rates. Others say that the desktop operating system model is a thing of\u2026","rel":"","context":"In \"Microsoft Windows Vista\"","block_context":{"text":"Microsoft Windows Vista","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-vista"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1491,"url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/07\/getting-ready-to-deploy-windows-7-on-the-corporate-desktop.htm","url_meta":{"origin":424,"position":4},"title":"Getting ready to deploy Windows 7 on the corporate desktop","author":"Mark Wilson","date":"Wednesday 22 July 2009","format":false,"excerpt":"With Windows 7 (and Server 2008 R2) now released to manufacturing and availability dates published, what does this really mean for companies looking to upgrade their desktop operating system? I've previously written about new features in Windows Server 2008 R2 (part 1 and part 2) but now I want to\u2026","rel":"","context":"In \"Microsoft Application Virtualization (App-V\/SoftGrid)\"","block_context":{"text":"Microsoft Application Virtualization (App-V\/SoftGrid)","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/app-v"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":949,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/now-is-the-time-to-start-planning-for-windows-server-2008.htm","url_meta":{"origin":424,"position":5},"title":"Now is the time to start planning for Windows Server 2008","author":"Mark Wilson","date":"Thursday 22 November 2007","format":false,"excerpt":"I recently attended a presentation at which the CA (formerly Computer Associates) Directory of Strategic Alliances, Dan Woolley, spoke about how CA is supporting Windows Server 2008. CA is not a company that I associate with bringing products to market quickly and I understand why companies are often reticent to\u2026","rel":"","context":"In \"CA\"","block_context":{"text":"CA","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/ca"},"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\/424","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=424"}],"version-history":[{"count":0,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/424\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=424"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=424"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}