<?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... : Server 2008</title><link>http://blogs.technet.com/justinturner/archive/tags/Server+2008/default.aspx</link><description>Tags: Server 2008</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Quick Tip: Back up your NTFS security permissions</title><link>http://blogs.technet.com/justinturner/archive/2009/02/26/quick-tip-back-up-your-ntfs-security-permissions.aspx</link><pubDate>Thu, 26 Feb 2009 15:09:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3206889</guid><dc:creator>justintu</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/justinturner/comments/3206889.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=3206889</wfw:commentRss><description>&lt;p&gt;&lt;font size="3"&gt;Here is a simple command that you can run right now in order to save you from some down-time the next time your file system &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc787794.aspx" target="_blank"&gt;&lt;font size="3"&gt;permissions&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt; get set back to the Windows defaults.&amp;#160; Proactively running this from time to time (think: task scheduler) can save you a lot of time and money the next time disaster strikes.&amp;#160; There are multiple backup solutions and utilities that you can use for this purpose, however this one is easy to use and the price is right. (free)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Subinacl.exe&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&amp;amp;displaylang=en" target="_blank"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Here is example syntax that you can use to proactively back up your NTFS permissions:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&amp;amp;displaylang=en"&gt;&lt;/a&gt;&lt;/p&gt; &lt;strong&gt;Subinacl /noverbose /output=c:\ntfs_perms.txt /subdirectories &amp;quot;Path to the Folder whose NTFS permissions we have to Backup&amp;quot;&lt;/strong&gt;   &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;To backup the permissions of the folder, subfolders and files on folder called Data on the G: drive&lt;/font&gt;:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;subinacl /noverbose /output=c:\ntfs_perms.txt /subdirectories G:\data\&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;If you wanted to just backup the NTFS permissions for the entire drive, the command would look like this:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;subinacl /noverbose /output=c:\ntfs_G_drive_perms.txt /subdirectories G:\*.*&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Most of you will probably not be concerned with backing up down to the file level, and are satisfied with just backing up the permissions at the directory level.&amp;#160; Backing up the permissions for just the directories can be achieved with the following syntax:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;subinacl /noverbose /output=c:\G_driveNTFSperms.txt /subdirectories=directoriesonly G:\*.*&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_thumb_1.png" width="749" height="142" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;The contents of the file created by subinacl are viewable in your favorite text editor:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_thumb_3.png" width="623" height="512" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;To restore the permissions on the drive using the file that you backed them up to:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;Subinacl /playfile c:\G_driveNTFSperms.txt&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_10.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_thumb_4.png" width="869" height="137" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Test it out thoroughly in your lab environment before rolling it out to production.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Thanks for reading,&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Justin Turner&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9d9493cd-749d-45bd-81c0-1d4d60b8981c" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Permissions" rel="tag"&gt;Permissions&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Server+2008" rel="tag"&gt;Server 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Server+2003" rel="tag"&gt;Server 2003&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Security" rel="tag"&gt;Security&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3206889" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Disaster+Recovery/default.aspx">Disaster Recovery</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Quick+Tips/default.aspx">Quick Tips</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Server+2008/default.aspx">Server 2008</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Security/default.aspx">Security</category></item><item><title>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 20: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 23: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>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 06: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></channel></rss>