<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Active Directory, Cluster and other fun stuff... : Disaster Recovery</title><link>http://blogs.technet.com/justinturner/archive/tags/Disaster+Recovery/default.aspx</link><description>Tags: Disaster Recovery</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Quick Tip: Back up your NTFS security permissions</title><link>http://blogs.technet.com/justinturner/archive/2009/02/26/quick-tip-back-up-your-ntfs-security-permissions.aspx</link><pubDate>Thu, 26 Feb 2009 15:09:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3206889</guid><dc:creator>justintu</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/justinturner/comments/3206889.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=3206889</wfw:commentRss><description>&lt;p&gt;&lt;font size="3"&gt;Here is a simple command that you can run right now in order to save you from some down-time the next time your file system &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc787794.aspx" target="_blank"&gt;&lt;font size="3"&gt;permissions&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt; get set back to the Windows defaults.&amp;#160; Proactively running this from time to time (think: task scheduler) can save you a lot of time and money the next time disaster strikes.&amp;#160; There are multiple backup solutions and utilities that you can use for this purpose, however this one is easy to use and the price is right. (free)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Subinacl.exe&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&amp;amp;displaylang=en" target="_blank"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Here is example syntax that you can use to proactively back up your NTFS permissions:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&amp;amp;displaylang=en"&gt;&lt;/a&gt;&lt;/p&gt; &lt;strong&gt;Subinacl /noverbose /output=c:\ntfs_perms.txt /subdirectories &amp;quot;Path to the Folder whose NTFS permissions we have to Backup&amp;quot;&lt;/strong&gt;   &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;To backup the permissions of the folder, subfolders and files on folder called Data on the G: drive&lt;/font&gt;:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;subinacl /noverbose /output=c:\ntfs_perms.txt /subdirectories G:\data\&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;If you wanted to just backup the NTFS permissions for the entire drive, the command would look like this:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;subinacl /noverbose /output=c:\ntfs_G_drive_perms.txt /subdirectories G:\*.*&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Most of you will probably not be concerned with backing up down to the file level, and are satisfied with just backing up the permissions at the directory level.&amp;#160; Backing up the permissions for just the directories can be achieved with the following syntax:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;subinacl /noverbose /output=c:\G_driveNTFSperms.txt /subdirectories=directoriesonly G:\*.*&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_thumb_1.png" width="749" height="142" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;The contents of the file created by subinacl are viewable in your favorite text editor:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_thumb_3.png" width="623" height="512" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;To restore the permissions on the drive using the file that you backed them up to:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;Subinacl /playfile c:\G_driveNTFSperms.txt&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_10.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_thumb_4.png" width="869" height="137" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Test it out thoroughly in your lab environment before rolling it out to production.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Thanks for reading,&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Justin Turner&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9d9493cd-749d-45bd-81c0-1d4d60b8981c" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Permissions" rel="tag"&gt;Permissions&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Server+2008" rel="tag"&gt;Server 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Server+2003" rel="tag"&gt;Server 2003&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Security" rel="tag"&gt;Security&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3206889" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Disaster+Recovery/default.aspx">Disaster Recovery</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Quick+Tips/default.aspx">Quick Tips</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Server+2008/default.aspx">Server 2008</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Security/default.aspx">Security</category></item><item><title>AD User and Group Restore Webcast</title><link>http://blogs.technet.com/justinturner/archive/2007/04/05/ad-user-and-group-restore-webcast.aspx</link><pubDate>Thu, 05 Apr 2007 08:32:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:727532</guid><dc:creator>justintu</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/justinturner/comments/727532.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=727532</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=3&gt;Some time ago I did a webcast presentation on Active Directory User and Group Restore.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;I've included the link for those of you that may have missed it.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Check out the on-demand presentation here:&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title=http://www.msusapartnerreadiness.com/WS_abstract.asp?eid=15004864 href="http://www.msusapartnerreadiness.com/WS_abstract.asp?eid=15004864" mce_href="http://www.msusapartnerreadiness.com/WS_abstract.asp?eid=15004864"&gt;http://www.msusapartnerreadiness.com/WS_abstract.asp?eid=15004864&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(Unfortunately registration is required, but that takes only a few seconds)&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Let me know if you would like to see more like this one.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Thanks!&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=727532" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Windows+2000/default.aspx">Windows 2000</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Disaster+Recovery/default.aspx">Disaster Recovery</category></item><item><title>Active Directory Forest Recovery...</title><link>http://blogs.technet.com/justinturner/archive/2007/01/18/active-directory-forest-recovery.aspx</link><pubDate>Thu, 18 Jan 2007 15:56:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:601263</guid><dc:creator>justintu</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/justinturner/comments/601263.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=601263</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=3&gt;The helpdesk phone had been ringing incessantly&amp;nbsp;all day.&amp;nbsp; Many people throughout the AD forest were unable to login to their respective domains.&amp;nbsp; It seems that accounts throughout the forest&amp;nbsp;had somehow been&amp;nbsp;deleted.&amp;nbsp; John, tired from having been up all night watching "&lt;A href="http://search.live.com/results.aspx?FORM=&amp;amp;q=%22white+and+nerdy%22+&amp;amp;mkt=en-us" mce_href="http://search.live.com/results.aspx?FORM=&amp;amp;q=%22white+and+nerdy%22+&amp;amp;mkt=en-us"&gt;White and Nerdy&lt;/A&gt;", was called in to help identify what was going on.&amp;nbsp; Fortunately he had recently enabled &lt;A title="How to: Audit Active Directory Objects" href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;814595" mce_href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;814595"&gt;auditing&lt;/A&gt; for account deletions due to a recent problem that he had.&amp;nbsp; After some serious filtering he was able to find the following event in the Security event log:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;&lt;EM&gt;Event Type: Success Audit&lt;BR&gt;Event Source: Security&lt;BR&gt;Event Category: Account Management&lt;BR&gt;Event ID: 630&lt;BR&gt;Date: 1/17/2007&lt;BR&gt;Time: 12:30:44 AM&lt;BR&gt;&lt;STRONG&gt;User: Contoso\JuniorAdmin&lt;/STRONG&gt;&lt;BR&gt;Computer: DisgruntledXP&lt;BR&gt;Description:&lt;BR&gt;&lt;STRONG&gt;User Account Deleted:&lt;BR&gt;&lt;/STRONG&gt;Target Account Name: JustinTurner&lt;BR&gt;Target Domain: Contoso&lt;BR&gt;Target AccountID: Justin Turner []DEL:3f4567f2-f90b-493e-81a3-dcfc75596cd7&lt;BR&gt;Caller User Name: JuniorAdmin&lt;BR&gt;Caller Domain: Contoso&lt;/EM&gt;&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;This was a little offsetting to say the least.&amp;nbsp; "JuniorAdmin" was the name of the account for one of his Junior Network Administrators that they just fired for getting them into that last &lt;A title="AD User and Group Restore" href="http://blogs.technet.com/justinturner/archive/2006/12/07/ad-user-and-group-restore.aspx" target=_blank mce_href="http://blogs.technet.com/justinturner/archive/2006/12/07/ad-user-and-group-restore.aspx"&gt;mess&lt;/A&gt;.&amp;nbsp; He quickly disabled the account, and then&amp;nbsp;attempted to identify what kind of mess they were in now.&amp;nbsp; His heart sank into his stomach when he&amp;nbsp;discovered that JuniorAdmin was a member of the Schema and Enterprise Admins security groups...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;I had planned on providing an in-depth discussion about forest recovery, and then realized that there is already more than enough information on this topic.&amp;nbsp; Since I have already advertised this, I will go ahead and provide what I hope will serve as a good general overview, and then point you to a few good resources for the process.&amp;nbsp; There is now a Server 2003 specific &lt;A title="Server 2003 Planning for Active Directory Forest Recovery" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=AFE436FA-8E8A-443A-9027-C522DEE35D85&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=AFE436FA-8E8A-443A-9027-C522DEE35D85&amp;amp;displaylang=en"&gt;forest recovery whitepaper&lt;/A&gt;, but the process is unchanged from &lt;A title="Windows 2000 Active Directory Forest Recovery" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3eda5a79-c99b-4df9-823c-933feba08cfe&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3eda5a79-c99b-4df9-823c-933feba08cfe&amp;amp;displaylang=en"&gt;Windows 2000&lt;/A&gt;.&amp;nbsp; There are some additional server 2003 specific goodies added however. (like repadmin /removelingeringobjects)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Before we dive right into the process I want to&amp;nbsp;point out a couple of reasons&amp;nbsp;for why you might have to perform an Active Directory&amp;nbsp;forest recovery.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;There are a few reasons that I won't mention, but the two most common I see are: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;1. The security of your directory has been compromised either through virus, hacker, or disgruntled employee.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;2.&amp;nbsp; A change was made to the schema which needs to be undone.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;This really is a big deal, and is not something you want to jump straight to without first consulting Microsoft PSS/CSS/EPS/Platforms Support.&amp;nbsp; (we've had so many different names, I don't remember the current one :-) The team you would be dealing with for this particular issue would be&amp;nbsp;Platforms Directory Services.&amp;nbsp;We&amp;nbsp;want to try to determine what caused the forest failure, and also to ensure that a forest recovery is the best recovery&amp;nbsp;option.&amp;nbsp; An entire forest recovery is obviously one of the last steps you would want to try, so it really&amp;nbsp;is best to explore all other recovery options first.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;The five hundred thousand foot overview of the process&amp;nbsp;is:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;1. Recover one dc from the forest root domain first from backup.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;2. Recover one dc from each of the remaining domains from backup.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;3. Restore additional DC's by promoting them via dcpromo.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;What follows is a general overview of the process that is outlined in both the Windows 2000 and Server 2003 forest recovery whitepapers referenced earlier.&amp;nbsp; Please reference the particular whitepaper for the specific steps.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;There are three major stages of a forest recovery:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Pre-recovery, Recovery, and Post Recovery&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;Pre-Recovery:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;1. Determine the current forest structure/topology&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;2. Find one trusted backup to use per domain&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;3. Shutdown, and disconnect if possible, all DC's in the forest&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;Recovery:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;1. Isolate the server, (unplug network cable) and perform a&amp;nbsp;system state restore (ensure you&amp;nbsp;choose the Advanced option to perform a Primary restore of Sysvol)&amp;nbsp; Only choose this option for the first DC in a domain.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;2. Verify DC was successfully restored after rebooting&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;3. Configure DNS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;4. Disable Global Catalog (if enabled)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;5. Raise RID pool by 100,000&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;6. Seize FSMO roles&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;7. Perform &lt;A href="http://support.microsoft.com/kb/216498" target=_blank mce_href="http://support.microsoft.com/kb/216498"&gt;metadata cleanup&lt;/A&gt; of all other DC's in the forest root domain&amp;nbsp; (also delete DC computer objects for dc's that will not be restored from backup in this domain)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;8. Reset machine account twice&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;9. Reset the krbtgt account password twice&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;10. Reset all trust passwords twice&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;11. Restore the first DC in each of the remaining domains from backup (perform Recovery steps 1-10&amp;nbsp;to recover one dc in each of the remaining domains)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;As you restore each DC, you will want to point them to the recovered forest root DC for DNS.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;12. Connect the restored DC's back to the network&amp;nbsp; (prior to performing this step ensure that no old dc's are still online)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;13. Perform a full replica&amp;nbsp;set sync of AD&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;14. Enable forest root dc as a GC&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;15. Seize schema master on forest root dc (if the schema master wasn't the dc that was restored)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;16. Recover additional DC's in each of the domains using dcpromo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;Post-Recovery:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;1. Revert forest back to original DNS configuration&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;2. Redistribute FSMO roles&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;3. Enable additional Global catalog servers&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;4. Get a good system state backup from at least two dc's in each domain&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;As you can see, this is a very lengthy process.&amp;nbsp; The whitepaper walks you through each step in detail.&amp;nbsp; There is a good&amp;nbsp;index&amp;nbsp;in the paper that&amp;nbsp;has step by step instructions for every single process as well.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Finally&amp;nbsp;I just want to expand on a couple of the items listed above.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;Some considerations to take when identifying which DC's to restore:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;You will only be restoring one&amp;nbsp;DC per domain.&amp;nbsp; The recovery process will go much quicker if the restored DC was a DNS server, and was not a GC&amp;nbsp;at the time the backup was taken.&amp;nbsp; For some of you this may be an easy choice as you may only be able to find one good backup.&amp;nbsp; I find that when it comes to these situations, many have trouble locating a decent system state backup.&amp;nbsp; (but maybe my view is skewed&amp;nbsp;because the customers that have tested their disaster recovery plan don't call us?)&amp;nbsp; Additionally the process will go by quicker if the DC that you restore in the forest root domain was the Domain Naming and or Schema master.&amp;nbsp; Selecting one that was a RID master will also help.&amp;nbsp; If you are unable to locate a backup from one of these FSMO masters then you will just need to seize the role after the server is restored.&amp;nbsp; To help you out with this there is a cool repadmin command that shows you the last time a dc's system state was backed up:&amp;nbsp; &lt;/FONT&gt;&lt;A title="Repadmin /showbackup" href="http://blogs.msdn.com/brettsh/archive/2006/02/09/528708.aspx" target=_blank mce_href="http://blogs.msdn.com/brettsh/archive/2006/02/09/528708.aspx"&gt;&lt;FONT size=3&gt;repadmin /showbackup&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&amp;nbsp;DCName&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;Don't try to shortcut this process by leaving out steps:&lt;/STRONG&gt;&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;For example: When it says to shutdown and/or disconnect each dc.&amp;nbsp; Do exactly that.&amp;nbsp; We want to ensure that a restored dc does not replicate in bad data from a dc that we forgot to (or couldn't) shutdown.&amp;nbsp; So at the very least ensure that you have your servers that you are restoring disconnected from the network.&amp;nbsp; Also ensure that you reset each of the passwords listed&amp;nbsp;twice.&amp;nbsp; Ensure that you are very thorough with your metadata cleanup stage.&amp;nbsp; Otherwise you will have a not so fun time troubleshooting why your DC's aren't replicating.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;There is a typo several times in both whitepapers that greatly changes the meaning of the step:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;"Delete server objects and computer objects for all domain controllers in the forest root domain that &lt;B&gt;you are restoring&lt;/B&gt; from backup..."&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;This should read "...that you are&lt;STRONG&gt;&lt;FONT size=4&gt;n't&lt;/FONT&gt;&lt;/STRONG&gt; restoring from backup"&amp;nbsp; I will attempt to get this changed in the whitepapers.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;Repadmin is your friend:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;There are a few steps where you will use various repadmin commands.&amp;nbsp; Learning repadmin syntax ahead of time will aid in the process.&amp;nbsp; It is also very useful for performing day-to-day AD operations as well.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Some options that you will need to use:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;/showbackup&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;/syncall&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;/showreps&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;/options&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;You may&amp;nbsp;also end up having to use /add, /sync, and /removelingeringobjects as well.&amp;nbsp; However, if you follow the step where it says not to restore a DC that was a GC (or just uncheck that after the restore) then you shouldn't have to worry about lingering objects.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Well that's all I have to say about that. :-)&amp;nbsp; I'll add more later if I think of something else that I left out.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Post any comments or questions you have about this or any other topic that I have blogged about.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Up next: Cluster service failure troubleshooting&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Thanks for reading!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Justin&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=0767317B-992E-4b12-91E0-4F059A8CECA8:2846f824-9923-42a4-bc0a-7d57662a0079 contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; FLOAT: none; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati tags: &lt;A href="http://technorati.com/tags/Active%20Directory" rel=tag mce_href="http://technorati.com/tags/Active%20Directory"&gt;Active Directory&lt;/A&gt;, &lt;A href="http://technorati.com/tags/AD" rel=tag mce_href="http://technorati.com/tags/AD"&gt;AD&lt;/A&gt;, &lt;A href="http://technorati.com/tags/Server%202003" rel=tag mce_href="http://technorati.com/tags/Server%202003"&gt;Server 2003&lt;/A&gt;, &lt;A href="http://technorati.com/tags/Disaster%20Recovery" rel=tag mce_href="http://technorati.com/tags/Disaster%20Recovery"&gt;Disaster Recovery&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=601263" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Windows+2000/default.aspx">Windows 2000</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Disaster+Recovery/default.aspx">Disaster Recovery</category></item></channel></rss>