<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">MWeber&amp;#39;s Blog</title><subtitle type="html">MVP - Directory Services
Awarded in the years
2012
2011
2010
2009
2008</subtitle><id>http://msmvps.com/blogs/mweber/atom.aspx</id><link rel="alternate" type="text/html" href="http://msmvps.com/blogs/mweber/default.aspx" /><link rel="self" type="application/atom+xml" href="http://msmvps.com/blogs/mweber/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.40407.4157">Community Server</generator><updated>2010-02-06T05:54:00Z</updated><entry><title>Upgrading an Active Directory Domain from Windows Server 2003 or Windows Server 2003 R2 to Windows Server 2012</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2012/07/30/upgrading-an-active-directory-domain-from-windows-server-2003-or-windows-server-2003-r2-to-windows-server-2012.aspx" /><id>/blogs/mweber/archive/2012/07/30/upgrading-an-active-directory-domain-from-windows-server-2003-or-windows-server-2003-r2-to-windows-server-2012.aspx</id><published>2012-07-30T09:11:00Z</published><updated>2012-07-30T09:11:00Z</updated><content type="html">&lt;p&gt;!!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOUR DOMAIN/DATA/MACHINE!!! &lt;/p&gt;
&lt;p&gt;A new OS Domain Controller installation should &lt;b&gt;always&lt;/b&gt; start with the support tools, to check the Domain and Domain Controllers for errors that must be resolved before. The following command line tools and programs will help you to verify if some problems exist within your Domain and the Domain Controllers. &lt;/p&gt;
&lt;p&gt;Dcdiag /v /c /d /e /s:&lt;b&gt;DCName&lt;/b&gt; &amp;gt;c:\dcdiag.log [please replace &lt;b&gt;DCName&lt;/b&gt; with your Domain Controller name] &lt;/p&gt;
&lt;p&gt;Repadmin /showrepl &lt;b&gt;dc*&lt;/b&gt; /verbose /all /intersite &amp;gt;c:\repl.log [&amp;quot;&lt;b&gt;dc*&lt;/b&gt; is a place holder for the starting name of the DCs if they all begin the same (if more than one DC exists)] &lt;/p&gt;
&lt;p&gt;Dnslint /ad /s &amp;quot;DCipaddress&amp;quot; [use &lt;a href="http://support.microsoft.com/kb/321045"&gt;http://support.microsoft.com/kb/321045&lt;/a&gt; for download and instructions] &lt;/p&gt;
&lt;p&gt;ADREPLSTATUS: &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30005"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=30005&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;------------------------------------------- &lt;/p&gt;
&lt;p&gt;On the old server open DNS management console and check that you are running Active directory integrated zones, which is recommended also from Microsoft. &lt;/p&gt;
&lt;p&gt;------------------------------------------- &lt;/p&gt;
&lt;p&gt;The schema must be updated for the new OS Domain Controller, so even if the update is done automatically you may check it before. Therefore you can use the following command: &lt;/p&gt;
&lt;p&gt;&amp;quot;Dsquery * cn=schema,cn=configuration,&lt;b&gt;dc=domain,dc=local&lt;/b&gt; -scope base -attr objectVersion&amp;quot; without the quotes in a command prompt [please replace &amp;quot;&lt;b&gt;dc=domain,dc=local&amp;quot;&lt;/b&gt; with your Domain Name]. The output number is the Schema objectVersion: &lt;/p&gt;
&lt;p&gt;13 = Windows 2000 Server &lt;/p&gt;
&lt;p&gt;30 = Windows Server 2003 &lt;/p&gt;
&lt;p&gt;31 = Windows Server 2003 R2 &lt;/p&gt;
&lt;p&gt;44 = Windows Server 2008 &lt;/p&gt;
&lt;p&gt;47 = Windows Server 2008 R2 &lt;/p&gt;
&lt;p&gt;56 = Windows Server 2012 &lt;/p&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;If the first installed Domain Controller in the domain should be removed or replaced with another one, doesn&amp;#39;t matter if new or same OS version, assure that you export the recovery agents EFS certificate private key from the Domain Controller &lt;b&gt;BEFORE&lt;/b&gt; you demote/retire it. Details on how to do this are listed in (&lt;a href="http://support.microsoft.com/kb/241201"&gt;http://support.microsoft.com/kb/241201&lt;/a&gt;) and (&lt;a href="http://technet.microsoft.com/en-us/library/cc755157(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc755157(WS.10).aspx&lt;/a&gt;). If you don&amp;#39;t save it, you will not be able to encrypt data in case of problems. &lt;/p&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;I recommend installing the new machine as a member server in your existing domain before promoting to Domain Controller. Configure a fixed ip address and set the preferred DNS server to one existing DC/DNS server only. Do not change anything with IPv6, as also recommended from Microsoft in &lt;a href="http://technet.microsoft.com/en-us/magazine/2009.07.cableguy.aspx"&gt;http://technet.microsoft.com/en-us/magazine/2009.07.cableguy.aspx&lt;/a&gt; &lt;br /&gt;Do NOT use the new server as DNS server on the NIC until all DNS information is replicated from one existing DC/DNS. If you do it with other DNS servers on the NIC I often have seen that the SYSVOL and NETLOGON shares are not correct created. &lt;/p&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;To install a new OS Domain Controller running &lt;b&gt;adprep&lt;/b&gt; is required and it is located in the Windows server 2012 installation disk &lt;b&gt;&amp;hellip;\support\adprep&lt;/b&gt; folder. Here you can also find the schema files. You will realize that there is ONLY &lt;b&gt;adprep.exe&lt;/b&gt; and not &lt;b&gt;adprep32.exe&lt;/b&gt; anymore. This belongs to the reason that adprep process on earlier OS domains is done automatically during promotion to a Domain Controller. &lt;/p&gt;
&lt;p&gt;If you run &lt;b&gt;adprep.exe&lt;/b&gt; on &lt;b&gt;&lt;span style="text-decoration:underline;"&gt;32bit OS&lt;/span&gt;&lt;/b&gt; Domain Controllers you will see an error message: &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4024.clip_5F00_image002_5F00_1B1AB27D.jpg"&gt;&lt;img height="60" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2816.clip_5F00_image002_5F00_thumb_5F00_5933CD2E.jpg" alt="clip_image002" border="0" title="clip_image002" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;The minimum functional level must be at least Windows Server 2003, so &lt;b&gt;NO&lt;/b&gt; lower functional levels are allowed anymore. &lt;/p&gt;
&lt;p&gt;Please control that the Domain functional level is set to Windows Server 2003, in AD Domains and Trusts right click the &amp;quot;Domain Name&amp;quot;. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0143.clip_5F00_image003_5F00_624058AF.png"&gt;&lt;img height="129" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2146.clip_5F00_image003_5F00_thumb_5F00_7514DC59.png" alt="clip_image003" border="0" title="clip_image003" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also control that the Forest functional level is set to Windows Server 2003, in AD Domains and Trusts right click &amp;quot;Active Directory Domains and Trusts&amp;quot;. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4214.clip_5F00_image004_5F00_1EA8A78D.png"&gt;&lt;img height="127" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0447.clip_5F00_image004_5F00_thumb_5F00_5D9A2828.png" alt="clip_image004" border="0" title="clip_image004" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;If you run as known before &lt;b&gt;DCPROMO&lt;/b&gt; on a new Windows Server 2012 you will get an error message, as this is not longer the way to promote a DC. Now the promotion to Domain Controller is done via Server Manager. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4087.clip_5F00_image006_5F00_714711BC.jpg"&gt;&lt;img height="140" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0714.clip_5F00_image006_5F00_thumb_5F00_742C50A2.jpg" alt="clip_image006" border="0" title="clip_image006" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;Assure to use an account that is member of the Enterprise Admins and install the new Windows Server 2012 as Domain Member Server if not done already. Now start the Server Manager and choose &amp;quot;Add roles and features&amp;quot;, in &amp;quot;Before you begin&amp;quot; click next, in the &amp;quot;Installation Type&amp;quot; use &amp;quot;Role-based or feature-based installation&amp;quot; and click Next. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0268.clip_5F00_image008_5F00_64A93ED3.jpg"&gt;&lt;img height="95" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1373.clip_5F00_image008_5F00_thumb_5F00_30949F80.jpg" alt="clip_image008" border="0" title="clip_image008" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Choose the required Server and click Next. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8358.clip_5F00_image010_5F00_335A5473.jpg"&gt;&lt;img height="156" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1856.clip_5F00_image010_5F00_thumb_5F00_6C248873.jpg" alt="clip_image010" border="0" title="clip_image010" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now check the Active Directory Domain Services and in the upcoming window click the &amp;quot;Add features&amp;quot; button. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1447.clip_5F00_image012_5F00_2EB423EC.jpg"&gt;&lt;img height="165" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0638.clip_5F00_image012_5F00_thumb_5F00_671224F7.jpg" alt="clip_image012" border="0" title="clip_image012" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Choose Next and add additional features if required. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7043.clip_5F00_image014_5F00_1758F9AE.jpg"&gt;&lt;img height="127" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0167.clip_5F00_image014_5F00_thumb_5F00_3B31AB3B.jpg" alt="clip_image014" border="0" title="clip_image014" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click Next. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7713.clip_5F00_image016_5F00_3980DF67.jpg"&gt;&lt;img height="106" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8357.clip_5F00_image016_5F00_thumb_5F00_0112B88F.jpg" alt="clip_image016" border="0" title="clip_image016" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click Next and then choose Install. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5428.clip_5F00_image018_5F00_06812933.jpg"&gt;&lt;img height="165" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7041.clip_5F00_image018_5F00_thumb_5F00_37BFEDC6.jpg" alt="clip_image018" border="0" title="clip_image018" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6787.clip_5F00_image020_5F00_2F5C186F.jpg"&gt;&lt;img height="168" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6724.clip_5F00_image020_5F00_thumb_5F00_5D85EE5C.jpg" alt="clip_image020" border="0" title="clip_image020" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It may take some time, depending on the hardware. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1423.clip_5F00_image022_5F00_30FCBE76.jpg"&gt;&lt;img height="131" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2437.clip_5F00_image022_5F00_thumb_5F00_26E81D4B.jpg" alt="clip_image022" border="0" title="clip_image022" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If the installation is done be aware of the &amp;quot;Promote this server to a domain controller&amp;quot; option in the result pane. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0825.clip_5F00_image024_5F00_1E8447F4.jpg"&gt;&lt;img height="126" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3005.clip_5F00_image024_5F00_thumb_5F00_759932EA.jpg" alt="clip_image024" border="0" title="clip_image024" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Again a new window opens to configure the DC with all requirements. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3757.clip_5F00_image026_5F00_1B22B04C.jpg"&gt;&lt;img height="104" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5367.clip_5F00_image026_5F00_thumb_5F00_403FFAB8.jpg" alt="clip_image026" border="0" title="clip_image026" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here choose Select and provide the domain credentials or use the already shown account. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5340.clip_5F00_image027_5F00_3EFB61D9.png"&gt;&lt;img height="166" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7271.clip_5F00_image027_5F00_thumb_5F00_0282ED2F.png" alt="clip_image027" border="0" title="clip_image027" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Select the domain from the list and click OK. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3441.clip_5F00_image028_5F00_39E8FE5D.png"&gt;&lt;img height="82" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7610.clip_5F00_image028_5F00_thumb_5F00_0FB95075.png" alt="clip_image028" border="0" title="clip_image028" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click Next. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2604.clip_5F00_image030_5F00_270454E6.jpg"&gt;&lt;img height="114" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6740.clip_5F00_image030_5F00_thumb_5F00_7A0EF20A.jpg" alt="clip_image030" border="0" title="clip_image030" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Domain controller Options appear and here choose DNS and GC and fill in the DSRM Restore mode password. Also see the Information on top in the yellow line (here already shown as pop up in the left down corner) and then choose Next. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1033.clip_5F00_image032_5F00_43BDC9FB.jpg"&gt;&lt;img height="188" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8726.clip_5F00_image032_5F00_thumb_5F00_6802AE7D.jpg" alt="clip_image032" border="0" title="clip_image032" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this step the DNS delegation warning can be ignored, as the Domain Controller is for the already existing domain. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3022.clip_5F00_image034_5F00_143F3562.jpg"&gt;&lt;img height="136" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6840.clip_5F00_image034_5F00_thumb_5F00_42D53E44.jpg" alt="clip_image034" border="0" title="clip_image034" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Choose Next and either use the default or select a preferred DC to replicate from. Even IFM (Install from media) is possible at this step. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5822.clip_5F00_image036_5F00_3A7168ED.jpg"&gt;&lt;img height="106" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4375.clip_5F00_image036_5F00_thumb_5F00_65D589E7.jpg" alt="clip_image036" border="0" title="clip_image036" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Do &lt;b&gt;&lt;span style="text-decoration:underline;"&gt;NOT&lt;/span&gt;&lt;/b&gt; store the Active Directory database, log files, or SYSVOL on a data volume formatted with &lt;b&gt;Resilient File System (ReFS)&lt;/b&gt;, this is new with Windows Server 2012. Database, Log file and SYSVOL folder paths must be stored on NTFS data volumes in this window and then choose Next. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7776.clip_5F00_image038_5F00_245AD78E.jpg"&gt;&lt;img height="106" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1033.clip_5F00_image038_5F00_thumb_5F00_50975E72.jpg" alt="clip_image038" border="0" title="clip_image038" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Information about forest, schema and domain update is shown where you also choose Next. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3058.clip_5F00_image040_5F00_216572DB.jpg"&gt;&lt;img height="115" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1325.clip_5F00_image040_5F00_thumb_5F00_58CB8409.jpg" alt="clip_image040" border="0" title="clip_image040" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Review your settings, even possible to export as Windows PowerShell script for future use, and click Next. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1323.clip_5F00_image042_5F00_0C937A5B.jpg"&gt;&lt;img height="165" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0284.clip_5F00_image042_5F00_thumb_5F00_4248BFB5.jpg" alt="clip_image042" border="0" title="clip_image042" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Prerequisite checks will be done. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2100.clip_5F00_image044_5F00_4ED66CD1.jpg"&gt;&lt;img height="162" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3247.clip_5F00_image044_5F00_thumb_5F00_2D0A9440.jpg" alt="clip_image044" border="0" title="clip_image044" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Review the Check and click Install. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6710.clip_5F00_image046_5F00_6EC1C9CE.jpg"&gt;&lt;img height="176" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5078.clip_5F00_image046_5F00_thumb_5F00_7F794EAF.jpg" alt="clip_image046" border="0" title="clip_image046" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0245.clip_5F00_image048_5F00_08F20D26.jpg"&gt;&lt;img height="175" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6076.clip_5F00_image048_5F00_thumb_5F00_470B27D7.jpg" alt="clip_image048" border="0" title="clip_image048" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5344.clip_5F00_image050_5F00_3A9D04AE.jpg"&gt;&lt;img height="161" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3250.clip_5F00_image050_5F00_thumb_5F00_0A268038.jpg" alt="clip_image050" border="0" title="clip_image050" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Results are listed/shown. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7271.clip_5F00_image052_5F00_4F5ED761.jpg"&gt;&lt;img height="177" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6646.clip_5F00_image052_5F00_thumb_5F00_79EA9271.jpg" alt="clip_image052" border="0" title="clip_image052" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The server will automatically reboot after installation/promotion. &lt;/p&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;After adding a Windows Server 2012 Domain Controller to an existing domain you should also transfer the FSMO roles to the Domain Controller with the newest OS version. &lt;/p&gt;
&lt;p&gt;In this case 6 new security groups are created in the BUILTIN container in AD UC: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Access Control Assistance Operators &lt;/li&gt;
&lt;li&gt;Hyper-V Administrators &lt;/li&gt;
&lt;li&gt;RDS Endpoint Servers &lt;/li&gt;
&lt;li&gt;RDS Management Servers &lt;/li&gt;
&lt;li&gt;RDS Remote Access Servers &lt;/li&gt;
&lt;li&gt;Remote Management Users &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And 1 new security group in the Users container in AD UC: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Cloneable Domain Controllers &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;You can see in the event viewer (Directory service log) that the FSMO roles are transferred, EVENT ID 1458 with the source ActiveDirectory_DomainService for each FSMO role. &lt;/p&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;After the transfer from the PDCEmulator FSMO it is required to reconfigure the time service on the old and new PDCEmulator, so a recommended external time source is used: &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;quot;w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /reliable:yes /update&amp;quot; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;where &lt;b&gt;PEERS&lt;/b&gt; will be filled with the ip address or server name (time.windows.com) and on the OLD PDCEmulator run: &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;quot;w32tm /config /syncfromflags:domhier /reliable:no /update&amp;quot; &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;and stop/start the time service on the old one. All commands run in an elevated command prompt without the quotes. &lt;/p&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;If not done on earlier OS version upgrades &lt;b&gt;&lt;span style="text-decoration:underline;"&gt;ONLY&lt;/span&gt;&lt;/b&gt; the &lt;b&gt;adprep /domainprep /gpprep&lt;/b&gt;, to enable the RSOP planning mode, should be run manual as this is NOT involved in the automated process. &lt;/p&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;Reconfigure the DNS configuration on your NIC of the Windows Server 2012 machine, preferred DNS itself, secondary another Domain DNS server and as recommended from DNS BPA the loopback ip address(127.0.0.1) as 3&lt;sup&gt;rd&lt;/sup&gt; entry. &lt;/p&gt;
&lt;p&gt;-------------------------------------------- &lt;/p&gt;
&lt;p&gt;Related documents: &lt;/p&gt;
&lt;p&gt;Adprep in Windows Server 2012 &lt;a href="http://technet.microsoft.com/en-us/library/hh472161.aspx"&gt;http://technet.microsoft.com/en-us/library/hh472161.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;View and transfer from FSMO Roles &lt;a href="http://support.microsoft.com/kb/324801"&gt;http://support.microsoft.com/kb/324801&lt;/a&gt; this article still applies for Windows Server 2012. &lt;/p&gt;
&lt;p&gt;Time configuration in a domain &lt;a href="http://msmvps.com/blogs/mweber/archive/2010/06/27/time-configuration-in-a-windows-domain.aspx"&gt;http://msmvps.com/blogs/mweber/archive/2010/06/27/time-configuration-in-a-windows-domain.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;ReFS in Windows Server 2012 &lt;a href="http://blogs.msdn.com/b/b8/archive/2012/01/16/building-the-next-generation-file-system-for-windows-refs.aspx"&gt;http://blogs.msdn.com/b/b8/archive/2012/01/16/building-the-next-generation-file-system-for-windows-refs.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1813893" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Migration" scheme="http://msmvps.com/blogs/mweber/archive/tags/Migration/default.aspx" /><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /><category term="Windows Server 2003" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2003/default.aspx" /><category term="Windows Server 2012" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2012/default.aspx" /></entry><entry><title>Upgrading an Active Directory Domain from Windows Server 2008 or Windows Server 2008 R2 to Windows Server 2012</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2012/07/27/upgrading-an-active-directory-domain-from-windows-server-2008-or-windows-server-2008-r2-to-windows-server-2012.aspx" /><id>/blogs/mweber/archive/2012/07/27/upgrading-an-active-directory-domain-from-windows-server-2008-or-windows-server-2008-r2-to-windows-server-2012.aspx</id><published>2012-07-27T17:39:00Z</published><updated>2012-07-27T17:39:00Z</updated><content type="html">&lt;p&gt;!!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOUR DOMAIN/DATA/MACHINE!!!&lt;/p&gt;
&lt;p&gt;A new OS Domain Controller installation should always start with use from the support tools to check the Domain and Domain Controllers for errors that must be resolved before. The following command line tools and programs will help you to verify if some problems exist within your Domain and the Domain Controllers.&lt;/p&gt;
&lt;p&gt;Dcdiag /v /c /d /e /s:&lt;b&gt;DCName&lt;/b&gt; &amp;gt;c:\dcdiag.log [please replace &lt;b&gt;DCName&lt;/b&gt; with your Domain Controller name]&lt;/p&gt;
&lt;p&gt;Repadmin /showrepl &lt;b&gt;dc*&lt;/b&gt; /verbose /all /intersite &amp;gt;c:\repl.log [&amp;quot;&lt;b&gt;dc*&lt;/b&gt; is a place holder for the starting name of the DCs if they all begin the same (if more than one DC exists)]&lt;/p&gt;
&lt;p&gt;Dnslint /ad /s &amp;quot;DCipaddress&amp;quot; [use &lt;a href="http://support.microsoft.com/kb/321045"&gt;http://support.microsoft.com/kb/321045&lt;/a&gt; for download and instructions]&lt;/p&gt;
&lt;p&gt;ADREPLSTATUS: &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30005"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=30005&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;On the old server open DNS management console and check that you are running Active directory integrated zones, which is recommended also from Microsoft.&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;The Schema must be updated for the new OS Domain Controller, so even if the update is done automatically you may check it before. Therefore you can use the following command:&lt;/p&gt;
&lt;p&gt;&amp;quot;Dsquery * cn=schema,cn=configuration,dc=&lt;b&gt;domain&lt;/b&gt;,dc=&lt;b&gt;local&lt;/b&gt; -scope base -attr objectVersion&amp;quot; without the quotes in a command prompt [please replace &amp;ldquo;&lt;b&gt;dc=domain,dc=local&amp;rdquo;&lt;/b&gt; with your Domain Name]. The output number is the Schema objectVersion:&lt;/p&gt;
&lt;p&gt;13 = Windows 2000 Server&lt;/p&gt;
&lt;p&gt;30 = Windows Server 2003&lt;/p&gt;
&lt;p&gt;31 = Windows Server 2003 R2&lt;/p&gt;
&lt;p&gt;44 = Windows Server 2008&lt;/p&gt;
&lt;p&gt;47 = Windows Server 2008 R2&lt;/p&gt;
&lt;p&gt;56 = Windows Server 2012&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;If the first installed Domain Controller in the domain should be removed or replaced with another one, doesn&amp;rsquo;t matter if new or same OS version, assure that you export the recovery agents EFS certificate private key from the Domain Controller &lt;strong&gt;BEFORE&lt;/strong&gt; you demote/retire it. Details on how to do this are listed in (&lt;a href="http://support.microsoft.com/kb/241201"&gt;http://support.microsoft.com/kb/241201&lt;/a&gt;) and (&lt;a href="http://technet.microsoft.com/en-us/library/cc755157(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc755157(WS.10).aspx&lt;/a&gt;). If you don&amp;rsquo;t save it, you will not be able to encrypt data in case of problems.&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;I recommend installing the new machine as a member server in your existing domain before promoting to Domain Controller. Configure a fixed ip address and set the preferred DNS server to one existing DC/DNS server only. Do not change anything with IPv6, as also recommended from Microsoft in &lt;a href="http://technet.microsoft.com/en-us/magazine/2009.07.cableguy.aspx"&gt;http://technet.microsoft.com/en-us/magazine/2009.07.cableguy.aspx&lt;/a&gt; &lt;br /&gt;Do NOT use the new server as DNS server on the NIC until all DNS information is replicated from one existing DC/DNS. If you do it with other DNS servers on the NIC I often have seen that the SYSVOL and NETLOGON shares are not correct created.&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;As this article applies in most steps to Windows Server 2008 32bit/64bit and Windows Server 2008 R2, I&amp;rsquo;ll start with the difference on Windows Server 2008 32bit preparation.&lt;/p&gt;
&lt;p&gt;To install a new OS Domain Controller &lt;b&gt;adprep&lt;/b&gt; is required and located in the Windows server 2012 installation disk &lt;b&gt;&amp;hellip;\support\adprep&lt;/b&gt; folder. Here you can also find the schema files. You will realize that there is &lt;b&gt;&lt;span style="text-decoration:underline;"&gt;ONLY&lt;/span&gt;&lt;/b&gt; &lt;b&gt;adprep.exe&lt;/b&gt; and not &lt;b&gt;adprep32.exe&lt;/b&gt; anymore. This belongs to the reason that adprep process on earlier OS domains is done automatically during promotion to DC.&lt;/p&gt;
&lt;p&gt;If you run &lt;b&gt;adprep.exe&lt;/b&gt; on the &lt;b&gt;&lt;span style="text-decoration:underline;"&gt;32bit OS&lt;/span&gt;&lt;/b&gt; Domain Controller you will see an error message:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8078.clip_5F00_image002_5F00_2EEE85E0.jpg"&gt;&lt;img height="123" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1588.clip_5F00_image002_5F00_thumb_5F00_01F92305.jpg" alt="clip_image002" border="0" title="clip_image002" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So on Windows Server 2008 32bit you have to prepare the forest/domain with the new way remote from Windows Server 2012.&lt;/p&gt;
&lt;p&gt;With the 64bit version from adprep you can still work on Windows Server 2008 64bit and Windows Server 2008 R2 DCs for the Schema update.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6811.clip_5F00_image004_5F00_52C7376D.jpg"&gt;&lt;img height="123" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8311.clip_5F00_image004_5F00_thumb_5F00_1EB2981A.jpg" alt="clip_image004" border="0" title="clip_image004" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So both options are possible, from the command line on Windows Server 2008 R2 or during promotion process from the Windows Server 2012.&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;The minimum functional level must be at least Windows Server 2003, so &lt;strong&gt;NO&lt;/strong&gt; lower functional levels are allowed anymore.&lt;/p&gt;
&lt;p&gt;Please control that the Domain functional level is set to Windows Server 2003, in AD Domains and Trusts right click the &amp;quot;Domain Name&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8688.clip_5F00_image006_5F00_3669CF80.jpg"&gt;&lt;img height="165" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0602.clip_5F00_image006_5F00_thumb_5F00_54D41069.jpg" alt="clip_image006" border="0" title="clip_image006" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also control that the Forest functional level is set to Windows Server 2003, in AD Domains and Trusts right click &amp;ldquo;Active Directory Domains and Trusts&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8156.clip_5F00_image008_5F00_3E9DF517.jpg"&gt;&lt;img height="166" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6445.clip_5F00_image008_5F00_thumb_5F00_03D64C41.jpg" alt="clip_image008" border="0" title="clip_image008" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;If you run as known before &lt;b&gt;DCPROMO&lt;/b&gt; on a new Windows Server 2012 you will get an error message as this is not longer the way to promote a DC. Now the promotion to Domain Controller is done via Server Manager.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2112.clip_5F00_image010_5F00_178335D5.jpg"&gt;&lt;img height="143" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6763.clip_5F00_image010_5F00_thumb_5F00_190451E9.jpg" alt="clip_image010" border="0" title="clip_image010" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;In this article I will focus on the new remote way with using the Windows Server 2012, as this is much more error free and comfortable to use.&lt;/p&gt;
&lt;p&gt;Assure to use an account that is member of the Enterprise Admins and install the new Windows Server 2012 as Domain Member Server if not done already. Now start the Server Manager and choose &amp;ldquo;Add roles and features&amp;rdquo;, in &amp;ldquo;Before you begin&amp;rdquo; click next, in the &amp;ldquo;Installation Type&amp;rdquo; use &amp;ldquo;Role-based or feature-based installation&amp;rdquo; and click Next. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0435.clip_5F00_image012_5F00_2591FF05.jpg"&gt;&lt;img height="88" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7318.clip_5F00_image012_5F00_thumb_5F00_3CDD0376.jpg" alt="clip_image012" border="0" title="clip_image012" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Choose the required Server and click Next&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6644.clip_5F00_image014_5F00_5B47445F.jpg"&gt;&lt;img height="156" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5504.clip_5F00_image014_5F00_thumb_5F00_46754BDF.jpg" alt="clip_image014" border="0" title="clip_image014" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now check the Active Directory Domain Services and in the upcoming window click the &amp;ldquo;Add features&amp;rdquo; button.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2251.clip_5F00_image016_5F00_3E117688.jpg"&gt;&lt;img height="152" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1682.clip_5F00_image016_5F00_thumb_5F00_50E5FA32.jpg" alt="clip_image016" border="0" title="clip_image016" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Choose Next and add additional features if required.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4300.clip_5F00_image018_5F00_1A94D223.jpg"&gt;&lt;img height="159" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8053.clip_5F00_image018_5F00_thumb_5F00_1F970FD2.jpg" alt="clip_image018" border="0" title="clip_image018" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click Next.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4505.clip_5F00_image020_5F00_108030F8.jpg"&gt;&lt;img height="121" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1586.clip_5F00_image020_5F00_thumb_5F00_2A73F11A.jpg" alt="clip_image020" border="0" title="clip_image020" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click Next and then choose Install.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0777.clip_5F00_image022_5F00_5473EF42.jpg"&gt;&lt;img height="174" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1781.clip_5F00_image022_5F00_thumb_5F00_47999924.jpg" alt="clip_image022" border="0" title="clip_image022" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4073.clip_5F00_image024_5F00_11487115.jpg"&gt;&lt;img height="151" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3264.clip_5F00_image024_5F00_thumb_5F00_7CE2AB89.jpg" alt="clip_image024" border="0" title="clip_image024" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It may take some time, depending on the hardware.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5873.clip_5F00_image026_5F00_2D298040.jpg"&gt;&lt;img height="155" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1106.clip_5F00_image026_5F00_thumb_5F00_245977F4.jpg" alt="clip_image026" border="0" title="clip_image026" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If the installation is done be aware of the &amp;ldquo;Promote this server to a domain controller&amp;rdquo; option in the result pane&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8321.clip_5F00_image028_5F00_38066188.jpg"&gt;&lt;img height="156" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4062.clip_5F00_image028_5F00_thumb_5F00_6E940CCC.jpg" alt="clip_image028" border="0" title="clip_image028" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Again a new window opens to configure the DC with all requirements&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6746.clip_5F00_image030_5F00_1F471478.jpg"&gt;&lt;img height="110" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7587.clip_5F00_image030_5F00_thumb_5F00_43F82BEF.jpg" alt="clip_image030" border="0" title="clip_image030" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here choose Select and provide the domain credentials or use the already shown account. If you have the need using a smart card, then the server &lt;b&gt;MUST&lt;/b&gt; be joined to the domain &lt;b&gt;BEFORE&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5383.clip_5F00_image032_5F00_57A51583.jpg"&gt;&lt;img height="198" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2211.clip_5F00_image032_5F00_thumb_5F00_6EF019F4.jpg" alt="clip_image032" border="0" title="clip_image032" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Select the domain from the list and click OK.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3731.clip_5F00_image034_5F00_33BC3E29.jpg"&gt;&lt;img height="104" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2541.clip_5F00_image034_5F00_thumb_5F00_44543917.jpg" alt="clip_image034" border="0" title="clip_image034" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click Next.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1854.clip_5F00_image036_5F00_1A90BE24.jpg"&gt;&lt;img height="110" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8737.clip_5F00_image036_5F00_thumb_5F00_115482E3.jpg" alt="clip_image036" border="0" title="clip_image036" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Domain controller Options appear and here choose DNS and GC and fill in the DSRM Restore mode password. Then choose Next.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1665.clip_5F00_image038_5F00_047A2CC5.jpg"&gt;&lt;img height="106" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1106.clip_5F00_image038_5F00_thumb_5F00_62AE5433.jpg" alt="clip_image038" border="0" title="clip_image038" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this step the DNS delegation warning can be ignored, as the Domain Controller is for the already existing domain.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5861.clip_5F00_image040_5F00_2133A1DA.jpg"&gt;&lt;img height="149" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5126.clip_5F00_image040_5F00_thumb_5F00_582D8013.jpg" alt="clip_image040" border="0" title="clip_image040" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Choose Next and either use the default or select a preferred DC to replicate from. Even IFM (Install from media) is possible at this step.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6254.clip_5F00_image042_5F00_5D9BF0B7.jpg"&gt;&lt;img height="112" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2061.clip_5F00_image042_5F00_thumb_5F00_2D919F36.jpg" alt="clip_image042" border="0" title="clip_image042" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Do &lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;NOT&lt;/span&gt;&lt;/strong&gt; store the Active Directory database, log files, or SYSVOL on a data volume formatted with &lt;strong&gt;Resilient File System (ReFS)&lt;/strong&gt;, this is new with Windows Server 2012. Database, Log file and SYSVOL folder paths must be stored on NTFS data volumes in this window and then choose Next.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4174.clip_5F00_image044_5F00_01086F50.jpg"&gt;&lt;img height="102" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8168.clip_5F00_image044_5F00_thumb_5F00_581D5A46.jpg" alt="clip_image044" border="0" title="clip_image044" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Information about forest, schema and domain update is shown where you also choose Next.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6064.clip_5F00_image046_5F00_1DC1E465.jpg"&gt;&lt;img height="102" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2287.clip_5F00_image046_5F00_thumb_5F00_2DEDAC5E.jpg" alt="clip_image046" border="0" title="clip_image046" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Review your settings, even possible to export as Windows PowerShell script for future use and click Next.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1663.clip_5F00_image048_5F00_7AB172F4.jpg"&gt;&lt;img height="153" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0511.clip_5F00_image048_5F00_thumb_5F00_58E59A63.jpg" alt="clip_image048" border="0" title="clip_image048" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Prerequisite checks will be done.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1121.clip_5F00_image050_5F00_1E8A2482.jpg"&gt;&lt;img height="159" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3630.clip_5F00_image050_5F00_thumb_5F00_1CD958AE.jpg" alt="clip_image050" border="0" title="clip_image050" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Review the Check and click Install.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6646.clip_5F00_image052_5F00_6DA76D16.jpg"&gt;&lt;img height="161" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4428.clip_5F00_image052_5F00_thumb_5F00_3273914B.jpg" alt="clip_image052" border="0" title="clip_image052" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2388.clip_5F00_image054_5F00_18332827.jpg"&gt;&lt;img height="179" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4807.clip_5F00_image054_5F00_thumb_5F00_369D6910.jpg" alt="clip_image054" border="0" title="clip_image054" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Results are listed/shown&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4452.clip_5F00_image056_5F00_5573DCEE.jpg"&gt;&lt;img height="134" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0676.clip_5F00_image056_5F00_thumb_5F00_25698B6D.jpg" alt="clip_image056" border="0" title="clip_image056" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6724.clip_5F00_image058_5F00_722D5203.jpg"&gt;&lt;img height="159" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6663.clip_5F00_image058_5F00_thumb_5F00_102B5FF8.jpg" alt="clip_image058" border="0" title="clip_image058" style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The server automatically reboots after installation/promotion.&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;After adding a Windows Server 2012 Domain Controller to an existing domain you should also transfer the FSMO roles to the newest Domain Controller&lt;/p&gt;
&lt;p&gt;In this case 6 new security groups are created in the BUILTIN container in AD UC:&lt;/p&gt;
&lt;p&gt;- Access Control Assistance Operators&lt;/p&gt;
&lt;p&gt;- Hyper-V Administrators&lt;/p&gt;
&lt;p&gt;- RDS Endpoint Servers&lt;/p&gt;
&lt;p&gt;- RDS Management Servers&lt;/p&gt;
&lt;p&gt;- RDS Remote Access Servers&lt;/p&gt;
&lt;p&gt;- Remote Management Users &lt;/p&gt;
&lt;p&gt;And 1 new security group in the Users container in AD UC:&lt;/p&gt;
&lt;p&gt;- Cloneable Domain Controllers&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;You can see in the event viewer (Directory service log) that the FSMO roles are transferred, EVENT ID 1458 with the source ActiveDirectory_DomainService for each FSMO role.&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;After the transfer from the PDCEmulator FSMO it is required to reconfigure the time service on the old and new PDCEmulator, so a recommended external time source is used:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;quot;w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /reliable:yes /update&amp;rdquo;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;where PEERS will be filled with the ip address or server (time.windows.com) and on the OLD PDCEmulator run:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;quot;w32tm /config /syncfromflags:domhier /reliable:no /update&amp;rdquo;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;and stop/start the time service on the old one. All commands run in an elevated command prompt &lt;b&gt;without the quotes&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;If not done on earlier OS version upgrades run &lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;ONLY&lt;/span&gt;&lt;/strong&gt; the &lt;strong&gt;adprep /domainprep /gpprep&lt;/strong&gt;, to enable the RSOP planning mode, manual as this is NOT involved in the automated process.&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;Reconfigure the DNS configuration on your NIC of the Windows Server 2012 machine, preferred DNS itself, secondary another Domain DNS server and as recommended from DNS BPA the loopback ip address (127.0.0.1) as 3&lt;sup&gt;rd&lt;/sup&gt; entry.&lt;/p&gt;
&lt;p&gt;--------------------------------------------&lt;/p&gt;
&lt;p&gt;Related documents: &lt;/p&gt;
&lt;p&gt;Adprep in Windows Server 2012 &lt;a href="http://technet.microsoft.com/en-us/library/hh472161.aspx"&gt;http://technet.microsoft.com/en-us/library/hh472161.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;View and transfer from FSMO Roles &lt;a href="http://support.microsoft.com/kb/324801"&gt;http://support.microsoft.com/kb/324801&lt;/a&gt; this article still applies for Windows Server 2012. &lt;/p&gt;
&lt;p&gt;Time configuration in a domain &lt;a href="http://msmvps.com/blogs/mweber/archive/2010/06/27/time-configuration-in-a-windows-domain.aspx"&gt;http://msmvps.com/blogs/mweber/archive/2010/06/27/time-configuration-in-a-windows-domain.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;ReFS in Windows Server 2012 &lt;a href="http://blogs.msdn.com/b/b8/archive/2012/01/16/building-the-next-generation-file-system-for-windows-refs.aspx"&gt;http://blogs.msdn.com/b/b8/archive/2012/01/16/building-the-next-generation-file-system-for-windows-refs.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1813692" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Migration" scheme="http://msmvps.com/blogs/mweber/archive/tags/Migration/default.aspx" /><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /><category term="Windows Server 2008 R2" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008+R2/default.aspx" /><category term="Windows Server 2008" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008/default.aspx" /><category term="Windows Server 2012" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2012/default.aspx" /></entry><entry><title>Possible Error messages on Windows Server 2008 and Windows Server 2008 R2 Domain Controllers</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2011/02/07/possible-error-messages-on-windows-server-2008-and-windows-server-2008-r2-domain-controllers.aspx" /><id>/blogs/mweber/archive/2011/02/07/possible-error-messages-on-windows-server-2008-and-windows-server-2008-r2-domain-controllers.aspx</id><published>2011-02-07T23:47:00Z</published><updated>2011-02-07T23:47:00Z</updated><content type="html">&lt;p&gt;Until now I have seen multiple error messages that are shown on Domain Controllers with the new OS versions. For some of them exist already a Hotfix from Microsoft and some belong to configuration settings, that have to be done manual.&lt;/p&gt;
&lt;p&gt;Also the by default enabled built-in firewall requires additional configuration settings. Of course the firewall can be disabled but in case you are ordered to run them this maybe helps you. Some articles about the Windows Firewall within Domains you will find at the end of this article.&lt;/p&gt;
&lt;p&gt;So starting with the major Active Directory support tool &lt;strong&gt;DCDIAG&lt;/strong&gt;. The output can show the following error, especially on a fresh installed Domain Controller:&lt;/p&gt;
&lt;p&gt;-----------------------------------------------&lt;/p&gt;
&lt;p&gt;Starting test: Connectivity &lt;br /&gt;* Active Directory LDAP Services Check &lt;br /&gt;&lt;strong&gt;Message 0x621 not found&lt;/strong&gt;. &lt;br /&gt;Got error while checking LDAP and RPC connectivity. Please check your firewall settings. &lt;br /&gt;......................... &amp;lt;&lt;var&gt;DC Name&lt;/var&gt;&amp;gt; failed test Connectivity &lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:normal;"&gt;FIX: The connectivity test that is run by the Dcdiag.exe tool fails together with &lt;strong&gt;error code 0x621&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/978387" title="http://support.microsoft.com/kb/978387"&gt;http://support.microsoft.com/kb/978387&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-----------------------------------------------&lt;/p&gt;
&lt;p&gt;Also the test &lt;strong&gt;VerifyEnterpriseReferences&lt;/strong&gt; in the &lt;strong&gt;DCDIAG&lt;/strong&gt; output fails, if not complete removed Domain Controllers exist or they are not correct registered.&lt;/p&gt;
&lt;p&gt;Then the output always points to the highlighted Knowledge Base Article.&lt;/p&gt;
&lt;p&gt;Update for&amp;nbsp;the mentioned &lt;strong&gt;Knowledge Base Article: Q312862&lt;/strong&gt;&amp;nbsp;is &lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;DONE&lt;/span&gt;&lt;/strong&gt; on 14.03.2011 to contain also the replication technology DFS-R.&lt;/p&gt;
&lt;p&gt;You can use the TechNet article &amp;ldquo;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc794759(WS.10).aspx"&gt;Update the FRS or DFS Replication Member Object&lt;/a&gt;&amp;rdquo; to verify or change or remove the Value.&lt;/p&gt;
&lt;p&gt;Problem: Missing Expected Value &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Base Object: CN=NTSERVER,OU=Domain Controllers,DC=mw08,DC=loc &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Base Object Description: &amp;quot;DC Account Object&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value Object Attribute Name: frsComputerReferenceBL &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value Object Description: &amp;quot;SYSVOL FRS Member Object&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Recommended Action: See &lt;strong&gt;Knowledge Base Article: Q312862&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;tt&gt;&lt;span style="font-family:Tahoma;"&gt;failed test VerifyEnterpriseReferences &lt;/span&gt;&lt;/tt&gt;&lt;/p&gt;
&lt;p&gt;-----------------------------------------------&lt;/p&gt;
&lt;p&gt;Another shown message in the &lt;strong&gt;DCDIAG&lt;/strong&gt; output is:&lt;/p&gt;
&lt;p&gt;WIN32_OWN_PROCESS, expected value WIN32_SHARE_PROCESS&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Update 13.02.2011:&lt;/strong&gt;&lt;/span&gt; As explained more detailed in the &lt;a target="_blank" href="http://blogs.technet.com/b/askds/archive/2011/02/11/friday-mail-sack-the-year-3000-edition.aspx" title="Friday Mail Sack"&gt;Friday MailSack&lt;/a&gt; from &amp;quot;Ask the Dicectory Services Team&amp;quot; use the following option not always:&lt;/p&gt;
&lt;p&gt;This can be resolved with the following command in an elevated command prompt(RUNAS):&lt;/p&gt;
&lt;p&gt;sc config rpcss type= share&lt;/p&gt;
&lt;p&gt;You can run this command also against a remote located Domain Controller:&lt;/p&gt;
&lt;p&gt;sc &lt;a&gt;\\Servername&lt;/a&gt; config rpcss type= share&lt;/p&gt;
&lt;p&gt;Really important is, that you take care about the &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;space&lt;/span&gt;&lt;/strong&gt; between (&lt;strong&gt;type= share&lt;/strong&gt;)!!!&lt;/p&gt;
&lt;p&gt;-----------------------------------------------&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;Update 11.05.2011: &lt;/span&gt;&lt;/strong&gt;The KB Article 2512643&amp;nbsp;&amp;quot;&lt;a target="_blank" href="http://support.microsoft.com/kb/2512643" title="DCDIAG errors"&gt;DCDIAG.EXE /E or /A or /C expected errors&lt;/a&gt;&amp;quot; explains also some possible reason for here mentioned errors, so do not ignore them,&amp;nbsp;because of the KB article, just compare them carefully to be sure it is safe to ignore them.&lt;/p&gt;
&lt;p&gt;-----------------------------------------------&lt;/p&gt;
&lt;p&gt;Your Active Directory forest has multiple Domain Controllers that are located at different sites. Because of this you use some switches to reduce the discovery scope of &lt;strong&gt;DCDIAG&lt;/strong&gt; you realize that it takes a long time to run until the result is shown.&lt;/p&gt;
&lt;p&gt;FIX: &lt;a target="_blank" href="http://support.microsoft.com/kb/979294"&gt;The Dcdiag.exe tool takes a long time to run in Windows Server 2008 R2 and in Windows 7&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-----------------------------------------------&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DCDIAG&lt;/strong&gt; may show for the FRS, KCC and System Event log test the following error, when you run it against the Enterprise with &amp;ldquo;/e&amp;rdquo; from one Domain Controller:&lt;/p&gt;
&lt;p&gt;&amp;ldquo;&lt;strong&gt;0x6ba The RPC server is unavailable&lt;/strong&gt;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The by default enabled firewall in Windows Server 2008 or higher is the reason. You can either disable the firewall complete (maybe not allowed in your network) or configure the Windows Firewall with Advanced Security as shown here for &amp;ldquo;Remote Administration&amp;rdquo; (RPC):&lt;/p&gt;
&lt;p&gt;Open the console and choose the &amp;ldquo;Inbound Rules&amp;rdquo; and in the right pane scroll down to &amp;ldquo;Remote Administration&amp;rdquo; (RPC), which you set to enabled on the &amp;ldquo;General&amp;rdquo; tab&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4604.image_5F00_11A1960C.png"&gt;&lt;img height="72" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3580.image_5F00_thumb_5F00_4ED22506.png" alt="image" border="0" title="image" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Add on the &amp;ldquo;Scope&amp;rdquo; tab the local and remote ip addresses of the Domain Controllers in the forest/domain where you need to have access&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6082.image_5F00_4595E9C5.png"&gt;&lt;img height="244" width="186" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7522.image_5F00_thumb_5F00_2A7D1AB7.png" alt="image" border="0" title="image" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On the &amp;ldquo;Advanced&amp;rdquo; tab specify the profiles to that the rule will apply&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4762.image_5F00_2140DF76.png"&gt;&lt;img height="244" width="185" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5241.image_5F00_thumb_5F00_6A17517C.png" alt="image" border="0" title="image" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;allow the &amp;ldquo;Remote Administration&amp;rdquo; (RPC) in the firewall on the involved 2008 R2 DCs, the error is not shown&lt;/p&gt;
&lt;p&gt;-----------------------------------------------&lt;/p&gt;
&lt;p&gt;You use the command line tool &lt;strong&gt;DSGET&lt;/strong&gt; together with Windows Server 2008 R2 and Windows 7 you will have incorrect results if used together with the &lt;b&gt;&amp;ndash;memberof&lt;/b&gt; switch and together with the &lt;strong&gt;&amp;ndash;expand&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;You expect only the output from the Group Information but also the User Information is shown. This is corrected with the following &lt;a target="_blank" href="http://support.microsoft.com/kb/980254"&gt;Hotfix&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight:normal;"&gt;FIX: The &amp;quot;dsget user -memberof -expand&amp;quot; command returns incorrect results in Windows Server 2008 R2 and in Windows 7&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-----------------------------------------------&lt;/p&gt;
&lt;p&gt;After the installation of the DHCP Server Role on a Windows Server 2008 R2 you see in the Application event log &amp;ldquo;Event ID 8193&amp;rdquo; from Source &amp;ldquo;VSS&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0312.image_5F00_234DB872.png"&gt;&lt;img height="171" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1781.image_5F00_thumb_5F00_4B9CEAC6.png" alt="image" border="0" title="image" style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This belongs to a permission change, the &amp;ldquo;NT AUTHORITY\NETWORK SERVICE&amp;rdquo; Security Principal is removed, on the following registry key and all sub keys during the DHCP Server role installation:&lt;/p&gt;
&lt;p&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\VSS\Diag&lt;/p&gt;
&lt;p&gt;To resolve the error message you can use this &lt;a target="_blank" href="http://support.microsoft.com/kb/2298620"&gt;KB article&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;-----------------------------------------------&lt;/p&gt;
&lt;p&gt;Using a Firewall in a Domain environment&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/dd772723(WS.10).aspx"&gt;Active Directory and Active Directory Domain Services Port Requirements&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://support.microsoft.com/kb/179442/"&gt;How to configure a firewall for domains and trusts&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.microsoft.com/downloads/en/details.aspx?familyid=C2EF3846-43F0-4CAF-9767-A9166368434E&amp;amp;displaylang=en"&gt;Active Directory in Networks Segmented by Firewalls&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/bb727063.aspx"&gt;Active Directory Replication over Firewalls&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1787795" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /><category term="Windows Server 2008 R2" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008+R2/default.aspx" /><category term="Windows Server 2008" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008/default.aspx" /><category term="Firewall" scheme="http://msmvps.com/blogs/mweber/archive/tags/Firewall/default.aspx" /></entry><entry><title>Time configuration in a Windows Domain</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2010/06/27/time-configuration-in-a-windows-domain.aspx" /><id>/blogs/mweber/archive/2010/06/27/time-configuration-in-a-windows-domain.aspx</id><published>2010-06-27T11:22:00Z</published><updated>2010-06-27T11:22:00Z</updated><content type="html">&lt;p&gt;In a domain one of the most important settings is the time. It has to be as close as possible for all domain machines, which is realized with the setup of the hierarchy how the domain time is prepared.&lt;/p&gt;
&lt;p&gt;One important information to have is, that the Windows Time Service is NOT built to be a high accuracy NTP solution going down to 1-2 seconds. See &lt;a target="_blank" href="http://blogs.technet.com/b/askds/archive/2007/10/23/high-accuracy-w32time-requirements.aspx"&gt;High Accuracy W32time Requirements&lt;/a&gt; for details. If you have the need for high accurate time, you have to use a &amp;ldquo;Stratum One&amp;rdquo; device, which is capable of this. The support boundaries are listed &lt;a target="_blank" href="http://support.microsoft.com/kb/939322" title="Support boundary to configure the Windows Time service for high accuracy environments"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Also important to know is,&amp;nbsp;that Domain Controllers use with NTP&amp;nbsp;the UTC (Coordinated Universal Time), as this is&amp;nbsp;the universal standard for current time. UTC is independent of time zones and enables NTP to be used anywhere in the world regardless of time zone settings. You will not realize the UTC time itself, as the time zone information which&amp;nbsp;is stored in the computer&amp;#39;s registry, is added to the system time just before it is displayed to the user.&lt;/p&gt;
&lt;p&gt;One Domain Controller, the DC with the PDC Emulator FSMO &lt;span style="font-size:xx-small;"&gt;(Flexible Single Master Operations)&lt;/span&gt; role, is the time master in the domain. It uses it&amp;rsquo;s own BIOS time but should be changed to another time source like a NTP hardware device, routers, layer3 switches or external time servers, that are able to act as a time provider.&lt;/p&gt;
&lt;p&gt;All other Domain Controllers synchronize with this machine and all domain member servers and domain workstations synchronize with one available DC. Therefore it is needed to open the UDP port 123 for NTP on all machines. In a domain, time synchronization takes place when Windows Time Service turns on during system startup and periodically while the system is running.In the default configuration, the Net Logon service looks for a Domain Controller that can authenticate and synchronize time with the client. When a Domain Controller is found, the client sends a request for time and waits for a reply from the Domain Controller. This communication is an exchange of Network Time Protocol (NTP) packets intended to calculate the time offset and round-trip delay between the two computers.&lt;/p&gt;
&lt;p&gt;The correct time is needed from Kerberos V5 authentication to prevent &amp;quot;replay attacks,&amp;quot; Kerberos V5 uses time stamps as part of its protocol definition. For time stamps to work properly, the clocks of the client and the Domain Controller need to be in sync as much as possible. The default maximum time tolerance is 5 minutes and defined with a Group Policy setting and should not be changed.&lt;/p&gt;
&lt;p&gt;If you have the need for changing the default tolerance, you have to choose the following GPO setting:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Computer Configuration\Windows Settings\Security Settings\Account Policies\Kerberos Policy\ &amp;ldquo;Maximum tolerance for computer clock synchronization&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So far with the basics about the domain time.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s go on with some configurations on Windows Server 2003 or higher OS:&lt;/p&gt;
&lt;p&gt;- to configure the Domain Controller with the PDC Emulator FSMO to another time source, run:&lt;/p&gt;
&lt;p&gt;w32tm /config /manualpeerlist:&lt;strong&gt;PEERS&lt;/strong&gt; /syncfromflags:manual /reliable:yes /update&lt;/p&gt;
&lt;p&gt;Please set for &lt;strong&gt;PEERS&lt;/strong&gt; the time source as listed above, either with it&amp;rsquo;s ip address or DNS name. If more then one is needed separate them with a space in between and don&amp;#39;t forget the quotes: &amp;quot;&lt;em&gt;time.domain.com time1.domain.com&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Internet Time servers you can find here: &lt;a href="http://www.pool.ntp.org/" title="http://www.pool.ntp.org/"&gt;http://www.pool.ntp.org/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;--------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;- to configure a domain computer for automatic domain time synchronization, run:&lt;/p&gt;
&lt;p&gt;w32tm /config /syncfromflags:domhier /update &lt;/p&gt;
&lt;p&gt;After that you have to run: &lt;br /&gt;net stop w32time &lt;br /&gt;net start w32time&lt;/p&gt;
&lt;p&gt;--------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;- to reconfigure the previous PDC Emulator, in case of transferring/seizing the FSMO to another Domain Controller, run:&lt;/p&gt;
&lt;p&gt;w32tm /config /syncfromflags:domhier /reliable:no /update&lt;/p&gt;
&lt;p&gt;After that you have to run: &lt;br /&gt;net stop w32time &lt;br /&gt;net start w32time&lt;/p&gt;
&lt;p&gt;--------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;If you have to reconfigure a Windows 2000 Server Domain Controller, the steps are different after transferring/seizing the PDC Emulator role to another Domain Controller:&lt;/p&gt;
&lt;p&gt;- you have to modify the &amp;quot;Type&amp;quot; value to &amp;quot;Nt5Ds&amp;quot; without the quotes under this registry key: &lt;/p&gt;
&lt;p&gt;HKLM\ SYSTEM\ CurrentControlSet\ Services\ W32Time\ Parameters\&lt;/p&gt;
&lt;p&gt;--------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;If you have problems with the time service configuration, because too many changes where done in the registry or you like start fresh on a computer, then you can reset the time service to a default state the following way. Make sure to use an elevated command prompt, to have full administrative permissions. Then type in the following commands:&lt;/p&gt;
&lt;p&gt;net stop w32time&lt;/p&gt;
&lt;p&gt;w32tm /unregister&lt;/p&gt;
&lt;p&gt;w32tm /register &lt;/p&gt;
&lt;p&gt;net start w32time &lt;/p&gt;
&lt;p&gt;--------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;For more detailed configuration settings you have to use the registry, which isn&amp;rsquo;t recommended by Microsoft without special needs, you should always test it &lt;strong&gt;before&lt;/strong&gt; applying. See &amp;ldquo;Windows Time Service Registry Entries&amp;rdquo; in &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc773263(WS.10).aspx" title="Windows Time Service Registry Entries"&gt;this&lt;/a&gt; article.&lt;/p&gt;
&lt;p&gt;In any case of time problems you can configure debug logging for the Windows Time Service according to &lt;a target="_blank" href="http://support.microsoft.com/kb/816043/en-us"&gt;How to turn on debug logging in the Windows Time Service&lt;/a&gt;, don&amp;rsquo;t forget to turn off after using, to avoid unnecessary logging and processor work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Related articles:&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc773061(WS.10).aspx"&gt;Windows Time Service Technical Reference&lt;/a&gt; includes OS version up to Windows Server 2008 R2 and Windows 7&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://support.microsoft.com/kb/956627"&gt;Kerberos tickets are issued even though the time difference between the client clock and the domain controller clock is greater than the &amp;quot;Maximum tolerance for computer clock synchronization&amp;quot; value&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://blogs.msdn.com/b/w32time/archive/2008/02/26/configuring-the-time-service-ntpserver-and-specialpollinterval.aspx"&gt;Configuring the Time Service: NtpServer and SpecialPollInterval&lt;/a&gt; from the Official Windows Time Service blog&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://support.microsoft.com/kb/816042"&gt;How to configure an authoritative time server in Windows Server&lt;/a&gt; (this article contains two Microsoft FIX ITs, to make configuration easy for you)&lt;/p&gt;
&lt;div class="title"&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc738995(WS.10).aspx"&gt;Restore Windows Time service on local computer to default settings&lt;/a&gt;&amp;nbsp;(this article contains&amp;nbsp;a Microsoft FIX IT, to make configuration easy for you)&lt;/div&gt;
&lt;p&gt;&lt;a target="_blank" href="http://blogs.msdn.com/b/w32time/"&gt;The official blog site for the Windows Time Service&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc739058(WS.10).aspx"&gt;Kerberos V5&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc773108(WS.10).aspx"&gt;Operations master roles&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1772732" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /><category term="Windows Server 2008 R2" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008+R2/default.aspx" /><category term="Windows Server 2008" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008/default.aspx" /><category term="Windows Server 2003" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2003/default.aspx" /></entry><entry><title>Exchange Server and its relationship to Active Directory</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2010/05/23/exchange-server-and-it-s-relationship-to-active-directory.aspx" /><id>/blogs/mweber/archive/2010/05/23/exchange-server-and-it-s-relationship-to-active-directory.aspx</id><published>2010-05-24T01:44:00Z</published><updated>2010-05-24T01:44:00Z</updated><content type="html">&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;Updated on 25.03.2013&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This article should give an overview about the relationships with the different Exchange Server versions and the requirements for Windows server 2008/2008R2 and Windows Server 2012&amp;nbsp;Domain controllers. Even if some are &lt;strong&gt;NOT&lt;/strong&gt; supported i will list them here as they should work.&lt;/p&gt;
&lt;p&gt;Within the last years we&amp;rsquo;ve got several new Windows Server versions, 2008 and 2008 R2 and now Windows Server 2012, and also some new Exchange Server versions, 2007, 2010 and now 2013. They now maybe have to coexist even with Windows server 2003/2008/2008R2 and Exchange Server 2003/2007/2010 or should be upgraded to new versions.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Exchange Server 2000 and Windows Server 2008 Operating System/Domain Controllers&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- Exchange 2000 can&amp;rsquo;t be installed on Windows Server 2008.&lt;/p&gt;
&lt;p&gt;- Exchange 2000 SP3 isn&amp;rsquo;t supported when working together with Windows Server 2008 or higher DCs.&lt;/p&gt;
&lt;p&gt;- for upgrading to Windows Server 2008 or higher you have to check that no &lt;a target="_blank" href="http://support.microsoft.com/?id=314649"&gt;Exchange Mangled Attributes&lt;/a&gt; exist, this applies also for Windows Server 2008.&lt;/p&gt;
&lt;p&gt;- if there is no other option then it should be possible to use the Windows Server 2008 DCs in a different site then the Exchange 2000 SP3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;!!!Keep in mind this isn&amp;rsquo;t supported configuration!!!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;- if you really must use both in the &lt;strong&gt;same&lt;/strong&gt; site then some additional configuration should help to hardcode (default is automatic discovery) the DSAccess on the Exchange 2000 to DCs with Windows Server 2003 or Windows 2000 Server OS. Open ESM and choose the &amp;ldquo;Directory Access&amp;rdquo; tab of the Exchange server properties. See also &lt;a target="_blank" href="http://support.microsoft.com/?kbid=250570"&gt;Directory server detection and DSAccess usage&lt;/a&gt; and &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/aa998692(EXCHG.80).aspx"&gt;Revert DSAccess to default&lt;/a&gt; for details.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;!!!Keep in mind this isn&amp;rsquo;t supported configuration!!!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Exchange Server 2003 and Windows Server 2008/2008 R2 and 2012&amp;nbsp;Operating System/Domain Controllers&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- Exchange 2003 can&amp;rsquo;t be installed on Windows Server 2008.&lt;/p&gt;
&lt;p&gt;- Exchange 2003 can&amp;#39;t be installed on Windows Server 2012.&lt;/p&gt;
&lt;p&gt;- if you use Exchange 2003 and have the need for connectivity to Windows Server 2008 or higher OS DCs, you have to use at least Exchange 2003 SP2.&lt;/p&gt;
&lt;p&gt;- Windows Server 2008 and 2008 R2 RODCs (Read Only Domain Controllers) are not supported to work with Exchange Servers (doesn&amp;rsquo;t matter which version, as Exchange requires a writable Domain Controller).&lt;/p&gt;
&lt;p&gt;- Windows Server 2012 DCs do &lt;strong&gt;NOT&lt;/strong&gt; work together with Exchange 2003, doesn&amp;#39;t matter which SP is used.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Exchange Server 2007 and Windows Server 2000 Operating System/Domain Controllers&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- Exchange 2007 can be installed on Windows Server 2003 SP2 or Windows Server 2003 R2 SP2 or higher OS, not on Windows 2000 Server.&lt;/p&gt;
&lt;p&gt;- Exchange 2007 can work with Windows Server 2003 SP1/2 Domain&amp;nbsp;Controllers&amp;nbsp;or higher, not with Windows 2000 Server Domain Controllers.&lt;/p&gt;
&lt;p&gt;- Exchange 2007 requires Windows Server 2000 Domain&amp;nbsp;Native&amp;nbsp;Functional Level&amp;nbsp;/ Windows 2000 Forest Functional Level, if Forest-to-forest delegation and the ability for a user to select the type of free/busy information that will be available to users in another forest&amp;nbsp;is not needed.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Exchange Server 2007 and Windows Server 2003 Operating System/Domain Controller&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- Exchange 2007 can be installed on Windows Server 2003 SP2 or Windows Server 2003 R2 SP2.&lt;/p&gt;
&lt;p&gt;- Exchange 2007 can work with Windows Server 2003 SP1 and SP2 Domain Controllers.&lt;/p&gt;
&lt;p&gt;- Exchange 2007 requires Windows Server 2003 Forest/Domain Functional Level.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Exchange Server 2007 and Windows Server 2008 / Windows&amp;nbsp;Server 2008 R2&amp;nbsp;Operating System/Domain Controllers&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- Exchange 2007 must be at least SP1 to be installed on Windows Server 2008 and also to work with Windows Server 2008 Domain Controllers.&lt;/p&gt;
&lt;p&gt;- Exchange 2007 can be installed on Windows Server 2008 R2 if Exchange 2007 SP3 is used with some restrictions as listed &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/ff607226(EXCHG.80).aspx" title="What&amp;#39;s new Exchange 2007 SP3"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;- you have to install &amp;ldquo;Update Rollup 9 for Microsoft Exchange Server 2007 Service Pack 1&amp;rdquo; or later, to be able to work with Windows Server 2008 R2 Domain Controllers and also to use the Forest/Domain Functional Levels Windows Server 2008 R2 or use Exchange Server 2007 Service Pack 2.&lt;/p&gt;
&lt;p&gt;- Windows Server 2008/2008R2 and 2012 RODCs (Read Only Domain Controllers) are not supported to work with Exchange Servers (doesn&amp;rsquo;t matter which version, as Exchange requires a writable Domain Controller).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Exchange Server 2010 and Windows Server 2003/2008 Operating System/Domain Controllers&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- Exchange 2010 can be installed &lt;strong&gt;only&lt;/strong&gt; on the 64bit edition from Windows Server 2008 SP2 or 2008 R2, &lt;a target="_blank" href="http://support.microsoft.com/?kbid=811833"&gt;FIPS compliant settings are NOT supported&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;- Exchange 2010 will work together with 32/64 bit version of Windows Server 2003 Standard Edition/Enterprise Edition SP1 or later Schema Masters/Domain Controllers/Global Catalog Servers.&lt;/p&gt;
&lt;p&gt;- Exchange 2010 requires Windows Server 2003 Forest/Domain Functional Level or higher.&lt;/p&gt;
&lt;p&gt;- Exchange 2010 can coexist with Exchange 2003 and higher Exchange versions, also in mixed organizations.&lt;/p&gt;
&lt;p&gt;- Exchange 2010 &lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;SP3&lt;/span&gt;&lt;/strong&gt; can be installed on Windows Server 2012.&lt;/p&gt;
&lt;p&gt;- Windows Server 2008/2008R2 and 2012 RODCs (Read Only Domain Controllers) are not supported to work with Exchange Servers (doesn&amp;rsquo;t matter which version, as Exchange requires a writable Domain Controller).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;Exchange Server 2013 and Windows Server 2008 R2 SP1/Windows Server 2012 Operating System/Domain Controllers&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;- Exchange 2013 can be installed on Windows Server 2008 R2 SP1(ONLY DataCenter Edition support RTM or later) or Windows Server 2012&lt;/p&gt;
&lt;p&gt;- Exchange 2013 will work together with 32/64 bit version of Windows Server 2003 Standard Edition/Enterprise Edition SP2 or later Schema Masters/Domain Controllers/Global Catalog Servers.&lt;/p&gt;
&lt;p&gt;- Exchange 2013 requires Windows Server 2003 Forest/Domain Functional Level or higher.&lt;/p&gt;
&lt;p&gt;- Exchange 2013 (CU1) can coexist with Exchange 2007 SP3 and Update Rollup 10(on all Exchange servers in the organization, including Edge Transport servers) and Exchange 2010 SP3(on all Exchange servers in the organization, including Edge Transport servers), also in mixed organizations.&lt;/p&gt;
&lt;p&gt;- Windows Server 2008/2008R2 and 2012&amp;nbsp;RODCs (Read Only Domain Controllers) are not supported to work with Exchange Servers (doesn&amp;rsquo;t matter which version, as Exchange requires a writable Domain Controller).&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Upgrading of Exchange inside Domains&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- in place upgrades to Exchange 2007 or higher aren&amp;rsquo;t possible, the needed process is &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/bb124920(EXCHG.80).aspx"&gt;Exchange Organization transitioning&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;- the Planning Roadmap for Upgrade and Coexistence with Exchange 2010 from Exchange 2003 and Exchange 2007 contains all needed information.&lt;/p&gt;
&lt;p&gt;- &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/aa998186.aspx"&gt;Exchange 2003 - Planning Roadmap for Upgrade and Coexistence&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;- &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/dd638158.aspx"&gt;Exchange 2007 - Planning Roadmap for Upgrade and Coexistence&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;- Active Directory is one requirement to install &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/bb125224(EXCHG.80).aspx"&gt;Exchange 2007&lt;/a&gt;, &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/bb123715.aspx"&gt;Exchange 2010&lt;/a&gt;&amp;nbsp;and &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/aa998561.aspx"&gt;Exchange 2013&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Migration from Exchange to another Forest/Domain&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- this can be achieved with Cross Forest Migration when MIIS is used, &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/aa996926(EXCHG.80).aspx"&gt;Single Forest to Cross Forest&lt;/a&gt; and &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/bb124363(EXCHG.80).aspx"&gt;Cross Forest to Cross Forest&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;- it is possible to &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/aa997145(EXCHG.80).aspx"&gt;Move Mailboxes Across Forests&lt;/a&gt; in Exchange 2007 and &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/ee861103.aspx"&gt;Cross Forest Mailbox Move&lt;/a&gt; also works in Exchange 2010.&lt;/p&gt;
&lt;p&gt;- another option is to export mailboxes from the existing Exchange Servers to .pst files and import them into the new Exchange organization with Powershell command lets.&lt;/p&gt;
&lt;p&gt;- Exchange 5.5, 2000 and 2003 Mailboxes can be exported with &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=429163ec-dcdf-47dc-96da-1c12d67327d5&amp;amp;displaylang=en"&gt;EXMERGE&lt;/a&gt; from Exchange 2003 Servers or computers installed with Exchange 2003 Administrative tools installed.&lt;/p&gt;
&lt;p&gt;- Exchange 2007 &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/aa998579(EXCHG.80).aspx"&gt;Export-Mailbox&lt;/a&gt; and &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/bb629586(EXCHG.80).aspx"&gt;Import-Mailbox&lt;/a&gt;, requires 32bit Exchange management tools and Outlook 2003 SP2 or later.&lt;/p&gt;
&lt;p&gt;- Exchange 2010 &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/aa998579.aspx"&gt;Export-Mailbox&lt;/a&gt; and &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/bb629586.aspx"&gt;Import-Mailbox&lt;/a&gt; , requires Exchange Server 2010 and 64bit version of Outlook 2010.&lt;/p&gt;
&lt;p&gt;- Exchange 2013 &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/ff607299.aspx"&gt;New-MailboxExportRequest&lt;/a&gt; and&amp;nbsp;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/ff607310.aspx"&gt;New-MailboxImportRequest&lt;/a&gt;, requires additional permissions so check the article for correct settings.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Related links:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The most important one &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/ff728623(EXCHG.141).aspx"&gt;Exchange Server Supportability Matrix&lt;/a&gt; for comparing the different versions&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/exchange/bb330841.aspx"&gt;Exchange Server 2007&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/exchange/dd203064.aspx"&gt;Exchange Server 2010&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/exchange/fp179701"&gt;Exchange Server 2013&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://support.microsoft.com/kb/555854"&gt;Common Mistakes When Upgrading Exchange 2000/2003 to Exchange 2007&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://support.microsoft.com/kb/823143/en-us"&gt;How to configure the administrator account to use EXMERGE 2003 in Exchange 2003&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://support.microsoft.com/kb/292509"&gt;How to configure an account to use the EXMERGE utility in Exchange 2000 Server and in Exchange Server 2003&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://msexchangeteam.com/archive/2007/04/13/437745.aspx"&gt;Export and Importing Mailboxes to PST files in Exchange 2007&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/exporting-importing-mailboxes-exchange-server-2010.html"&gt;Exporting and Importing Mailboxes with Exchange Server 2010&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1768602" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Migration" scheme="http://msmvps.com/blogs/mweber/archive/tags/Migration/default.aspx" /><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /><category term="Exchange" scheme="http://msmvps.com/blogs/mweber/archive/tags/Exchange/default.aspx" /><category term="Windows Server 2008 R2" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008+R2/default.aspx" /><category term="Windows Server 2008" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008/default.aspx" /><category term="Windows Server 2003" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2003/default.aspx" /><category term="Windows Server 2012" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2012/default.aspx" /></entry><entry><title>Active Directory Metadata Cleanup</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2010/05/16/active-directory-metadata-cleanup.aspx" /><id>/blogs/mweber/archive/2010/05/16/active-directory-metadata-cleanup.aspx</id><published>2010-05-16T13:36:00Z</published><updated>2010-05-16T13:36:00Z</updated><content type="html">&lt;p&gt;Sometimes it can/will happen that a correct removal from a Domain Controller isn&amp;rsquo;t possible because of a hardware crash, you have to force the removal of a DC or the previous admin have left some &amp;ldquo;garbage&amp;rdquo; for you.&lt;/p&gt;
&lt;p&gt;So you have to do a metadata cleanup, otherwise all other DCs will try to replicate with that machine, as they are &amp;ldquo;thinking&amp;rdquo; this Domain Controller still exists, which fills also the event viewer with not wanted error messages. Additional the support tools dcdiag and repadmin or replmon will report problems. &lt;/p&gt;
&lt;p&gt;The metadata cleanup can be done with NTDSUTIL for the AD database part according to:&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://support.microsoft.com/kb/216498"&gt;How to remove data in Active Directory after an unsuccessful domain controller demotion&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The above article applies to all Windows versions starting with Windows 2000 Server up to Windows Server 2008 R2.&lt;/p&gt;
&lt;p&gt;There can also be the situation that the FSMO roles must be seized as the not longer existing DC was the owner of them:&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://support.microsoft.com/kb/255504" title="Transfer or Seize FSMO roles"&gt;Using Ntdsutil.exe to transfer or seize FSMO roles to a domain controller&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;---------------------------------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;With the RSAT (Remote Server Administration Tools or DSA.MSC) coming with Windows Server 2008 or Windows Server 2008 R2, there is also the option to remove a DC from AD Users and Computers or AD Sites and Services which also triggers the metadata cleanup.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;To remove a &lt;strong&gt;RWDC&lt;/strong&gt; with AD UC:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- therefore right click the RWDC in question and choose the DELETE option&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1104.image_5F00_6E773F4D.png"&gt;&lt;img height="99" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0508.image_5F00_thumb_5F00_6ED34C75.png" alt="image" border="0" title="image" style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;- an additional popup will inform you, that the DC isn&amp;rsquo;t demoted with dcpromo and you have to choose the checkmark to accept that normal removal isn&amp;rsquo;t possible anymore&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2555.image_5F00_71B88B5B.png"&gt;&lt;img height="107" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2063.image_5F00_thumb_5F00_2106AE8E.png" alt="image" border="0" title="image" style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;- after accepting the above popup you will be informed if the Domain Controller is also Global catalog server, (make sure other GCs exist in the domain)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6371.image_5F00_14D50E9A.png"&gt;&lt;img height="100" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0005.image_5F00_thumb_5F00_7FD36659.png" alt="image" border="0" title="image" style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;- you have again to accept the deletion message to go on&lt;/p&gt;
&lt;p&gt;- now the last possible popup option can occur, if the DC is also FSMO roles holder you will be prompted to accept the move to another DC of the FSMO roles&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/2555.image_5F00_30A5F7F8.png"&gt;&lt;img height="166" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7853.image_5F00_thumb_5F00_3C879C92.png" alt="image" border="0" title="image" style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;- in AD sites and services remove the NTDS Settings, also cleanup all DNS zones from CNAME and server records and the DNS server properties, Name server tab.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;To remove a &lt;strong&gt;RODC&lt;/strong&gt; with AD UC:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- therefore right click the RODC in question and choose the DELETE option&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6787.image_5F00_237BA680.png"&gt;&lt;img height="87" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/1184.image_5F00_thumb_5F00_236B80B3.png" alt="image" border="0" title="image" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;- now the option will be offered to reset all user passwords (requires a new password for a user), computer passwords (requires to re-add the computer to the domain), additional you can view/export the on the RODC saved user accounts and computer accounts. This option will NOT be offered if you work with NTDSUTIL.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8831.image_5F00_71443068.png"&gt;&lt;img height="177" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/4212.image_5F00_thumb_5F00_51353579.png" alt="image" border="0" title="image" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;- you will see now an overview with the chosen options to accept&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0508.image_5F00_69B4ACFC.png"&gt;&lt;img height="109" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/3731.image_5F00_thumb_5F00_426A3DFA.png" alt="image" border="0" title="image" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;- after accepting the above popup you will be informed if the Domain Controller is also Global catalog server, (make sure other GCs exist in the domain)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/6787.image_5F00_5E4B4D25.png"&gt;&lt;img height="100" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7853.image_5F00_thumb_5F00_1752045B.png" alt="image" border="0" title="image" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;- in AD sites and services remove the NTDS Settings, DNS cleanup isn&amp;rsquo;t needed for a RODC, this is done automatically&lt;/p&gt;
&lt;p&gt;For removal of a &lt;strong&gt;RWDC&lt;/strong&gt; or &lt;strong&gt;RODC&lt;/strong&gt; from AD Sites and Services you have to choose the &lt;strong&gt;NTDS Settings&lt;/strong&gt; object to delete and after this step delete the DC.&lt;/p&gt;
&lt;p&gt;---------------------------------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;For an old Domain that should be removed or the last DC of a domain is demoted, the steps are a bit different, therefore you can follow this article:&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://support.microsoft.com/kb/230306"&gt;How to remove orphaned domains from Active Directory&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Related links:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://gallery.technet.microsoft.com/ScriptCenter/en-us/d31f091f-2642-4ede-9f97-0e1cc4d577f3"&gt;Remove Active Directory Domain Controller Metadata&lt;/a&gt; with a script&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc976711.aspx"&gt;NTDSUTIL&lt;/a&gt; Windows 2000 Server&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc753343(WS.10).aspx"&gt;NTDSUTIL&lt;/a&gt; Windows Server 2003 and higher&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc736378(WS.10).aspx"&gt;Clean Up Server Metadata&lt;/a&gt; Windows Server 2003 and Windows Server 2003 R2&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc816907(WS.10).aspx"&gt;Clean Up Server Metadata&lt;/a&gt; Windows Server 2008 and higher&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1765655" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /><category term="Windows Server 2008 R2" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008+R2/default.aspx" /><category term="Windows Server 2008" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008/default.aspx" /><category term="Windows Server 2003" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2003/default.aspx" /></entry><entry><title>Enable advanced logging on a Domain Controller</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2010/04/11/enable-advanced-logging-on-a-domain-controller.aspx" /><id>/blogs/mweber/archive/2010/04/11/enable-advanced-logging-on-a-domain-controller.aspx</id><published>2010-04-11T20:39:16Z</published><updated>2010-04-11T20:39:16Z</updated><content type="html">&lt;p&gt;If you run into problems in a Domain and have the need for more information, you have the option to enable an advanced logging of specific settings.&lt;/p&gt;  &lt;p&gt;This can be done with changing a registry setting on a specific Domain Controller, keep in mind that this setting is not replicated to other Domain controllers.&lt;/p&gt;  &lt;p&gt;Open the registry editor and browse to:&lt;/p&gt;  &lt;p&gt;HKLM\System\CurrentControlSet\Services\NTDS\Diagnostics&lt;/p&gt;  &lt;p&gt;Here you will find available REG_DWORD options that can be changed to an advanced logging:&lt;/p&gt;  &lt;p&gt;1 Knowledge Consistency Checker (KCC)   &lt;br /&gt;2 Security Events    &lt;br /&gt;3 ExDS Interface Events    &lt;br /&gt;4 MAPI Interface Events    &lt;br /&gt;5 Replication Events    &lt;br /&gt;6 Garbage Collection    &lt;br /&gt;7 Internal Configuration    &lt;br /&gt;8 Directory Access    &lt;br /&gt;9 Internal Processing    &lt;br /&gt;10 Performance Counters    &lt;br /&gt;11 Initialization/Termination    &lt;br /&gt;12 Service Control    &lt;br /&gt;13 Name Resolution    &lt;br /&gt;14 Backup    &lt;br /&gt;15 Field Engineering    &lt;br /&gt;16 LDAP Interface Events    &lt;br /&gt;17 Setup    &lt;br /&gt;18 Global Catalog    &lt;br /&gt;19 Inter-site Messaging&lt;/p&gt;  &lt;p&gt;New options coming with Windows Server 2003:&lt;/p&gt;  &lt;p&gt;20 Group Caching    &lt;br /&gt;21 Linked-Value Replication     &lt;br /&gt;22 DS RPC Client     &lt;br /&gt;23 DS RPC Server     &lt;br /&gt;24 DS Schema&lt;/p&gt;  &lt;p&gt;With Windows Server 2008 and Windows Server 2008 R2 now new options where added.&lt;/p&gt;  &lt;p&gt;You have different options to configure the amount of logging from NONE to INTERNAL:&lt;/p&gt;  &lt;li&gt;&lt;b&gt;0&lt;/b&gt; (None): Only critical events and error events are logged at this level. This is the default setting for all entries, and it should be modified only if a problem occurs that you want to investigate. &lt;/li&gt;  &lt;li&gt;&lt;b&gt;1&lt;/b&gt; (Minimal): Very high-level events are recorded in the event log at this setting. Events may include one message for each major task that is performed by the service. Use this setting to start an investigation when you do not know the location of the problem. &lt;/li&gt;  &lt;li&gt;&lt;b&gt;2&lt;/b&gt; (Basic) &lt;/li&gt;  &lt;li&gt;&lt;b&gt;3&lt;/b&gt; (Extensive): This level records more detailed information than the lower levels, such as steps that are performed to complete a task. Use this setting when you have narrowed the problem to a service or a group of categories. &lt;/li&gt;  &lt;li&gt;&lt;b&gt;4&lt;/b&gt; (Verbose) &lt;/li&gt;  &lt;li&gt;&lt;b&gt;5&lt;/b&gt; (Internal:): This level logs all events, including debug strings and configuration changes. A complete log of the service is recorded. Use this setting when you have traced the problem to a particular category of a small set of categories.&lt;/li&gt;  &lt;p&gt;Keep in mind that setting higher logging levels increases the number of entries recorded in the event log and you aren’t be able to parse them. Also high logging levels can/will have, mostly negative, impact on the server performance.&lt;/p&gt;  &lt;p&gt;Additional resources:&lt;/p&gt;  &lt;p&gt;How to configure Active Directory diagnostic event logging in Windows Server 2003 and in Windows 2000 Server &lt;a href="http://support.microsoft.com/kb/314980" target="_blank"&gt;KB314980&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc755625(WS.10).aspx" target="_blank"&gt;Directory Service Configuration Management Tasks&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;See “Set logging level” in &lt;a href="http://technet.microsoft.com/en-us/library/cc990293(WS.10).aspx" target="_blank"&gt;Configuring a Computer for Troubleshooting&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/askds/archive/2008/04/02/directory-services-debug-logging-primer.aspx" target="_blank"&gt;Directory Services Debug Logging Primer&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/109626/en-us" target="_blank"&gt;Enabling debug logging for the Net Logon service&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1763280" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /><category term="Windows Server 2008 R2" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008+R2/default.aspx" /><category term="Windows Server 2008" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008/default.aspx" /><category term="Windows Server 2003" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2003/default.aspx" /></entry><entry><title>Migrating Active Directory to a new Forest</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2010/03/25/migrating-active-directory-to-a-new-forest.aspx" /><id>/blogs/mweber/archive/2010/03/25/migrating-active-directory-to-a-new-forest.aspx</id><published>2010-03-25T12:16:00Z</published><updated>2010-03-25T12:16:00Z</updated><content type="html">&lt;p&gt;When you have the need to migrate Windows Domains to a new named Domain or into a different forest, you can use the free Microsoft Active Directory Migration Tool, which exist in multiple versions.&lt;/p&gt;
&lt;p&gt;When the source Domain is built with Windows NT4 (at least with SP4 on the PDC), Windows Server 2000 or Windows Server 2003, you have to use &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=6f86937b-533a-466d-a8e8-aff85ad3d212"&gt;ADMT v3&lt;/a&gt; which can migrate to a target Domain installed with Windows Server 2000 or Windows Server 2003.&lt;/p&gt;
&lt;p&gt;ADMT v3 can be installed on any computer capable of running the Windows Server 2003 OS.&lt;/p&gt;
&lt;p&gt;You can migrate the following OS versions with the ADMT agent:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size:x-small;"&gt;Windows NT Server 4.0 (with SP4 or higher)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size:x-small;"&gt;Windows 2000 Professional&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size:x-small;"&gt;Windows 2000 Server&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size:x-small;"&gt;Windows XP&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size:x-small;"&gt;Windows Server 2003&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a detailed description and how to use ADMT see the &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=B1F816C0-4E2B-4E5D-B256-1AC304062367&amp;amp;displaylang=en"&gt;ADMT v3.0 Migration Guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;-------------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;When the source Domain is built with Windows Server 2000, Windows Server 2003, or Windows Server 2008, you have to use &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=AE279D01-7DCA-413C-A9D2-B42DFB746059&amp;amp;displaylang=en"&gt;ADMT v3.1&lt;/a&gt; which can migrate to a target Domain installed with Windows Server 2000 or Windows Server 2003 or Windows Server 2008 or Windows Server 2008 R2. This version will be the last one that will support Windows Server 2000 source or target Domains or Windows Server 2000 Domain controllers.&lt;/p&gt;
&lt;p&gt;ADMT v3.1 can be installed on any computer capable of running the Windows Server 2008 OS, unless they are Read-Only domain controllers (RODCs) or in a Server Core configuration.&lt;/p&gt;
&lt;p&gt;You can migrate the following OS versions with the ADMT agent:&lt;/p&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Windows 2000 Professional&lt;/li&gt;
&lt;li&gt;Windows 2000 Server&lt;/li&gt;
&lt;li&gt;Windows XP&lt;/li&gt;
&lt;li&gt;Windows Server 2003&lt;/li&gt;
&lt;li&gt;Windows Vista&lt;/li&gt;
&lt;li&gt;Windows Server 2008&lt;/li&gt;
&lt;li&gt;Windows 7&lt;/li&gt;
&lt;li&gt;Windows Server 2008 R2&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a detailed description and how to use ADMT see the &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=6d710919-1ba5-41ca-b2f3-c11bcb4857af&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+(Microsoft+Download+Center)" title="ADMT v3.2 Migration Guide"&gt;ADMT v3.1 and 3.2 Migration Guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Additional you maybe need the Password Export Server (PES) version 3.1, either for &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=F0D03C3C-4757-40FD-8306-68079BA9C773&amp;amp;displaylang=en"&gt;32bit&lt;/a&gt; or &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=5B4E5C61-1C00-4DA7-9C0D-130200AED21A&amp;amp;displaylang=en"&gt;64bit&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;-------------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;When the source Domain is built with Windows Server 2003, or Windows Server 2008, you have to use &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=20c0db45-db16-4d10-99f2-539b7277ccdb" title="ADMT v3.2"&gt;ADMT v3.2&lt;/a&gt; which can migrate to a target Domain installed with Windows Server 2003 or Windows Server 2008 or Windows Server 2008 R2. &lt;/p&gt;
&lt;p&gt;ADMT v3.2 can be installed on any computer capable of running the Windows Server 2008 R2&amp;nbsp;OS, unless they are Read-Only domain controllers (RODCs) or in a Server Core configuration.&lt;/p&gt;
&lt;p&gt;You can migrate the following OS versions with the ADMT agent:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows XP&lt;/li&gt;
&lt;li&gt;Windows Server 2003&lt;/li&gt;
&lt;li&gt;Windows Vista&lt;/li&gt;
&lt;li&gt;Windows Server 2008&lt;/li&gt;
&lt;li&gt;Windows 7&lt;/li&gt;
&lt;li&gt;Windows Server 2008 R2&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a detailed description and how to use ADMT see the &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=6d710919-1ba5-41ca-b2f3-c11bcb4857af&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+(Microsoft+Download+Center)" title="ADMT v3.2 Migration Guide"&gt;ADMT v3.1 and 3.2 Migration Guide&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Additional you maybe need the Password Export Server (PES) version 3.1 for &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=5B4E5C61-1C00-4DA7-9C0D-130200AED21A&amp;amp;displaylang=en"&gt;64bit&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://blogs.technet.com/b/askds/archive/2010/07/09/admt-3-2-common-installation-issues.aspx" title="Common installation issues"&gt;Here&lt;/a&gt; you&amp;#39;ll find some common installation issues from ADMT v3.2&amp;nbsp;listed from Ned Pyle at&amp;nbsp;&amp;quot;&lt;a target="_blank" href="http://blogs.technet.com/askds/"&gt;Ask the Directory Services Team&lt;/a&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Related Documents about ADMT:&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc758420(WS.10).aspx"&gt;Restructuring Windows NT 4.0 Domains to an Active Directory Forest&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc782022(WS.10).aspx"&gt;Restructuring Active Directory Domains Within a Forest&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc786927(WS.10).aspx"&gt;Restructuring Active Directory Domains Between Forests&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Error message when you use ADMT version 3 to migrate computer accounts from one Windows Server 2003 domain to another: &amp;ldquo;ERR3:7075 Failed to change domain affiliation&amp;rdquo; &lt;a target="_blank" href="http://support.microsoft.com/kb/929493/en-us"&gt;KB929493&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How to use a SID mapping file with the ADMT tool to perform a resource domain migration to Windows Server 2003 &lt;a target="_blank" href="http://support.microsoft.com/kb/835991"&gt;KB835991&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Known issues that may occur when you use ADMT 3.1 to migrate to a domain that contains Windows Server 2008 R2 domain controllers &lt;a target="_blank" href="http://support.microsoft.com/kb/976659/en-us"&gt;KB976659&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You cannot uninstall ADMT 3.1 after you perform an in-place upgrade to Windows Server 2008 R2 &lt;a target="_blank" href="http://support.microsoft.com/kb/974625"&gt;KB974625&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How To Use Visual Basic Script to Clear SidHistory &lt;a target="_blank" href="http://support.microsoft.com/kb/295758"&gt;KB295758&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1762313" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Migration" scheme="http://msmvps.com/blogs/mweber/archive/tags/Migration/default.aspx" /><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /><category term="Windows Server 2008 R2" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008+R2/default.aspx" /><category term="Windows Server 2008" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008/default.aspx" /><category term="Windows Server 2003" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2003/default.aspx" /></entry><entry><title>System cleanup after an in place upgrade from Windows Server 2008 / Vista to Windows Server 2008 R2 / Windows 7</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2010/02/13/system-cleanup-after-an-in-place-upgrade-from-windows-server-2008-vista-to-windows-server-2008-r2-windows-7.aspx" /><id>/blogs/mweber/archive/2010/02/13/system-cleanup-after-an-in-place-upgrade-from-windows-server-2008-vista-to-windows-server-2008-r2-windows-7.aspx</id><published>2010-02-13T23:33:51Z</published><updated>2010-02-13T23:33:51Z</updated><content type="html">&lt;p&gt;After an in place upgrade some folders are still on the system, which are needed for rollback in case of problems. Also you can copy needed data to the system if needed from the old installation. &lt;/p&gt;  &lt;p&gt;The folders are &lt;strong&gt;$WINDOWS.~Q&lt;/strong&gt; and &lt;b&gt;$INPLACE.~TR&lt;/b&gt; which will be shown if you enable “Show hidden files folders and drives”.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;If you choose&amp;#160; disk cleanup from Start, All Programs, Accessories, System tools and choose the disk drive&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/5381.image_5F00_521911CD.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/0412.image_5F00_thumb_5F00_376861B5.png" width="244" height="131" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;the normal view of disk cleanup will be shown.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/8037.image_5F00_4C65F5F6.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/mweber.metablogapi/7838.image_5F00_thumb_5F00_57DB679B.png" width="199" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;If you now choose “Clean up system files” (only Windows 7) and after choosing again the disk drive you will see additional options in disk cleanup window, e.g.:&lt;/p&gt;  &lt;p&gt;- Files discarded by Windows update   &lt;br /&gt;- Previous Windows installation files&lt;/p&gt;  &lt;p&gt;and some more.&lt;/p&gt;  &lt;p&gt;If you also choose them for cleanup the folders above will also be removed. Using the way with disk cleanup for removing also prevents you from take over permissions on each folder as these are protected from the system.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1757273" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Windows 7" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+7/default.aspx" /><category term="Windows Server 2008 R2" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008+R2/default.aspx" /><category term="Windows Server 2008" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Server+2008/default.aspx" /><category term="Windows Vista" scheme="http://msmvps.com/blogs/mweber/archive/tags/Windows+Vista/default.aspx" /></entry><entry><title>Upgrade a Domain Controller to a new Operating System version and keep the name</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2010/02/13/upgrade-a-domain-controller-to-a-new-operating-system-version-and-keep-the-name.aspx" /><id>/blogs/mweber/archive/2010/02/13/upgrade-a-domain-controller-to-a-new-operating-system-version-and-keep-the-name.aspx</id><published>2010-02-13T22:30:44Z</published><updated>2010-02-13T22:30:44Z</updated><content type="html">&lt;p&gt;If you have the need to keep the name of a domain controller (DC) you have 2 options, an in place upgrade of the DC in question or choosing a “temporary” DC to free the name of it (only one DC exist in the domain). &lt;/p&gt;  &lt;p&gt;The following applies only if the DC is &lt;strong&gt;NOT&lt;/strong&gt; running additional applications, e.g. Microsoft Exchange server, Microsoft SQL server or any other one. For a Certification Authority (CA) see at the end.&lt;/p&gt;  &lt;p&gt;I don’t prefer an in place upgrade, especially if there is a major change in the OS architecture like from Windows server 2003 to Windows server 2008.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Option 1:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Depending on the OS version, you can do in place upgrades:&lt;/p&gt;  &lt;p&gt;+ Windows server NT4 (SP6a) to Windows server 2000 or Windows server 2003 is possible&lt;/p&gt;  &lt;p&gt;+ Windows server 2000 to Windows server 2003 or Windows server 2003 R2 is possible&lt;/p&gt;  &lt;p&gt;+ Windows server 2000 to Windows server 2008 or higher is &lt;strong&gt;NOT&lt;/strong&gt; possible&lt;/p&gt;  &lt;p&gt;+ Windows server 2003 SP1/SP2 or Windows server 2003 R2 SP1/SP2 to Windows server 2008 or Windows server 2008 R2 is possible, only if &lt;strong&gt;NO&lt;/strong&gt; cluster services are installed&lt;/p&gt;  &lt;p&gt;+ Windows server 2008 to Windows server 2008 R2 is possible&lt;/p&gt;  &lt;p&gt;see this articles for a more detailed explanation of supported upgrade paths (&lt;a title="http://support.microsoft.com/kb/810613/en-us" href="http://support.microsoft.com/kb/810613/en-us"&gt;http://support.microsoft.com/kb/810613/en-us&lt;/a&gt;) and&amp;#160; (&lt;a title="http://support.microsoft.com/?kbid=951041" href="http://support.microsoft.com/?kbid=951041"&gt;http://support.microsoft.com/?kbid=951041&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Option 2:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;If you must use different hardware depending on the OS requirements, the old one, let’s call it “DCKeep”, is over it’s lifetime or you have only one DC in the domain, you can work with a “temporary” DC, let’s call it “DCTemp”, either as VM or physical machine (even a laptop if the hardware is capable of the OS).&lt;/p&gt;  &lt;p&gt;+ therefore install an additional DC “DCTemp” to the domain, make it DNS server (i prefer always Active directory integrated zones on DC’s), make it Global catalog server ([&lt;a title="http://support.microsoft.com/?id=313994" href="http://support.microsoft.com/?id=313994"&gt;http://support.microsoft.com/?id=313994&lt;/a&gt;] applies also for 2008)&lt;/p&gt;  &lt;p&gt;+ move all 5 FSMO roles to “DCTemp” (if the DC you like to keep the name is the FSMO roles holder). ([&lt;a href="http://support.microsoft.com/kb/324801"&gt;http://support.microsoft.com/kb/324801&lt;/a&gt;] applies also for 2008)&lt;/p&gt;  &lt;p&gt;+ check replication with the support tools dcdiag /v, netdiag (not included in Windows server 2008, but works {not supported} if copied from the Windows server 2003 support tools [not on Windows server 2008 R2]) and repadmin /showrepl (or /showreps if Windows server 2000 support tools). Also replmon, Replication monitor GUI version, will help to check the correct replication between all DC’s.&lt;/p&gt;  &lt;p&gt;+ if all steps above are error free you can demote “DCKeep” to a member server and rename it or remove it complete from the domain, that way the domain has still a running DC with all needed roles and you can now use the name “DCKeep” again on a new OS version server with the same ip address.&lt;/p&gt;  &lt;p&gt;If “DCKeep” has the CA role installed you have to do a backup &lt;strong&gt;BEFORE&lt;/strong&gt; demoting or removing, to restore it on the new server, therefore follow this articles depending on the OS version:&lt;/p&gt;  &lt;p&gt;+ Windows server 2000 to Windows server 2003 (&lt;a title="http://support.microsoft.com/kb/298138" href="http://support.microsoft.com/kb/298138"&gt;http://support.microsoft.com/kb/298138&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;+ Windows server 2003 to Windows server 2008 (&lt;a title="http://technet.microsoft.com/en-us/library/cc742515(WS.10).aspx" href="http://technet.microsoft.com/en-us/library/cc742515(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc742515(WS.10).aspx&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;+ upgrading a CA from Windows server 2000 to Windows server 2008 should be done in a 2 step way over Windows server 2003 to be supported from Microsoft&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1757260" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Migration" scheme="http://msmvps.com/blogs/mweber/archive/tags/Migration/default.aspx" /><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /><category term="Certification Authority" scheme="http://msmvps.com/blogs/mweber/archive/tags/Certification+Authority/default.aspx" /></entry><entry><title>Upgrading an Active Directory Domain from Windows Server 2000 to Windows Server 2003 or Windows Server 2003 R2</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2010/02/13/upgrading-an-active-directory-domain-from-windows-server-2000-to-windows-server-2003-or-windows-server-2003-r2.aspx" /><id>/blogs/mweber/archive/2010/02/13/upgrading-an-active-directory-domain-from-windows-server-2000-to-windows-server-2003-or-windows-server-2003-r2.aspx</id><published>2010-02-13T20:18:00Z</published><updated>2010-02-13T20:18:00Z</updated><content type="html">&lt;p&gt;!!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOUR DATA/MACHINE!!! &lt;/p&gt;
&lt;p&gt;- On the old server open DNS management console and check that you are running Active directory integrated zone (easier for replication, if you have more then one DNS server on Domain controller) &lt;/p&gt;
&lt;p&gt;- run replmon (GUI version) from the run line or repadmin /showreps (only if more then one DC exist), dcdiag /v and netdiag from the command prompt on the old machine to check for errors. For this tools you have to install the support\tools\suptools.msi from the Windows server 2000 or Windows server 2003 installation disk. &lt;/p&gt;
&lt;p&gt;-&amp;nbsp;if the first installed DC in the domain should be removed or replaced with another one, doesn&amp;rsquo;t matter if new or same OS version, then make sure that you export the recovery agents EFS certificate private key from the DC &lt;strong&gt;BEFORE&lt;/strong&gt; you demote/retire it. Details how to do this are listed in (&lt;a href="http://support.microsoft.com/kb/241201"&gt;http://support.microsoft.com/kb/241201&lt;/a&gt;) and (&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc755157(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc755157(WS.10).aspx&lt;/a&gt;) if you do not save the&amp;nbsp;it, you will not be able to encrypt data in case of problems.&lt;/p&gt;
&lt;p&gt;- run adprep /forestprep and adprep /domainprep from the 2003 installation disk against the Windows server 2000, with an account that is member of the Schema admins, to upgrade the schema to version 30&lt;/p&gt;
&lt;p&gt;- if you upgrade to Windows server 2003 R2 use adprep from the &lt;strong&gt;second&lt;/strong&gt; disk from the set and go to E:\CMPNENTS\R2\ADPREP, where E: is your disk drive, which will upgrade the schema to version 31&lt;/p&gt;
&lt;p&gt;- see here about adprep in detail (&lt;a href="http://technet.microsoft.com/en-us/library/cc755958(WS.10).aspx" title="http://technet.microsoft.com/en-us/library/cc755958(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc755958(WS.10).aspx&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;- In Windows server 2000 you have sometimes to enable the write access to the schema master (&lt;a href="http://support.microsoft.com/default.aspx/kb/285172"&gt;http://support.microsoft.com/default.aspx/kb/285172&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;- Install the new machine as a member server in your existing domain and configure a fixed ip address and set the preferred DNS server to the old DNS server only &lt;/p&gt;
&lt;p&gt;- run dcpromo and follow the wizard to add the Windows server 2003 to an existing domain &lt;/p&gt;
&lt;p&gt;- if you are prompted for DNS configuration choose Yes (also possible that no DNS preparation occur), then install DNS after the reboot without configuration, just wait for AD replication&lt;/p&gt;
&lt;p&gt;- for DNS give the server time for replication, at least 15 minutes. Because you use Active directory integrated zones it will automatically replicate the zones to the new server. Open DNS management console to check that they appear &lt;/p&gt;
&lt;p&gt;- if the new machine is domain controller and DNS server run again replmon, dcdiag and netdiag on both domain controllers &lt;/p&gt;
&lt;p&gt;- if you have no errors, make the new server Global catalog server, open Active directory Sites and Services and then double-click sitename, double-click Servers, click your domain controller, right-click NTDS Settings, and then click Properties, on the General tab, click to select the Global catalog check box (&lt;a href="http://support.microsoft.com/?id=313994"&gt;http://support.microsoft.com/?id=313994&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;- Transfer, NOT seize the 5 FSMO roles to the new Domain controller (&lt;a href="http://support.microsoft.com/kb/324801"&gt;http://support.microsoft.com/kb/324801&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;- after transfer of the PDCEmulator role, configure the NEW PDCEmulator to an external time source and reconfigure the old PDCEmulator to use the domainhierarchie now. Therefore run on the NEW &amp;quot;w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /reliable:yes /update&amp;quot; where PEERS will be filled with the ip address or server(time.windows.com) and on the OLD one modify the registry key value &amp;quot;Type&amp;quot;&amp;nbsp;to &amp;quot;Nt5Ds&amp;quot; :&amp;nbsp;&amp;nbsp;HKLM\ SYSTEM\ CurrentControlSet\ Services\ W32Time\ Parameters\&amp;nbsp; as w32tm wan&amp;#39;t run with&amp;nbsp;Windows 2000&amp;nbsp;and stop/start the time service on the old one.&lt;/p&gt;
&lt;p&gt;- you can see in the event viewer (Directory service) that the roles are transferred, also give it some time &lt;/p&gt;
&lt;p&gt;- reconfigure the DNS configuration on your NIC of the 2003 server, preferred DNS itself, secondary the old one &lt;/p&gt;
&lt;p&gt;- if you use DHCP do not forget to reconfigure the scope settings to point to the new installed DNS server &lt;/p&gt;
&lt;p&gt;- export and import of DHCP database (if needed) (&lt;a href="http://support.microsoft.com/kb/325473"&gt;http://support.microsoft.com/kb/325473&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;- backup WINS (&lt;a href="http://technet.microsoft.com/en-us/library/cc727901.aspx"&gt;http://technet.microsoft.com/en-us/library/cc727901.aspx&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;- restore WINS (&lt;a href="http://technet.microsoft.com/en-us/library/cc727960.aspx"&gt;http://technet.microsoft.com/en-us/library/cc727960.aspx&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Demoting the old DC (if needed) &lt;/p&gt;
&lt;p&gt;- reconfigure domain machines, that they not longer use to the old DNS server on the NIC &lt;/p&gt;
&lt;p&gt;- to be sure that everything runs fine, disconnect the old DC from the network for one or two days and check with clients and servers the connectivity, logon and also with one client a restart to see that everything is ok &lt;/p&gt;
&lt;p&gt;- then run dcpromo to demote the old DC, if it works fine the machine will move from the DC&amp;#39;s OU to the computers container, where you can delete it by hand. Can be that you got an error during demoting at the beginning, then uncheck the Global catalog on that DC and try again &lt;/p&gt;
&lt;p&gt;- check the DNS management console, that all entries from the machine are disappeared or delete them by hand if the machine is off the network for ever &lt;/p&gt;
&lt;p&gt;- also you have to open AD sites and services and delete the old server name under the site, this will not be done during demotion&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1757225" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Migration" scheme="http://msmvps.com/blogs/mweber/archive/tags/Migration/default.aspx" /><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /></entry><entry><title>Upgrading an Active Directory Domain from Windows Server 2003 to Windows Server 2008 or Windows Server 2008 R2</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2010/02/10/upgrading-an-active-directory-domain-from-windows-server-2003-to-windows-server-2008-or-windows-server-2008-r2.aspx" /><id>/blogs/mweber/archive/2010/02/10/upgrading-an-active-directory-domain-from-windows-server-2003-to-windows-server-2008-or-windows-server-2008-r2.aspx</id><published>2010-02-10T10:28:00Z</published><updated>2010-02-10T10:28:00Z</updated><content type="html">&lt;p&gt;!!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOUR DATA/MACHINE!!! &lt;/p&gt;
&lt;p&gt;If you have installed Exchange 2003 in the domain see the following article first, &lt;a href="http://msmvps.com/blogs/mweber/archive/2010/02/06/upgrading-acitve-directory-to-windows-server-2008-when-exchange-server-2000-or-exchange-server-2003-is-installed.aspx"&gt;Exchange requirements&lt;/a&gt; otherwise follow the steps below &lt;/p&gt;
&lt;p&gt;- On the old server open DNS management console and check that you are running Active directory integrated zone (easier for replication, if you have more then one DNS server) &lt;/p&gt;
&lt;p&gt;- run replmon from the run line or repadmin /showrepl(only if more then one DC exist), dcdiag and netdiag from the command prompt on the old machine to check for errors, if you have some solve them first. For this tools you have to install the support\tools\suptools.msi from the 2003 installation disk. &lt;/p&gt;
&lt;p&gt;- run adprep /forestprep and adprep /domainprep and adprep /rodcprep from the 2008 installation disk against the 2003 schema master(forestprep) / infrastructure master(domainprep/rodcprep), with an account that is member of the Schema/Enterprise/Domain admins, to upgrade the schema to the new version (44) or 2008 R2 (47). On the Windows Server 2008 R2 disk are&amp;nbsp;adprep32.exe (32bit) and adprep.exe (64bit) located, so make sure to use the correct version.&lt;/p&gt;
&lt;p&gt;- see here about adprep in detail (&lt;a href="http://technet.microsoft.com/en-us/library/cc731728(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc731728(WS.10).aspx&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;- you can check the schema version with &amp;quot;schupgr&amp;quot; or &amp;quot;dsquery * cn=schema,cn=configuration,dc=domainname,dc=local -scope base -attr objectVersion&amp;quot; without the quotes in a command prompt &lt;/p&gt;
&lt;p&gt;- if the first installed DC in the domain should be removed or replaced with another one, doesn&amp;rsquo;t matter if new or same OS version, then make sure that you export the recovery agents EFS certificate private key&amp;nbsp;from the DC &lt;strong&gt;BEFORE&lt;/strong&gt; you demote/retire it. Details how to do this are listed in (&lt;a href="http://support.microsoft.com/kb/241201"&gt;http://support.microsoft.com/kb/241201&lt;/a&gt;) and (&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc755157(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc755157(WS.10).aspx&lt;/a&gt;) if you do not save the it, you will not be able to encrypt data in case of problems.&lt;/p&gt;
&lt;p&gt;- Install the new machine as a member server in your existing domain &lt;/p&gt;
&lt;p&gt;- configure a fixed ip and set the preferred DNS server to the old DNS server only, if you think about disabling IPv6&amp;nbsp;as you are not using it&amp;nbsp;or&amp;nbsp;it was recommended to you,&amp;nbsp;keep attention to the&amp;nbsp;&lt;strong&gt;UPDATE&lt;/strong&gt;. Follow (&lt;a target="_blank" href="http://blogs.dirteam.com/blogs/paulbergson/archive/2009/03/19/disabling-ipv6-on-windows-2008.aspx"&gt;http://blogs.dirteam.com/blogs/paulbergson/archive/2009/03/19/disabling-ipv6-on-windows-2008.aspx&lt;/a&gt;) to disable it, if really&amp;nbsp;required&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE for IPv6 02.06.2011:&lt;/strong&gt; Keep in mind that IPv6 will become the future protocol and you should get familiar with it. Also the &lt;a target="_blank" href="http://technet.microsoft.com/en-us/magazine/2009.07.cableguy.aspx" title="Why not disabling IPv6"&gt;recommendation&lt;/a&gt; from Microsoft is to let IPv6 enabled, as some new features/services or applications already require IPv6 to be enabled. Exchange 2010 and DirectAccess are some examples. &lt;/p&gt;
&lt;p&gt;- run dcpromo and follow the wizard to add the 2008 server to an existing domain, make it also Global catalog and DNS server. &lt;/p&gt;
&lt;p&gt;- for DNS give the server time for replication, at least 15 minutes. Because you use Active directory integrated zones it will automatically replicate the zones to the new server. Open DNS management console to check that they appear &lt;/p&gt;
&lt;p&gt;- if the new machine is domain controller and DNS server run again replmon, dcdiag and netdiag (copy the netdiag from the 2003 to 2008, will work) on both domain controllers &lt;/p&gt;
&lt;p&gt;- Transfer, NOT seize the 5 FSMO roles to the new Domain controller (&lt;a target="_blank" href="http://support.microsoft.com/kb/324801"&gt;http://support.microsoft.com/kb/324801&lt;/a&gt;) applies also for 2008), FSMO should always be on the newest OS DC &lt;/p&gt;
&lt;p&gt;- after transfer of the PDCEmulator role, configure the NEW PDCEmulator to an external timesource and reconfigure the old PDCEmulator to use the domainhierarchie now. Therefore run on the NEW &amp;quot;w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /reliable:yes /update&amp;quot; where PEERS will be filled with the ip address or server(time.windows.com) and on the OLD one run &amp;quot;w32tm /config /syncfromflags:domhier /reliable:no /update&amp;quot; and stop/start the time service on the old one. All commands run in an elevated command prompt without the quotes. &lt;/p&gt;
&lt;p&gt;- you can see in the event viewer (Directory service) that the roles are transferred, also give it some time &lt;/p&gt;
&lt;p&gt;- reconfigure the DNS configuration on your NIC of the 2008 server, preferred DNS itself, secondary the old one &lt;/p&gt;
&lt;p&gt;- if you use DHCP do not forget to reconfigure the scope settings to point to the new installed DNS server &lt;/p&gt;
&lt;p&gt;- if needed&amp;nbsp;move the&amp;nbsp;DHCP database&amp;nbsp;to the&amp;nbsp;Windows server&amp;nbsp;2008 machine, follow (&lt;a target="_blank" href="http://support.microsoft.com/kb/962355" title="How to move a DHCP database"&gt;http://support.microsoft.com/kb/962355&lt;/a&gt;), for more details see&amp;nbsp;(&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc772372.aspx"&gt;http://technet.microsoft.com/en-us/library/cc772372.aspx&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Demoting the old DC (if needed)&lt;/p&gt;
&lt;p&gt;- reconfigure your clients/servers that they not longer point to the old DC/DNS server on the NIC &lt;/p&gt;
&lt;p&gt;- to be sure that everything runs fine, disconnect the old DC from the network and check with clients and servers the connectivity, logon and also with one client a restart to see that everything is ok &lt;/p&gt;
&lt;p&gt;- then run dcpromo to demote the old DC, if it works fine the machine will move from the DC&amp;#39;s OU to the computers container, where you can delete it by hand. Can be that you got an error during demoting at the beginning, then uncheck the Global catalog on that DC and try again &lt;/p&gt;
&lt;p&gt;- check the DNS management console, that all entries from the machine are disappeared or delete them by hand if the machine is off the network for ever &lt;/p&gt;
&lt;p&gt;- also you have to start AD sites and services and delete the old servername under the site, this will not be done during demotion&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1756342" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Migration" scheme="http://msmvps.com/blogs/mweber/archive/tags/Migration/default.aspx" /><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /></entry><entry><title>Upgrading Active Directory to Windows server 2008, when Exchange server 2000 or Exchange server 2003 is installed</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2010/02/06/upgrading-acitve-directory-to-windows-server-2008-when-exchange-server-2000-or-exchange-server-2003-is-installed.aspx" /><id>/blogs/mweber/archive/2010/02/06/upgrading-acitve-directory-to-windows-server-2008-when-exchange-server-2000-or-exchange-server-2003-is-installed.aspx</id><published>2010-02-06T12:12:00Z</published><updated>2010-02-06T12:12:00Z</updated><content type="html">&lt;p&gt;For more detailed information also about Exchange 2007 and Exchange 2010 see &amp;quot;&lt;a target="_blank" href="http://msmvps.com/blogs/mweber/archive/2010/05/23/exchange-server-and-it-s-relationship-to-active-directory.aspx" title="Exchange Server and it&amp;#39;s relationship to Active Directory"&gt;Exchange Server and it&amp;rsquo;s relationship to Active Directory&lt;/a&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;To upgrade an Active directory&amp;nbsp;forest/domain to a newer OS version you have to check some prerequisites.&lt;/p&gt;
&lt;p&gt;If Exchange 2000 is running in the existing Windows domain, then first check with the following article that no mangled attributes exist, applies also to Windows Server 2008. &lt;a href="http://support.microsoft.com/?id=314649" title="http://support.microsoft.com/?id=314649"&gt;&lt;span style="color:#669966;"&gt;http://support.microsoft.com/?id=314649&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If Exchange 2000 Service pack 3 is installed,&amp;nbsp;it can be used&amp;nbsp;in an Active Directory Forest that contains Windows Server 2008 DCs but the Windows server&amp;nbsp;2008 DCs shouldn&amp;rsquo;t be in the same site as the Exchange 2000 server. If Windows Server 2008 DCs MUST run in an AD site that has Exchange 2000 servers, you have to configure the Directory Service Access&amp;nbsp;(DSAccess) on the Exchange 2000 Server servers in the site, to use a DC that is running either Windows server 2003 or Windows server 2000. Configuring DSAccess manual will NOT provide any fallback to another Domain controller&amp;nbsp;or Global catalog server. &lt;a href="http://support.microsoft.com/kb/250570" title="http://support.microsoft.com/kb/250570"&gt;&lt;span style="color:#669966;"&gt;http://support.microsoft.com/kb/250570&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;UPDATE: Exchange 2000 isn&amp;#39;t supported to be used with Windows server 2008 DCs according to the &amp;quot;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/ee338574(EXCHG.80).aspx" title="Exchange Server Supportability Matrix"&gt;Exchange Server Supportability Matrix&lt;/a&gt;&amp;quot; but should work according to the article from the Exchange specialists &amp;quot;&lt;a target="_blank" href="http://msexchangeteam.com/archive/2007/08/16/446709.aspx" title="Exchange Server and Windows Server 2008"&gt;Exchange Server and Windows Server 2008&lt;/a&gt;&amp;quot;.&lt;/p&gt;
&lt;p&gt;If Exchange 2003 is used, make sure that Exchange 2003 Service pack 2 is installed.&lt;/p&gt;
&lt;p&gt;RODCs can be used without any problem in the forest but each Exchange server version&amp;nbsp;requires a writeable Domain controller and a writeable Global catalog server.&lt;/p&gt;
&lt;p&gt;UPDATE: According to the &amp;quot;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/ee338574(EXCHG.80).aspx" title="Exchange Server Supportability Matrix"&gt;Exchange Server Supportability Matrix&lt;/a&gt;&amp;quot; it is also supported to use Windows server 2008 R2 Dcs, when Exchange 2003 SP2 is installed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1755577" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Migration" scheme="http://msmvps.com/blogs/mweber/archive/tags/Migration/default.aspx" /><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /><category term="Exchange" scheme="http://msmvps.com/blogs/mweber/archive/tags/Exchange/default.aspx" /></entry><entry><title>Upgrading an Active Directory Domain from Windows Server 2000 to Windows Server 2008 or Windows Server 2008 R2</title><link rel="alternate" type="text/html" href="/blogs/mweber/archive/2010/02/06/upgrading-an-active-directory-domain-from-windows-server-2000-to-windows-server-2008-or-windows-server-2008-r2.aspx" /><id>/blogs/mweber/archive/2010/02/06/upgrading-an-active-directory-domain-from-windows-server-2000-to-windows-server-2008-or-windows-server-2008-r2.aspx</id><published>2010-02-06T11:54:00Z</published><updated>2010-02-06T11:54:00Z</updated><content type="html">&lt;p&gt;!!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOUR DATA/MACHINE!!! &lt;/p&gt;
&lt;p&gt;If you have installed Exchange 2000 or Exchange 2003 in the domain see the following article first, &lt;a target="_blank" href="http://msmvps.com/blogs/mweber/archive/2010/02/06/upgrading-acitve-directory-to-windows-server-2008-when-exchange-server-2000-or-exchange-server-2003-is-installed.aspx" title="Exchange requirements"&gt;Exchange requirements&lt;/a&gt;&amp;nbsp;otherwise follow the steps below &lt;/p&gt;
&lt;p&gt;- On the old server open DNS management console and check that you are running Active directory integrated zone (easier for replication, if you have more then one DNS server installed on a DC) &lt;/p&gt;
&lt;p&gt;- run replmon from the run line or repadmin /showreps(only if more then one DC exist), dcdiag and netdiag from the command prompt on the old machine to check for errors, if you have some post the complete output from the command here or solve them first. For this tools you have to install the support\tools\suptools.msi from the 2000 installation disk. &lt;/p&gt;
&lt;p&gt;- run adprep /forestprep and adprep /domainprep and adprep /domainprep /gpprep and adprep /rodcprep from the 2008 installation disk against the 2000 schema master(/forestprep) / infrastructure master(/domainprep/rodcprep), with an account that is member of the Schema/Enterprise/Domain admins, to upgrade the schema to the 2008 version (44) or 2008 R2 (47). On the Windows Server 2008 R2 disk are&amp;nbsp;adprep32.exe (32bit) and adprep.exe (64bit) located, so make sure to use the correct version. &lt;/p&gt;
&lt;p&gt;- In Windows server 2000 you have sometimes to enable the write access to the schema master (&lt;span style="color:#669966;"&gt;&lt;a target="_blank" href="http://support.microsoft.com/default.aspx/kb/285172"&gt;http://support.microsoft.com/default.aspx/kb/285172&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- you can check the schema version with &amp;quot;schupgr&amp;quot; or &amp;quot;dsquery * cn=schema,cn=configuration,dc=domainname,dc=local -scope base -attr objectVersion&amp;quot; without the quotes in a command prompt &lt;/p&gt;
&lt;p&gt;- if the first installed DC in the domain should be removed or replaced with another one, doesn&amp;rsquo;t matter if new or same OS version, then make sure that you export the recovery agents EFS certificate private key from the DC &lt;strong&gt;BEFORE&lt;/strong&gt; you demote/retire it. Details how to do this are listed in (&lt;a href="http://support.microsoft.com/kb/241201"&gt;http://support.microsoft.com/kb/241201&lt;/a&gt;) and (&lt;a href="http://technet.microsoft.com/en-us/library/cc755157(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc755157(WS.10).aspx&lt;/a&gt;) if you do not save the it, you will not be able to encrypt data in case of problems.&lt;/p&gt;
&lt;p&gt;- Install the new machine as a member server in your existing domain &lt;/p&gt;
&lt;p&gt;- configure a fixed ip and set the preferred DNS server to the old DNS server only, if you think about disabling IPv6 as you are not using it or it was recommended to you, keep attention to the &lt;strong&gt;UPDATE&lt;/strong&gt;. Follow (&lt;a target="_blank" href="http://blogs.dirteam.com/blogs/paulbergson/archive/2009/03/19/disabling-ipv6-on-windows-2008.aspx"&gt;http://blogs.dirteam.com/blogs/paulbergson/archive/2009/03/19/disabling-ipv6-on-windows-2008.aspx&lt;/a&gt;) to disable it, if really required&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE for IPv6 02.06.2011:&lt;/strong&gt; Keep in mind that IPv6 will become the future protocol and you should get familiar with it. Also the &lt;a target="_blank" href="http://technet.microsoft.com/en-us/magazine/2009.07.cableguy.aspx" title="Why not disabling IPv6"&gt;recommendation&lt;/a&gt; from Microsoft is to let IPv6 enabled, as some new features/services or applications already require IPv6 to be enabled. Exchange 2010 and DirectAccess are some examples. &lt;/p&gt;
&lt;p&gt;- run dcpromo and follow the wizard to add the 2008 server to an existing domain, make it also Global catalog and DNS server. &lt;/p&gt;
&lt;p&gt;- for DNS give the server time for replication, at least 15 minutes. Because you use Active directory integrated zones it will automatically replicate the zones to the new server. Open DNS management console to check that they appear &lt;/p&gt;
&lt;p&gt;- if the new machine is domain controller and DNS server run again replmon, dcdiag on both domain controllers. For using netdiag.exe on 2008, NOT 2008 R2, you have to download and install (&lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=96A35011-FD83-419D-939B-9A772EA2DF90&amp;amp;displaylang=en"&gt;&lt;span style="color:#669966;"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=96A35011-FD83-419D-939B-9A772EA2DF90&amp;amp;displaylang=en)&lt;/span&gt;&lt;/a&gt;, ignore the compatibility warning, or extract netdiag.exe only&lt;/p&gt;
&lt;p&gt;- Transfer, NOT seize the 5 FSMO roles to the new Domain controller (&lt;a target="_blank" href="http://support.microsoft.com/kb/324801"&gt;&lt;span style="color:#669966;"&gt;http://support.microsoft.com/kb/324801&lt;/span&gt;&lt;/a&gt;) applies also for 2008/2008R2), FSMO should always be on the newest OS DC &lt;/p&gt;
&lt;p&gt;- after transfer of the PDCEmulator role, configure the NEW PDCEmulator to an external timesource and reconfigure the old PDCEmulator to use the domainhierarchie now. Therefore run on the NEW &amp;quot;w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /reliable:yes /update&amp;quot; where PEERS will be filled with the ip address or server (time.windows.com) and on the OLD one modify the registry key value &amp;quot;Type&amp;quot;&amp;nbsp;to &amp;quot;Nt5Ds&amp;quot; :&amp;nbsp;&amp;nbsp;HKLM\ SYSTEM\ CurrentControlSet\ Services\ W32Time\ Parameters\&amp;nbsp; as w32tm wan&amp;#39;t run with&amp;nbsp;Windows 2000&amp;nbsp;and stop/start the time service on the old one.&lt;/p&gt;
&lt;p&gt;- you can see in the event viewer (Directory service) that the roles are transferred, also give it some time &lt;/p&gt;
&lt;p&gt;- reconfigure the DNS configuration on your NIC of the 2008 server, preferred DNS itself, secondary the old one &lt;/p&gt;
&lt;p&gt;- if you use DHCP do not forget to reconfigure the scope settings to point to the new installed DNS server &lt;/p&gt;
&lt;p&gt;Demoting the old DC(if needed) &lt;/p&gt;
&lt;p&gt;- reconfigure your clients/servers that they not longer point to the old DC/DNS server on the NIC &lt;/p&gt;
&lt;p&gt;- to be sure that everything runs fine, disconnect the old DC from the network and check with clients and servers the connectivity, logon and also with one client a restart to see that everything is ok &lt;/p&gt;
&lt;p&gt;- then run dcpromo to demote the old DC, if it works fine the machine will move from the DC&amp;#39;s OU to the computers container, where you can delete it by hand. Can be that you got an error during demoting at the beginning, then uncheck the Global catalog on that DC and try again &lt;/p&gt;
&lt;p&gt;- check the DNS management console, that all entries from the machine are disappeared or delete them by hand if the machine is off the network for ever &lt;/p&gt;
&lt;p&gt;- also you have to start AD sites and services and delete the old servername under the site, this will not be done during demotion&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1755575" width="1" height="1"&gt;</content><author><name>mweber</name><uri>http://msmvps.com/members/mweber/default.aspx</uri></author><category term="Migration" scheme="http://msmvps.com/blogs/mweber/archive/tags/Migration/default.aspx" /><category term="Active Directory" scheme="http://msmvps.com/blogs/mweber/archive/tags/Active+Directory/default.aspx" /></entry></feed>