<?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/b/justinturner/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Replication error 8464 after schema upgrade</title><link>http://blogs.technet.com/b/justinturner/archive/2009/10/28/replication-error-8464-after-schema-upgrade.aspx</link><pubDate>Wed, 28 Oct 2009 16:00:25 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3289840</guid><dc:creator>Justin Turner [MSFT]</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/justinturner/rsscomments.aspx?WeblogPostID=3289840</wfw:commentRss><comments>http://blogs.technet.com/b/justinturner/archive/2009/10/28/replication-error-8464-after-schema-upgrade.aspx#comments</comments><description>&lt;h3&gt;Problem Environment&lt;/h3&gt;  &lt;p&gt;Contoso has a very large branch-office deployment of Active Directory. Each branch-office is an Active Directory site, and each DC is a GC because of potentially unreliable WAN links. &lt;/p&gt;  &lt;p&gt;Any time a Scheme upgrade is performed in which the Partial Attribute Set (&lt;a href="http://msdn.microsoft.com/en-us/library/ms679107(VS.85).aspx" target="_blank"&gt;PAS&lt;/a&gt;) is updated, replication fails for numerous partitions until all hub DCs have been updated. The last time they upgraded the Schema, it was several months before all DCs received the updated PAS.&lt;/p&gt;  &lt;h3&gt;Details&lt;/h3&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Active Directory replication failed after upgrading the schema for Exchange 2007 with an event id 8464.&lt;/p&gt;  &lt;p align="justify"&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;“Synchronization attempt failed because the destination DC is currently waiting &lt;/em&gt;&lt;em&gt;to synchronize new partial attributes from source. This condition is normal if a &lt;/em&gt;&lt;em&gt;recent schema change modified the partial attribute set. The destination partial &lt;/em&gt;&lt;em&gt;attribute set is not a subset of source partial attribute set.”&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;They were getting this message because the DCs in their hub site had not received the updated Partial Attribute Set (PAS) for the affected partitions.&lt;/p&gt;  &lt;p&gt;It had been several days since the Schema was upgraded, and given enough time, this problem would eventually correct itself.&amp;#160; Our goal was to understand why it took so long for all DCs to reach replication convergence, and to decrease the time it takes for all domain controllers to receive the updated PAS.&lt;/p&gt;  &lt;p&gt;In order to visualize their replication environment, I had them run our AD Topology Diagrammer &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=cb42fc06-50c7-47ed-a65c-862661742764&amp;amp;displaylang=en" target="_blank"&gt;tool&lt;/a&gt;. (ADTD or sometimes referred to by its former name: AD Map) The Visio diagram revealed one hub site and over a thousand branch-office sites.&amp;#160; Each branch office has replication connections to the hub site only.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=9353A4F6-A8A8-40BB-9FA7-3A95C9540112&amp;amp;displaylang=en"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Picture provided courtesy of the &amp;quot;Windows Server 2003 Active Directory Branch Office Environment&amp;quot; whitepaper" border="0" alt="Picture provided courtesy of the &amp;quot;Windows Server 2003 Active Directory Branch Office Environment&amp;quot; whitepaper" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/Replicationerror8464afterschemaupgrade_90A5/clip_image001_3.gif" width="376" height="495" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;Cause&lt;/h3&gt;  &lt;p&gt;Replication of the updated PAS did not occur because of the following:&lt;/p&gt;  &lt;p&gt;Each of the bridgehead domain controllers in the hub site have over 200 replication connections for each partition. The customer has a DC in each branch office, each office is its own site, and each DC is a GC. The sheer amount of replication connections interfered with the timely update of the PAS.&amp;#160; This environment would be a great candidate for RODCs (since there would not be any outbound connections from the branch office sites), but now was not the time to talk topology redesign.&lt;/p&gt;  &lt;h3&gt;Solution&lt;/h3&gt;  &lt;p&gt;Our immediate goal, to get this resolved quickly, was to get the PAS updated on each DC in the Hub site for both domain partitions reported in the events.&lt;/p&gt;  &lt;p&gt;First we had to identify which GC's have the updated PAS.&amp;#160; Here is the repadmin.exe command that we used:&lt;/p&gt;  &lt;p&gt;The following command will dump the PAS from every DC in the forest for the partition specified in the DN path *.&amp;#160; The resulting output lets us know which GCs haven’t gotten the updates yet:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#000040" size="2"&gt;“repadmin /showattr gc: dc=corp,dc=contoso,dc=com /gc /atts:partialattributeset &amp;gt;partialattributeset-Corp.txt”&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;* Since “dc=corp,dc=contoso,dc=com” is specified in the above command, it will dump the PAS for the “Corp” domain partition.&lt;/p&gt;  &lt;p&gt;The following command would be used to dump the PAS for the “Branches” domain partition:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#000040"&gt;“repadmin /showattr gc: dc=branches,dc=corp,dc=contoso,dc=com /gc /atts:partialattributeset &amp;gt;partialattributeset-Branches.txt”&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;The value of interest in the output is listed after the &amp;quot;v1.cAttrs =&amp;quot; text.&lt;/p&gt;    &lt;p&gt;If you want to check a single GC, you could run:&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#000040"&gt;repadmin /showattr DCName dc=corp,dc=contoso,dc=com /gc /atts:partialattributeset&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;During this issue we came up with several methods to get these servers updated.&amp;#160; I will list out each of the methods (A, B, and C) with the top choice listed first.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;A. Set up a replication connection, disable inbound and outbound replication, and force replication:&lt;/b&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;1&lt;/b&gt;. Create a manual replication connection to a DC that already has the updated partial attribute set (unless you already have a connection to this dc).&lt;/p&gt;    &lt;p align="left"&gt;“repadmin /add &amp;lt;Naming Context&amp;gt; &amp;lt;Destination DC&amp;gt; &amp;lt;Source DC&amp;gt; /readonly (if needed)”&lt;/p&gt;    &lt;p&gt;&lt;b&gt;2.&lt;/b&gt; Disable inbound and outbound replication (one very fast way to clear out the queue).&lt;/p&gt;    &lt;p align="left"&gt;“repadmin /options dc_name +DISABLE_INBOUND_REPL”&lt;/p&gt;    &lt;p align="left"&gt;“repadmin /options dc_name +DISABLE_OUTBOUND_REPL”&lt;/p&gt;    &lt;p&gt;&lt;b&gt;3.&lt;/b&gt; Force replication with the DC over the newly created connection.&lt;/p&gt;    &lt;p&gt;“Repadmin /replicate &amp;lt;dc-with-low-cAttr&amp;gt; &amp;lt;DC-with-high-cAttr&amp;gt; &amp;lt;DNpath&amp;gt; /force [/readonly if needed]”&lt;/p&gt;    &lt;p&gt;&lt;b&gt;4.&lt;/b&gt; Run the repadmin command to check the inbound replication queue.&lt;/p&gt;    &lt;p&gt;“repadmin /queue” &lt;/p&gt;    &lt;p&gt;You should just see the one item queued, but I have seen a few more replication requests sneak in on a very busy dc.&lt;/p&gt;    &lt;p&gt;&lt;b&gt;5.&lt;/b&gt; You should be able to re-enable inbound and outbound replication immediately.&lt;/p&gt;    &lt;p&gt;“repadmin /options dc_name -DISABLE_INBOUND_REPL”&lt;/p&gt;    &lt;p&gt;“repadmin /options dc_name -DISABLE_OUTBOUND_REPL”&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;b&gt;B. Rehost the partition:&lt;/b&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;1.&lt;/b&gt; “repadmin /rehost &amp;lt;rehosted GC hostname&amp;gt; &amp;lt;DN path of rehosted naming context &amp;gt; &amp;lt;fully qualified DNS name of good DC hosting a writable copy of the domain partition&amp;gt;”&lt;/p&gt;    &lt;p&gt;If the command returns a “replication operation was preempted” error, then perform the following steps:&lt;/p&gt;    &lt;p&gt;&lt;b&gt;2.&lt;/b&gt; Run “repadmin /rehost specifying the name of both the target source DC (the good DC hosting a writable copy of the rehosted partition).”&lt;/p&gt;    &lt;p&gt;“repadmin /rehost &amp;lt;rehosted GC hostname&amp;gt; &amp;lt; DN path of rehosted naming context &amp;gt; &amp;lt;fully qualified DNS name of good DC hosting a writable copy of the domain partition &amp;gt;.”&lt;/p&gt;    &lt;p&gt;&lt;b&gt;3.&lt;/b&gt; Press Ctrl+C to stop the rehost command before the preemption error occurs.&lt;/p&gt;    &lt;p&gt;&lt;b&gt;4.&lt;/b&gt; Rerun the repadmin /rehost command, which should complete normally.&lt;/p&gt;    &lt;p&gt;“repadmin /rehost &amp;lt; rehosted GC hostname &amp;gt; &amp;lt; DN path of rehosted naming context &amp;gt; &amp;lt; fully qualified DNS name of good DC hosting a writable copy of the domain partition&amp;gt;”&lt;/p&gt;    &lt;p&gt;&lt;b&gt;5.&lt;/b&gt; Run repadmin /showreps /v against the destination DC and confirm replication of the read-only partition completed.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;b&gt;C. Move extraneous replication connections off the DC that needs to be updated:&lt;/b&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;1.&lt;/b&gt; This can be accomplished by moving the DC to a test site&amp;#160; (so that it has fewer replication connections). OR:&lt;/p&gt;    &lt;p&gt;&lt;b&gt;2.&lt;/b&gt; Temporarily configure this server so that it is not a preferred bridgehead server so that the KCC removes the connections&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;As always, let me know if you have any questions!&lt;/p&gt;  &lt;p&gt;Justin&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3289840" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Active+Directory/">Active Directory</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Windows+Server+2003/">Windows Server 2003</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Troubleshooting/">Troubleshooting</category></item><item><title>Quick Tip: Move Window position via keyboard</title><link>http://blogs.technet.com/b/justinturner/archive/2009/06/23/quick-tip-move-window-position-via-keyboard.aspx</link><pubDate>Tue, 23 Jun 2009 16:10:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3257818</guid><dc:creator>Justin Turner [MSFT]</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/justinturner/rsscomments.aspx?WeblogPostID=3257818</wfw:commentRss><comments>http://blogs.technet.com/b/justinturner/archive/2009/06/23/quick-tip-move-window-position-via-keyboard.aspx#comments</comments><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/b/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>Justin Turner [MSFT]</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/justinturner/rsscomments.aspx?WeblogPostID=3206889</wfw:commentRss><comments>http://blogs.technet.com/b/justinturner/archive/2009/02/26/quick-tip-back-up-your-ntfs-security-permissions.aspx#comments</comments><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/b/justinturner/archive/tags/Windows+Server+2003/">Windows Server 2003</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Disaster+Recovery/">Disaster Recovery</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Quick+Tips/">Quick Tips</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Server+2008/">Server 2008</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Security/">Security</category></item><item><title>Microsoft Certified Master registration...</title><link>http://blogs.technet.com/b/justinturner/archive/2008/09/02/microsoft-certified-master-registration.aspx</link><pubDate>Tue, 02 Sep 2008 20:35:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3115976</guid><dc:creator>Justin Turner [MSFT]</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/justinturner/rsscomments.aspx?WeblogPostID=3115976</wfw:commentRss><comments>http://blogs.technet.com/b/justinturner/archive/2008/09/02/microsoft-certified-master-registration.aspx#comments</comments><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/b/justinturner/archive/tags/General/">General</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Releases/">Releases</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Server+2008/">Server 2008</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Announcements/">Announcements</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Certification/">Certification</category></item><item><title>Sysinternals developer answers your toughest Vista questions...</title><link>http://blogs.technet.com/b/justinturner/archive/2008/08/29/sysinternals-developer-answers-your-toughest-vista-questions.aspx</link><pubDate>Fri, 29 Aug 2008 23:37:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3114111</guid><dc:creator>Justin Turner [MSFT]</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/justinturner/rsscomments.aspx?WeblogPostID=3114111</wfw:commentRss><comments>http://blogs.technet.com/b/justinturner/archive/2008/08/29/sysinternals-developer-answers-your-toughest-vista-questions.aspx#comments</comments><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/b/justinturner/archive/tags/Vista/">Vista</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Server+2008/">Server 2008</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Troubleshooting/">Troubleshooting</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Announcements/">Announcements</category></item><item><title>Quick TIP:  The replication operation was preempted</title><link>http://blogs.technet.com/b/justinturner/archive/2008/08/21/quick-tip-the-replication-operation-was-preempted.aspx</link><pubDate>Fri, 22 Aug 2008 01:20:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3109938</guid><dc:creator>Justin Turner [MSFT]</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/justinturner/rsscomments.aspx?WeblogPostID=3109938</wfw:commentRss><comments>http://blogs.technet.com/b/justinturner/archive/2008/08/21/quick-tip-the-replication-operation-was-preempted.aspx#comments</comments><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/b/justinturner/archive/tags/Active+Directory/">Active Directory</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Windows+Server+2003/">Windows Server 2003</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Quick+Tips/">Quick Tips</category></item><item><title>RODC compatibility pack available now...</title><link>http://blogs.technet.com/b/justinturner/archive/2008/05/29/rodc-compatibility-pack-available-now.aspx</link><pubDate>Thu, 29 May 2008 15:00:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3062631</guid><dc:creator>Justin Turner [MSFT]</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/justinturner/rsscomments.aspx?WeblogPostID=3062631</wfw:commentRss><comments>http://blogs.technet.com/b/justinturner/archive/2008/05/29/rodc-compatibility-pack-available-now.aspx#comments</comments><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/b/justinturner/archive/tags/Active+Directory/">Active Directory</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Windows+Server+2003/">Windows Server 2003</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/RODC/">RODC</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Windows+XP/">Windows XP</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Windows+Server+2008/">Windows Server 2008</category></item><item><title>Windows Server 2K8 Reviewers Guide</title><link>http://blogs.technet.com/b/justinturner/archive/2008/03/24/windows-server-2k8-reviewers-guide.aspx</link><pubDate>Tue, 25 Mar 2008 06:32:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3019746</guid><dc:creator>Justin Turner [MSFT]</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/justinturner/rsscomments.aspx?WeblogPostID=3019746</wfw:commentRss><comments>http://blogs.technet.com/b/justinturner/archive/2008/03/24/windows-server-2k8-reviewers-guide.aspx#comments</comments><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/b/justinturner/archive/tags/Active+Directory/">Active Directory</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Cluster/">Cluster</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/General/">General</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Server+2008/">Server 2008</category></item><item><title>Quick TIP: Quickly verify AD replication status</title><link>http://blogs.technet.com/b/justinturner/archive/2007/11/29/quick-tip-quickly-verify-ad-replication-status.aspx</link><pubDate>Thu, 29 Nov 2007 10:36:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2587169</guid><dc:creator>Justin Turner [MSFT]</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/justinturner/rsscomments.aspx?WeblogPostID=2587169</wfw:commentRss><comments>http://blogs.technet.com/b/justinturner/archive/2007/11/29/quick-tip-quickly-verify-ad-replication-status.aspx#comments</comments><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/b/justinturner/archive/tags/Active+Directory/">Active Directory</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Windows+Server+2003/">Windows Server 2003</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Quick+Tips/">Quick Tips</category></item><item><title>Virtual Server 2005 R2 SP1 and Home Server RC</title><link>http://blogs.technet.com/b/justinturner/archive/2007/06/13/virtual-server-2005-r2-sp1-and-home-server-rc.aspx</link><pubDate>Wed, 13 Jun 2007 14:10:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1233081</guid><dc:creator>Justin Turner [MSFT]</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/justinturner/rsscomments.aspx?WeblogPostID=1233081</wfw:commentRss><comments>http://blogs.technet.com/b/justinturner/archive/2007/06/13/virtual-server-2005-r2-sp1-and-home-server-rc.aspx#comments</comments><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/b/justinturner/archive/tags/General/">General</category><category domain="http://blogs.technet.com/b/justinturner/archive/tags/Releases/">Releases</category></item></channel></rss>