<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Richard Smith : Build Process</title><link>http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx</link><description>Tags: Build Process</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Windows Vista Deployment Planning - Part 3</title><link>http://blogs.technet.com/richardsmith/archive/2007/11/23/windows-vista-deployment-planning-part-3.aspx</link><pubDate>Fri, 23 Nov 2007 16:07:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2548599</guid><dc:creator>ricsmith</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/2548599.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=2548599</wfw:commentRss><description>&lt;p&gt;In &lt;a href="http://blogs.technet.com/richardsmith/archive/2007/07/05/client-build-and-deployment-process.aspx"&gt;Windows Vista Client Build and Deployment Process&lt;/a&gt;, I presented the diagram that I use when scoping deployment projects, so in this post I'll&amp;nbsp;continue discussing the process in more detail - previous posts have covered &lt;a href="http://blogs.technet.com/richardsmith/archive/2007/07/23/windows-vista-deployment-planning-part-1.aspx" target="_blank"&gt;Infrastructure Prerequisites&lt;/a&gt; and &lt;a href="http://blogs.technet.com/richardsmith/archive/2007/09/12/windows-vista-deployment-planning-part-2.aspx" target="_blank"&gt;Client requirements&lt;/a&gt;. In part 3 of this series, I will consider Application Compatibility. &lt;/p&gt; &lt;p&gt;Before starting down the application compatibility testing and remediation route, it is worth considering where the application compatibility issues will arise. From experience this usually falls into two&amp;nbsp;distinct areas that Windows Vista introduces&amp;nbsp;- security enhancements and operating system changes and innovations.&lt;/p&gt; &lt;p&gt;The following new security enhancement features in Windows Vista may cause compatibility issues with applications:  &lt;ul&gt; &lt;li&gt;User Account Control provides a method of separating standard user privileges and tasks from those that require administrator access. UAC increases security by improving the computer experience for users running standard user accounts. Users can now perform more tasks and enjoy higher application compatibility without the need to log on to their client computers with administrative-level privileges. This helps reduce the affect of malware, unauthorised software installation, and unapproved system changes. UAC can introduce problems in applications that are not compliant with this technology enhancement. For this reason, it is important to test applications with UAC enabled before you deploy them. For more information about application compatibility testing, see the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=74194"&gt;BDD Application Compatibility Feature Team Guide&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Windows Resource Protection is a new feature in Windows&amp;nbsp;Vista that helps safeguard system files and protected registry locations to help improve the overall security and stability of the operating system. Most applications that previously accessed or modified these locations are automatically redirected to temporary locations, which they can then use to continue to operate without issues. However, applications that require full access to these protected areas and cannot handle the automatic redirection process will not operate properly with Windows&amp;nbsp;Vista. In these cases, the applications must be modified so that they function as intended.&lt;/li&gt; &lt;li&gt;Protected Mode is a new feature of Microsoft Internet Explorer 7 that helps to protect computers running Windows&amp;nbsp;Vista from the installation of malware and other harmful software by running the browser with lower, more secure rights. When Internet Explorer is in Protected Mode, the browser can only interact with very specific areas of the file system and registry. Although Protected Mode helps maintain the integrity of client computers running Windows&amp;nbsp;Vista, it can affect the operation of older Internet and intranet Web applications. Such Web applications may need to be modified to run them in a more restrictive Internet Explorer 7 environment.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The following operating system changes and innovations in Windows&amp;nbsp;Vista may cause compatibility issues with applications:  &lt;ul&gt; &lt;li&gt;Application programming interfaces (APIs) expose layers of the Windows&amp;nbsp;Vista operating system differently than in previous versions of Windows. Antivirus and firewall software are examples of applications that rely on these new APIs to properly monitor and safeguard Windows&amp;nbsp;Vista. Applications that perform these functions need to be upgraded to versions that are compatible with Windows&amp;nbsp;Vista.&lt;/li&gt; &lt;li&gt;16-bit applications and 32-bit drivers are not supported in the Windows&amp;nbsp;Vista 64-bit environment. Automatic registry and system file redirection is not available for the 64-bit environment. For these reasons, new 64-bit applications must comply with the full Windows&amp;nbsp;Vista application standards.&lt;/li&gt; &lt;li&gt;Many older applications check for specific versions of Windows. When third-party applications cannot detect a specific operating system version, many of them stop responding.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/aa480152.aspx"&gt;The Windows Vista Developer Story: Application Compatibility Cookbook&lt;/a&gt; on MSDN provides additional information about the security enhancements and operating system changes and innovations in Windows&amp;nbsp;Vista. The cookbook also provides test approaches and possible remedies for many of the compatibility issues that may be encountered.&lt;/p&gt; &lt;p&gt;Now that we have considered the main areas&amp;nbsp;where application compatibility issues arise, we can consider how the application compatibility testing and remediation will fit into our project process.&lt;/p&gt; &lt;p&gt;&lt;img src="http://www.richard-x-smith.co.uk/download/blogpics/process3.jpg"&gt; &lt;/p&gt; &lt;p&gt;&lt;a&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a&gt;&lt;font size="3"&gt;&lt;strong&gt;Applications Compatibility Testing&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt; &lt;p&gt;The ability to create standardised MSI packages, the introduction of packaging procedures, and a central application database, are the building blocks for many of the new features that can be enabled as part of a Windows Vista deployment project. They also serve other initiatives such as active patching and asset management.&amp;nbsp;In most cases companies will adopt&amp;nbsp;an industry standard, centralised packaging system at the very least. &lt;p&gt;If this is the case, I&amp;nbsp;recommend using the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=24da89e9-b581-47b0-b45e-492dd6da2971&amp;amp;displaylang=en#QuickInfoContainer" target="_blank"&gt;Microsoft Application Compatibility Toolkit (ACT) 5.0&lt;/a&gt; to aid in the application migration onto the Windows Vista platform.&amp;nbsp;ACT provides a platform to carry out discovery and remediation work&amp;nbsp;and tends to be used by&amp;nbsp;application owners and developers. ACT makes it easier to&amp;nbsp;introduction testing and remediation within a current packaging process. &lt;p&gt;With ACT in use, the remediation effort should be folded in as part of a packaging workflow.&amp;nbsp;The way that this tends to work is that on&amp;nbsp;entering the packaging workflow, applications are evaluated against known issues using ACT. This will give an early view of applications that will need further investigation, or those that have standard fixes already documented. Additional information on ACT 5.0 can be found in &lt;a href="http://www.microsoft.com/technet/desktopdeployment/appcompat/toolkit.mspx"&gt;Microsoft TechNet&lt;/a&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;&lt;a&gt;&lt;font size="3"&gt;&lt;strong&gt;Application Remediation&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt; &lt;p&gt;Changes to an operating system, whether it be a minor change such as a service pack update or as major change such as a migration to a new version requires a significant amount of planning in terms of application remediation. The level of application remediation for these changes is often underestimated due to a lack of pertinent or accurate information. I often advise clients&amp;nbsp;to analyse the entire application portfolio to determining the effort required to ensure the applications will operate correctly when run on Windows Vista.  &lt;p&gt;Application remediation can then fall into a number of areas, from simple shims that enable the application to run without change on Windows Vista to complete re-design and re-writing of an application by in-house developers of the software vendor responsible for the application. &lt;p&gt;There are also additional Microsoft technologies that can be used to address application compatibility issues that might take some time to fully resolve. These technologies are designed to help migrate to Windows&amp;nbsp;Vista, and continue to run business critical applications that are not compatible with Windows&amp;nbsp;Vista. These technologies include the following: &lt;ul&gt; &lt;li&gt;Virtual PC 2007 can be used to run applications on Windows&amp;nbsp;Vista that only work properly with older versions of Windows. Virtual PC lets users keep a previous version of Windows available to run non-compatible applications within their Windows&amp;nbsp;Vista environment until upgraded versions of non-compatible applications are developed. &lt;/li&gt; &lt;li&gt;Terminal Services for hosting applications provides hosting and delivery of Windows-based applications, or the Windows desktop itself, to virtually any computing device on the network. Windows&amp;nbsp;Vista clients can connect to these application-hosting environments through Remote Desktop to access older applications. &lt;/li&gt; &lt;li&gt;Virtual Server for hosting applications allows the hosting of legacy applications and allows remote connectivity from end users who need access to those applications. In conjunction with Windows Server&amp;nbsp;2003, Virtual Server&amp;nbsp;2005 R2 provides a virtualisation platform that runs most major x86 operating systems in a guest environment, and is supported by Microsoft as a host for Windows Server operating systems and Microsoft Windows Server System applications. &lt;/li&gt; &lt;li&gt;Microsoft SoftGrid is an application virtualisation solution that delivers applications that are never installed, yet securely follow users anywhere, on demand. SoftGrid is comprised of the SoftGrid platform, an engine that turns applications into centrally managed virtual services that are delivered on-demand.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;font size="3"&gt;&lt;strong&gt;Applications Delivery and Installation&lt;/strong&gt;&lt;/font&gt; &lt;p&gt;An application delivery and installation mechanism that I tend to favour&amp;nbsp;uses a tiered application delivery process. I tend to recommend four tier levels&amp;nbsp;that can&amp;nbsp;be used to categorise applications.  &lt;p&gt;The first tier (Tier 1) are applications that are included as part of the core image.  &lt;p&gt;I then consider the other applications to be&amp;nbsp;non-core lines of business applications&amp;nbsp;falling into the other three tiers (tier 2, 3 or 4)&amp;nbsp;which will&amp;nbsp;not be included as part of the core build image. These Line of business applications&amp;nbsp;are catagorised into the remaining three tiers as follows: &lt;ul&gt; &lt;li&gt;Tier 2 Applications – Applications that are delivered via the web browser&lt;/li&gt; &lt;li&gt;Tier 3 Applications – Applications that are delivered via SMS or another management platform&lt;/li&gt; &lt;li&gt;Tier 4 Applications – Applications that are exceptions&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Tier 4 usually contains legacy line of business applications that cannot be delivered to users via the browser and will not run under Windows Vista. These&amp;nbsp;will need to be managed as exceptions. The management of exceptions should be ongoing and non-compliant software must be considered for redesign, terminal server use, SoftGrid delivery, Virtual PC/Server delivery or retirement. &lt;p&gt;The diagram below shows the conceptual design for application delivery based on the four tier idea. &lt;p&gt;&lt;img src="http://www.richard-x-smith.co.uk/download/blogpics/appcompat1.jpg"&gt;  &lt;p&gt;&amp;nbsp; &lt;p&gt;&lt;font size="3"&gt;&lt;strong&gt;2007 Office System&lt;/strong&gt;&lt;/font&gt; &lt;p&gt;Although rolling out&amp;nbsp;2007 Office System&amp;nbsp;as part of a Windows Vista deployment project is common in the customers I work with, there are some things to consider. Although not directly tied to application compatibility, there is a link because many companies use Office as the core of their productivity tool set and because of changed in 2007 Office System, there will be compatibility and remediation work to carry out. Some of this compatibility and remediation work&amp;nbsp;will be&amp;nbsp;technical issues (file formats and extensibility of 2007 Office System)&amp;nbsp;while others&amp;nbsp;are based around user education. &lt;p&gt;For 2007 Office System inclusion in a Windows Vista deployment project, you should consider: &lt;ul&gt; &lt;li&gt;The 2007 Office System has a completely new user interface for Word, Excel and PowerPoint applications with the traditional menu bar being replaced by the “ribbon”. The redesign makes the whole user experience more intuitive, graphical and contextualised by completely rationalising the interface. In addition, there are new features available within the clients such as the new Smart Art graphical features that users of previous versions will not be familiar with. The Office 2007 client has the potential to be a valuable tool in business optimisation and personal productivity.&lt;/li&gt; &lt;li&gt;The Office 2007 file format is a departure from the binary format in previous versions of Office and is based upon XML technologies. Although this provides a number of benefits, an initiative to manage the conversion to the new File Format is required. Patches are available for previous versions of Office (Office 2000 and above) that will provide a level of flexibility in that all users will be able to view and edit documents saved in the new file format from older versions of Office. &lt;/li&gt; &lt;li&gt;In terms of co-existence, users will need to understand what capabilities are tied to the new Office 2007 client, for example, Smart Art functionality cannot be modified within Office 2000. Therefore extra consideration will need to be taken into account when authoring content with regard to who is potentially going to modify or update the documents once they have been distributed. Also, for documents that are to be made available externally, they may need to be saved in the old binary format in order for&amp;nbsp;others to be able to contribute and collaborate on the content.&lt;/li&gt; &lt;li&gt;Office 2007 clients are fully extensible and Visual Studio Tools for Office (VSTO) provides a mechanism for such customisation and extensibility. One of the main areas of customisation will involve the new Ribbon. The customisation of the Ribbon is based on a declarative model, using XML supported by an object model to develop against. This approach simplifies development and allows for more rapid extensions of the core clients. This allows for the creation of tabs, customisation of built-in tabs, additions to the File Menu, additions to the contextual tabs and the possible removal of tabs, groups and controls. Third party vendors who integrate into the Office 2007 client will can carry out their integrations as extensions to the ribbon interface.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;font size="3"&gt;&lt;strong&gt;TOOLS&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;The following are freely available tools that are useful in application compatibility testing processes.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=24da89e9-b581-47b0-b45e-492dd6da2971&amp;amp;displaylang=en#QuickInfoContainer"&gt;ACT 5.0.2&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=67240b76-3148-4e49-943d-4d9ea7f77730&amp;amp;displaylang=en&amp;amp;tm"&gt;Windows Vista Hardware Assessment&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=13580cd7-a8bc-40ef-8281-dd2c325a5a81&amp;amp;DisplayLang=en"&gt;Microsoft Office Migration Planning Manager&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/aa480152.aspx"&gt;The Windows Vista Developer Story: Application Compatibility Cookbook&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=74194"&gt;BDD Application Compatibility Feature Team Guide&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2548599" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/Deployment+Process/default.aspx">Deployment Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx">Build Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Application+Compatibility/default.aspx">Application Compatibility</category></item><item><title>Moving from RIS to Windows Deployment Services (WDS)</title><link>http://blogs.technet.com/richardsmith/archive/2007/11/23/moving-from-ris-to-windows-deployment-services-wds.aspx</link><pubDate>Fri, 23 Nov 2007 14:44:05 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2548310</guid><dc:creator>ricsmith</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/2548310.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=2548310</wfw:commentRss><description>&lt;p&gt;I wanted to point you in the direction of a document that helps with moving from Remote Installation Services (RIS) to Windows Deployment Services (WDS) on Windows Server 2003. &lt;/p&gt; &lt;p&gt;Many of the clients that I consult for are&amp;nbsp;big RIS users, so this whitepaper has been especially useful in recent months as they have moved to deploying Windows Vista...&lt;/p&gt; &lt;p&gt;You can download it from the link below:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=941D4393-AB37-4047-B9C5-616B79D73301&amp;amp;displaylang=en" target="_blank"&gt;Deploying and Managing the Windows Deployment Services Update on Windows Server 2003&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2548310" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/Lite+Touch/default.aspx">Lite Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Zero+Touch/default.aspx">Zero Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Deployment+Process/default.aspx">Deployment Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx">Build Process</category></item><item><title>Microsoft Product Evals on Virtual Hard Disk</title><link>http://blogs.technet.com/richardsmith/archive/2007/11/12/microsoft-product-evals-on-virtual-hard-disk.aspx</link><pubDate>Mon, 12 Nov 2007 14:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2418309</guid><dc:creator>ricsmith</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/2418309.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=2418309</wfw:commentRss><description>&lt;p&gt;I am often asked why deployment is such a great place to work as a consultant and I usually answer by saying that deployment (both client and server) touches all&amp;nbsp;aspects of the&amp;nbsp;infrastructure and therefore you need a knowledge across many products. All though I think this is a great thing - it also means that you have to keep up with other technologies - and have them set up in a test environment for your deployment engagements.&lt;/p&gt; &lt;p&gt;I often setup small proof of concept labs for customers - and I make us of a lesser known Microsoft service that provides many products ready configured as time limited Virtual Hard Disks (VHD) ready for download&amp;nbsp;- over the months I have created a library of these that I can set up and leave at customer sites for time limited testing (usually 30 day evaluations). Below are the links to all of the products that we supply as VHD:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=bcae4531-6689-4016-89da-ffe60d061cef&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=bcae4531-6689-4016-89da-ffe60d061cef&amp;amp;displaylang=en"&gt;&lt;b&gt;BizTalk Server 2006&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=692a6e3c-81c9-4d8a-93fa-266d651735dc&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=692a6e3c-81c9-4d8a-93fa-266d651735dc&amp;amp;displaylang=en"&gt;&lt;b&gt;Exchange Server 2007&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=bc381af4-9bd0-49dd-be1a-0c6ee49cd2bc&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=bc381af4-9bd0-49dd-be1a-0c6ee49cd2bc&amp;amp;displaylang=en"&gt;&lt;b&gt;Exchange Server 2007 SP1 Beta 2&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=234c9dda-5452-4946-9e2f-d4b64082814e&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=234c9dda-5452-4946-9e2f-d4b64082814e&amp;amp;displaylang=en"&gt;&lt;b&gt;ISA Server 2006&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=f9956176-cf66-478b-b20d-b9b92dd0dbfa&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=f9956176-cf66-478b-b20d-b9b92dd0dbfa&amp;amp;displaylang=en"&gt;&lt;b&gt;Microsoft Office 2007 Professional&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=67f93dcb-ada8-4db5-a47b-df17e14b2c74&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=67f93dcb-ada8-4db5-a47b-df17e14b2c74&amp;amp;displaylang=en"&gt;&lt;b&gt;Office SharePoint Server 2007&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=7b243252-acb7-451b-822b-df639443aeaf&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=7b243252-acb7-451b-822b-df639443aeaf&amp;amp;displaylang=en"&gt;&lt;b&gt;SQL Server 2005&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=fa09a01d-ac7b-4a7e-8d28-79e222b14ae5&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=fa09a01d-ac7b-4a7e-8d28-79e222b14ae5&amp;amp;displaylang=en"&gt;&lt;b&gt;SQL Server 2005/Exchange 2007&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=469af3b8-849d-4400-bded-9024c3db759f&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=469af3b8-849d-4400-bded-9024c3db759f&amp;amp;displaylang=en"&gt;&lt;b&gt;System Center Configuration Manager 2007&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=27342759-e9d6-4073-918c-e9dff77d0206&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=27342759-e9d6-4073-918c-e9dff77d0206&amp;amp;displaylang=en"&gt;&lt;b&gt;System Center Essentials 2007&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=d4e8bc52-3c3b-4bae-b937-987da892fad7&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=d4e8bc52-3c3b-4bae-b937-987da892fad7&amp;amp;displaylang=en"&gt;&lt;b&gt;System Center Virtual Machine Manager 2007&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=ffd86643-7c31-42a2-91d8-7d160449b368&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=ffd86643-7c31-42a2-91d8-7d160449b368&amp;amp;displaylang=en"&gt;&lt;b&gt;Visual Studio 2005 Team Suite&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9d60655e-814c-40a8-9762-53a40d8e7b37&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=9d60655e-814c-40a8-9762-53a40d8e7b37&amp;amp;displaylang=en"&gt;&lt;b&gt;Visual Studio 2005 Team System&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9aa65956-4a13-46a3-9711-82939a041792&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=9aa65956-4a13-46a3-9711-82939a041792&amp;amp;displaylang=en"&gt;&lt;b&gt;Windows Server 2008 Beta 3&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=77f24c9d-b4b8-4f73-99e3-c66f80e415b6&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=77f24c9d-b4b8-4f73-99e3-c66f80e415b6&amp;amp;displaylang=en"&gt;&lt;b&gt;Windows Server 2003 R2&lt;/b&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=c2c27337-d4d1-4b9b-926d-86493c7da1aa&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=c2c27337-d4d1-4b9b-926d-86493c7da1aa&amp;amp;displaylang=en"&gt;&lt;b&gt;Windows Vista&lt;/b&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=6662c7be-d79b-475a-863c-f976239ac0af&amp;amp;displaylang=en&amp;amp;tm" target="_blank"&gt;Search Server 2008 Express&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;Hopefully this&amp;nbsp;set of server and client&amp;nbsp;pre-configured virtual machine&amp;nbsp;hard disks will save you endless setup hours and also enable you to start configuring in other services to your deployment engagements.&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2418309" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/Lite+Touch/default.aspx">Lite Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Zero+Touch/default.aspx">Zero Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Deployment+Tools/default.aspx">Deployment Tools</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Deployment+Process/default.aspx">Deployment Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx">Build Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Deployment+4/default.aspx">Deployment 4</category></item><item><title>Disabling the Network Location Prompt</title><link>http://blogs.technet.com/richardsmith/archive/2007/09/25/disabling-the-network-location-prompt.aspx</link><pubDate>Tue, 25 Sep 2007 16:39:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2042351</guid><dc:creator>ricsmith</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/2042351.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=2042351</wfw:commentRss><description>&lt;p&gt;Over the past few months, many of the clients I have been working with have started deploying Windows Vista into their environment. One thing that commonly crops up is that the Windows Vista Network Location prompt fires up on all newly built machines asking for the network type that the machine is connected to (Home, Work or Public).&lt;/p&gt; &lt;p&gt;It doesn't harm the build or deploy process and can usually be ignored - it will just sit in the background and wait for input or machine shutdown, however a more elegant solution is to stop it appearing.&amp;nbsp;The easiest way to do this is&amp;nbsp;to this is by adding a RunSynchronousCommand to&amp;nbsp;RunSynchronous section &amp;nbsp;in the &lt;strong&gt;x86_Microsoft-Windows-Deployment_neutral&lt;/strong&gt; block in the &lt;strong&gt;specialize&lt;/strong&gt; phase of your unattend.xml file... :-)&lt;/p&gt; &lt;p&gt;If you are&amp;nbsp;using BDD 2007, the unattend file created by BDD will have three RunSynchronous commands already configured in this section - to enable the local administrators account (two commands) and to un-filter the local administrators token. These are listed as EnableAdmin, EnableAdmin_PLOC and UnfilterAdministratorToken and are ordered as&amp;nbsp;1, 2 and 3.&lt;/p&gt; &lt;p&gt;To stop the Network Locator Prompt from appearing add a fourth RunSynchronous command to RunSynchronous block&amp;nbsp;(specialize) with the following details:&amp;nbsp;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;In the &lt;strong&gt;Description&lt;/strong&gt; field, enter something to identify the task - like "&lt;strong&gt;DisableNetworkLocationPrompt&lt;/strong&gt;".  &lt;li&gt;In the &lt;strong&gt;Order&lt;/strong&gt; field&amp;nbsp;enter &lt;strong&gt;4&lt;/strong&gt; (if you are editing the BDD 2007 created unattend.xml file) or &lt;strong&gt;1&lt;/strong&gt; if it is your first RunSynchronous command.  &lt;li&gt;In the &lt;strong&gt;Path&lt;/strong&gt; field enter the command line (as one complete line)&lt;/li&gt;&lt;/ul&gt; &lt;blockquote&gt; &lt;p&gt;&lt;strong&gt;reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 00000001 /f&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;ul&gt; &lt;li&gt;In the &lt;strong&gt;WillReboot&lt;/strong&gt; field enter &lt;strong&gt;Never&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;When this command runs as part of the build or deploy process, the Network Location Prompt will be suppressed.&lt;/p&gt; &lt;p&gt;Note: You will probably want to turn this back on after the build or deploy process has been completed, as this tool provides the user with a friendly way of configuring the Windows Firewall to protect them in a number of differing network locations. You may want to consider running a VB&amp;nbsp;Script to reset the registry key and&amp;nbsp;turn the Network Location Prompt back on&amp;nbsp;from the BDD 2007 task sequence as one of the final tasks in&amp;nbsp;your build or deploy process.&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2042351" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/BDD2007/default.aspx">BDD2007</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Deployment+Process/default.aspx">Deployment Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx">Build Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Scripting/default.aspx">Scripting</category></item><item><title>New Deployment Forum Site...</title><link>http://blogs.technet.com/richardsmith/archive/2007/09/18/new-deployment-forum-site.aspx</link><pubDate>Tue, 18 Sep 2007 12:44:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1984050</guid><dc:creator>ricsmith</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/1984050.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=1984050</wfw:commentRss><description>&lt;P&gt;Deployment Forum is a new community Web site devoted to IT professionals deploying Windows. Myself and fellow MCS blogger Ben Hunter, as well as MCS architect Steve Campbell have taken up residency in the MVP section with a selection of the industry's best deployment specialists&amp;nbsp;and we will all be adding content&amp;nbsp;to the&amp;nbsp;Deployment Forum. The site is run by Jerry Honeycutt, a well respected writer, speaker, and technologist who has written more than 30 technology books and hundreds of technical articles and white papers. &lt;/P&gt;
&lt;P&gt;You find Deployment Forum at: &lt;A href="http://www.deploymentforum.com/" mce_href="http://www.deploymentforum.com/"&gt;http://www.deploymentforum.com&lt;/A&gt; &lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1984050" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/BDD2007/default.aspx">BDD2007</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Lite+Touch/default.aspx">Lite Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Zero+Touch/default.aspx">Zero Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/SMS+2003+OSD+Feature+Pack/default.aspx">SMS 2003 OSD Feature Pack</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Deployment+Tools/default.aspx">Deployment Tools</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Deployment+Process/default.aspx">Deployment Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx">Build Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Deployment+4/default.aspx">Deployment 4</category></item><item><title>How drivers are added to Windows PE and Windows Vista during an unattended installation</title><link>http://blogs.technet.com/richardsmith/archive/2007/08/15/how-drivers-are-added-to-windows-pe-and-windows-vista-during-an-unattended-installation.aspx</link><pubDate>Wed, 15 Aug 2007 15:15:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1758026</guid><dc:creator>ricsmith</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/1758026.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=1758026</wfw:commentRss><description>&lt;P&gt;My MCS&amp;nbsp;colleague and top deployment gent - Mark Aslett has put together a handy process list for how device drivers are added to Windows PE and Windows Vista&amp;nbsp;during deployment.&amp;nbsp;The example below&amp;nbsp;assumes than an unattend.xml file is being used to specify the location of drivers in both the windowsPE pass and the offlineServicing pass of the unattend.xml file. &lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.richard-x-smith.co.uk/downloads/blogpics/drvprocess.jpg" mce_src="http://www.richard-x-smith.co.uk/downloads/blogpics/drvprocess.jpg"&gt; 
&lt;P&gt;If peimg is used to inject drivers directly into an offline Windows PE image then this fully installs the drivers, i.e. it performs the registry load, hardware ID and service information reflection, etc, and does not significantly delay the Windows PE boot or Vista deployment times. 
&lt;P&gt;BDD 2007 gets around most of the&amp;nbsp;issues around deployment time identified above. When BDD creates the Windows PE boot image it will add any drivers that you specify at image creation time, so there is no need to use the windowsPE pass (or peimg to add drivers directly). BDD 2007&amp;nbsp;uses the offlineServicing pass for driver injection avoiding the bulk of the delays. It also has the added benefit of only copying across the drivers required instead of&amp;nbsp;the entire driver store. 
&lt;P&gt;Big thanks to Mark for sharing his findings...&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1758026" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/BDD2007/default.aspx">BDD2007</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Lite+Touch/default.aspx">Lite Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Zero+Touch/default.aspx">Zero Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx">Build Process</category></item><item><title>General Purpose CustomSettings.ini</title><link>http://blogs.technet.com/richardsmith/archive/2007/08/02/general-purpose-customsettings-ini.aspx</link><pubDate>Thu, 02 Aug 2007 16:11:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1681709</guid><dc:creator>ricsmith</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/1681709.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=1681709</wfw:commentRss><description>&lt;P&gt;One thing that seems to stump a number of people with BDD 2007 is using the CustomSettings.ini file (accessible via the Rules tab) to automate the deployment wizards. The usual issues are around differing language settings for Windows XP and Windows Vista, as well as turning off and on the relevant wizards.&lt;/P&gt;
&lt;P&gt;The customsettings.ini file below is a general purpose one that I tend to use as the starting point for most engagements - it has&amp;nbsp;most of the wizard entries (currently set to NO so that they all show) as well as the UK specific language settings for Windows XP and Windows Vista and UK time zone - for the languge settings, just comment out the ones not used (Windows Vista or Windows XP) and turn off the wizards you dont need - remember that any wizards turned off usually need additional parameters to be entered in customsettings.ini for the options they are requesting...&lt;/P&gt;
&lt;P&gt;[Settings]&lt;BR&gt;Priority=Default&lt;BR&gt;Properties=MyCustomProperty&lt;/P&gt;
&lt;P&gt;[Default]&lt;BR&gt;OSInstall=Y&lt;/P&gt;
&lt;P&gt;SkipApplications=NO&lt;BR&gt;SkipAppsOnUpgrade=NO&lt;BR&gt;SkipProductKey=NO&lt;BR&gt;SkipDeploymentType=NO&lt;/P&gt;
&lt;P&gt;SkipDomainMembership=YES&lt;BR&gt;JoinWorkgroup=WORKGROUP&lt;/P&gt;
&lt;P&gt;SkipAdminPassword=NO&lt;BR&gt;AdminPassword=P@ssw0rd&lt;/P&gt;
&lt;P&gt;SkipLocaleSelection=YES&lt;/P&gt;
&lt;P&gt;; VISTA LOCALE SETTINGS&lt;BR&gt;KeyboardLocale=en-gb&lt;BR&gt;UserLocale=en-gb&lt;BR&gt;InputLocale=0809:00000809&lt;/P&gt;
&lt;P&gt;; XP LOCALE SETTINGS&lt;BR&gt;;InputLocale=0809:00000809&lt;BR&gt;;UserLocale=0809:00000809&lt;/P&gt;
&lt;P&gt;SkipTimeZone=YES&lt;BR&gt;TimeZone=85&lt;BR&gt;TimeZoneName=GMT Standard Time&lt;/P&gt;
&lt;P&gt;SkipCapture=NO&lt;BR&gt;DoCapture=NO&lt;/P&gt;
&lt;P&gt;SkipUserData=NO&lt;BR&gt;UserDataLocation=NONE&lt;/P&gt;
&lt;P&gt;Addational information on these settings can be found in the Deployment Configuration Guide&amp;nbsp;located in&amp;nbsp;the documentation directory included with BDD 2007 (usually Program Files\BDD 2007\Documentation)&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1681709" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/BDD2007/default.aspx">BDD2007</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Lite+Touch/default.aspx">Lite Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx">Build Process</category></item><item><title>WMI Tags for Task Sequencer Logic</title><link>http://blogs.technet.com/richardsmith/archive/2007/08/01/wmi-tags-for-task-sequencer-logic.aspx</link><pubDate>Wed, 01 Aug 2007 17:42:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1672072</guid><dc:creator>ricsmith</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/1672072.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=1672072</wfw:commentRss><description>&lt;P&gt;One of the things that I&amp;nbsp;am often required to obtain for customers are&amp;nbsp;certain WMI tags so that we can write task sequence IF statements and provide the build process with some logic. Gathering these WMI tags can be tricky, so we put together a VB Script to pull out the 10 most popular items and display them to the screen - we also copy the results to a file called sysinfo.txt. By running this file on the machines that will be built, we can ensure that we use the correct WMI entries for things like MANUFACTURER, MODEL and CHASIS.&lt;/P&gt;
&lt;P&gt;The scipt (sysinfo.vbs)&amp;nbsp;is listed below&amp;nbsp;and is a variation on the script used by BDD to gather information at the start of the build process:&lt;/P&gt;
&lt;P&gt;' Initialization&lt;BR&gt;Set fso = CreateObject("Scripting.FileSystemObject")&lt;BR&gt;Set shell = CreateObject("Wscript.Shell")&lt;BR&gt;Set reg = GetObject("winmgmts:root\default:StdRegProv")&lt;BR&gt;Dim sOutput&lt;/P&gt;
&lt;P&gt;On Error Resume Next&lt;/P&gt;
&lt;P&gt;' Create the appropriate OS information&lt;BR&gt;For each os in GetObject("winmgmts:").InstancesOf("Win32_OperatingSystem")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,os.caption,"XP") &amp;lt;&amp;gt; 0 then Call makefile("OS = XP")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,os.caption,"2000") &amp;lt;&amp;gt; 0 then Call makefile("OS = WIN2000")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,os.caption,"2003") &amp;lt;&amp;gt; 0 then Call makefile("OS = WIN2003")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,os.caption,"NT") &amp;lt;&amp;gt; 0 then Call makefile("OS = NT4")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,os.caption,"2000 Server") &amp;lt;&amp;gt; 0 then&amp;nbsp; Call makefile("OSTYPE = SERVER")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,os.caption,"Advanced Server") &amp;lt;&amp;gt; 0 then&amp;nbsp; Call makefile("OSTYPE = ADVANCED")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,os.caption,"Professional") &amp;lt;&amp;gt; 0 then&amp;nbsp; Call makefile("OSTYPE = PRO")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,os.caption,"Standard") &amp;lt;&amp;gt; 0 then Call makefile("OSTYPE = STANDARD")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,os.caption,"Enterprise") &amp;lt;&amp;gt; 0 then Call makefile("OSTYPE = ENTERPRISE")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,os.caption,"Web") &amp;lt;&amp;gt; 0 then Call makefile("OSTYPE = WEB")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If os.ServicePackMajorVersion &amp;lt;&amp;gt; "" then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call makefile("OSSP = " &amp;amp; os.ServicePackMajorVersion)&lt;BR&gt;&amp;nbsp;&amp;nbsp; Else&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call makefile("OSSP = NONE")&lt;BR&gt;&amp;nbsp;&amp;nbsp; End if&lt;BR&gt;Next&lt;/P&gt;
&lt;P&gt;' Obtain the enclosure type&lt;BR&gt;for each Enclosure in GetObject("winmgmts:").InstancesOf("Win32_SystemEnclosure")&lt;BR&gt;&amp;nbsp;&amp;nbsp; if join (Enclosure.Tag)&amp;lt;&amp;gt;"System Enclosure 1" then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CaseType = Enclosure.ChassisTypes(0)&lt;BR&gt;&amp;nbsp;&amp;nbsp; end if&lt;BR&gt;next&lt;BR&gt;Select case CaseType&lt;BR&gt;&amp;nbsp; Case "3", "4", "5", "6", "7", "15"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call makefile("CHASSIS = " &amp;amp; "DESKTOP")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;Case "8", "10", "12", "14", "18", "21"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call makefile("CHASSIS = " &amp;amp; "LAPTOP")&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Case "23"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call makefile("CHASSIS = " &amp;amp; "SERVER")&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Case ELSE&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call makefile("CHASSIS = " &amp;amp; "OTHER")&lt;BR&gt;End Select&lt;/P&gt;
&lt;P&gt;' Since there is no good way to identify a Tablet PC except by using an API call (GetSystemMetrics),&lt;BR&gt;' cheat and use a well-known registry location.&lt;BR&gt;Err.Clear&lt;BR&gt;ver = shell.RegRead("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Tablet PC\Ident")&lt;BR&gt;If Err then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' Not a tablet&lt;BR&gt;Else&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call makefile("OSTYPE = TABLET")&lt;BR&gt;End if&lt;/P&gt;
&lt;P&gt;' Obtain the HAL that is being used&lt;BR&gt;halID = shell.RegRead("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E966-E325-11CE-BFC1-08002BE10318}\0000\MatchingDeviceId")&lt;BR&gt;halName = shell.RegRead("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E966-E325-11CE-BFC1-08002BE10318}\0000\DriverDesc")&lt;BR&gt;'Wscript.Echo "HAL ID=" &amp;amp; halID&lt;BR&gt;'Wscript.Echo "HAL Name=" &amp;amp; halName&lt;BR&gt;Call makefile("HALID = " &amp;amp; halID)&lt;BR&gt;Call makefile("HALNAME = " &amp;amp; halName)&lt;/P&gt;
&lt;P&gt;' Obtain the manufacturer and model&lt;BR&gt;For each os in GetObject("winmgmts:").InstancesOf("Win32_ComputerSystem")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,os.Manufacturer," ") &amp;lt;&amp;gt; 0 then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Manu=Left(os.Manufacturer,(instr(1,os.Manufacturer," "))-1)&lt;BR&gt;&amp;nbsp;&amp;nbsp; else&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Manu=os.manufacturer&lt;BR&gt;&amp;nbsp;&amp;nbsp; end if&lt;BR&gt;&amp;nbsp;&amp;nbsp; Call makefile("MANUFACTURER = "&amp;amp;manu)&lt;BR&gt;&amp;nbsp;&amp;nbsp; Call makefile("MODEL = "&amp;amp;os.model)&lt;BR&gt;Next&lt;/P&gt;
&lt;P&gt;' Get the CD/DVD information&lt;BR&gt;x = 0&lt;BR&gt;CD = false&lt;BR&gt;DVD = false&lt;BR&gt;For each os in GetObject("winmgmts:").InstancesOf("Win32_CDROMDrive")&lt;BR&gt;&amp;nbsp;&amp;nbsp; x = x + 1&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,UCASE(os.name),"RW") &amp;lt;&amp;gt; 0 then Call makefile("CDROM-RW")&lt;BR&gt;&amp;nbsp;&amp;nbsp; If Instr(1,UCASE(os.name),"DVD") &amp;lt;&amp;gt; 0 then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DVD = true&lt;BR&gt;&amp;nbsp;&amp;nbsp; ElseIf instr(1,UCASE(os.name),"DV")&amp;lt;&amp;gt;0 then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DVD = true&lt;BR&gt;&amp;nbsp;&amp;nbsp; ElseIf instr(1,UCASE(os.name),"CD")&amp;lt;&amp;gt;0 then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CD = true&lt;BR&gt;&amp;nbsp;&amp;nbsp; End If&lt;BR&gt;Next&lt;BR&gt;If DVD then&lt;BR&gt;&amp;nbsp;&amp;nbsp; Call makefile("CDROM = DVD")&lt;BR&gt;ElseIf CD then&lt;BR&gt;&amp;nbsp;&amp;nbsp; Call makefile("CDROM = CD")&lt;BR&gt;Else&lt;BR&gt;&amp;nbsp;&amp;nbsp; Call makefile("CDROM = NONE")&lt;BR&gt;End if&lt;/P&gt;
&lt;P&gt;' Get the BIOS information&lt;BR&gt;For each os in GetObject("winmgmts:").InstancesOf("Win32_BIOS")&lt;BR&gt;&amp;nbsp;&amp;nbsp; Call makefile("BIOS = "&amp;amp;os.SMBIOSBIOSVERSION)&lt;BR&gt;Next&lt;/P&gt;
&lt;P&gt;' Get the video information&lt;BR&gt;For each os in GetObject("winmgmts:").InstancesOf("Win32_VideoController")&lt;BR&gt;&amp;nbsp;&amp;nbsp; Call makefile("VIDEO = "&amp;amp;os.name)&lt;BR&gt;next&lt;/P&gt;
&lt;P&gt;' Get the audio information&lt;BR&gt;For each os in GetObject("winmgmts:").InstancesOf("Win32_SoundDevice")&lt;BR&gt;&amp;nbsp;&amp;nbsp; Call makefile("Audio = "&amp;amp;os.name)&lt;BR&gt;Next&lt;/P&gt;
&lt;P&gt;' Display output&lt;BR&gt;shell.popup sOutput&lt;/P&gt;
&lt;P&gt;'create a file called sysinfo.txt&lt;BR&gt;call CreateFile&lt;/P&gt;
&lt;P&gt;Sub Makefile (filename)&lt;BR&gt;&amp;nbsp;filename = Trim(filename)&amp;nbsp;' Strip whitespace&lt;BR&gt;&amp;nbsp;sOutput = sOutput &amp;amp; filename &amp;amp; vbcrlf&lt;BR&gt;End sub&lt;/P&gt;
&lt;P&gt;Sub CreateFile()&lt;BR&gt;&amp;nbsp;Set objFSO = CreateObject("Scripting.FileSystemObject") &lt;BR&gt;&amp;nbsp;Set objTextFile = objFSO.OpenTextFile("sysinfo.txt", 2, True) &lt;BR&gt;&amp;nbsp;objTextFile.WriteLine sOutput &lt;BR&gt;&amp;nbsp;objTextFile.Close &lt;BR&gt;End Sub&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;A simple&amp;nbsp;alternative to this script - if you just want to find make and model information - is to follow the process identified by my&amp;nbsp;MCS&amp;nbsp;colleague &lt;A class="" title=Ben href="http://blogs.technet.com/benhunter" target=_blank mce_href="http://blogs.technet.com/benhunter"&gt;Ben&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 6pt 0cm 3pt 47.35pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1"&gt;&lt;SPAN lang=EN-NZ style="mso-ansi-language: EN-NZ; mso-fareast-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-NZ style="mso-ansi-language: EN-NZ"&gt;Open a &lt;B&gt;Command Prompt&lt;/B&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 6pt 0cm 3pt 47.35pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1"&gt;&lt;SPAN lang=EN-NZ style="mso-ansi-language: EN-NZ; mso-fareast-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;2.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-NZ style="mso-ansi-language: EN-NZ"&gt;Type &lt;B&gt;WMIC&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 6pt 0cm 3pt 47.35pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1"&gt;&lt;SPAN lang=EN-NZ style="mso-ansi-language: EN-NZ; mso-fareast-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;3.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-NZ style="mso-ansi-language: EN-NZ"&gt;To determine the Make, type &lt;B&gt;CSProduct Get Vendor&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph style="MARGIN: 6pt 0cm 3pt 47.35pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1"&gt;&lt;SPAN lang=EN-NZ style="mso-ansi-language: EN-NZ; mso-fareast-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;4.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-NZ style="mso-ansi-language: EN-NZ"&gt;To determine the Model, type &lt;B&gt;CSProduct Get Name&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Ben also has an excellent article on how to use specific WMI&amp;nbsp;information in rules to perform different tasks based on hardware types.&amp;nbsp;You can find his blog entry&amp;nbsp;&lt;A class="" title=here href="http://blogs.technet.com/benhunter/archive/2007/05/20/bdd-2007-tips-and-tricks-identifying-hardware-types.aspx" target=_blank mce_href="http://blogs.technet.com/benhunter/archive/2007/05/20/bdd-2007-tips-and-tricks-identifying-hardware-types.aspx"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1672072" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/BDD2007/default.aspx">BDD2007</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/BDD2.5/default.aspx">BDD2.5</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx">Build Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Scripting/default.aspx">Scripting</category></item><item><title>Windows Vista Deployment Planning - Part 1</title><link>http://blogs.technet.com/richardsmith/archive/2007/07/23/windows-vista-deployment-planning-part-1.aspx</link><pubDate>Mon, 23 Jul 2007 02:30:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1583897</guid><dc:creator>ricsmith</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/1583897.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=1583897</wfw:commentRss><description>&lt;P&gt;As promises - I will start to deep dive into the areas that I consider when working with clients on Windows Vista deployment projects...in &lt;A id=bp___ctl00___RecentPosts___postlist___EntryItems_ctl02_PostTitle href="http://blogs.technet.com/richardsmith/archive/2007/07/05/client-build-and-deployment-process.aspx"&gt;&lt;FONT color=#003399&gt;Windows Vista Client Build and Deployment Process&lt;/FONT&gt;&lt;/A&gt;, I presented the diagram used when scoping deployment projects, so in this post I'll start discussing the process in more detail - starting with the Infrastructure Prerequisites section and the sub sections associated with this section. For each subsection I have&amp;nbsp;listed the issues that you may want to consider and some details of requirements.&lt;/P&gt;
&lt;P&gt;The Infrastructure Prerequisites section breaks down as follows:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=5&gt;&amp;nbsp;&lt;IMG title="Infrastructure Prerequesites" style="WIDTH: 649px; HEIGHT: 169px" height=174 alt="Infrastructure Prerequesites" src="http://richard-x-smith.co.uk/download/blogpics/process1.jpg" width=595 align=baseline mce_src="http://richard-x-smith.co.uk/download/blogpics/process1.jpg"&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=5&gt;Imaging and Deployment&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;For a production level imaging and deployment design, there are a number of factors:&lt;/P&gt;
&lt;UL style="MARGIN-TOP: 0cm" type=disc&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify; mso-list: l3 level1 lfo4"&gt;Whether to re-use and integrate existing client deployment infrastructure components. 
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify; mso-list: l3 level1 lfo4"&gt;Whether to introduce new technologies introduced by Windows Vista, e.g. BDD 2007, ImageX and Windows System Image Manager. 
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify; mso-list: l3 level1 lfo4"&gt;What issues, if any, there are with the current imaging and deployment methodology. 
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify; mso-list: l3 level1 lfo4"&gt;New requirements.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify"&gt;Dependent on the results of the above, infrastructure additions could include the following items:&lt;/P&gt;
&lt;UL style="MARGIN-TOP: 0cm" type=disc&gt;
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify; mso-list: l3 level1 lfo4"&gt;System Management Server (SMS) 2005 SP3 plus the Operating System Deployment Feature Pack Update to allow for OS upgrades as well as bare metal installation (also known as ‘Zero Touch’). 
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify; mso-list: l3 level1 lfo4"&gt;Business Desktop Deployment (BDD) 2007 and the Windows Automated Installation Kit (AIK) which includes tools such as ImageX, Windows System Image Manager, Package Manager and PE Image Manager. 
&lt;LI class=MsoNormal style="MARGIN: 0cm 0cm 0pt 36pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify; mso-list: l3 level1 lfo4"&gt;Windows Deployment Services (WDS). An upgrade to Remote Installation Services (RIS), WDS allows for PXE enabled clients to launch Vista installation environments ‘over the wire’.&lt;/LI&gt;&lt;/UL&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify"&gt;Note that it may also be necessary to investigate a programmatic way of upgrading the BIOS on existing machines in order to take advantage of the Windows Vista BitLocker feature.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: justify" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H6&gt;&lt;STRONG&gt;&lt;FONT size=5&gt;&lt;FONT color=#333333&gt;&lt;SPAN style="mso-bookmark: _toc161049669"&gt;&lt;SPAN style="mso-bookmark: _toc162853775"&gt;&lt;SPAN style="mso-bookmark: _toc150829279"&gt;Windows Server 2003 Active Directory&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bookmark: _toc150829279"&gt; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H6&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;Although Windows Vista will deploy to machines in legacy Windows NT4.0 domains and users that are currently deployed in both Windows NT 4.0 and Active Directory,&lt;SPAN style="COLOR: #1f497d"&gt; &lt;/SPAN&gt;this is not a scenario that Windows Vista has been designed for or tested in. There are major improvements in manageability, performance and productivity if using Windows Server 2003 Active Directory and Exchange Server 2003/2007.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="mso-bookmark: _toc150829280"&gt;&lt;SPAN style="mso-bookmark: _ref155689552"&gt;&lt;SPAN style="mso-bookmark: _toc161049671"&gt;&lt;SPAN style="mso-bookmark: _toc162853776"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=5&gt;BitLocker Drive Encryption&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;This section discusses critical steps to take in the current infrastructure before deploying Windows Vista with BitLocker. These configuration changes are not absolute requirements to use BitLocker, but in larger organisations, they enhance the ease of recoverability and better support users on computers running BitLocker.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;FONT color=#333333&gt;&lt;SPAN style="mso-bookmark: _toc161049672"&gt;&lt;SPAN style="mso-bookmark: _toc162853777"&gt;Configuring Active Directory Domain Services&lt;/SPAN&gt;&lt;/SPAN&gt; For BitLocker&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;For recovery and support purposes, BitLocker can be configured to store recovery information in Active Directory. This configuration provides a centralised location for storing BitLocker recovery information so that help-desk support professionals can easily assist users whose computers are forced into recovery.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;To store BitLocker recovery information in Active Directory, the schema is extended to support additional attributes. The implementation of Active Directory needs to meet the following minimum requirements to use these schema extensions:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;All domain controllers in the domain must be running Microsoft Windows Server 2003 SP1 or later.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;The account that is updating the schema should be a member of the Schema Admins group.&lt;/P&gt;
&lt;P&gt;Note - If there are more than one Active Directory forests in the environment, there is a requirement to extend the schema in each forest that will host clients running BitLocker.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;BitLocker stores two pieces of recovery information in Active Directory – Recovery Password Information and the TPM Owner Information. BitLocker Password Recovery Information is stored as a sub-object of the Computer object in Active Directory Domain Services. That is, the computer object is the container for the BitLocker recovery object. More than one BitLocker recovery object can exist for each computer object, because more than one recovery password can be associated with a BitLocker-enabled volume. &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;Each BitLocker recovery object has a unique name and contains a globally unique identifier (GUID) and a recovery password on a BitLocker-enabled volume. There can be multiple attributes stored under the BitLocker recovery information object if more than one recovery password has been created for a computer. &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;In terms of the TPM Owner Information, only one TPM owner password exists for each computer, and a hash of the TPM ownership password is stored as an attribute of the computer object in Active Directory Domain Services. The TPM owner information is stored as a Unicode string through the common name.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;Table &lt;SPAN style="mso-no-proof: yes"&gt;1&lt;/SPAN&gt; and Table &lt;SPAN style="mso-no-proof: yes"&gt;2&lt;/SPAN&gt; below show the object and attributes that are created.&lt;/P&gt;
&lt;P class=NumHeading2 style="MARGIN: 12pt 0cm 6pt 39.7pt"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: auto auto auto 2.85pt; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 2.85pt 0cm 2.85pt; mso-border-top-alt: solid #999999 1.0pt; mso-border-bottom-alt: solid #999999 1.0pt" cellSpacing=0 cellPadding=0 border=1 unselectable="on" class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 0cm; WIDTH: 177.2pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1.5pt solid; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=236&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Item &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 0cm; WIDTH: 99.25pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1.5pt solid; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=132&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Type&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 0cm; WIDTH: 6cm; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1.5pt solid; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=227&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Common name&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 177.2pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=236&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;BitLocker recovery information &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 99.25pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=132&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Object &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 6cm; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=227&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;ms-FVE-RecoveryInformation &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 2"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 177.2pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=236&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Recovery password &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 99.25pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=132&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Attribute &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 6cm; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=227&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;ms-FVE-RecoveryPassword &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 3; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 177.2pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=236&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Recovery GUID &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 99.25pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=132&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Attribute &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 6cm; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=227&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;ms-FVE-RecoveryGuid &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;FONT face="Arial Narrow"&gt;&amp;nbsp;Table &lt;/FONT&gt;&lt;FONT face="Arial Narrow"&gt;&lt;SPAN style="mso-bookmark: _ref161040120"&gt;&lt;SPAN style="mso-no-proof: yes"&gt;1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bookmark: _ref161040120"&gt;&lt;/SPAN&gt; - &lt;SPAN style="mso-bidi-font-weight: bold"&gt;BitLocker Active Directory Domain Services Objects and Attributes&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=NumHeading2 style="MARGIN: 12pt 0cm 6pt 39.7pt"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: auto auto auto 2.85pt; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 2.85pt 0cm 2.85pt; mso-border-top-alt: solid #999999 1.0pt; mso-border-bottom-alt: solid #999999 1.0pt; mso-table-layout-alt: fixed" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="HEIGHT: 15.5pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-row-margin-right: .65pt"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 168.55pt; PADDING-TOP: 0cm; HEIGHT: 15.5pt; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=225&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Item&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 104.4pt; PADDING-TOP: 0cm; HEIGHT: 15.5pt; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=139&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Type&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 172.95pt; PADDING-TOP: 0cm; HEIGHT: 15.5pt; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=231 colSpan=2&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Common name&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 0cm; PADDING-LEFT: 0cm; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0; mso-cell-special: placeholder" width=1&gt;
&lt;P class=MsoNormal style="MARGIN: 6pt 0cm 3pt 11.35pt"&gt;&lt;FONT face="Arial Narrow" size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 0.9pt; mso-yfti-irow: 1"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 168.55pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; HEIGHT: 0.9pt; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=225&gt;&lt;FONT face="Arial Narrow" size=3&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 107.5pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; HEIGHT: 0.9pt; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=143 colSpan=2&gt;&lt;FONT face="Arial Narrow" size=3&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 170.5pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; HEIGHT: 0.9pt; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=227 colSpan=2&gt;&lt;FONT face="Arial Narrow" size=3&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="HEIGHT: 14.9pt; mso-yfti-irow: 2; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 168.55pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; HEIGHT: 14.9pt; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=225&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;TPM owner password—hash &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 107.5pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; HEIGHT: 14.9pt; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=143 colSpan=2&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Attribute &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 170.5pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; HEIGHT: 14.9pt; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=227 colSpan=2&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;ms-TPM-OwnerInformation&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR height=0&gt;
&lt;TD class="" style="BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; BORDER-TOP-COLOR: #f0f0f0; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" width=225&gt;&lt;FONT face="Arial Narrow" size=3&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; BORDER-TOP-COLOR: #f0f0f0; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" width=139&gt;&lt;FONT face="Arial Narrow" size=3&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; BORDER-TOP-COLOR: #f0f0f0; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" width=4&gt;&lt;FONT face="Arial Narrow" size=3&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; BORDER-TOP-COLOR: #f0f0f0; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" width=226&gt;&lt;FONT face="Arial Narrow" size=3&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; BORDER-TOP-COLOR: #f0f0f0; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" width=1&gt;&lt;FONT face="Arial Narrow" size=3&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;FONT face="Arial Narrow"&gt;&amp;nbsp;Table &lt;/FONT&gt;&lt;FONT face="Arial Narrow"&gt;&lt;SPAN style="mso-bookmark: _ref161040157"&gt;&lt;SPAN style="mso-no-proof: yes"&gt;2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bookmark: _ref161040157"&gt;&lt;/SPAN&gt; - TPM Active Directory Domain Services Attributes&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoCaption style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoCaption style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bookmark: _toc162853778"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=4&gt;Security Changes to Active Directory&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoCaption style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bookmark: _toc162853778"&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;In addition to the extending the Active Directory Domain Services schema, security attributes to the new objects and attributes should be assigned by using the AddWriteACEs.vbs script located in the BitLocker Active Directory Deployment Pack. The script adds three access control entries (ACEs) to the top-level domain object.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 11.35pt; LINE-HEIGHT: normal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumHeading2 style="MARGIN: 12pt 0cm 6pt 39.7pt"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: auto auto auto 2.85pt; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 2.85pt 0cm 2.85pt; mso-border-top-alt: solid #999999 1.0pt; mso-border-bottom-alt: solid #999999 1.0pt" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 0cm; WIDTH: 4cm; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1.5pt solid; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=151&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Common name&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 0cm; WIDTH: 61.9pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1.5pt solid; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=83 colSpan=2&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Type&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 0cm; WIDTH: 108.2pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1.5pt solid; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=144&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Group&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 0cm; WIDTH: 170.7pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1.5pt solid; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=228&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bidi-font-weight: normal"&gt;&lt;FONT size=3&gt;&lt;FONT face="Arial Narrow"&gt;Permission &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 128.25pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=171 colSpan=2&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;ms-TPM-OwnerInformation &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 47.05pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=63&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;Attribute &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 108.2pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=144&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;Authenticated Users &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 170.7pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=228&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;Write &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 2"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 128.25pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=171 colSpan=2&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;ms-FVE-RecoveryInformation &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 47.05pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=63&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;Object &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 108.2pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=144&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;Authenticated Users &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 170.7pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=228&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;Create—Child Objects &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 3; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 128.25pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=171 colSpan=2&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;ms-FVE-RecoveryInformation &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 47.05pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=63&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;Object &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 108.2pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=144&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;Authenticated Users &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 170.7pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=228&gt;
&lt;P class=TableHeading style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-bidi-font-weight: normal"&gt;&lt;FONT face="Arial Narrow"&gt;Write—All Properties &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR height=0&gt;
&lt;TD class="" style="BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; BORDER-TOP-COLOR: #f0f0f0; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" width=151&gt;&lt;FONT face="Arial Narrow"&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; BORDER-TOP-COLOR: #f0f0f0; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" width=20&gt;&lt;FONT face="Arial Narrow"&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; BORDER-TOP-COLOR: #f0f0f0; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" width=63&gt;&lt;FONT face="Arial Narrow"&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; BORDER-TOP-COLOR: #f0f0f0; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" width=144&gt;&lt;FONT face="Arial Narrow"&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; BORDER-TOP-COLOR: #f0f0f0; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" width=228&gt;&lt;FONT face="Arial Narrow"&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;FONT face="Arial Narrow"&gt;&amp;nbsp;Table &lt;SPAN style="mso-no-proof: yes"&gt;3&lt;/SPAN&gt; - BitLocker Active Directory Security&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;These permissions supplement the default permissions of the Active Directory computer object. If these permissions are not added, the computer will not be able to add the BitLocker recovery information to its computer object in Active Directory.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;To further secure BitLocker recovery information, the schema extensions take advantage of the confidential flag feature of Active Directory in Windows Server 2003 SP1 and later. On a domain controller running Windows Server 2003 SP1 and later, Active Directory automatically applies the confidential flag included in the schema updates so that only domain administrators or appropriately delegated individuals have read access to the attributes that contain BitLocker and TPM recovery information. No further configuration is required.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;For additional information, and a step-by-step guide to implementing and testing BitLocker schema changes, refer to the Active Directory for BitLocker and TPM Backup Setup Guide in the BitLocker Active Directory Deployment Kit.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="mso-bookmark: _toc150829281"&gt;&lt;SPAN style="mso-bookmark: _toc161049675"&gt;&lt;SPAN style="mso-bookmark: _toc162853779"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=5&gt;Wired &amp;amp; Wireless Group Policy&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;Wireless and wired clients running Windows Vista support enhancements that can be configured through Group Policy settings. To support these enhancements, the Active Directory schema must be extended. Computers running Windows Vista support the following enhancements to Group Policy-based configuration:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Wired LAN settings: Unlike Windows XP, Windows Vista now supports the configuration of IEEE 802.1X-authenticated wired connections through Group Policy.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Mixed security mode: It is now possible to configure several profiles with the same SSID with different security methods so that clients with different security capabilities can all connect to a same wireless network. &lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Allow and deny lists for wireless networks: It is now possible to configure a list of wireless networks to which the Windows Vista wireless client can connect and a list of wireless networks to which the Windows Vista wireless client cannot connect. &lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Extensibility: It is now possible to import profiles that have specific connectivity and security settings of wireless vendors, such as different EAP types.&lt;/P&gt;
&lt;P&gt;Table &lt;SPAN style="mso-no-proof: yes"&gt;4&lt;/SPAN&gt; outlines the schema attributes and attribute values that Active Directory uses for storing GUID and data relating to 802.11 wireless Group Policy.&lt;/P&gt;
&lt;P class=NumHeading2 style="MARGIN: 12pt 0cm 6pt 39.7pt"&gt;
&lt;TABLE class=MsoTableGrid style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: auto auto auto 2.85pt; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1056; mso-padding-alt: 0cm 2.85pt 0cm 2.85pt; mso-border-top-alt: solid #999999 1.0pt; mso-border-bottom-alt: solid #999999 1.0pt" cellSpacing=0 cellPadding=0 border=1 unselectable="on" class="MsoTableGrid"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: -1; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 0cm; WIDTH: 231.35pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1.5pt solid; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=308&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 1"&gt;&lt;B&gt;&lt;FONT face="Arial Narrow"&gt;Attribute&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 0cm; WIDTH: 222.85pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1.5pt solid; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=297&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 1"&gt;&lt;B&gt;&lt;FONT face="Arial Narrow"&gt;Attribute Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 0"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 231.35pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0; mso-border-top-alt: solid #999999 1.0pt" vAlign=top width=308&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;ms-net-ieee-80211-GP-PolicyGUID&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 222.85pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0; mso-border-top-alt: solid #999999 1.0pt" vAlign=top width=297&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;unique identifier for the wireless GP object&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 231.35pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=308&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 128"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;ms-net-ieee-80211-GP-PolicyData&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 222.85pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=297&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 128"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;stores the wireless policy settings&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 2; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 231.35pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=308&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;ms-net-ieee-80211-GP-PolicyReserved&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 222.85pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=297&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;reserved for future use&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;FONT face="Arial Narrow"&gt;&amp;nbsp;Table &lt;/FONT&gt;&lt;FONT face="Arial Narrow"&gt;&lt;SPAN style="mso-bookmark: _ref161040428"&gt;&lt;SPAN style="mso-no-proof: yes"&gt;4&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bookmark: _ref161040428"&gt;&lt;/SPAN&gt;: Wireless Group Policy Attributes and Values – 802.11&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;Table &lt;SPAN style="mso-no-proof: yes"&gt;5&lt;/SPAN&gt; outlines the schema attributes and attribute values that Active Directory uses for storing GUID and data relating to 802.3 wired Group Policy.&lt;/P&gt;
&lt;P class=NumHeading2 style="MARGIN: 12pt 0cm 6pt 39.7pt"&gt;
&lt;TABLE class=MsoTableGrid style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: auto auto auto 2.85pt; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1056; mso-padding-alt: 0cm 2.85pt 0cm 2.85pt; mso-border-top-alt: solid #999999 1.0pt; mso-border-bottom-alt: solid #999999 1.0pt" cellSpacing=0 cellPadding=0 border=1 unselectable="on" class="MsoTableGrid"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: -1; mso-yfti-firstrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 0cm; WIDTH: 231.35pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1.5pt solid; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=308&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 1"&gt;&lt;B&gt;&lt;FONT face="Arial Narrow"&gt;Attribute&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1.5pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BACKGROUND: #e6e6e6; PADDING-BOTTOM: 0cm; WIDTH: 222.85pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1.5pt solid; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=297&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 1"&gt;&lt;B&gt;&lt;FONT face="Arial Narrow"&gt;Attribute Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 0"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 231.35pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0; mso-border-top-alt: solid #999999 1.0pt" vAlign=top width=308&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;ms-net-ieee-8023-GP-PolicyGUID&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 222.85pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0; mso-border-top-alt: solid #999999 1.0pt" vAlign=top width=297&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;a unique identifier for the wired GP object&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 231.35pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=308&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 128"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;ms-net-ieee-8023-GP-PolicyData&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; BORDER-BOTTOM-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 222.85pt; BORDER-TOP-COLOR: #f0f0f0; PADDING-TOP: 0cm; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=297&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 128"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;stores the wired policy settings&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 2; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 231.35pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=308&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;ms-net-ieee-8023-GP-PolicyReserve&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="PADDING-RIGHT: 2.85pt; BORDER-TOP: #999999 1pt solid; PADDING-LEFT: 2.85pt; BORDER-LEFT-COLOR: #f0f0f0; PADDING-BOTTOM: 0cm; WIDTH: 222.85pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #999999 1pt solid; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #f0f0f0" vAlign=top width=297&gt;
&lt;P class=TableNormal16 style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;&lt;FONT face="Arial Narrow"&gt;reserved for future use&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;FONT face="Arial Narrow"&gt;&amp;nbsp;Table &lt;/FONT&gt;&lt;FONT face="Arial Narrow"&gt;&lt;SPAN style="mso-bookmark: _ref161040794"&gt;&lt;SPAN style="mso-no-proof: yes"&gt;5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bookmark: _ref161040794"&gt;&lt;/SPAN&gt;: Wired Group Policy Attributes and Values - 802.3&lt;/FONT&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="mso-bookmark: _toc150829282"&gt;&lt;SPAN style="mso-bookmark: _toc161049677"&gt;&lt;SPAN style="mso-bookmark: _toc162853780"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=5&gt;Extending the Active Directory Schema&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;Before extending the schema, the following should be understood:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Schema modifications are global. When the schema is extended, the changes apply to every domain controller in the entire forest.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Schema classes related to the system cannot be modified. Default system classes (those classes required for Windows to run) cannot be modified within the schema. However, directory-enabled applications that modify the schema may add new classes that you can modify.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Schema extensions are not reversible. Attributes or classes cannot be removed after creation. They can however be modified or deactivated. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Document changes. If the decision is made to extend the schema, be sure to document the changes.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;A simple way to avoid damaging or costly schema mistakes in a production forest is to first test the schema extensions in a test forest. By using a test environment, it is possible to identify any potential problems before they affect users in the production environment. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;After making schema changes in a test forest, it is possible to reinstall the default schema by demoting each domain controller in the test forest to which the schema changes have replicated. Then, the Active Directory Installation Wizard is used to reinstall Active Directory on the servers. This procedure is practical only in a test environment.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bookmark: _toc162853783"&gt;&lt;SPAN style="mso-bookmark: _toc161049681"&gt;&lt;SPAN style="mso-bookmark: _toc150829283"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=5&gt;Group Policy Co-Existence&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bookmark: _toc162853783"&gt;&lt;SPAN style="mso-bookmark: _toc161049681"&gt;&lt;SPAN style="mso-bookmark: _toc150829283"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bookmark: _toc162853783"&gt;&lt;SPAN style="mso-bookmark: _toc161049681"&gt;&lt;SPAN style="mso-bookmark: _toc150829283"&gt;Microsoft Windows&amp;nbsp;Vista and Windows&amp;nbsp;Server&amp;nbsp;2008 introduce a new format for displaying registry-based policy settings. Registry-based policy settings (located under the Administrative Templates category in the Group Policy Object Editor) are defined using a standards-based, XML file format known as ADMX files. These new files replace ADM files, which used their own mark-up language. The Group Policy tools, Group Policy Object Editor and Group Policy Management Console, remain largely unchanged. In the majority of situations, the presence of ADMX files during day-to-day Group Policy administration tasks will not be noticed.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bookmark: _toc162853783"&gt;&lt;SPAN style="mso-bookmark: _toc161049681"&gt;&lt;SPAN style="mso-bookmark: _toc150829283"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bookmark: _toc162853783"&gt;&lt;SPAN style="mso-bookmark: _toc161049681"&gt;&lt;SPAN style="mso-bookmark: _toc150829283"&gt;Unlike ADM files, ADMX files are not stored in individual GPOs. For domain-based enterprises, administrators can create a central store location of ADMX files that is accessible by anyone with permission to create or edit GPOs. Group Policy tools will continue to recognise custom ADM files you have in your existing environment, but will ignore any ADM file that has been superseded by ADMX files such as system.adm, inetres.adm, conf.adm, wmplayer.adm, and wuau.adm. Therefore, if any of the these files have been edited to modify existing or create new policy settings, the modified or new settings will not be read or displayed by the Windows&amp;nbsp;Vista based Group Policy tools.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bookmark: _toc162853783"&gt;&lt;SPAN style="mso-bookmark: _toc161049681"&gt;&lt;SPAN style="mso-bookmark: _toc150829283"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bookmark: _toc162853783"&gt;&lt;SPAN style="mso-bookmark: _toc161049681"&gt;&lt;SPAN style="mso-bookmark: _toc150829283"&gt;The Group Policy Object Editor automatically reads and displays Administrative Template policy settings from ADMX files that are stored either locally or in the optional ADMX central store. The Group Policy Object Editor will automatically read and display Administrative Template policy settings from custom ADM files stored in the GPO. You can still add or remove custom ADM files with the Add/Remove template menu option. All Group Policy settings currently in ADM files delivered by the Windows&amp;nbsp;Server&amp;nbsp;2003, Windows&amp;nbsp;XP, and Windows&amp;nbsp;2000 will also be available in Windows&amp;nbsp;Vista and Windows&amp;nbsp;Server 2008 ADMX files.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="mso-bookmark: _toc162853783"&gt;&lt;SPAN style="mso-bookmark: _toc161049681"&gt;&lt;SPAN style="mso-bookmark: _toc150829283"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;New Windows&amp;nbsp;Vista–based or Windows&amp;nbsp;Server&amp;nbsp;2008 based policy settings can be managed only from Windows&amp;nbsp;Vista based or Windows&amp;nbsp;Server 2008 based administrative machines running Group Policy Object Editor or Group Policy Management Console. Such policy settings are defined only in ADMX files and, as such, are not exposed on the Windows&amp;nbsp;Server&amp;nbsp;2003, Windows XP, or Windows&amp;nbsp;2000 versions of these tools. An Administrator will need to use the Group Policy Object Editor from a Windows&amp;nbsp;Vista based or Windows&amp;nbsp;Server&amp;nbsp;2008 based administrative machine to configure a new Windows&amp;nbsp;Vista Group Policy settings. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="mso-bookmark: _toc161049679"&gt;&lt;SPAN style="mso-bookmark: _toc162853782"&gt;&lt;FONT color=#333333&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;ADMX Files in a Current Environment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Group Policy Object Editor on Windows Server&amp;nbsp;2003, Windows&amp;nbsp;XP, or Windows&amp;nbsp;2000 machines will not display new Windows&amp;nbsp;Vista Administrative Template policy settings that may be enabled or disabled within a GPO.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;The reporting function of GPMC on Windows&amp;nbsp;Server&amp;nbsp;2003 and Microsoft&amp;nbsp;Windows&amp;nbsp;XP will display new Windows&amp;nbsp;Vista Administrative Template policy settings as extra registry settings.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;The Windows&amp;nbsp;Vista or Windows&amp;nbsp;Server&amp;nbsp;2008 versions of Group Policy Object Editor and Group Policy Management Console can be used to manage all operating systems that support Group Policy (Windows&amp;nbsp;Vista, Windows&amp;nbsp;Server 2008, Windows Server 2003, Windows XP, and Windows 2000).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Administrative Template policy settings that currently exist in ADM files from Windows Server 2003, Windows XP, and Windows 2000 can be configured from all operating systems that support Group Policy (Windows&amp;nbsp;Vista, Windows&amp;nbsp;Server 2008, Windows Server 2003, Windows XP, and Windows 2000).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 110%; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: arial; mso-ansi-language: en-gb; mso-fareast-language: ja; mso-bidi-language: ar-sa"&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;The Windows&amp;nbsp;Vista or Windows&amp;nbsp;Server 2008 versions of Group Policy Object Editor and Group Policy Management Console support interoperability with versions of these tools on Windows Server 2003, and Windows XP. For example, custom ADM files stored in GPOs will be consumed by Group Policy Object Editor and GPMC on Windows&amp;nbsp;Vista, Windows&amp;nbsp;Server 2008, Windows Server 2003, and Windows XP.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="mso-bookmark: _toc162853783"&gt;&lt;SPAN style="mso-bookmark: _toc161049681"&gt;&lt;SPAN style="mso-bookmark: _toc150829283"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=5&gt;Windows Vista Licensing&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="mso-bookmark: _toc162853783"&gt;&lt;SPAN style="mso-bookmark: _toc161049681"&gt;&lt;SPAN style="mso-bookmark: _toc150829283"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;There are a number of ways to licence Windows Vista in a production environment:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Original Equipment Manufacturer (OEM).&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Multiple Activation Key (MAK).&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: gray; FONT-FAMILY: 'Wingdings 2'; mso-fareast-font-family: 'Wingdings 2'; mso-bidi-font-family: 'Wingdings 2'"&gt;&lt;SPAN style="mso-list: ignore"&gt;¡&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Key Management Server (KMS).&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="mso-bookmark: _toc161049682"&gt;&lt;SPAN style="mso-bookmark: _toc162853784"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=4&gt;Multiple Activation Key (MAK)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="mso-bookmark: _toc161049682"&gt;&lt;SPAN style="mso-bookmark: _toc162853784"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;MAK&amp;nbsp;activation supports users whose computers are unable or rarely able to connect to the network. MAK activation behaves similarly to activation keys used by retail customers of Windows XP or Windows Server 2003, except that a single key is designed to support as many disconnected users as required (very large enterprises, however, may require or desire several MAK Keys). Like the earlier retail keys, computers must activate with a Microsoft server over the Internet or through a Microsoft call centre. Machines can be pre-activated by system administrators (using the Volume Activation Management Tool) or they can be set to activate automatically. Either pre-activation or automatic activation is required for computers that are heavily locked down, since manual activation requires a user to have administrative privileges. &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;Additional information on MAK can be found in the &lt;A href="http://www.microsoft.com/technet/windowsvista/plan/volact1.mspx"&gt;&lt;SPAN style="mso-bidi-font-weight: bold; mso-bidi-font-style: italic"&gt;&lt;FONT color=#0000ff&gt;Volume Activation 2.0 Step-By-Step Guide&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;FONT color=#333333&gt;&lt;SPAN style="mso-bookmark: _toc150829284"&gt;&lt;SPAN style="mso-bookmark: _toc161049683"&gt;&lt;SPAN style="mso-bookmark: _toc162853785"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;FONT color=#333333&gt;&lt;SPAN style="mso-bookmark: _toc150829284"&gt;&lt;SPAN style="mso-bookmark: _toc161049683"&gt;&lt;SPAN style="mso-bookmark: _toc162853785"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;FONT color=#333333&gt;&lt;SPAN style="mso-bookmark: _toc150829284"&gt;&lt;SPAN style="mso-bookmark: _toc161049683"&gt;&lt;SPAN style="mso-bookmark: _toc162853785"&gt;Key Management Server&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bookmark: _toc161049683"&gt;&lt;SPAN style="mso-bookmark: _toc162853785"&gt; (KMS)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Key Management Server (KMS) usage is targeted to managed environments where more than 25 physical computers regularly connect to the organisation’s network. Windows Vista computers activate themselves only after verifying that the required threshold of computers has been met. &lt;/P&gt;
&lt;P&gt;A KMS service has a minimum count of 25 Windows Vista physical machines or a count of 5 Windows Server&amp;nbsp;2008 physical machines before each operating system type can activate itself after contacting the KMS. &lt;/P&gt;
&lt;P&gt;Systems activated with KMS periodically renew their activations with the KMS machine. If they are unable to connect to a KMS machine for more than 180 days, they enter a 30-day grace period, after which they enter Reduced Functionality Mode (RFM) until a connection can be made with a KMS machine, or until a MAK is installed and the system is activated online or via telephone. This feature prevents systems that have been removed from the organisation from functioning indefinitely without adequate license coverage. Systems operating in virtual machine (VM) environments can be activated using KMS but do not contribute to the count of activated systems. &lt;/P&gt;
&lt;P&gt;Note - KMS clients that have not yet been activated will attempt to contact a KMS machine every two hours, by default. Once activated, they will attempt to renew their activation every seven days, by default.&lt;/P&gt;
&lt;P&gt;Advantages of KMS activation include automatic activation with little or no IT intervention, use of a single product key to activate and reactivate all systems, no Internet connection requirement (after the KMS machine has been activated), low network bandwidth use, and reporting made available through use of an available MOM pack. Drawbacks include the requirement to set up the KMS infrastructure and the potential manual effort that may be required if dynamic DNS is not available.&lt;/P&gt;
&lt;P&gt;KMS machines can automatically advertise their presence through the use of Domain Name System (DNS) service (SRV) resource records. Organisations using dynamic DNS will enjoy automatic registration and resolution of KMS machines with no administrative intervention. Microsoft DNS and Berkeley Internet Name Domain (BIND) Version&amp;nbsp;8.x and later support dynamic DNS and SRV resource records. &lt;/P&gt;
&lt;P&gt;Note - Some efficiency can still be achieved by using a single host name for manual KMS registration and then by using the round-robin capabilities of DNS to load balance two or more KMS machines from the same hostname.&lt;/P&gt;
&lt;P&gt;KMS can be installed on machines running Windows Vista, Windows Server 2003 (See Note) or on systems running Microsoft Windows Server 2008.&lt;/P&gt;
&lt;P&gt;Note - Microsoft will support KMS running natively under Windows Server 2003 by the end of 1H 2007.&lt;/P&gt;
&lt;P&gt;A KMS can scale to hundreds of thousands of KMS clients per server. Most organisations can operate just two KMS machines (for redundancy) for their entire infrastructure. Additional information on KMS can be found in the &lt;A href="http://www.microsoft.com/technet/windowsvista/plan/volact1.mspx"&gt;&lt;SPAN style="mso-bidi-font-weight: bold; mso-bidi-font-style: italic"&gt;&lt;FONT color=#0000ff&gt;Volume Activation 2.0 Step-By-Step Guide&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="mso-bookmark: _toc150829287"&gt;&lt;SPAN style="mso-bookmark: _toc161049685"&gt;&lt;SPAN style="mso-bookmark: _toc162853786"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=5&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="mso-bookmark: _toc150829287"&gt;&lt;SPAN style="mso-bookmark: _toc161049685"&gt;&lt;SPAN style="mso-bookmark: _toc162853786"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=5&gt;Migration Requirements&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;For the purposes of the user’s migration to Windows Vista it would necessary to provide a means to facilitate the transfer of user’s personal data from the ‘old machine’ or Operating System environment to the ‘new machine’ or Windows Vista (whilst understanding that old and new machines may be the same physical machine).&lt;/P&gt;
&lt;P&gt;One possible way of achieving this would be to provide a migration server(s) with sufficient disk storage to house user’s data temporarily. User’s data could be held on the server for a pre-defined period of time and then archived in readiness for the next Business Unit to be migrated. Microsoft’s User State Migration Tool (USMT) can be utilised to harvest user data and settings from machines prior to migration to Windows Vista and re-apply those user data and setting post installation. Additional information on USMT 3.0 can be found in the &lt;A href="http://technet2.microsoft.com/WindowsVista/en/library/91f62fc4-621f-4537-b311-1307df0105611033.mspx?mfr=true"&gt;&lt;FONT color=#0000ff&gt;User State Migration Tool Guide&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="mso-bookmark: _toc161049687"&gt;&lt;SPAN style="mso-bookmark: _toc162853787"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=5&gt;Management &amp;amp; Operations&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="COLOR: black; mso-themecolor: text1"&gt;You may wish to consider using System Center Operations Manager (MOM) 2007 to manage the Windows infrastructure components. Due for release in early 2007, System Center Operations Manager 2007 will provide desktop monitoring for Windows Vista with agentless exception monitoring, plus will supply a management pack for Windows Vista clients.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;FONT color=#333333&gt;&lt;SPAN style="mso-bookmark: _toc150829289"&gt;&lt;SPAN style="mso-bookmark: _toc161049688"&gt;&lt;SPAN style="mso-bookmark: _toc162853788"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;FONT color=#333333&gt;&lt;SPAN style="mso-bookmark: _toc150829289"&gt;&lt;SPAN style="mso-bookmark: _toc161049688"&gt;&lt;SPAN style="mso-bookmark: _toc162853788"&gt;Patching&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bookmark: _toc161049688"&gt;&lt;SPAN style="mso-bookmark: _toc162853788"&gt; and Updates&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: black; mso-themecolor: text1"&gt;Due to Software Update Service (SUS) becoming un-supported after 6&lt;SUP&gt;th&lt;/SUP&gt; December 2006, you should plan to migrate to Windows Server Update Services (WSUS) in the near term. To support Windows Vista, you should upgrade to WSUS 2.0 Service Pack 1 which will support both Release Candidate and Release to Manufacturer (RTM) versions or WSUS 3.0. WSUS 3.0 Beta 2 is currently available and delivers new features that enable administrators to more easily manage and deploy updates across the organisation. WSUS 3.0 Beta 2 benefits include a new MMC-based user interface with advanced filtering and reporting, improved performance and reliability, branch office optimisations and reporting rollup, and a Microsoft Operations Manager management pack. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="COLOR: black; mso-themecolor: text1"&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black; mso-themecolor: text1"&gt;If WSUS 3.0 is chosen for deployment then please note that Beta 2 does not support Windows Vista without an additional patch available from Microsoft. This patch will not work with post-RC builds or RTM. WSUS 3.0 RC will be the first release of WSUS3 that will support Windows Vista RTM. WSUS 3.0 is expected to RTM in 1H2007.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="COLOR: black; mso-themecolor: text1"&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bookmark: _toc150829290"&gt;&lt;SPAN style="mso-bookmark: _toc161049690"&gt;&lt;SPAN style="mso-bookmark: _toc162853789"&gt;&lt;STRONG&gt;&lt;FONT color=#333333 size=5&gt;Anti-Virus&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;Anti-Virus products must be Windows Vista compatible. Previous versions of anti-virus products designed for earlier versions of Windows will not function on Windows Vista. This requirement may also need to consider changes to anti-virus infrastructure such as update points and management servers to align with newer Windows Vista compatible versions.&lt;/P&gt;
&lt;H6&gt;&lt;STRONG&gt;&lt;FONT size=5&gt;&lt;FONT color=#333333&gt;&lt;SPAN style="mso-bookmark: _toc150829292"&gt;&lt;SPAN style="mso-bookmark: _toc161049692"&gt;&lt;SPAN style="mso-bookmark: _toc162853790"&gt;Information Rights Management&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H6&gt;
&lt;P&gt;Although not directly related to either Windows Vista or Office 2007, you may like to consider the implementation of Microsoft Windows Information Rights Management Services (IRM) for Windows Server 2003. IRM is information protection technology that works with IRM-enabled applications such as Office 2007 and browsers such as Internet Explorer 7.0 to help safeguard digital information from unauthorised use - both online and offline, inside and outside of the firewall.&lt;/P&gt;
&lt;P&gt;IRM could augment corporate security strategy by protecting information through persistent usage policies, which remain with the information, no matter where it goes. a company could use IRM to help prevent sensitive information, such as financial reports, product specifications, customer data, and confidential e-mail messages, from intentionally or accidentally getting into the wrong hands.&lt;/P&gt;
&lt;P&gt;The manner in which you set up your infrastructure depends on the system requirements for the installation of IRM, as well as best practices for setting up your infrastructure. As a minimum, the basic server-side environment required to support IRM is a Windows Server 2003 Active Directory domain controller, a database server, e.g. SQL and an IRM server configured as a root certification server.&lt;/P&gt;
&lt;H6&gt;&lt;STRONG&gt;&lt;FONT size=5&gt;&lt;FONT color=#333333&gt;&lt;SPAN style="mso-bookmark: _toc753296"&gt;&lt;SPAN style="mso-bookmark: _toc161049694"&gt;&lt;SPAN style="mso-bookmark: _toc162853791"&gt;Network&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bookmark: _toc161049694"&gt;&lt;SPAN style="mso-bookmark: _toc162853791"&gt; Infrastructure&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H6&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;The network infrastructure must be adequate to support the deployment of the client and the ongoing packaged software distribution. &lt;SPAN style="COLOR: black; mso-themecolor: text1"&gt;To support the deployment of the client, there may be a requirement to increase the bandwidth supplied. This may be due to an increased usage of the core applications, such as email and browser technology and/or automated software deployment requirements and build image replication.&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-themecolor: text2"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 11.35pt; LINE-HEIGHT: normal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 11.35pt; LINE-HEIGHT: normal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumHeading2 style="MARGIN: 12pt 0cm 6pt 39.7pt" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=NumHeading2 style="MARGIN: 12pt 0cm 6pt 39.7pt" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;A class="" title=_Toc162853774 name=_Toc162853774&gt;&lt;/A&gt;
&lt;P class=NumHeading2 style="MARGIN: 12pt 0cm 6pt 39.7pt; mso-list: none; tab-stops: 36.0pt"&gt;&lt;A class="" title=_Toc162853774 name=_Toc162853774&gt;&lt;/A&gt;&lt;A class="" title=_Toc161049667 name=_Toc161049667&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1583897" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/BDD2007/default.aspx">BDD2007</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Deployment+Process/default.aspx">Deployment Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx">Build Process</category></item><item><title>Multiple Partitions in BDD 2007</title><link>http://blogs.technet.com/richardsmith/archive/2007/07/22/multiple-partitions-in-bdd-2007.aspx</link><pubDate>Mon, 23 Jul 2007 00:37:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1583164</guid><dc:creator>ricsmith</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/1583164.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=1583164</wfw:commentRss><description>&lt;P&gt;Have had a couple of requests to cover creating multiple partitions using BDD 2007. By default BDD 2007 creates a single partition (C:) that then builds out with your required OS and applications via the task sequencer. The partition and format information is &lt;STRONG&gt;not&lt;/STRONG&gt; done by the unattend.xml file (WinPE section) as you might expect, but via ZTIDiskpart.wsf. This script uses ZTIDiskpart.txt to describe how the drive should be wiped, re-partitioned and formatted.&lt;/P&gt;
&lt;P&gt;The default ZTIDiskpart.txt use DiskPart commands and looks like this:&lt;/P&gt;&lt;STRONG&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;select disk 0&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;clean&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;create partition primary&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;assign letter=c:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;active&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;exit&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/STRONG&gt; 
&lt;P&gt;In the default settings, the first disk (disk 0) is selected and then cleaned (wiped). A primary partition is then created (using all available space) and assigned drive letter C: The partition is then set as active.&amp;nbsp;ZTIDiskpart.wsf takes care of formatting this single partiton.&lt;/P&gt;
&lt;P&gt;To have the ZTIDiskpart.wsf script apply different settings (in this case - create two partitons on the same disk)&amp;nbsp;then we can edit ZTIDiskpart.txt as follows: &lt;/P&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT color=#000000&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;select disk 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;clean&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;create partition primary size=20000&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;assign letter=c:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;active&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;create partition primary&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;assign letter=d:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;format FS=NTFS QUICK&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;exit&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT color=#000000&gt;In this example, the first disk is selected (disk 0) and cleaned as it was&amp;nbsp;in the default script.&amp;nbsp;A primary partition of 20GB is then created (specified in MBs) assigned letter C: and made active. A second partition is then created (by not specifying a size on this second entry, all&amp;nbsp;remaining available space is&amp;nbsp;used) and assigned letter D: This partition is then formatted with NTFS using the QUICK switch&amp;nbsp;(ZTIDiskpart.wsf will take care of formatting the C: drive, however it won't format the second partition, so we include a command for this in ZTIDiskpart.txt)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT color=#000000&gt;There is however a gotcha...The allocation of drive letters from within the Windows PE environment doesn't carry over to the installed operating system if you are trying to create partitons on different physical disks. When the operating system has finished installing, the disk letters can be out of sync.&amp;nbsp;To enable the ZTIDiskpart.wsf script to correctly add drive letters and create two partitions on different disks (usefull if using BDD 2007 to create server builds), use the &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ansi-language: EN-US"&gt;Select disk 0&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ansi-language: EN-US"&gt;Create partition primary&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ansi-language: EN-US"&gt;Assign letter=c:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ansi-language: EN-US"&gt;Active&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ansi-language: EN-US"&gt;Select disk 1&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ansi-language: EN-US"&gt;Create partition primary&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ansi-language: EN-US"&gt;Assign&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-ansi-language: EN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;B&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: #1f497d; mso-ansi-language: EN-US"&gt;Exit&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-NZ style="COLOR: #1f497d; mso-ansi-language: EN-NZ"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN lang=EN-NZ style="COLOR: #1f497d; mso-ansi-language: EN-NZ"&gt;&lt;FONT size=3&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT face=Arial color=#000000 size=2&gt;The key to this working is that no letter is assigned to the second partition (that will be created on the 2nd disk). When the operating system starts you will find that D: will be assigned to the second disk by the OS. &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-NZ style="COLOR: #1f497d; mso-ansi-language: EN-NZ"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN lang=EN-NZ style="COLOR: #1f497d; mso-ansi-language: EN-NZ"&gt;&lt;FONT size=3&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-NZ style="COLOR: #1f497d; mso-ansi-language: EN-NZ"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN lang=EN-NZ style="COLOR: #1f497d; mso-ansi-language: EN-NZ"&gt;&lt;FONT size=3&gt;&lt;SPAN lang=EN-US style="COLOR: #1f497d; mso-ansi-language: EN-US"&gt;&lt;FONT face=Arial color=#000000 size=2&gt;I am greatful (as ever) to &lt;A class="" title="Ben Hunter" href="http://blogs.technet.com/benhunter" target=_blank mce_href="http://blogs.technet.com/benhunter"&gt;Ben Hunter&lt;/A&gt;&amp;nbsp;and &lt;A class="" title="Michael Niehaus" href="http://blogs.technet.com/mniehaus/" mce_href="http://blogs.technet.com/mniehaus/"&gt;Michael Niehaus&lt;/A&gt; for&amp;nbsp;their input and guidance&amp;nbsp;:-)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1583164" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/BDD2007/default.aspx">BDD2007</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Lite+Touch/default.aspx">Lite Touch</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx">Build Process</category></item><item><title>Windows Vista Client Build and Deployment Process</title><link>http://blogs.technet.com/richardsmith/archive/2007/07/05/client-build-and-deployment-process.aspx</link><pubDate>Thu, 05 Jul 2007 11:05:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1443329</guid><dc:creator>ricsmith</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/richardsmith/comments/1443329.aspx</comments><wfw:commentRss>http://blogs.technet.com/richardsmith/commentrss.aspx?PostID=1443329</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 6pt 0cm 3pt 11.35pt; TEXT-ALIGN: justify"&gt;I often get asked about the process&amp;nbsp;I go through when working with clients on deployment projects - I find that building a corporate client image that meets the needs and requirements of a large organisation follows a distinct process. All aspects of the client and deployment design including hardware compatibility, user experience, look and feel, locality support, language support, security testing, application testing image certification and final deployment are delivered as&amp;nbsp;elements within a&amp;nbsp;project.&amp;nbsp;&lt;SPAN style="mso-field-code: ' REF _Ref141686312 h  * MERGEFORMAT '"&gt;So i put together the&lt;/SPAN&gt;&amp;nbsp;diagram below that outlines the areas that I consider when working with clients on Windows Vista deployment projects.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 6pt 0cm 3pt 11.35pt; TEXT-ALIGN: justify"&gt;&lt;IMG title="Client design and deploy process" style="WIDTH: 595px; HEIGHT: 659px" height=659 alt="Client design and deploy process" src="http://www.richard-x-smith.co.uk/download/blogpics/process.jpg" width=595 align=baseline mce_src="http://www.richard-x-smith.co.uk/download/blogpics/process.jpg"&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 6pt 0cm 3pt 11.35pt; TEXT-ALIGN: justify" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 6pt 0cm 3pt 11.35pt; TEXT-ALIGN: justify"&gt;Over the coming weeks, i'll be discussing each section in more detail&amp;nbsp;with a hope that&amp;nbsp;this will help with your own deployment projects&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1443329" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/richardsmith/archive/tags/Deployment+Process/default.aspx">Deployment Process</category><category domain="http://blogs.technet.com/richardsmith/archive/tags/Build+Process/default.aspx">Build Process</category></item></channel></rss>