<?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...</title><link>http://blogs.technet.com/justinturner/default.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Quick Tip: Move Window position via keyboard</title><link>http://blogs.technet.com/justinturner/archive/2009/06/23/quick-tip-move-window-position-via-keyboard.aspx</link><pubDate>Tue, 23 Jun 2009 13:10:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3257818</guid><dc:creator>justintu</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/justinturner/comments/3257818.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=3257818</wfw:commentRss><description>&lt;p&gt;&lt;font size="3"&gt;Hi Everybody!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Ever have an application's window that you need to move but can't---either because you have connected via RDP and the window is on a different monitor, or because you can't get to the title bar to grab it with the mouse?&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;The following keyboard shortcuts should do the trick&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Alt + Spacebar &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;M&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;---Then just use the arrow keys to move the window&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3257818" width="1" height="1"&gt;</description></item><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 12: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>Microsoft Certified Master registration...</title><link>http://blogs.technet.com/justinturner/archive/2008/09/02/microsoft-certified-master-registration.aspx</link><pubDate>Tue, 02 Sep 2008 17:35:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3115976</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/3115976.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=3115976</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=3&gt;Hi Everybody!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Have you heard about the new certification from Microsoft?&amp;nbsp; In the grand scheme of things (as far as MSFT certification goes) it is the next level above the MCITP. (MCITP is what many consider to be the replacement for the old MCSE)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Check out the pic for a better description:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/learning/mcp/default.mspx" mce_href="http://www.microsoft.com/learning/mcp/default.mspx"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=CertStructure_lg align=left src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/MicrosoftCertifiedMasterregistration_5F08/CertStructure_lg_3.jpg" width=248 height=329 mce_src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/MicrosoftCertifiedMasterregistration_5F08/CertStructure_lg_3.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;Public registration for the new Master certification is finally open.&lt;/STRONG&gt;&amp;nbsp; Full details about the program are available &lt;/FONT&gt;&lt;A target=_blank href="http://www.microsoft.com/learning/mcp/master/default.mspx" mce_href="http://www.microsoft.com/learning/mcp/master/default.mspx"&gt;&lt;FONT size=3&gt;here&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Quick overview:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=3&gt;Cert requirements:&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=3&gt;-Mandatory three week training session&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=3&gt;-in-class written and lab-based exams&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=3&gt;-Pass qualification lab exam&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRIKE&gt;It seems that they haven't updated the registration link yet.&amp;nbsp; &lt;STRONG&gt;Here is the direct &lt;/STRONG&gt;&lt;/STRIKE&gt;&lt;/FONT&gt;&lt;A target=_blank href="https://dynamicevents.emeetingsonline.com/emeetings/websitev2.asp?mmnno=290&amp;amp;pagename=SITE109099" mce_href="https://dynamicevents.emeetingsonline.com/emeetings/websitev2.asp?mmnno=290&amp;amp;pagename=SITE109099"&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;&lt;STRIKE&gt;link&lt;/STRIKE&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;STRIKE&gt;.&lt;/STRIKE&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;They've updated it now.&amp;nbsp; Here is the registration &lt;A href="http://www.microsoft.com/learning/mcp/master/register/default.mspx" mce_href="http://www.microsoft.com/learning/mcp/master/register/default.mspx"&gt;page&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Steps to apply:&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT size=3&gt;Fill out application &lt;/FONT&gt;&lt;A target=_blank href="http://www.microsoft.com/learning/mcp/master/register/default.mspx" mce_href="http://www.microsoft.com/learning/mcp/master/register/default.mspx"&gt;&lt;FONT size=3&gt;here&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt; ($125) IMPORTANT: If the pre-requisite exams don't show up on your MCP transcript then you forfeit the application fee. (70-219 or 70-297, MCSE 2000 or MCSE 2003 or IT Pro: Enterprise Admin (MCITP: EA))&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=3&gt;Upload resume (if you are eligible)&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=3&gt;Register: Pay (and choose class dates)&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;FONT size=3&gt;Training will be in Redmond only in FY09.&amp;nbsp; Dates for the first training session: (at half the price)&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=3&gt;Exchange Server 2007: October 6-25, 2008 &lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=3&gt;SQL Server 2008: October 13 – November 1, 2008 &lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=3&gt;Windows Server 2008: November 3-22, 2008&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=3&gt;Pre-recorded Live meeting session linked to from Trika's blog &lt;/FONT&gt;&lt;A target=_blank href="http://blogs.msdn.com/trika/archive/2008/07/30/oh-sorry.aspx" mce_href="http://blogs.msdn.com/trika/archive/2008/07/30/oh-sorry.aspx"&gt;&lt;FONT size=3&gt;here&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A target=_blank href="http://www.microsoft.com/learning/mcp/master/default.mspx" mce_href="http://www.microsoft.com/learning/mcp/master/default.mspx"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=Cert_Master_Banner src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/MicrosoftCertifiedMasterregistration_5F08/Cert_Master_Banner_3.jpg" width=478 height=154 mce_src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/MicrosoftCertifiedMasterregistration_5F08/Cert_Master_Banner_3.jpg"&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3115976" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/General/default.aspx">General</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Releases/default.aspx">Releases</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/Announcements/default.aspx">Announcements</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Certification/default.aspx">Certification</category></item><item><title>Sysinternals developer answers your toughest Vista questions...</title><link>http://blogs.technet.com/justinturner/archive/2008/08/29/sysinternals-developer-answers-your-toughest-vista-questions.aspx</link><pubDate>Fri, 29 Aug 2008 20:37:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3114111</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/3114111.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=3114111</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=3&gt;Hi Everybody!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;This should be a pretty good presentation on Windows Vista internals.&amp;nbsp; Mark Russinovich has co-authored several &lt;A href="http://technet.microsoft.com/en-us/sysinternals/bb963901.aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/sysinternals/bb963901.aspx"&gt;books&lt;/A&gt; on Windows Internals, and is one of the developers for all of the cool troubleshooting utilities over at our &lt;/FONT&gt;&lt;A href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/sysinternals/default.aspx"&gt;&lt;FONT size=3&gt;Sysinternals site&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Springboard Series Virtual Roundtable &lt;BR&gt;Under the Hood: Windows Vista Performance...Need Answers?&lt;/B&gt; &lt;BR&gt;&lt;A href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/Sysinternalsdeveloperanswersyourtoughes_D9EE/image002_2.jpg" mce_href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/Sysinternalsdeveloperanswersyourtoughes_D9EE/image002_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=100 alt=image002 src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/Sysinternalsdeveloperanswersyourtoughes_D9EE/image002_thumb.jpg" width=80 border=0 mce_src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/Sysinternalsdeveloperanswersyourtoughes_D9EE/image002_thumb.jpg"&gt;&lt;/A&gt; Join Mark Russinovich and a panel of industry experts for a LIVE virtual roundtable to explore your top of mind performance issues, common misconfigurations, and tips on how to fix them. From boot times and applets to disk performance and battery life, find out how to optimize Windows Vista and what you can do to improve overall system performance.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Submit your performance questions live during the event or send them in advance to &lt;A href="https://mail.microsoft.com/redir.aspx?C=8783b8ce82a342c68c9ddcd3bb79ac04&amp;amp;URL=mailto%3avrtable%40microsoft.com" mce_href="https://mail.microsoft.com/redir.aspx?C=8783b8ce82a342c68c9ddcd3bb79ac04&amp;amp;URL=mailto%3avrtable%40microsoft.com"&gt;vrtable@microsoft.com&lt;/A&gt;. &lt;BR&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;B&gt;Save the date!&lt;/B&gt; &lt;BR&gt;Wednesday, September 24, 2008 &lt;BR&gt;9:00am Pacific Standard Time&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/Sysinternalsdeveloperanswersyourtoughes_D9EE/image003_2.png" mce_href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/Sysinternalsdeveloperanswersyourtoughes_D9EE/image003_2.png"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=94 alt=image003 src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/Sysinternalsdeveloperanswersyourtoughes_D9EE/image003_thumb.png" width=390 border=0 mce_src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/Sysinternalsdeveloperanswersyourtoughes_D9EE/image003_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Find answers to your Windows Vista adoption questions with resources, tools, monthly straight-talk articles, and upfront guidance based on early adopter and community feedback. To learn more, visit &lt;A href="https://mail.microsoft.com/UrlBlockedError.aspx" mce_href="https://mail.microsoft.com/UrlBlockedError.aspx"&gt;www.microsoft.com/springboard&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Springboard Series: &lt;I&gt;The &lt;/I&gt;resource for Windows desktop IT professionals&lt;/B&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3114111" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/Vista/default.aspx">Vista</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/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Announcements/default.aspx">Announcements</category></item><item><title>Quick TIP:  The replication operation was preempted</title><link>http://blogs.technet.com/justinturner/archive/2008/08/21/quick-tip-the-replication-operation-was-preempted.aspx</link><pubDate>Thu, 21 Aug 2008 22:20:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3109938</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/3109938.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=3109938</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=3&gt;This tip can help clear some confusion when you encounter the following error while forcing replication:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;result 8461 The replication operation was preempted&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Here is the output of running repadmin /showreps on a brand new domain controller: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=System&gt;DC=contoso,DC=com&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5th_Ward\ContosoDC2 via RPC&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objectGuid: 5ed02b33-a6ab-4576-b109-bb688221e6e3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=System&gt;Last attempt @ 2008-08-21 17:51.44 failed, result 8461:&amp;nbsp;&amp;nbsp; The replication operation was preempted.&lt;BR&gt;Last success @ (never).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=System&gt;&lt;FONT face=Tahoma size=3&gt;If you use the verbose switch you will see the following:&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=System size=2&gt;DC invocationID: &lt;BR&gt;5ed02b33-a6ab-4576-b109-bb688221e6e3 DO_SCHEDULED_SYNCS WRITEABLE &lt;BR&gt;COMPRESS_CHANGES NO_CHANGE_NOTIFICATIONS NEVER_SYNCED PREEMPTED USNs: &lt;BR&gt;577738/OU, 0/PU Last attempt @ 2008-08-21 17:51:44 was delayed for a &lt;BR&gt;normal reason, result 8461 (0x210d): The replication operation was preempted. &lt;BR&gt;Last success @ (never).&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;The reason we log this message is because there is an ongoing higher priority replication operation that has not completed yet.&amp;nbsp; In order to see what inbound replication items are queued (and have preempted us) run the following command on the dc:&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=System&gt;repadmin /queue&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;If you have a lot of items queued run:&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=System&gt;repadmin /queue &amp;gt;c:\repl_queue.txt&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;This will output a list of inbound replication tasks that are queued.&amp;nbsp; They are listed by task id in order of priority.&amp;nbsp; The replication operation that we are waiting on is at the top of the list.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;If you want to find out what objects/attributes are currently being replicated in to this dc we can enable diagnostic logging for "5 Replication Events" (coming in a future post)&amp;nbsp; However, Steve Patrick(Spat) shows us a cool repadmin cmd in his post &lt;A href="http://blogs.msdn.com/spatdsg/archive/2007/01/30/what-s-bogging-down-your-cpu.aspx" target=_blank mce_href="http://blogs.msdn.com/spatdsg/archive/2007/01/30/what-s-bogging-down-your-cpu.aspx"&gt;here&lt;/A&gt;.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;&lt;FONT face=System size=2&gt;repadmin /showchanges ContosoDC2 5ed02b33-a6ab-4576-b109-bb688221e6e3 DC=corp,DC=com &amp;gt;changes.txt&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;Part 2 of this post will come at a later date.&amp;nbsp; Stay tuned...&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3109938" 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/Quick+Tips/default.aspx">Quick Tips</category></item><item><title>RODC compatibility pack available now...</title><link>http://blogs.technet.com/justinturner/archive/2008/05/29/rodc-compatibility-pack-available-now.aspx</link><pubDate>Thu, 29 May 2008 12:00:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3062631</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/3062631.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=3062631</wfw:commentRss><description>&lt;p&gt;&lt;font size="3"&gt;Hi Everybody!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;I just wanted to write a quick note to let you all know that the RODC compatibility pack for Windows Server 2003 and Windows XP clients is available for download.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font size="2"&gt;Description of the Windows Server 2008 read-only domain controller compatibility pack for Windows Server 2003 clients and for Windows XP clients&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://support.microsoft.com/kb/944043" href="http://support.microsoft.com/kb/944043"&gt;&lt;strong&gt;&lt;font size="2"&gt;http://support.microsoft.com/kb/944043&lt;/font&gt;&lt;/strong&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;Not familiar with RODC?&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;check out these links:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet2.microsoft.com/WindowsServer2008/en/library/0e8e874f-3ef4-43e6-b496-302a47101e611033.mspx#bkmk_readonly" target="_blank"&gt;Read-only Active Directory Features&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/ea8d253e-0646-490c-93d3-b78c5e1d9db71033.mspx?mfr=true" target="_blank"&gt;Step-by-Step Guide for Read-only Domain Controllers&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   &lt;p&gt;&lt;a href="http://technet2.microsoft.com/WindowsServer2008/en/library/0e8e874f-3ef4-43e6-b496-302a47101e611033.mspx#bkmk_ReadOnlyDNS"&gt;&lt;/a&gt;&lt;/p&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Thanks!&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&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3062631" 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/RODC/default.aspx">RODC</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Windows+XP/default.aspx">Windows XP</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Windows Server 2K8 Reviewers Guide</title><link>http://blogs.technet.com/justinturner/archive/2008/03/24/windows-server-2k8-reviewers-guide.aspx</link><pubDate>Tue, 25 Mar 2008 03:32:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3019746</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/3019746.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=3019746</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=3&gt;Hi Everybody!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;This one comes at the request of several customers.&amp;nbsp; Many of you out there are trying to determine which version of Server 2008 you will deploy.&amp;nbsp; For most it comes down to deciding between two of the five major versions: Server 2008 Standard edition and Server 2008 Enterprise edition.&amp;nbsp; Given the amount of features included in the OS and all of the different versions we shipped, trying to determine what version includes what feature can be confusing.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Fortunately we have released a very detailed treatise on this very subject in the form of a 247 page document appropriately titled, &lt;/FONT&gt;&lt;A title="Windows Server 2008 Reviewers Guide" href="http://technet.microsoft.com/en-us/windowsserver/2008/bb414776.aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/windowsserver/2008/bb414776.aspx"&gt;&lt;FONT size=3&gt;Windows Server 2008 Reviewers Guide&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Inside you will find a pretty thorough support matrix and technical nuggets like:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2&gt;In Standard Edition you are limited to one standalone DFS Namespace. (DFS Root)&amp;nbsp; This limit does not apply to domain-based DFS implementations.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2&gt;Cross-File Replication for DFS-R is not available in the Standard or Web editions.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2&gt;Server Core is available in all editions except for Itanium.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2&gt;Hyper-V is included in Enterprise, Datacenter and Standard editions as long as you don't buy the version that say "without Hyper-V"&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2&gt;TS Licensing in Windows Server 2008 now allows you to track per-user CALs&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2&gt;Still no support for Cluster (failover) in Standard Edition, but you can now have 16 nodes with the Enterprise and Datacenter editions (8 with Itanium)&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=3&gt;Here are some screen snags taken right from the guide:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server20081_2.jpg" mce_href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server20081_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=504 alt="New Features" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server20081_thumb.jpg" width=498 border=0 mce_src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server20081_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server2008_2.jpg" mce_href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server2008_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=489 alt="Comparison by Server Role" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server2008_2_thumb.jpg" width=506 border=0 mce_src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server2008_2_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server2008_3.jpg" mce_href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server2008_3.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=165 alt="2008 feature notes" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server2008_3_thumb.jpg" width=507 border=0 mce_src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/2008DirectoryServicesdifferencesbyOSvers_D09D/server2008_3_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Enjoy!&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3019746" 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/Cluster/default.aspx">Cluster</category><category domain="http://blogs.technet.com/justinturner/archive/tags/General/default.aspx">General</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Server+2008/default.aspx">Server 2008</category></item><item><title>Quick TIP: Quickly verify AD replication status</title><link>http://blogs.technet.com/justinturner/archive/2007/11/29/quick-tip-quickly-verify-ad-replication-status.aspx</link><pubDate>Thu, 29 Nov 2007 07:36:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2587169</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/2587169.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=2587169</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=3&gt;It can be a little tedious to verify replication status in a large Active Directory environment via the Sites and Services snap-in.&amp;nbsp; Here is a command I use quite frequently to check the replication status of all domain controllers:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A&gt;&lt;B&gt;REPADMIN&lt;/B&gt;&lt;/A&gt; /SHOWREPL * /&lt;A&gt;&lt;B&gt;CSV&lt;/B&gt;&lt;/A&gt; &amp;gt;showrepl.&lt;A&gt;&lt;B&gt;csv&lt;/B&gt;&lt;/A&gt; 
&lt;P&gt;&lt;FONT size=3&gt;View the file in Microsoft Excel and perform the following filtering options to get a good quick overview of replication health:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;1. Hide columns A and B&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;2. Select the row just under Column headers and choose Window / Freeze Pane (In Excel 2007: View tab, Window, Freeze Panes, Freeze Top Row)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;3. Highlight the entire spreadsheet and choose Data / Filter / Auto-Filter &lt;/FONT&gt;
&lt;P&gt;&lt;FONT size=3&gt;4. Click on the down-arrow for the "Last Failure Status" column, and choose "does not &lt;BR&gt;equal" then type in "0"&amp;nbsp; (In Excel 2007: Uncheck the box next to "0")&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;You are left with a list of domain controllers having replication problems.&amp;nbsp; From a cmd prompt, use:&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;"net helpmsg ErrorCodeNumber" to identify the replication error&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;(eg. net helpmsg 1396)&lt;/FONT&gt; 
&lt;P&gt;&amp;nbsp;&lt;A href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTIPQuicklyverifyADreplicationstatus_11C5/ShowrepCSV.jpg" mce_href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTIPQuicklyverifyADreplicationstatus_11C5/ShowrepCSV.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=409 alt=ShowrepCSV src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTIPQuicklyverifyADreplicationstatus_11C5/ShowrepCSV_thumb.jpg" width=694 border=0 mce_src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTIPQuicklyverifyADreplicationstatus_11C5/ShowrepCSV_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2587169" 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/Quick+Tips/default.aspx">Quick Tips</category></item><item><title>Virtual Server 2005 R2 SP1 and Home Server RC</title><link>http://blogs.technet.com/justinturner/archive/2007/06/13/virtual-server-2005-r2-sp1-and-home-server-rc.aspx</link><pubDate>Wed, 13 Jun 2007 11:10:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1233081</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/1233081.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=1233081</wfw:commentRss><description>&lt;p&gt;&lt;font size="3"&gt;Hi Everybody!&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;This is just an update to let you all know about two software releases:&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;We just released Virtual Server R2 SP1 on Monday.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;You can download it for free from &lt;/font&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/eval/virtualserver/default.mspx" target="_blank"&gt;&lt;font size="3"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt;.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/eval/virtualserver/default.mspx" target="_blank" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" alt="VirtualServer2005R2SP1" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/VirtualServer2005R2SP1andHomeServerRC_56C2/VirtualServer2005R2SP1_1.jpg" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;Some of the updates:&lt;/font&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;font size="3"&gt;Support for hardware-assisted virtualization&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="3"&gt;Supports up to 256 GB of physical memory, and up to 512 virtual machines&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="3"&gt;Quick Migration&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;font size="3"&gt;&lt;font size="3"&gt;&lt;a href="http://connect.microsoft.com/WindowsHomeServer" target="_blank" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="46" alt="HomeServer" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/VirtualServer2005R2SP1andHomeServerRC_56C2/HomeServer_1.jpg" width="227" border="0"&gt;&lt;/a&gt; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;Today we released the Release Candidate of Windows Home Server.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;&amp;nbsp;From the Home Server &lt;a href="http://www.microsoft.com/windows/products/winfamily/windowshomeserver/default.mspx" target="_blank"&gt;site&lt;/a&gt;:&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;"With Windows Home Server, you can store your music, photos, and other files on a central hub-like hard drive, accessible from every PC in your house. Protect your files and your PCs with automatic backup and a simple restore process—even gain access to files on your PCs from anywhere with an Internet connection through secure Web access."&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;&lt;font size="3"&gt;You can sign up to get it &lt;/font&gt;&lt;a href="http://connect.microsoft.com/WindowsHomeServer" target="_blank"&gt;&lt;font size="3"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt;. (also free, but not RTM code)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;Thanks!&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;Justin&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1233081" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/General/default.aspx">General</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Releases/default.aspx">Releases</category></item><item><title>Quick TIP: Force FRS replication</title><link>http://blogs.technet.com/justinturner/archive/2007/04/27/quick-tip-force-frs-replication.aspx</link><pubDate>Fri, 27 Apr 2007 12:16:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:832462</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/832462.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=832462</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=3&gt;For this tip you will need a somewhat newer version of ntfrsutl.exe&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;You can grab a version&amp;nbsp;out of the Service Pack 2 Support Tools download &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=96A35011-FD83-419D-939B-9A772EA2DF90&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=96A35011-FD83-419D-939B-9A772EA2DF90&amp;amp;displaylang=en"&gt;here&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Beginning with the version of &lt;A href="http://technet2.microsoft.com/windowsserver/en/library/2157fc55-ea57-4a61-baf9-e29bc9bbc9da1033.mspx?mfr=true" target=_blank mce_href="http://technet2.microsoft.com/windowsserver/en/library/2157fc55-ea57-4a61-baf9-e29bc9bbc9da1033.mspx?mfr=true"&gt;ntfrsutl.exe&lt;/A&gt; in KB 823230 we have the ability to force FRS replication to occur across site boundaries immediately instead of waiting for the schedule to open up.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Here is the command's syntax:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ntfrsutl forcerepl [computer] /r SetName /p PartnerDnsName&lt;/STRONG&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = Force FRS to start a replication cycle ignoring the schedule 
&lt;P&gt;&lt;FONT size=3&gt;&lt;FONT size=3&gt;The PartnerDNSName is the FQDN of the server that you want to source from.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Here is an example using a DC Name of ContosoDC1 and a PartnerDNSName of ContosoDC2:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ntfrsutl forcerepl contosodc1 /r "domain system volume (sysvol share)" /p ContosoDC2.Contoso.com&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Running the command initiates replication, and&amp;nbsp;returns the following information:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LocalComputerName = contosodc1&lt;BR&gt;ReplicaSetGuid = (null)&lt;BR&gt;CxtionGuid = (null)&lt;BR&gt;ReplicaSetName = domain system volume (sysvol share)&lt;BR&gt;PartnerDnsName = ContosoDC2.Contoso.com&lt;/STRONG&gt; 
&lt;P&gt;&lt;FONT size=3&gt;As you can see there are two additional parameters that you can specify, ReplicaSetGuid and CxtionGuid, but neither are required.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=832462" 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/Quick+Tips/default.aspx">Quick Tips</category><category domain="http://blogs.technet.com/justinturner/archive/tags/FRS/default.aspx">FRS</category></item><item><title>Quick Tips</title><link>http://blogs.technet.com/justinturner/archive/2007/04/27/quick-tips.aspx</link><pubDate>Fri, 27 Apr 2007 06:01:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:830553</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/830553.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=830553</wfw:commentRss><description>&lt;p&gt;&lt;font size="3"&gt;I've added a new tag called "Quick Tips."&amp;nbsp; These are going to be smaller posts where I offer some time-saving tip, or some other similar type of goodie.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;Look out for the first one soon!&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=830553" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/General/default.aspx">General</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Quick+Tips/default.aspx">Quick Tips</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 05: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>Performance team blog</title><link>http://blogs.technet.com/justinturner/archive/2007/03/28/performance-team-blog.aspx</link><pubDate>Wed, 28 Mar 2007 12:13:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:713620</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/713620.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=713620</wfw:commentRss><description>&lt;p&gt;I see a lot of customers unnecessarily using the boot.ini /3GB switch.&amp;nbsp; Explaining when and when not to use it takes quite some time.&amp;nbsp; Thanks to the Platforms Performance team, I now have a very nice quality &lt;a title="3GB switch" href="http://blogs.technet.com/askperf/archive/2007/03/23/memory-management-demystifying-3gb.aspx" target="_blank"&gt;post&lt;/a&gt; to point them to.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=713620" width="1" height="1"&gt;</description></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 12: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><item><title>Active Directory Puzzle from Technet Mag...</title><link>http://blogs.technet.com/justinturner/archive/2007/01/04/active-directory-puzzle-from-technet-mag.aspx</link><pubDate>Thu, 04 Jan 2007 11:29:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:580580</guid><dc:creator>justintu</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/justinturner/comments/580580.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=580580</wfw:commentRss><description>&lt;p&gt;&lt;font size="3"&gt;Check out this cool poster size&amp;nbsp;image now available for download from our website.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;Link courtesy of &lt;a title="Kleef's weblog" href="http://blogs.technet.com/mkleef/archive/2007/01/02/active-directory-component-jigsaw-released-to-the-web.aspx" target="_blank"&gt;Michael Kleef&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;&lt;img src="http://media.twango.com/m1/large/0029/7cbe2159f002422291b1a407c3ca6221.jpg"&gt;  &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;The "&lt;a title="TechNet Magazine Active Directory Component Jigsaw Poster" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c236336d-ab43-44b1-ad6f-a2f668fb8c02&amp;amp;DisplayLang=en" target="_blank"&gt;Active Directory Component Jigsaw&lt;/a&gt;" picture is a pretty cool overview of AD that was originally only available to TechNet Magazine subscribers.&amp;nbsp; Full picture size is over 8 MB.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;Enjoy!&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=580580" 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></item></channel></rss>