<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.dirteam.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>The things that are better left unspoken</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/default.aspx</link><description>a blog by Sander Berkouwer</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Common Challenges when Managing Active Directory Domain Services, Part 2: Unnecessary Complexity and Token Bloat</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/05/22/common-challenges-when-managing-active-directory-domain-services-part-2-unnecessary-complexity-and-token-bloat.aspx</link><pubDate>Wed, 22 May 2013 12:01:50 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6979</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6979.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6979</wfw:commentRss><description>&lt;p&gt;&lt;img title="Groups" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;float:right;padding-top:0px;padding-left:0px;margin:0px 0px 0px 15px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Groups" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/User_3E0BE4CD.png" width="120" height="120" /&gt;A lot of organizations run Active Directory Domain Services as their Identity and Access Management (IAM) solutions. Their Domain Controllers unlock access to the simplified view on the organization’s processes, structure and systems, so people can perform the jobs they were hired to do.&lt;/p&gt;  &lt;p&gt;Now, not every organization acknowledges the importance of an up to date and lean Active Directory environment. In this series, I will show you four of the key challenges involved with managing Active Directory for any organization and how to solve them. This series will focus most on &lt;strong&gt;the data inside the Active Directory database&lt;/strong&gt;, instead of the actual technical implementation of Domain Controllers and such. &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/05/14/common-challenges-when-managing-active-directory-domain-services-part-1-security.aspx"&gt;My first post in this series addressed stale objects and their security risks&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;The challenge&lt;/h1&gt;  &lt;p&gt;Today, we’ll dive deeper into unnecessary complexity within the Active Directory database on your Domain Controllers. When I talk about unnecessary complexity, I’m mostly referring to a group structure in Active Directory where groups, organizational units (OUs) and access control lists (ACLs) were once used to mimic the structure of the organization and its systems, but where this structure has been circumvented, misunderstood and/or neglected, resulting in duplicate group memberships and improper nesting.&lt;/p&gt;  &lt;p&gt;This type of misconfiguration leads to:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Inability to audit (see who has access where, why and since when) &lt;/li&gt;    &lt;li&gt;More time needed to resolve common issues like granting or revoking access &lt;/li&gt;    &lt;li&gt;More time needed to get acquainted with the environment for new admins &lt;/li&gt;    &lt;li&gt;Deviance of Microsoft’s best practices, resulting in a higher risk of data and productivity loss &lt;/li&gt;    &lt;li&gt;Token bloat &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Of these consequences, token bloat is the most serious. &lt;/p&gt;  &lt;h3&gt;Token bloat&lt;/h3&gt;  &lt;p&gt;Active Directory uses Kerberos v5 as one of its authentication protocols, based on RFC 1510. As part of the Kerberos authentication process, a Kerberos token is generated. This access token is created for the user containing all security groups to which they belong. These memberships will be enumerated. The group memberships are used for authorization purposes.&lt;/p&gt;  &lt;p&gt;The amount of groups a user belongs to and &lt;strong&gt;sIDHistory&lt;/strong&gt; determine the size of the access token. Since this token has to be transferred over the network and cached in memory, size matters. A smaller access token results in faster logon times and improved system responsiveness. Large access tokens will result in unreliable logon experiences. &lt;/p&gt;  &lt;p&gt;As Microsoft has set a maximum to the size of the access token, eventually, users with many group memberships will be unable to log on. The &lt;strong&gt;MaxTokenSize&lt;/strong&gt; is set to 8,00 bytes in Windows 2000 Server pre-SP2 and 12,000 bytes in Windows 2000 Server SP2+, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008 and Windows Server 2008 R2, by default. In Windows Server 2012, the default value is set to 48,000 bytes to accommodate for Dynamic Access Control. &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;(Part of) The solution&amp;#160; &lt;/h1&gt;  &lt;p&gt;In the case of unnecessary complexity, Active Directory should be cleaned up. However, it’s idealistic to think you and your organization can start over, design a new view of your organization and be done with it. &lt;/p&gt;  &lt;h3&gt;Optimizing communication&lt;/h3&gt;  &lt;p&gt;First of all, the root of the problem is not the unnecessary complexity, but the way this complexity was (unnecessarily) introduced by admins who were not clear with the procedures to manage objects, grant access and revoke access. Another cause might be an overhaul of the business without Active Directory ever getting remodeled to the new situation.&lt;/p&gt;  &lt;p&gt;Before you can go and perform a meaningful and long lasting spring cleanup of the data in Active Directory, you will need to have a plan of what the information in Active Directory should look like and how to keep the information up to date. This should be captured in a design and corresponding policies with accompanying management procedures and auditing.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#0080ff"&gt;Tip!&lt;/font&gt;&lt;/strong&gt;       &lt;br /&gt;Needless to say, this design, the policies and procedures should be kept up to date and thus reviewed regularly.&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;Mitigating factors&lt;/h3&gt;  &lt;p&gt;If you’re running into Token Bloat situations, you can opt to increase the &lt;strong&gt;MaxTokenSize&lt;/strong&gt;, on all your servers and workstations, but this will only fix this problem in the short run. Communication, processes and cleanup will fix your environment in the long run. It might, however, be helpful to perform the following actions:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Upgrade or migrate Domain Controllers running versions of Windows Server before Windows Server &lt;font&gt;2012. The improved &lt;/font&gt;&lt;a title="New features in Active Directory Domain Services in Windows Server 2012, Part 21- Resource SID C" href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/04/05/new-features-in-active-directory-domain-services-in-windows-server-2012-part-21-resource-sid-compression.aspx"&gt;&lt;font&gt;Resource SID Compression&lt;/font&gt;&lt;/a&gt;&lt;font&gt; feature in Windows Server 2012 helps reduce the size of the access token.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;Clear&lt;strong&gt; sIDHistory&lt;/strong&gt;. &lt;strong&gt;sIDHistory&lt;/strong&gt; is a method of retaining old SIDs and thus group memberships for access in Active Directory migration scenarios. As a result, when a user with &lt;strong&gt;sIDHistory&lt;/strong&gt; logs on, the access token will contain both the information for the new Active Directory environment and the old environment.&lt;/li&gt;    &lt;li&gt;Limit the number of users that are configured to use trusted for delegation. For accounts that are configured to use &amp;quot;trusted for delegation&amp;quot; the buffer requirements for each SID may double.&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Cleanup&lt;/h3&gt;  &lt;p&gt;With the policy in hand, you can now dig into your Active Directory and clean things up. Naming conventions for groups and accounts can be executed upon and kinks in group memberships can be ironed out. &lt;/p&gt;  &lt;p&gt;A couple of solutions exist today to help you with Active Directory inventory and cleanup. &lt;/p&gt;  &lt;p&gt;When it comes to group inventory, and especially the effective rights on a NTFS folder gained by group membership, the amount of available tools diminishes fast. STEALTHbits offers a free StealthAUDIT Active Directory Assessment aiming at the above issues, able to report on:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Circular, improper and deep nesting        &lt;br /&gt;&lt;/strong&gt;In Microsoft’s best practices for Active Directory, the AGULP (Account, Global Groups, Universal Groups, Local Groups, Permissions ) principle is used to nest groups into groups. However, when fully anticipating for all Active Directory use cases, token bloat is easily encountered.       &lt;br /&gt;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Empty groups&lt;/strong&gt;       &lt;br /&gt;A group without members might indicate an unnecessary group.       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Direct and effective duplicate group membership        &lt;br /&gt;&lt;/strong&gt;Groups with direct of effective duplicate membership are prime targets to be consolidated. One or more groups can be consolidated based on the outcome to minimize token size and to minimize the possibility of admin adding a group or user to the wrong group.       &lt;br /&gt;&amp;#160;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Stale groups        &lt;br /&gt;&lt;/strong&gt;When a group has a large percentage of members that have been inactive for a period of time, the group may be stale and thus ready for consolidation.       &lt;br /&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Groups without a description or manager        &lt;br /&gt;&lt;/strong&gt;Documentation within Active Directory to indicate the use of a group is stronger than documentation in an (offline) manual or procedure. Descriptions can be used to identify the right group membership for the right purpose. The Managed by attribute has many uses, both inside and outside Active Directory.       &lt;br /&gt;&lt;strong&gt;&amp;#160;&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Groups with a large percentage of users        &lt;br /&gt;&lt;/strong&gt;Active Directory comes with built-in groups. These groups can be used to govern access within the environment. Groups with a large percentage of users might indicate the group might better be replaced with one of the built-in groups, like &lt;strong&gt;Authenticated Users&lt;/strong&gt;. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The graphical output looks like this:    &lt;br /&gt;(only a portion of the Toxic Group Conditions report is shown below)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/ADAssessmentPReview_4BDE2AC8.png"&gt;&lt;img title="ADAssessmentPReview" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="ADAssessmentPReview" src="http://blogs.dirteam.com/blogs/sanderberkouwer/ADAssessmentPReview_thumb_72AC4108.png" width="524" height="476" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;Unfortunately, the free StealthAUDIT Active Directory Assessment does not offer the much coveted effective rights report, showing who has access where (on File Servers, in Exchange) based on Active Directory group memberships and Dynamic Access Control. When you want this functionality, StealthAUDIT Data &amp;amp; Access Governance is the suite you might want. The free StealthAUDIT Active Directory Assessment, however, will give you a fair preview of what you might expect from the full platform.&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h1&gt;An alternative solution&lt;/h1&gt;  &lt;p&gt;As an alternative to using group memberships as your access management strategy, you might opt to implement &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/09/24/new-features-in-active-directory-domain-services-in-windows-server-2012-part-20-dynamic-access-control-dac.aspx"&gt;Dynamic Access Control (DAC).&lt;/a&gt; This new feature in Active Directory Domain Services in Windows Server 2012 offers a way to manage access to files and folders, based on attributes in Active Directory (fields like location, manager and department) and (optionally) file classification. No longer will you need to create thousands of groups to build a granular access solution. As a bonus, you can create far more robust access rules.&lt;/p&gt;  &lt;p&gt;In contrast to group &lt;font&gt;memberships, in Dynamic Access Control scenarios, access is granted based on attribute values. These attribute values result in claims. These claims are then used for authorization purposes, where filtering is done based on the combination of claims.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;To migrate to an environment where authorization is based on claims instead of group memberships, the two authorization methods, most likely, need to coexist for a while. To remediate Token Bloat in this situation, increasing the &lt;strong&gt;MaxTokenSize&lt;/strong&gt; throughout your environment is a good temporary fix. &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;Only after you’ve created a policy and processes within the organization will you, your admins and your auditors, be able to model your Active Directory environment to your organization and enjoy easy Identity and Access Management…&lt;/p&gt;  &lt;h2&gt;Related blogposts&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/05/14/common-challenges-when-managing-active-directory-domain-services-part-1-security.aspx"&gt;Common Challenges when Managing Active Directory Domain Services, Part 1: Security&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/09/24/new-features-in-active-directory-domain-services-in-windows-server-2012-part-20-dynamic-access-control-dac.aspx"&gt;New features in AD DS in Windows Server 2012, Part 20: Dynamic Access Control (DAC)&lt;/a&gt;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/04/05/new-features-in-active-directory-domain-services-in-windows-server-2012-part-21-resource-sid-compression.aspx"&gt;New features in AD DS in Windows Server 2012, Part 21: Resource SID Compression&lt;/a&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/tonymurray/archive/2006/08/08/How-to-search-for-groups-of-different-type-and-scope.aspx"&gt;How to search for groups of different type and scope&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/tomek/archive/2010/06/28/o-grupach-w-tokenach.aspx"&gt;Groups and tokens&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/shanecothran/archive/2010/07/16/maxtokensize-and-kerberos-token-bloat.aspx"&gt;MaxTokenSize and Kerberos Token Bloat&lt;/a&gt;     &lt;br /&gt;&lt;a title="Avoiding Token Bloat in Your Active Directory Group Design - Part 1" href="http://www.itadmintools.com/2011/09/avoiding-token-bloat-in-your-active.html"&gt;Avoiding Token Bloat in Your Active Directory Group Design - Part 1&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a title="Avoiding Token Bloat in Your Active Directory Group Design - Part 2" href="http://www.itadmintools.com/2011/09/avoiding-token-bloat-in-your-active_30.html"&gt;Avoiding Token Bloat in Your Active Directory Group Design - Part 2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blog.imanami.com/blog/bid/33875/Active-Directory-token-bloat-group-glut"&gt;Active Directory token bloat &amp;amp; group glut&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/Geneva/thread/a9158a19-89ce-4d93-9976-8e29b852bc7a"&gt;Strategies for minimising 'Token Bloat'&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb742516.aspx"&gt;Kerberos Explained&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6979" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Administration/default.aspx">System Administration</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Inside+the+database/default.aspx">Inside the database</category></item><item><title>I’ll be staffing at TechEd North America 2013</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/05/21/i-ll-be-staffing-at-teched-north-america-2013.aspx</link><pubDate>Tue, 21 May 2013 20:39:23 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6977</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6977.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6977</wfw:commentRss><description>&lt;p&gt;&lt;img title="TechEd North America 2013" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="TechEd North America 2013" src="http://blogs.dirteam.com/blogs/sanderberkouwer/544544_10152070370538484_371484858_n_1E483E09.png" width="523" height="194" /&gt;&lt;/p&gt;  &lt;p&gt;A while ago, I received a mail from TechEd. In it, the TechEd North America Staff Communications team congratulated me with being selected to participate as product subject matter expert, learning guide or ambassador at TechEd North America 2013!&lt;/p&gt;  &lt;p&gt;For last year’s TechEd North America in Orlando, I also was selected for this role and could be found at the booth labeled Active Directory / Dynamic Access Control for most of the opening hours of the TechExpo. &lt;/p&gt;  &lt;p&gt;This year, the booth is relabeled to &lt;strong&gt;Access and Information Protection&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;I will be there for most of the opening hours of the TechExpo, not just the hours I’m scheduled to be there. The reason for what sounds like sheer dedication (ahum) is pretty logical, though. Staffing the booth of your main interest at an event like TechEd is one of the most rewarding activities for the loads of feedback on both the technology and this blog, interaction with Microsoft PMs and the endless ability to practice answering questions like “What’s Dynamic Access Control?” quickly. These activities allow me to build inspiring, up to date and relevant presentations and demos.&lt;/p&gt;  &lt;p&gt;I’ll be at the &lt;strong&gt;Access and Information Protection&lt;/strong&gt; booth at:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Monday, June 3 12:00 PM – 2:00 PM &lt;/li&gt;    &lt;li&gt;Tuesday, June 4 12:15 PM – 2:30 PM &lt;/li&gt;    &lt;li&gt;Thursday, June 6, 10:45 PM – 12:45 PM &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Also, you can find me at the Ask The Experts evening event on Tuesday, June 4 6:30 PM – 8:30 PM. This event is designed to give TechEd attendees the opportunity to interact directly with product group members and other experts in a more informal setting. The goal of the evening is to allow for a free flow of questions and answers between attendees and speakers and other experts.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;When you’re also attending TechEd North America 2013, drop by the booth and come say “Hi!”. &lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6977" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/TechEd/default.aspx">TechEd</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+MVP/default.aspx">Microsoft MVP</category></item><item><title>Common Challenges when Managing Active Directory Domain Services, Part 1: Security</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/05/14/common-challenges-when-managing-active-directory-domain-services-part-1-security.aspx</link><pubDate>Tue, 14 May 2013 07:28:49 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6859</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6859.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6859</wfw:commentRss><description>&lt;p&gt;&lt;img title="" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;float:right;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Address-book_4E4AA652.png" width="200" height="200" /&gt;In many organizations Active Directory Domain Services is the top tier in access management. Access to systems, information and connections, often, is governed by information in Active Directory. User objects and computer objects play a big role in this model, since they represent actual physical objects within the organization.&lt;/p&gt;  &lt;p&gt;Now, not every organization acknowledges the importance of an up to date and lean Active Directory environment. In this series, I will show you four of the key challenges involved with managing Active Directory for any organization and how to solve them. &lt;/p&gt;  &lt;p&gt;This series will focus most on the &lt;strong&gt;data inside the Active Directory database&lt;/strong&gt;, instead of the actual technical implementation of Domain Controllers and such.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;The challenge&lt;/h1&gt;  &lt;p&gt;Today, I want to talk to you about stale user objects and stale computer objects. From a security point of view, these objects represent a real security risk to your organization.&lt;/p&gt;  &lt;h2&gt;Stale user objects&lt;/h2&gt;  &lt;p&gt;Depending on the process surrounding creating user objects, these objects are usually created with a predefined password. This makes the tasks of creating an account and communicating the account to the actual colleague two separate tasks, that can be carried out by two different persons at two different times. &lt;/p&gt;  &lt;p&gt;Alas, the delegation of work does not outweigh the security risk involved with tens, hundreds or even thousands of user objects that can be brute forced for their password , most of the time configured with a default password for new accounts (Welcome123 and P@ssw0rd come to mind). Tools like &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/02/13/tip-zohno-s-z-hire-amp-z-term-freeware.aspx"&gt;Zohno’s free Z-Hire, I discussed last year&lt;/a&gt;, have the explicit option to provide a default password (but not generating one) per template.&lt;/p&gt;  &lt;p&gt;One of the other factors that don’t help in the situation with stale user objects is that account lockout settings are non-existent in default Active Directory implementations.&lt;/p&gt;  &lt;h2&gt;Stale computer objects&lt;/h2&gt;  &lt;p&gt;Stale computer objects are even worse than stale user objects from a security point of view. By default computer accounts have broader access to information in Active Directory and by default, the password for the security channel used to be a default derivation of the hostname as explained in &lt;a href="http://support.microsoft.com/kb/255042"&gt;Microsoft KnowledgeBase article 255042&lt;/a&gt; on How to make machine accounts programmatically by using ADSI with Visual C++:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#ff0000"&gt;The initial password for the machine account must be set to the name of the computer in lower case.&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Using &lt;strong&gt;net use&lt;/strong&gt; from a non-domain joined computer using the computer account (the NetBIOS hostname) and the default password for the computer account, a malicious person might gain access to data in Active Directory, on file servers and in Exchange public folders, as explained by Marcus Murray in his &lt;a href="http://truesecurity.se/file.axd?file=2010%2f11%2fSIA301+-+Attack+%26+Defence+-+Authentication+and+Passwords!+Marcus+Murray-+v1.0.pdf"&gt;Live demonstration about some of the ways hackers attack [PDF]&lt;/a&gt; on page 11.&lt;/p&gt;  &lt;p&gt;Luckily, by default a domain-joined computer will change its computer password at a regular interval. This means, the security concerns surrounding stale computer objects only apply to the first week or month of the lifecycle of the computer object, depending on the Operating System of the domain-joined machine:&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2"&gt;     &lt;tr&gt;       &lt;td valign="top"&gt;Windows 9x, Windows NT4, Windows 2000&lt;/td&gt;        &lt;td valign="top"&gt; 7 days&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top"&gt;Windows XP, Windows Vista, Windows 7, Windows 8&lt;/td&gt;        &lt;td valign="top"&gt;30 days&lt;/td&gt;     &lt;/tr&gt;   &lt;/table&gt;  &lt;p&gt;A more permanent solution to the problem was introduced with Windows 7 with Offline Domain Join. Not only does this Active Directory Domain Services-related feature offer the ability to join a computer to an Active Directory domain without a networking connection between a Domain Controller and the computer to be joined. Its communication streamlining also applies to every domain join, as I covered earlier in &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/02/27/top-5-myths-on-offline-domain-join.aspx"&gt;my blog post on the Top 5 Myths on Offline Domain Join&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h1&gt;(Part of) The solution&lt;/h1&gt;  &lt;p&gt;A lot of times, the root cause of stale objects in Active Directory is the lack of (procedures for the) interaction between an HR department (who known who were hired and fired), a facilities department (who knows where computers are located) and the IT department (who need to make these changes to keep Active Directory up to date).&lt;/p&gt;  &lt;h2&gt;Optimizing communication&lt;/h2&gt;  &lt;p&gt;Optimizing communication between the HR, facilities and IT departments should be your main focus when trying to solve the situations surrounding stale user objects and computer objects. A process-based approach would best suit tackling this.&lt;/p&gt;  &lt;h2&gt;Mitigating factors&lt;/h2&gt;  &lt;p&gt;Processes will save you in the long run, but as an Active Directory admin, there’s also a couple of things you can do right now. You can take action to prevent most of the security breaches, by:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;configuring Account lockout policies in Active Directory &lt;/li&gt;    &lt;li&gt;configuring new user objects with randomly generated complex passwords &lt;/li&gt;    &lt;li&gt;migrating client computers to Windows 7 and/or Windows 8 &lt;/li&gt; &lt;/ul&gt;  &lt;h2&gt;Cleanup&lt;/h2&gt;  &lt;p&gt;With the long term covered with processes and the biggest security problems tackled, the only task left is the perform a cleanup in the Active Directory database.&lt;/p&gt;  &lt;p&gt;You might want to get rid of:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Computer objects that have not been used to log onto in the last 30 days &lt;/li&gt;    &lt;li&gt;User objects that have not been used to (interactively) log on ever &lt;/li&gt;    &lt;li&gt;User objects that have not been used to (interactively) log on in the last 30 days. &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Cleaning stale computer objects&lt;/h3&gt;  &lt;p&gt;To detect stale computer objects, Microsoft has released &lt;a href="http://support.microsoft.com/kb/197478"&gt;a script as part of Knowledgebase Article 197478&lt;/a&gt; that, under the hood, uses &lt;strong&gt;nltest.exe&lt;/strong&gt; to check the PasswordLastSet output. Several PowerShell scripts exist that check the &lt;strong&gt;PwdLastSet &lt;/strong&gt;(&lt;a href="http://4sysops.com/archives/powershell-script-to-find-inactive-computers-in-active-directory/"&gt;script&lt;/a&gt;) or &lt;strong&gt;lastLogonTimestamp &lt;/strong&gt;(&lt;a href="http://jthys.wordpress.com/2011/04/05/powershell-get-inactive-computer-objects-in-ad/"&gt;script&lt;/a&gt;) attributes directly in the Active Directory database. &lt;a href="http://www.joeware.net/freetools/tools/oldcmp/"&gt;Joe Richards’ command-line tool &lt;strong&gt;oldcmp.exe&lt;/strong&gt;&lt;/a&gt; is one of the leanest tools available to tackle the problem, while many other 3rd party solutions offer the functionality as part of a more elaborate reporting solution. &lt;/p&gt;  &lt;p&gt;Many of these Active Directory reporting&amp;#160; solutions will set you back a fair amount of budget, but &lt;a href="http://www.stealthbits.com/qap-ad-cleanup"&gt;STEALTHbits’ free StealthAUDIT Active Directory Assessment&lt;/a&gt; will both report on stale objects in bar graphs and will output its findings in XML-based files, ready for your PowerShell scripts. Since StealthAUDIT uses its own Microsoft SQL Server database, the load on your Domain Controllers when being examined remains minimal.&lt;/p&gt;  &lt;p&gt;When you use these tools, you might find a surprising list of computers that have been identified as stale, but purring away peacefully as part of every day operations… This situation can be caused by &lt;a href="http://support.microsoft.com/kb/154501"&gt;settings that disable computer account password resets&lt;/a&gt;. Always browse through the list with inactive computer objects, before accidentally deleting active computer objects. &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font color="#0080ff"&gt;Tip!&lt;/font&gt;         &lt;br /&gt;&lt;/strong&gt;Protection from Accidental Deletion on individual computer objects might help preserving often targeted computer objects &lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;font color="#0080ff"&gt;Tip!&lt;/font&gt;&lt;/strong&gt;      &lt;br /&gt;Before performing any cleanup actions, would be an excellent moment to&amp;#160; &lt;a href="http://technet.microsoft.com/en-us/library/dd392261(v=ws.10).aspx"&gt;enable the Active Directory Recycle Bin&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;h3&gt;Cleaning stale user objects&lt;/h3&gt;  &lt;p&gt;Stale user objects can be targeted with much of the same 3rd party tools. Again, a load of scripts can be used to find (and remove) unnecessarily created user objects. &lt;/p&gt;  &lt;p&gt;When running Windows Server 2012 and Windows Server 2008 R2-based Domain Controllers you can also use the &lt;strong&gt;Global Search&lt;/strong&gt; functionality in Active Directory Administrative Center (&lt;strong&gt;dsac.exe&lt;/strong&gt;). The Global Search option has a couple of helpful default criteria, that help you identify dangerous user objects. Below is a view on the criteria in the Windows Server 2012 Active Directory Administrative Center:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/ADACGlobalSearchCriteria_23060F4B.png"&gt;&lt;img title="Criteria when using Global Search when using the Active Directory Administrative Center in Windows Server 2012 (click for larger screenshot)" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Criteria when using Global Search when using the Active Directory Administrative Center in Windows Server 2012 (click for larger screenshot)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/ADACGlobalSearchCriteria_thumb_06F55060.png" width="520" height="407" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Obviously, the stale user objects that have the most potential to be used to wreck your environment would be:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;enabled user objects &lt;/li&gt;    &lt;li&gt;user objects without a password expiration date &lt;/li&gt;    &lt;li&gt;user objects that have not been used to log on for more than 30 days. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Clicking on the &lt;strong&gt;Search&lt;/strong&gt; button, would return a list with objects that need the attention of an Active Directory admin. Now, the list should not be considered as input to a script, since several reasons exist why user objects appear as stale, but still need to be retained:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;User objects belonging to colleagues on maternity leave, sabbatical, etc. &lt;/li&gt;    &lt;li&gt;User objects belonging to services that don’t log on interactively &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;From the list in the Active Directory Administrative Center you can easily pick the user objects you want to delete and disarming them by either right-clicking the selection and select &lt;strong&gt;Delete&lt;/strong&gt; or &lt;strong&gt;Disable all&lt;/strong&gt; from the context menu or pressing the &lt;strong&gt;Del&lt;/strong&gt; button on your keyboard.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Concluding&lt;/h1&gt;  &lt;p&gt;Stale objects in Active Directory pose a significant security risk. You can address these risks by introducing processes to control the lifecycle of objects in Active Directory. Additionally, you can take actions to clean up your Active Directory.&lt;/p&gt;  &lt;h2&gt;Related blogposts&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/02/13/tip-zohno-s-z-hire-amp-z-term-freeware.aspx"&gt;Tip: Zohno’s Z-Hire &amp;amp; Z-Term (freeware)&lt;/a&gt;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/02/27/top-5-myths-on-offline-domain-join.aspx"&gt;Top 5 Myths on Offline Domain Join&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Related Microsoft Knowledgebase articles&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/154501"&gt;&lt;strong&gt;154501&lt;/strong&gt; How to disable automatic machine account password changes&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/255042"&gt;&lt;strong&gt;255042 &lt;/strong&gt;How to make machine accounts programmatically by using ADSI with Visual C++&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/197478"&gt;&lt;strong&gt;197478&lt;/strong&gt; How to detect and remove inactive machine accounts&lt;/a&gt; &lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://www.derekseaman.com/2010/06/sia338-authentication-passwords-good.html"&gt;SIA338: Authentication &amp;amp; Passwords, The Good, The Bad &amp;amp; The Really Ugly&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/dd392261(v=ws.10).aspx"&gt;Active Directory Recycle Bin Step-by-Step Guide&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/dd378856(v=WS.10).aspx"&gt;What's New in AD DS: Active Directory Administrative Center&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://windowsitpro.com/windows-server-2008/using-active-directory-administrative-center-windows-server-2008-r2"&gt;Using Active Directory Administrative Center in Windows Server 2008 R2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://windowsitpro.com/scripting/finding-stale-accounts-active-directory"&gt;Finding Stale Accounts in Active Directory&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://itknowledgeexchange.techtarget.com/itanswers/active-directory-how-to-identify-inactive-computer-accounts/"&gt;Active Directory: How to identify inactive computer accounts&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blog.goverlan.com/2012/12/detecting-and-removing-stale-computer-accounts-in-active-directory/"&gt;Detecting and Removing Stale Computer Accounts in Active Directory&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.activedirsec.com/last_logon.html"&gt;Active Directory True Last Logon&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6859" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Security/default.aspx">Security</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Inside+the+database/default.aspx">Inside the database</category></item><item><title>Active Directory Services and their System Center Management Packs</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/05/13/active-directory-services-and-their-system-center-management-packs.aspx</link><pubDate>Mon, 13 May 2013 06:06:32 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6856</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6856.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6856</wfw:commentRss><description>&lt;p&gt;&lt;img title="System Center" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;float:right;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="System Center" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/SystemCenter_logo_08356568.png" width="120" height="127" /&gt;As you might be aware, every Microsoft technology has the requirement to be manageable through PowerShell and System Center. Manageability through System Center is done through Management Packs. (MPs).&lt;/p&gt;  &lt;p&gt;While I discussed &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/05/10/active-directory-services-and-powershell-manageability.aspx"&gt;the PowerShell manageability stories for the five Active Directory services&lt;/a&gt; last Saturday, below is the overview of the availability and functionality of the Management Packs (MPs) for the five Active Directory services:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h3&gt;Active Directory Domain Services&lt;/h3&gt;  &lt;p&gt;For Windows Servers running the Active Directory Domain Services as Domain Controllers, a System Center Management Pack has been available for ages, even before the products responsible for management were labeled ‘System Center’ (System Center Operations Manager was called MOM Server and System Center Configuration Manager was called SMS Server). &lt;/p&gt;  &lt;p&gt;The Active Directory Domain Services Management Pack for System Center provides both proactive and reactive monitoring of your Active Directory deployment. It monitors events that various Active Directory components and subsystems place in the Application, System, and Service event logs. It also monitors the overall health of the Active Directory system and provides alerts for critical performance issues. &lt;/p&gt;  &lt;p&gt;When used with the Management Pack for the Windows Server Operating System, the DNS Server Role, File Services, Group Policy and DFS Replication, a complete management view starts to emerge, where you can monitor the health of your Domain Controllers.&lt;/p&gt;  &lt;p&gt;The latest version (v6.0.8070.0) adds support for Windows Server 2012.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Download&lt;/strong&gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=21357"&gt;MP for AD Domain Services v6.0.8070.0&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Also available is a System Center Integration Pack, that allows System Center 2012 - Orchestrator to connect to your Active Directory Server to automate Identity and Access management tasks.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Download &lt;/strong&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=28020"&gt;System Center Integration Pack for Active Directory v7.0&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h3&gt;Active Directory Lightweight Directory Services&lt;/h3&gt;  &lt;p&gt;The Active Directory Lightweight Directory Services (AD LDS) Management Pack provides both proactive and reactive monitoring of your AD LDS deployment running on Windows Server 2008 and Windows Server 2008 R2. It monitors events that are placed in the Application, System, and Service event logs by various Active Directory Lightweight Directory Services components and subsystems. It also monitors the overall health of the Active Directory Lightweight Directory Services system and alerts you to critical performance issues. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Download &lt;/strong&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=1451"&gt;MP for AD Lightweight Directory Services v6.0.7220.0&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h3&gt;Active Directory Certificate Services&lt;/h3&gt;  &lt;p&gt;The System Center Management Pack for Active Directory Certificate Services provides an early warning to administrators on issues that could affect services so they can investigate and take action, if necessary. &lt;/p&gt;  &lt;p&gt;Two Management Packs for Active Directory Certificate Services are currently available. An ‘old’ Management Pack exists to manage Certification Authorities running on Windows Server 2008 and Windows Server 2008 R2. This Management Pack follows the 6.x version numbering. A completely new 7.x Management Pack is available alongside the 6.x version and enables management of Certification Authorities on Windows Server 2008, Windows Server 2008 R2 and Windows Server 2012.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;Note:          &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;The Management Packs for Active Directory Certificate Services monitors the core Certification Authority, but does not monitor Certificate Services role services (such as the Online (OCSP) responder, Network Device Enrollment Services (NDES), Certificate enrollment web services, NDES, or CA web enrollment).&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;Download &lt;/strong&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=11159"&gt;MP for AD Certificate Services v6.0.7231.0&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;strong&gt;Download&lt;/strong&gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=34765"&gt;MP for Windows Server 2012 AD Certificate Services v7.0.8560.0&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h3&gt;Active Directory Federation Services&lt;/h3&gt;  &lt;p&gt;The System Center Management Pack for Active Directory Federation Services 1.x has been available since September 2007 and for Active Directory Federation Services&amp;#160; 2.x since June 2010. &lt;/p&gt;  &lt;p&gt;The Management Pack for Active Directory Federation Services offers the ability to detect service outages, operational errors and operational warnings. It also alerts on configuration issues and background tasks failures. Auditing can also be monitored, as well as the communication between the federation server and the federation server proxy. With the Management Pack you can be notified of malformed access requests and the health of the Secure Sockets Layer (SSL) certificate of the federation passive website in Internet Information Services (IIS).&lt;/p&gt;  &lt;p&gt;Depending on the version of Active Directory Federation Services, you can choose between the 6.x version and the 7.x version of the Management Pack, where version 6.x can be used to monitor Active Directory Federation Services 1.0 and version 7.x can be used to monitor Active Directory Federation Services 2.0 (available as a separate download for Windows Server 2008 R2) and 2.1 (bundled with Windows Server 2012).&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Download&lt;/strong&gt;&amp;#160;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=20702"&gt;MP for Windows Server 2003 R2 AD Federation Services v6.0.5000.0&lt;/a&gt;&amp;#160;&lt;strong&gt;      &lt;br /&gt;Download &lt;/strong&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=19265"&gt;MP for AD Federation Services 2.0 and 2.1 v7.0.8560.0&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h3&gt;Active Directory Rights Management Services&lt;/h3&gt;  &lt;p&gt;The System Center Management Pack for Active Directory Rights Management Services (AD RMS) has been available since July 2011 and monitors the performance and availability of the Windows Server 2008 SP2 or Windows Server 2008 R2 versions of AD RMS. By detecting, alerting on, and automatically responding to critical events and performance indicators, this Management Pack helps indicate, correct, and prevent possible AD RMS related service outages. The System Center Monitoring Pack for Active Directory Rights Management Services for Windows Server 2008 SP2 or Windows Server 2008 R2 helps ensure that your AD RMS components are available and working correctly. &lt;/p&gt;  &lt;p&gt;In September 2012, Microsoft released a version 7.x of the Management Pack for Active Directory Rights Management Services. This Management Pack can be used to manage Rights Management Services, running on Windows Server 2012. For Rights Management Services running on Windows Server 2008 and Windows Server 2008 R2, the 6.0.7xxx.x version of the Management Pack is the one to use. For sturdy Rights Management Servers on Windows Server 2003, the 6.0.5000.0 version of the Management Pack offers the desired monitoring capabilities.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Download &lt;/strong&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=7585"&gt;MP for Windows Server 2003 Rights Management Services v6.0.5000.0&lt;/a&gt;     &lt;br /&gt;&lt;strong&gt;Download&lt;/strong&gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=26911"&gt;MP for AD Rights Management Services v6.0.7597.0&lt;/a&gt;     &lt;br /&gt;&lt;strong&gt;Download&lt;/strong&gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=34766"&gt;MP for Windows Server 2012 AD Rights Management Services v7.0.8560.0&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Related blogposts &lt;/h2&gt; &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/01/20/active-directory-domain-services-management-pack-for-system-center-updated-last-week.aspx"&gt;Active Directory Domain Services Management Pack for System Center updated last week&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2011/10/06/system-center-monitoring-pack-for-active-directory-was-updated-today.aspx"&gt;System Center Monitoring Pack for Active Directory was updated today&lt;/a&gt;   &lt;br /&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc838065.aspx"&gt;Understanding Active Directory Domain Services Management Pack Operations&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.systemcentercentral.com/opsmgr-recent-management-pack-releases-and-updates-january-2013/"&gt;OpsMgr: Recent Management Pack Releases and Updates (January 2013)&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://kevingreeneitblog.blogspot.nl/2013/01/new-and-recent-system-center-downloads.html"&gt;New and Recent System Center Downloads&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://cloudadministrator.wordpress.com/2013/01/10/new-version-active-directory-domain-services-management-pack-for-system-center/"&gt;New Version: Active Directory Domain Services Management Pack for System Center&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/b/momteam/archive/2013/04/29/windows-server-active-directory-certificate-services-2012-mp-released.aspx"&gt;Windows Server Active Directory Certificate Services 2012 MP *Language Packs* Released&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Related downloads&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=9296&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm"&gt;System Center Management Pack for Windows Server Operating System&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=38434"&gt;System Center Management Pack for Windows 8 Client Operating System&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6856" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008/default.aspx">Microsoft Windows Server 2008</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008+R2/default.aspx">Microsoft Windows Server 2008 R2</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2012/default.aspx">Microsoft Windows Server 2012</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Center/default.aspx">System Center</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2003/default.aspx">Microsoft Windows Server 2003</category></item><item><title>Active Directory Services and PowerShell manageability</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/05/10/active-directory-services-and-powershell-manageability.aspx</link><pubDate>Fri, 10 May 2013 15:45:10 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6855</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6855.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6855</wfw:commentRss><description>&lt;p&gt;&lt;img title="PowerShell" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;float:right;padding-top:0px;padding-left:0px;margin:0px 0px 0px 10px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="PowerShell" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/logo-powershell_14DDDE1B.png" width="160" height="160" /&gt;As you might be aware, every Microsoft server product has the requirement to be manageable through PowerShell and System Center. The PowerShell requirement is formulated as part of &lt;a href="http://www.microsoft.com/cec/"&gt;the Common Engineering Criteria (CEC)&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;With PowerShell available as a version 3 product (and part of Windows Server 2012) it’s time to see how the teams, responsible for the Active Directory products have built their management stories around PowerShell. &lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h3&gt;Active Directory Domain Services&lt;/h3&gt;  &lt;p&gt;The Active Directory Domain Services, that we love and loath as the core of our networking infrastructure on our Domain Controllers is manageable through PowerShell scripting. To enjoy PowerShell support in Active Directory Domain Services, it is recommended to manage your Domain Controllers from Windows Server 2012 or from a Windows 8 installation with the Remote Server Administration Tools (RSAT) for Active Directory installed. This way you can enjoy &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/09/03/new-features-in-active-directory-domain-services-in-windows-server-2012-part-4-new-powershell-cmdlets.aspx"&gt;the 135 Active Directory Domain Services management-related PowerShell Cmdlets and 9 Active Directory Domain Services deployment-related PowerShell Cmdlets&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;The Active Directory Domain Services team even went a few steps further and incorporated &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/09/03/new-features-in-active-directory-domain-services-in-windows-server-2012-part-5-powershell-history-viewer.aspx"&gt;the PowerShell History viewer into the Active Directory Administrative Center (dsac.exe)&lt;/a&gt;, that helps you discover the PowerShell magic that happens under the hood. &lt;/p&gt;  &lt;p&gt;A couple of exceptions still exist, that make it impossible to manage Active Directory Domain Services from the PowerShell prompt completely. Tools like &lt;strong&gt;ntdsutil.exe&lt;/strong&gt;, &lt;strong&gt;dsamain.exe&lt;/strong&gt;, &lt;strong&gt;redirusr.exe&lt;/strong&gt; and &lt;strong&gt;redircmp.exe&lt;/strong&gt; come to mind, almost immediately. On the other end of the spectrum, several other functions in Active Directory Domain Services are only easily manageable with PowerShell. MSAs come to mind, quite to my own surprise...&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h3&gt;Active Directory Lightweight Domain Services&lt;/h3&gt;  &lt;p&gt;The Active Directory Lightweight Domain Services offer specialized Domain Services, targeted at applications and perimeter networks. Their charm is you can manage the Lightweight Directory Services (mostly) with the same tools as you can manage the Directory Services in PowerShell (as long as you install the AD LDS Display Specifiers schema and Display Specifiers by importing &lt;strong&gt;MS-ADLDS-DisplaySpecifiers.ldf&lt;/strong&gt;.). &lt;/p&gt;  &lt;p&gt;Alas, the PowerShell learning ability, offered by the Active Directory Administrative Center (&lt;strong&gt;dsac.exe&lt;/strong&gt;), is not available for Active Directory Lightweight Directory Services, since this management tool can not be directed to a Lightweight Directory Services installation.&lt;/p&gt;  &lt;p&gt;Since most tools are exchangeable between Lightweight Directory Services and Directory Services, roughly the same exceptions for full PowerShell manageability exist.&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h3&gt;Active Directory Certificate Services&lt;/h3&gt;  &lt;p&gt;Active Directory Certificate Services enable you to run Certification Authorities on Windows Servers. For Windows Server 2012, the team behind Active Directory Certificate Services has developed &lt;a href="http://technet.microsoft.com/library/hh848390.aspx"&gt;twelve PowerShell Cmdlets to deploy Certificate Services&lt;/a&gt;. Also an additional &lt;a href="http://technet.microsoft.com/library/hh848365.aspx"&gt;nine PowerShell Cmdlets were specifically created to manage certificates&lt;/a&gt;, but you can also manage these by mounting the Certificate Store as a PowerShell drive, if need be.&lt;/p&gt;  &lt;p&gt;In versions of Windows Server earlier than Windows Server 2012, no built-in PowerShell Cmdlets were available to manage Active Directory Certificate Services, but you could rely on &lt;strong&gt;certutil.exe&lt;/strong&gt; to script through them.&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h3&gt;Active Directory Federation Services&lt;/h3&gt;  &lt;p&gt;As was the case with Active Directory Federation Services 2.0, which was a separately downloadable installation, Active Directory Federation Services 2.1, that comes bundled with Windows Server 2012, can be managed through PowerShell. &lt;a href="http://technet.microsoft.com/library/jj553800.aspx"&gt;A total of 48 Active Directory Federation Services-related PowerShell Cmdlets are available on Windows Server 2012&lt;/a&gt;, covering both deployment and management.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h3&gt;Active Directory Rights Management Services&lt;/h3&gt;  &lt;p&gt;As you might expect, the Active Directory Rights Management Services in Windows Server 2008 R2 and Windows Server 2012 are also PowerShell-enabled. &lt;a href="http://technet.microsoft.com/library/jj714128.aspx"&gt;Three straightforward Rights Management Services deployment-focused PowerShell Cmdlets&lt;/a&gt; (appropriately named &lt;strong&gt;Install-ADRMS&lt;/strong&gt;, &lt;strong&gt;Uninstall-ADRMS&lt;/strong&gt; and &lt;strong&gt;Update-ADRMS&lt;/strong&gt;) and &lt;a href="http://technet.microsoft.com/library/jj714145.aspx"&gt;21 Rights Management Services administration-focused PowerShell Cmdlets&lt;/a&gt; are at your disposal.&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Related blogposts&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/09/03/new-features-in-active-directory-domain-services-in-windows-server-2012-part-4-new-powershell-cmdlets.aspx"&gt;New features in AD DS in Windows Server 2012, Part 4: New PowerShell Cmdlets&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/09/03/new-features-in-active-directory-domain-services-in-windows-server-2012-part-5-powershell-history-viewer.aspx"&gt;New features in AD DS in Windows Server 2012, Part 5: PowerShell History Viewer&lt;/a&gt;&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/b/powershell/archive/2006/06/24/645876.aspx"&gt;Managing Active Directory with Windows PowerShell&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee617195.aspx"&gt;Active Directory Cmdlets for Windows Server 2008 R2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=177389"&gt;AD FS 2.0 Cmdlets for Windows Server 2008 R2&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=165547"&gt;AD RMS Cmdlets for Windows Server 2008 R2&lt;/a&gt;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/library/hh848365.aspx"&gt;AD CS Administration Cmdlets in Windows Server 2012&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/library/hh848390.aspx"&gt;AD CS Deployment Cmdlets in Windows Server 2012&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/library/hh852274.aspx"&gt;AD DS Administration Cmdlets in Windows Server 2012&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/library/hh974719"&gt;AD DS Deployment Cmdlet in Windows Server 2012&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/library/jj553800.aspx"&gt;AD FS Cmdlets in Windows Server 2012&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/library/jj714145.aspx"&gt;AD RMS Administration Cmdlets in Windows Server 2012&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/library/jj714128.aspx"&gt;AD RMS Deployment Cmdlets in Windows Server 2012&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6855" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Administration/default.aspx">System Administration</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory+Administrative+Center/default.aspx">Active Directory Administrative Center</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2012/default.aspx">Microsoft Windows Server 2012</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/PowerShell/default.aspx">PowerShell</category></item><item><title>Active Directory Services on Server Core installations</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/05/09/active-directory-services-on-server-core-installations.aspx</link><pubDate>Thu, 09 May 2013 18:58:18 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6854</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6854.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6854</wfw:commentRss><description>&lt;p&gt;&lt;img title="Server Core" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;float:right;padding-top:0px;padding-left:0px;margin:0px 0px 0px 10px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Server Core" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/ServerCore_085D782C.jpg" width="100" height="119" /&gt;Windows Server 2012 is a major leap forward for Server Core installations of Windows Server. Not only are Full installations of Windows Server convertible back and forth to Server Core installations without reinstallation, a whole slew of new Server Roles have become available for installation on the mean, clean Server Core installations.&lt;/p&gt;  &lt;p&gt;Active Directory Domain Services have been available since day 1 on Server Core installations, but what about the other four services? Can you install these on Server Core? &lt;/p&gt;  &lt;p&gt;The table below shows the Active Directory services, available for installation on Server Core installation of Windows Server 2008, Windows Server 2008 R2 and Windows Server 2012:&lt;/p&gt;  &lt;p&gt;&lt;img title="Table with Active Directory Services and their abaility to run on Server Core installations" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Table with Active Directory Services and their abaility to run on Server Core installations" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Table5xADS3xServerCore_1CE2C7AA.png" width="469" height="298" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can install the Active Directory Services on Server Core installations in four ways:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;From the command-line of the Server Core installation using:      &lt;ol&gt;       &lt;li&gt;&lt;strong&gt;dism.exe&lt;/strong&gt;,&lt;strong&gt; pkgmgr.exe&lt;/strong&gt; or the &lt;strong&gt;Install-WindowsFeature&lt;/strong&gt; / &lt;strong&gt;Add-WindowsFeature&lt;/strong&gt; PowerShell Cmdlet on Windows Server 2012 &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;dism.exe&lt;/strong&gt; or&lt;strong&gt; pkgmgr.exe&lt;/strong&gt; or the &lt;strong&gt;Add-WindowsFeature&lt;/strong&gt; PowerShell Cmdlet (after you’ve manually installed PowerShell and have imported the &lt;strong&gt;ServerManager&lt;/strong&gt; PowerShell module) on Windows Server 2008 R2 &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;ocsetup.exe&lt;/strong&gt; or&lt;strong&gt; pkgmgr.exe&lt;/strong&gt; on Windows Server 2008           &lt;br /&gt;&amp;#160; &lt;/li&gt;     &lt;/ol&gt;   &lt;/li&gt;    &lt;li&gt;From the command-line of the Server Core installation over a Remote Desktop Connection. &lt;/li&gt;    &lt;li&gt;From a remote command-line of a Full installation of Windows, a full installation of Windows Server or another Server Core installation of Windows Server through remote PowerShell or Windows Remote Management (&lt;strong&gt;winrs.exe&lt;/strong&gt;). &lt;/li&gt;    &lt;li&gt;From Server Manager in Windows Server 2012, targeted at a Server Core installation of Windows Server 2012. This method does not work with Windows Server 2008 or Windows Server 2008 R2. &lt;/li&gt; &lt;/ol&gt;    &lt;h2&gt;Related blogposts&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/05/03/installing-server-core-domain-controllers.aspx"&gt;Installing Server Core Domain Controllers&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2010/10/04/how-to-install-a-server-core-r2-domain-controller.aspx"&gt;How to install a Server Core R2 Domain Controller&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/09/08/the-importance-of-server-core.aspx"&gt;The importance of Server Core&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2010/02/03/server-core-roles-and-features-in-2008-r2.aspx"&gt;Server Core Roles and Features in 2008 R2&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/09/24/some-server-core-domain-controllers-heading-for-a-dead-end-street.aspx"&gt;Some Server Core Domain Controllers heading for a dead end street&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2010/02/02/how-to-get-going-with-powershell-in-server-core-r2.aspx"&gt;How to get going with PowerShell in Server Core R2&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://4sysops.com/archives/server-roles-in-server-core-part-2-domain-controllers/"&gt;How to configure Windows Server 2012 Server Core as Domain Controller&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/b/benp/archive/2008/06/20/how-to-configure-a-server-core-domain-controller-vanilla-to-first-dc-in-a-forest.aspx"&gt;How to Configure a Server Core Domain Controller: Vanilla to First DC in a Forest&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/b/mpriem/archive/2007/12/11/windows-server-2008-server-core.aspx"&gt;Windows Server 2008 - Server Core&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://thenrml.wordpress.com/2009/12/26/install-an-additional-domain-controller-on-server-core-r2/"&gt;Install an Additional Domain Controller on Server Core R2&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6854" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008/default.aspx">Microsoft Windows Server 2008</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Server+Core/default.aspx">Server Core</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008+R2/default.aspx">Microsoft Windows Server 2008 R2</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2012/default.aspx">Microsoft Windows Server 2012</category></item><item><title>Identity and Authentication in the cloud: Office 2013 and Office 365 (Poster)</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/05/08/identity-and-authentication-in-the-cloud-office-2013-and-office-365-poster.aspx</link><pubDate>Wed, 08 May 2013 06:19:06 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6853</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6853.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6853</wfw:commentRss><description>&lt;p&gt;Last week, Microsoft released &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=38193"&gt;a poster, detailing identity and authentication for Office 2013 and Office 365&lt;/a&gt;. It details the scenario where you would provision accounts in Microsoft's Online Services environment (Scenario 1) and also details the scenario where you would federate your on-premises Active Directory infrastructure with Microsoft's Online Services environment (Scenario 2): &lt;/p&gt;  &lt;p&gt;&lt;img title="Identity and Authentication in the cloud: Office 2013 and Office 365 (Poster)" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Identity and Authentication in the cloud: Office 2013 and Office 365 (Poster)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Identity-and-Authentication-in-Office-2013-and-O365_1C7ED978.png" width="524" height="676" /&gt;&lt;/p&gt;  &lt;p&gt;You can download the poster in both PDF and Microsoft Visio Drawing (*.vsd) format. The PDF can be used across Operating Systems (as would identity and authentication in the cloud), where the Visio drawing can be used to reuse some of the drawing in your own drawings and/or presentations.&lt;/p&gt;  &lt;p&gt;This PDF would also do nicely over your bed, but could also be used to &lt;a href="http://www.imdb.com/title/tt0079116/"&gt;escape from Alcatraz&lt;/a&gt;, if that more resembles your situation…&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;Today, Microsoft has released an update to the &lt;a href="http://aka.ms/sposterpedia"&gt;Server Posterpedia&lt;/a&gt; app. &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/09/25/server-posterpedia-a-good-way-to-learn-active-directory.aspx"&gt;I’ve mentioned this app before&lt;/a&gt; and it has seen several updates since. Today, the Identity and Authentication in the cloud: Office 2013 and Office 365 Poster was added to the app. You’ll be able to spot it when you scroll to the right in the app under &lt;strong&gt;Office&lt;/strong&gt;.&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6853" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Windows+Activation/default.aspx">Windows Activation</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Windows+Azure/default.aspx">Windows Azure</category></item><item><title>Best Practices for Securing Active Directory</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/04/26/best-practices-for-securing-active-directory.aspx</link><pubDate>Fri, 26 Apr 2013 08:05:19 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6838</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6838.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6838</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/Goodshield_27901DB5.png"&gt;&lt;img title="Goodshield" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;float:right;padding-top:0px;padding-left:0px;margin:0px 0px 22px 10px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Goodshield" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Goodshield_thumb_1C627F6C.png" width="120" height="120" /&gt;&lt;/a&gt;Today, Microsoft has released a document, detailing the &lt;strong&gt;Best Practices for Securing Active Directory Domain Services&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;The document contains 22 best practice recommendations to assist organizations in enhancing the security of their Active Directory installations. By implementing these recommendations, organizations will be able to identify and prioritize security activities, protect key segments of their organization’s computing infrastructure, and create controls that significantly decrease the likelihood of successful attacks against critical components of their networking environments:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Patch applications.&lt;/li&gt;    &lt;li&gt;Patch operating systems.&lt;/li&gt;    &lt;li&gt;Deploy and promptly update antivirus and antimalware software across all systems and monitor for attempts to remove or disable it.&lt;/li&gt;    &lt;li&gt;Monitor sensitive Active Directory objects for modification attempts and Windows for events that may indicate attempted compromise.&lt;/li&gt;    &lt;li&gt;Protect and monitor accounts for users who have access to sensitive data.&lt;/li&gt;    &lt;li&gt;Prevent powerful accounts from being used on unauthorized systems.&lt;/li&gt;    &lt;li&gt;Eliminate permanent membership in highly privileged groups.&lt;/li&gt;    &lt;li&gt;Implement controls to grant temporary membership in privileged groups when needed.&lt;/li&gt;    &lt;li&gt;Implement secure administrative hosts.&lt;/li&gt;    &lt;li&gt;Use application whitelisting on domain controllers, administrative hosts, and other sensitive systems.&lt;/li&gt;    &lt;li&gt;Identify critical assets, and prioritize their security and monitoring.&lt;/li&gt;    &lt;li&gt;Implement least-privilege, role-based access controls to administer the directory, its supporting infrastructure, and domain-joined systems.&lt;/li&gt;    &lt;li&gt;Isolate legacy systems and applications.&lt;/li&gt;    &lt;li&gt;Decommission legacy systems and applications.&lt;/li&gt;    &lt;li&gt;Implement secure development lifecycle programs for custom applications.&lt;/li&gt;    &lt;li&gt;Implement configuration management, review compliance regularly, and evaluate settings with each new hardware or software version.&lt;/li&gt;    &lt;li&gt;Migrate critical assets to pristine forests with stringent security and monitoring requirements.&lt;/li&gt;    &lt;li&gt;Simplify security for end users.&lt;/li&gt;    &lt;li&gt;Use host-based firewalls to control and secure communications.&lt;/li&gt;    &lt;li&gt;Patch devices.&lt;/li&gt;    &lt;li&gt;Implement business-centric lifecycle management for IT assets.&lt;/li&gt;    &lt;li&gt;Create or update incident recovery plans.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;The document also discusses the most common attacks against Active Directory and countermeasures to reduce the attack surface, and recommendations for recovery in the event of complete compromise.&lt;/p&gt;  &lt;p&gt;The 321-page document (135 pages of main content and 185 pages with appendices A through M) is provided for &lt;font color="#0080ff"&gt;&lt;strong&gt;free&lt;/strong&gt; &lt;/font&gt;in *.docx format. Download it &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=38785"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Related blogposts&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/tomek/archive/2006/09/21/Auditing-directory-changes-aka-_2600_quot_3B00_Who-deleted-this-object_3F002600_quot_3B00_.aspx"&gt;Auditing directory changes aka &amp;quot;Who deleted this object&amp;quot;&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/tomek/archive/2005/11/21/confidential-bit.aspx"&gt;How to create and use confidential attributes&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/04/10/ms013-032-vulnerability-in-active-directory-could-allow-remote-code-execution-important.aspx"&gt;MS013-032 Vulnerability in Active Directory Could Allow Remote Code Execution (Important)&lt;/a&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/12/03/preventing-domain-controller-promotions-cloning-and-demotions-in-windows-server-2012.aspx"&gt;Preventing Domain Controller promotions, cloning and demotions in Windows Server 2012&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/11/06/updated-active-directory-capacity-planning-guidance-available-adsizer-exe-be-gone.aspx"&gt;Updated Active Directory Capacity Planning Guidance Available (adsizer.exe Be Gone!)&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Acknowledgements&lt;/h2&gt;  &lt;p&gt;Thanks to Meinolf Weber for the tip.&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6838" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Administration/default.aspx">System Administration</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Setup+_2600_amp_3B00_+Deployment/default.aspx">Setup &amp;amp; Deployment</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Security/default.aspx">Security</category></item><item><title>Applicability of Managed Service Accounts (MSAs) and group Managed Service Accounts (gMSAs)</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/04/23/applicability-of-managed-service-accounts-msas-and-group-managed-service-accounts-gmsas.aspx</link><pubDate>Tue, 23 Apr 2013 13:12:01 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6831</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6831.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6831</wfw:commentRss><description>&lt;p&gt;Recently, one of my readers approached me with some questions on Managed Service Accounts (MSAs). From our discussion, I realized a lot of people may be unclear about the applicability of Managed Service Accounts (MSAs) and group Managed Service Accounts (gMSAs).&lt;/p&gt;  &lt;p&gt;So, this blogpost features a comprehensive table, showing the applicability of Managed Service Accounts (MSAs) and group Managed Service Accounts (gMSAs) in a glance. &lt;/p&gt;  &lt;p&gt;In this table you can quickly see which Operating Systems you can run services, configured with Managed Service accounts (MSAs) and group Managed Service accounts (gMSAs):&lt;/p&gt;  &lt;p&gt;&lt;img title="Table showing the applicability of Managed Service Accounts (MSAs) and group Managed Service Accounts (gMSAs), including Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008 and Windows Server 2012" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Table showing the applicability of Managed Service Accounts (MSAs) and group Managed Service Accounts (gMSAs), including Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008 and Windows Server 2012" src="http://blogs.dirteam.com/blogs/sanderberkouwer/TableMSAsandgMSAs_57FE273F.png" width="493" height="447" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h3&gt;Managed Service Accounts (MSAs)&lt;/h3&gt;  &lt;p&gt;Managed Service Accounts (MSAs) were introduced with Active Directory Domain Services in Windows Server 2008 R2. Managed Service Accounts (MSAs) can be used to run services on domain-joined clients and servers, to address typical service account challenges:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Service account password changes are a nightmare and they tend to break stuff. Thus, many organizations configure service accounts with non-expiring passwords. Nonetheless, it is a best practice to change these passwords regularly, for these accounts have a high risk of getting their passwords brute-forced.&lt;/li&gt;    &lt;li&gt;Passwords for service accounts are stored in plain text in registry. Sure, the passwords are protected, but still accessible if you know how. &lt;/li&gt;    &lt;li&gt;The Scope of service accounts is not easily set. Service accounts can often be used outside the intended scope, for instance to set up VPN connections are send mail through the (authenticated) SMTP gateway. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Under the hood, Managed Service Accounts (MSAs) are a new type of object (msDS-ManagedServiceAccount), derived from the computer account object and living in the Managed Service Accounts container under the domain root. &lt;/p&gt;  &lt;p&gt;Managed Service Accounts (MSAs) can be configured in Active Directory environments running Windows Server 2003 and Windows Server 2008 Functional levels. Domains at the Windows Server 2008 R2 functional level provide native support for both automatic password management and SPN management.&lt;/p&gt;  &lt;h3&gt;Group Managed Service Accounts (gMSAs)&lt;/h3&gt;  &lt;p&gt;Alongside the Managed Service Account (MSA), in Windows Server 2012, a new type of object is being introduced: the group Managed Service Account. (msDS-GroupManagedServiceAccount)&lt;/p&gt;  &lt;p&gt;gMSAs provide the same functionality as MSAs within the domain but also extends that functionality over multiple servers. This way, gMSAs provide a single identity solution for services running on a server farm, or on systems behind Network Load Balance. By using gMSAs, services can be configured for the new gMSA object and the password management is handled by Windows.&lt;/p&gt;  &lt;p&gt;group Managed Service Accounts (gMSAs) can be configured in Active Directory environments running Windows Server 2003 and Windows Server 2008 Functional levels. Domains at the Windows Server 2008 R2 functional level provide native support for automatic SPN management.&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2010/12/06/active-directory-feature-requirements.aspx"&gt;Active Directory Feature Requirements&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/09/04/new-features-in-active-directory-domain-services-in-windows-server-2012-part-8-group-msas-gmsas.aspx"&gt;New features in AD DS in Windows Server 2012, Part 8: Group MSAs (gMSAs)&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6831" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008+R2/default.aspx">Microsoft Windows Server 2008 R2</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2012/default.aspx">Microsoft Windows Server 2012</category></item><item><title>Pictures of the NGN Tablet Day</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/04/18/pictures-of-the-ngn-tablet-day.aspx</link><pubDate>Thu, 18 Apr 2013 12:08:46 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6828</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6828.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6828</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/ngn-logo_34212B40.jpg"&gt;&lt;img title="ngn-logo" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;float:right;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="ngn-logo" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/ngn-logo_thumb_41873E46.jpg" width="116" height="117" /&gt;&lt;/a&gt;Yesterday, the Dutch Networking User Group organized the Tablet Day at the Reehorst in Ede, the Netherlands. Dave and I presented a 45-minute session on device management through ActiveSync. The whole day was packed with sessions from many speakers and it was a great success with good drinks and a dinner afterwards. &lt;/p&gt;  &lt;p&gt;Some people took pictures during our session, so I thought of sharing some of them with you in this blogpost.&lt;/p&gt;  &lt;p&gt;We had a big room with nice natural lighting, that felt like a breath of fresh air in contrast to the main auditorium of the Reehorst. The room was filled with 150 seats and, as you can see in the picture below, the majority of them were used by people attending our session:&lt;/p&gt;        &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/Sander_Dave-7_61729B43.jpg"&gt;&lt;img title="Overview of our room mid-session (Photo taken by Ed Wens)" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Overview of our room mid-session (Photo taken by Ed Wens)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Sander_Dave-7_thumb_4F29D481.jpg" width="525" height="399" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Since this was the third time Dave and I presented on the topic, we felt pretty confident and had a lot of fun discussing the IOS 6.1 ActiveSync bug, the effects of ActiveSync settings on various tablet and phone models and the missing Swipe Password API on Android-based devices:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/Sander_Dave-5_480A9809.jpg"&gt;&lt;img title="Seems legit (photo taken by Ed Wens)" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Seems legit (photo taken by Ed Wens)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Sander_Dave-5_thumb_40EB5B91.jpg" width="260" height="180" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/Sander_Dave-6_20D04ED4.jpg"&gt;&lt;img title="Giving people some time to digest (photo taken by Ed Wens)" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Giving people some time to digest (photo taken by Ed Wens)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Sander_Dave-6_thumb_5C8FE787.jpg" width="260" height="180" /&gt;&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/Sander_Dave-4_6E6C7B54.jpg"&gt;&lt;img title="Dave explaining Exchange Server stuff, calm as ever (photo by Ed Wens)" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Dave explaining Exchange Server stuff, calm as ever (photo by Ed Wens)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Sander_Dave-4_thumb_674D3EDC.jpg" width="260" height="180" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/Sander_Dave-3_602E0264.jpg"&gt;&lt;img title="Providing subtitles to some of Dave&amp;#39;s Exchange wizardry (Photo by Ed Wens)" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Providing subtitles to some of Dave&amp;#39;s Exchange wizardry (Photo by Ed Wens)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Sander_Dave-3_thumb_1BED9B18.jpg" width="260" height="180" /&gt;&lt;/a&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/WP_20130417_017_7BD28E5A.jpg"&gt;     &lt;br /&gt;&lt;img title="Dave providing examples of bad ActiveSync practices" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Dave providing examples of bad ActiveSync practices" src="http://blogs.dirteam.com/blogs/sanderberkouwer/WP_20130417_017_thumb_3B9C74E0.jpg" width="525" height="304" /&gt;&lt;/a&gt;&lt;/p&gt;    &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/03/20/dave-and-i-will-be-presenting-at-the-ngn-tablet-day.aspx"&gt;Dave and I will be presenting at the NGN Tablet Day&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://www.ngn.nl/tabletdag"&gt;NGN Tablet Dag&lt;/a&gt; &lt;strong&gt;&lt;font color="#ffc000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;    &lt;br /&gt;&lt;a href="http://www.ogd.nl/blog/post/2013/04/ogders-en-microsoft-experts-dave-en-sander-spreken-tijdens-ngn-tabletdag/"&gt;OGD’ers en Microsoft-experts Dave en Sander spreken tijdens NGN TabletDag&lt;/a&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ffc000"&gt;Dutch&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6828" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Exchange+Server/default.aspx">Microsoft Exchange Server</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+MVP/default.aspx">Microsoft MVP</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/iPad/default.aspx">iPad</category></item><item><title>I will be speaking at the UK VMUG Meeting in London</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/04/17/i-will-be-speaking-at-the-uk-vmug-meeting-in-london.aspx</link><pubDate>Wed, 17 Apr 2013 07:00:02 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6827</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6827.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6827</wfw:commentRss><description>&lt;p&gt;&lt;img title="" style="float:right;margin:0px 0px 0px 5px;display:inline;" alt="" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/LiveAccountPictureFramed_4A6C78661_2A20902E.png" /&gt;I just received confirmation on speaking at the UK Virtual Machine User Group (VMUG) Meeting in the Hilton Doubletree hotel in London on Tuesday May 21, 2013.&lt;/p&gt;  &lt;p&gt;I will be delivering my session on virtualization-safe(r) Active Directory and Domain Controller Cloning. The same session I have been delivering for the past year at numerous events, including the &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/01/21/i-m-speaking-at-the-dutch-techdays.aspx"&gt;Dutch 2013 Microsoft TechDays&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;About the UK Virtual Machine User Group&lt;/h2&gt;  &lt;p&gt;&lt;img title="" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;float:left;padding-top:0px;padding-left:0px;margin:0px 15px 0px 0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="" align="left" src="http://blogs.dirteam.com/blogs/sanderberkouwer/VMUGLogoUK_4E1FC7EA.png" width="240" height="73" /&gt;The &lt;a href="http://vmug.org.uk/"&gt;UK Virtual Machine User Group (VMUG)&lt;/a&gt; is an association of persons with a vested interest in the successful deployment of virtual infrastructure and their associated technologies. &lt;/p&gt;  &lt;p&gt;The committee are all volunteers and are directly employed to manage and design virtual infrastructure in their organizations.&lt;/p&gt;  &lt;p&gt;VMUG UK is the largest independent cloud and virtualization user group in the UK. As a user group, run by administrators and architects of virtualized systems, the VMUG is all about the contents in the presentations at their events, meeting like minded engineers and learning about new products and trends.&lt;/p&gt;  &lt;p&gt;In contrast to other VMUGs, the UK VMUG has a broader view on virtualization than most VMUGs, who mostly focus on VMware-only virtualization.&lt;/p&gt;  &lt;h2&gt;About the London Meeting&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://vmug.org.uk/index.php/london210513"&gt;The London meeting&lt;/a&gt; will take place from 9AM to 4PM on May 21, 2013 at &lt;a href="http://vmug.org.uk/index.php/london-venue"&gt;the Hilton Doubletree hotel&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;The meeting is packed with presentations from Microsoft, VMware, York University, EG Innovations and Verizon. Also, attendees will be able to discover VMware automation in the available lab environment. As an attendee looking at advancing your career in virtualization, arrange for a one to one meeting with UK's largest virtualization and cloud employment agency during the Career Clinic.&lt;/p&gt;  &lt;p&gt;&lt;img title="Photo of the previous VMUG UK London meeting (courtesy VMUG UK)" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Photo of the previous VMUG UK London meeting (courtesy VMUG UK)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/A7LrJJQCEAMbefl_65D6FF50.jpg" width="520" height="395" /&gt;&lt;/p&gt;  &lt;p&gt;After the event there will be a bar from 4PM to 6PM.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;a href="http://vmug.org.uk/index.php/london210513"&gt;Register&lt;/a&gt; today to attend this meeting.&lt;/strong&gt;&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://vmug.org.uk/index.php/london210513"&gt;VMUG UK London Meeting Page&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://vmug.org.uk/index.php/london-venue"&gt;VMUG UK London Venue&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://twitter.com/VMUGuk"&gt;VMUG UK on Twitter&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://facebook.com/VMUGuk"&gt;VMUG UK on Facebook&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6827" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Virtualization/default.aspx">Virtualization</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+MVP/default.aspx">Microsoft MVP</category></item><item><title>KnowledgeBase: You cannot use redirusr.exe and redircmp.exe in the Windows Server 2008 DFL on Windows Server 2008</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/04/15/knowledgebase-you-cannot-use-redirusr-exe-and-redircmp-exe-in-the-windows-server-2008-dfl-on-windows-server-2008.aspx</link><pubDate>Mon, 15 Apr 2013 15:29:53 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6823</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6823.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6823</wfw:commentRss><description>&lt;p&gt;&lt;img title="Bug" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;float:right;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Bug" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/bug_5121_7EC31837.png" width="120" height="120" /&gt;In the past years, I’ve found many systems and many errors. Today, I’m sharing behavior in Microsoft Windows Server that had me frown and chuckle. A bug in Active Directory code I’ve been grateful for, since it illustrates the nature of software. &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;Note:&lt;/u&gt;&lt;/strong&gt;      &lt;br /&gt;This behavior has not been publicized in the Microsoft KnowledgeBase (yet).&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;In the past two versions of Windows Server, the Active Directory team has made an effort to migrate all of the command-line stuff to PowerShell. Two of the command-line tools I still use frequently, however, have not been converted to PowerShell: &lt;strong&gt;redirusr.exe&lt;/strong&gt; and &lt;strong&gt;redircmp.exe&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;redirusr.exe&lt;/strong&gt; and &lt;strong&gt;redircmp.exe&lt;/strong&gt; were my partners in crime for the last couple of years, in which I setup loads of Active Directory structures for small sized organizations, following the &lt;a href="http://technet.microsoft.com/en-us/library/bb727085.aspx"&gt;Best Practice Active Directory Design for Managing Windows Networks&lt;/a&gt;. I used them in newly setup environments to automatically place newly created computer and user accounts in specific Organizational Units (OUs) in Active Directory. &lt;/p&gt;  &lt;h3&gt;A short history on redirusr.exe and redircmp.exe&lt;/h3&gt;  &lt;p&gt;Microsoft introduced the ability to change the default container (or Organizational Unit) where new users and computers are stored in the Windows Server 2003 Domain Functional Level (DFL). Both tools won’t work in Windows 2000 Domain Functional Level. When using the commands on a Windows Server 2008-based Domain Controller for a domain with the Windows 2000 Domain Functional Level both tools error out with the following message:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#808080"&gt;Error, unable to modify the wellKnownObjects attribute. Verify that        &lt;br /&gt;the domain functional level of the domain is at least Windows Server 2003:         &lt;br /&gt;Unwilling To Perform         &lt;br /&gt;Redirection was NOT successful.&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;This is by design. As the error indicates you need to raise the Domain Functional Level (DFL) to Windows Server 2003. It is not the subject of this blogpost. &lt;img class="wlEmoticon wlEmoticon-winkingsmile" style="border-top-style:none;border-left-style:none;border-bottom-style:none;border-right-style:none;" alt="Knipogende emoticon" src="http://blogs.dirteam.com/blogs/sanderberkouwer/wlEmoticon-winkingsmile_035922F2.png" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Using redirusr.exe and redircmp.exe&lt;/h2&gt;  &lt;p&gt;On a Windows Server 2003-based Domain Controller and Windows Server 2008-based Domain Controller in an Active Directory domain with the Windows Server 2003 Domain Functional Level (DFL) you can use the following commands:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#000000"&gt;&lt;strong&gt;dsadd ou &amp;quot;OU=&lt;/strong&gt;&lt;em&gt;Redirected Users OU&lt;/em&gt;&lt;strong&gt;,DC=&lt;/strong&gt;&lt;u&gt;&lt;em&gt;DomainName&lt;/em&gt;&lt;/u&gt;&lt;strong&gt;,DC=&lt;/strong&gt;&lt;em&gt;Tld&lt;/em&gt;&lt;/font&gt;&lt;font color="#000000"&gt;&lt;strong&gt;&amp;quot;          &lt;br /&gt;dsadd ou &amp;quot;OU=&lt;/strong&gt;&lt;em&gt;Redirected Computers OU&lt;/em&gt;&lt;strong&gt;,DC=&lt;/strong&gt;&lt;em&gt;DomainName&lt;/em&gt;&lt;strong&gt;,DC=&lt;/strong&gt;&lt;em&gt;Tld&lt;/em&gt;&lt;/font&gt;&lt;font color="#000000"&gt;&lt;strong&gt;&amp;quot;          &lt;br /&gt;redirusr &amp;quot;OU=&lt;/strong&gt;&lt;em&gt;Redirected Users OU&lt;/em&gt;&lt;strong&gt;,DC=&lt;/strong&gt;&lt;u&gt;&lt;em&gt;DomainName&lt;/em&gt;&lt;/u&gt;&lt;strong&gt;,DC=&lt;/strong&gt;&lt;em&gt;Tld&lt;/em&gt;&lt;/font&gt;&lt;font color="#000000"&gt;&lt;strong&gt;&amp;quot;          &lt;br /&gt;redircmp &amp;quot;OU=&lt;/strong&gt;&lt;em&gt;Redirected Computers OU&lt;/em&gt;&lt;strong&gt;,DC=&lt;/strong&gt;&lt;em&gt;DomainName&lt;/em&gt;&lt;strong&gt;,DC=&lt;/strong&gt;&lt;em&gt;Tld&lt;/em&gt;&lt;strong&gt;&amp;quot;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;These commands will add two Organizational Units with names &lt;strong&gt;&lt;font color="#000000"&gt;Redirected Users OU&lt;/font&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;font color="#000000"&gt;Redirected Computers OU&lt;/font&gt;&lt;/strong&gt;. After creation it will run the two commands to automagically place new useraccounts and computeraccounts in the new OUs.&lt;/p&gt;  &lt;p&gt;The below two commands will output the following message, when successful:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#808080"&gt;Redirection was successful.&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Now for the bug…&lt;/h1&gt;  &lt;p&gt;I expected the above commands to work on a Windows Server 2008-based Domain Controller for an Active Directory domain with the Windows Server 2008 Domain Functional Level (DFL)…&lt;/p&gt;  &lt;p&gt;Unfortunately this is not the case. The error message is:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#808080"&gt;Error, unable to modify the wellKnownObjects attribute. Verify that        &lt;br /&gt;the domain functional level of the domain is at least Windows Server 2003:         &lt;br /&gt;Referral         &lt;br /&gt;Redirection was NOT successful.&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Obviously the &lt;font color="#808080"&gt;Verify that the domain functional level of the domain is at least Windows Server 2003&lt;/font&gt; part of the message is a standard message, but the part behind it is different, compared to the Windows 2000 Domain Functional Level output. It is apparently willing to perform, but was referred.&lt;/p&gt;  &lt;p&gt;This is actual behavior on a Domain Controller running Windows Server 2008 RTM. (or Windows Server 2008 with Service Pack 1, if you want to be 100% correct)&lt;/p&gt;  &lt;p&gt;Unfortunately there is no way to redirect users and computers using the &lt;font color="#808080"&gt;&lt;strong&gt;redirusr.exe&lt;/strong&gt;&lt;/font&gt; and &lt;strong&gt;&lt;font color="#808080"&gt;redircmp.exe&lt;/font&gt;&lt;/strong&gt; commands on a Windows Server 2008 RTM-based Domain Controller in an Active Directory domain with the Windows Server 2008 Domain Functional Level (DFL).&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;The workaround&lt;/h1&gt;  &lt;p&gt;To use the &lt;strong&gt;redirusr.exe&lt;/strong&gt; and &lt;strong&gt;redircmp.exe&lt;/strong&gt; commands in an Active Directory domain with the Windows Server 2008 Domain Functional Level (DFL), either:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Install Service Pack 2 on a Windows Server 2008-based Domain Controller and run the commands on this Domain Controller, or &lt;/li&gt;    &lt;li&gt;Upgrade a Domain Controller to Windows Server 2008 R2 or Windows Server 2012 and run the commands on this Domain Controller. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/324949"&gt;Redirecting the users and computers containers in Windows Server 2003 domains&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://thelazyadmin.com/blogs/thelazyadmin/archive/2006/07/04/Redirect-New-Users-and-Computers-to-an-OU.aspx"&gt;The Lazy Admin : Redirect New Users and Computers to an OU&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.windowsdevcenter.com/pub/a/windows/2003/10/14/activedirectory.html"&gt;Overview of the New Active Directory Tools in Windows Server 2003&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://wize.spaces.live.com/Blog/cns!4285B3D83ED27F64!514.entry"&gt;Redirecting the computers container in Windows Server 2003 domains&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.jasemccarty.com/blog/2008/10/organizational-units-and-virtual.html"&gt;Organizational Units, and Virtual Machines&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6823" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/System+Administration/default.aspx">System Administration</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008/default.aspx">Microsoft Windows Server 2008</category></item><item><title>MS013-032 Vulnerability in Active Directory Could Allow Remote Code Execution (Important)</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/04/10/ms013-032-vulnerability-in-active-directory-could-allow-remote-code-execution-important.aspx</link><pubDate>Wed, 10 Apr 2013 08:25:59 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6817</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6817.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6817</wfw:commentRss><description>&lt;p&gt;It’s not often, that Active Directory Domain Controllers get security updates. The Active Directory Domain Services Server Role is one of the most robustly written code, as I pointed out in &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2011/12/14/statistics-on-active-directory-related-security-bulletins.aspx"&gt;an earlier blogpost on Statistics on Active Directory-related Security Bulletins&lt;/a&gt;. Since 2001, Microsoft has issued 18 Security Bulletins with patches to address issues in Active Directory Directory Services, Active Directory Lightweight Directory Services and ADAM. &lt;/p&gt;  &lt;p&gt;Yesterday, during the April 2013 Patch Tuesday, Microsoft has released a new Active Directory-related security bulletin: &lt;strong&gt;&lt;a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-032"&gt;MS013-032&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;This security update resolves a privately reported vulnerability in Active Directory. The vulnerability could allow denial of service if an attacker sends a specially crafted query to the Lightweight Directory Access Protocol (LDAP) service, that leads to excessive memory consumption and could cause the LDAP service to become non-responsive. This issue was privately reported to Microsoft and documented as CVE-2013-1282&lt;/p&gt;  &lt;p&gt;This Security update is not classified as Critical, since an attacker must have valid logon credentials to exploit this vulnerability. The vulnerability could not be exploited remotely by anonymous users. However, the affected component is available remotely to users who have standard user accounts. In certain configurations, anonymous users could authenticate as the Guest account.&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Affected Operating Systems&lt;/h1&gt;  &lt;p&gt;This security update is rated Important for Active Directory, Active Directory Application Mode (ADAM), Active Directory Lightweight Directory Service (AD LDS), and Active Directory Services on the following, currently supported, Windows Server Operating Systems:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Active Directory on Windows Server 2003 SP2 x86&lt;/li&gt;    &lt;li&gt;Active Directory on Windows Server 2003 SP2 x64&lt;/li&gt;    &lt;li&gt;Active Directory Application Mode (ADAM) on Windows Server 2003 SP2 x86&lt;/li&gt;    &lt;li&gt;Active Directory Application Mode (ADAM) on Windows Server 2003 SP2 x64&lt;/li&gt;    &lt;li&gt;Active Directory Services on Windows Server 2008 SP2 x86&lt;/li&gt;    &lt;li&gt;Active Directory Services on Windows Server 2008 SP2 x64&lt;/li&gt;    &lt;li&gt;Active Directory Application Mode (ADAM) on Windows Server 2008 SP2 x86&lt;/li&gt;    &lt;li&gt;Active Directory Application Mode (ADAM) on Windows Server 2008 SP2 x64&lt;/li&gt;    &lt;li&gt;Active Directory Services on Windows Server 2008 R2&lt;/li&gt;    &lt;li&gt;Active Directory Application Mode (ADAM) on Windows Server 2008 R2&lt;/li&gt;    &lt;li&gt;Active Directory Services on Windows Server 2008 R2 SP1&lt;/li&gt;    &lt;li&gt;Active Directory Application Mode (ADAM) on Windows Server 2008 R2 SP1&lt;/li&gt;    &lt;li&gt;Active Directory Services on Windows Server 2012&lt;/li&gt;    &lt;ul&gt;&lt;/ul&gt;    &lt;ul&gt;&lt;/ul&gt;    &lt;ul&gt;&lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;This security update is rated Low for Active Directory Application Mode (ADAM) and Active Directory Lightweight Directory Services (AD LDS) on the following, currently supported, Windows client Operating Systems:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Active Directory Application Mode (ADAM) on Windows XP SP3&lt;/li&gt;    &lt;li&gt;Active Directory Application Mode (ADAM) on Windows XP Professional x64 SP2&lt;/li&gt;    &lt;li&gt;Active Directory Lightweight Directory Service (AD LDS) on Windows Vista SP2 x86&lt;/li&gt;    &lt;li&gt;Active Directory Lightweight Directory Service (AD LDS) on Windows Vista SP2 x64&lt;/li&gt;    &lt;li&gt;Active Directory Lightweight Directory Service (AD LDS) on Windows 7 x86&lt;/li&gt;    &lt;li&gt;Active Directory Lightweight Directory Service (AD LDS) on Windows 7 x64&lt;/li&gt;    &lt;li&gt;Active Directory Lightweight Directory Service (AD LDS) on Windows 7 SP1 x86&lt;/li&gt;    &lt;li&gt;Active Directory Lightweight Directory Service (AD LDS) on Windows 7 SP1 x64&lt;/li&gt;    &lt;li&gt;Active Directory Lightweight Directory Service (AD LDS) on Windows 8 x86&lt;/li&gt;    &lt;li&gt;Active Directory Lightweight Directory Service (AD LDS) on Windows 8 x64&lt;/li&gt;    &lt;ul&gt;&lt;/ul&gt;    &lt;ul&gt;     &lt;ul&gt;&lt;/ul&gt; &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;The security update addresses the vulnerability by correcting how the LDAP service handles specially crafted LDAP queries. &lt;/p&gt;  &lt;p&gt;On all affected Operating Systems, except for Windows 8 and Windows Server 2012, this security update replaces Security update &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2011/12/14/ms11-095-vulnerability-in-active-directory-could-allow-remote-code-execution-important.aspx"&gt;MS011-095&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h1&gt;Guidance&lt;/h1&gt;  &lt;p&gt;You are urged to test and implement the update corresponding to the Security Bulletin on the affected Operating Systems running the aforementioned Active Directory services.&lt;/p&gt;  &lt;h2&gt;Related Posts&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/02/12/ms08-003-security-update-for-active-directory.aspx"&gt;MS08-003 Security Update for Active Directory&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2009/06/10/a-new-vulnerability-in-active-directory-ms09-018.aspx"&gt;A New Vulnerability in Active Directory (MS09-018)&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2011/12/14/ms11-095-vulnerability-in-active-directory-could-allow-remote-code-execution-important.aspx"&gt;MS11-095 Vulnerability in Active Directory could allow Remote Code Execution (Important)&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2011/12/14/statistics-on-active-directory-related-security-bulletins.aspx"&gt;Statistics on Active Directory-related Security Bulletins&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Further reading &lt;/h2&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/security/bulletin/ms13-032"&gt;Microsoft Security Bulletin MS13-032 – Important&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="https://support.microsoft.com/kb/2830914"&gt;MS13-032: Vulnerability in Active Directory could lead to denial of service: April 9, 2013&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.symantec.com/security_response/vulnerability.jsp?bid=58848&amp;amp;om_rssid=sr-advisories"&gt;Microsoft Windows Active Directory CVE-2013-1282 Denial of Service Vulnerability&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-1282"&gt;Vulnerability Summary for CVE-2013-1282&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6817" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008/default.aspx">Microsoft Windows Server 2008</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Security+Updates/default.aspx">Security Updates</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2008+R2/default.aspx">Microsoft Windows Server 2008 R2</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2012/default.aspx">Microsoft Windows Server 2012</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Enterprise+Security/default.aspx">Enterprise Security</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2003/default.aspx">Microsoft Windows Server 2003</category></item><item><title>Meet Azure Active Directory: Your Cloud-based Identity Service</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/04/09/meet-azure-active-directory-your-cloud-based-identity-service.aspx</link><pubDate>Tue, 09 Apr 2013 07:05:41 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6816</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6816.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6816</wfw:commentRss><description>&lt;p&gt;&lt;img title="Azure Active Directory" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;float:right;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Azure Active Directory" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/AzureActiveDirectory_7E8C7FA8.png" width="231" height="151" /&gt;Today, Microsoft made Azure Active Directory generally available (GA). This means it is ready for production use.&lt;/p&gt;  &lt;p&gt;Azure Active Directory enables organizations to provision their users with a single identity that can be used to access applications that are run on Windows Azure, run by 3rd party cloud-based vendors and/or within their own datacenters.&lt;/p&gt;  &lt;p&gt;Azure Active Directory offers four main capabilities: &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;It’s an Azure-based Active Directory environment, that you, as an admin, can use to authorize access to apps and services within your organization’s Azure, Intune and Office 365 subscriptions.      &lt;br /&gt;&amp;#160; &lt;br /&gt;These Microsoft cloud services already rely on the identity management capabilities provided by Azure Active Directory. These capabilities include a cloud based store for directory data and a core set of identity services including user logon processes, authentication and federation services.       &lt;br /&gt;&amp;#160;&lt;/li&gt;    &lt;li&gt;The Azure Active Directory that you create is able to federate with an on-premise Active Directory environment, based on open standards including SAML, OData and WS-FED. With federation and single sign-on enabled, your colleagues can access resources within your company, plus access cloud applications seamlessly with the set of credentials and means of authentication they are already familiar with.     &lt;br /&gt;&amp;#160; &lt;br /&gt;With Identity controlled on-premises, colleagues can granularly be enabled for federation, granted access and revoked access. All without any delays.      &lt;br /&gt;&amp;#160;&lt;/li&gt;    &lt;li&gt;Azure Active Directory can be used to leverage identity and access management to 3rd party cloud-based apps.      &lt;br /&gt;&amp;#160; &lt;br /&gt;As an organization, you can leverage this functionality to use Azure Active Directory as your identity federation hub or identity provider (IP) to provide a seamless, single sign-on experience across your on-premises environment, Microsoft Online Services, 3rd party cloud services and applications built on Windows Azure with popular web identity providers like Microsoft Account, Google, Yahoo!, and Facebook.      &lt;br /&gt;&amp;#160;&lt;/li&gt;    &lt;li&gt;Azure Active Directory offers the Azure Active Directory Graph. This is an innovative social enterprise graph providing an easy RESTful interface for accessing objects such as Users, Groups, and Roles with an explorer view for easily discovering information and relationships.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You may leverage any of these capabilities, independent of each other.&lt;/p&gt;  &lt;p&gt;The best thing? &lt;strong&gt;Azure Active Directory is free.&lt;/strong&gt;&lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/b/windowsazure/archive/2013/04/08/windows-azure-active-directory-ready-for-production-with-over-265-billion-authentications-amp-2-5-million-organizations-served.aspx"&gt;Windows Azure Active Directory: Ready for Production with over 265 Billion Authentications &amp;amp; 2.9 Million Organizations Served!&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://view.email.microsoftemail.com/?j=fe941674776c047e7d&amp;amp;m=fe621570756503797d1c&amp;amp;ls=fe5f17787d60057d7110&amp;amp;l=fec21c767365017e&amp;amp;s=fe2d17727c65007b761171&amp;amp;jb=ff931779&amp;amp;ju=fe53107877610d79761d"&gt;As of today, Windows Azure Active Directory has reached general availability and is now ready for use in production environments.&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2013/04/08/windows-azure-active-directory-general-availability-new-backup-service-web-site-monitoring-and-diagnostic-improvements.aspx"&gt;Windows Azure: Active Directory Release, New Backup Service + Web Site Monitoring and Log Improvements&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.windowsazure.com/en-us/home/features/identity/"&gt;Identity in Windows Azure&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/hh967619.aspx"&gt;Windows Azure Active Directory&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://channel9.msdn.com/Series/Windows-Azure-Active-Directory/Windows-Azure-Active-Directory-Cartoon"&gt;Windows Azure Active Directory Cartoon&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://techcrunch.com/2013/04/08/windows-azure-opens-active-directory-for-general-availability-as-identity-battle-heats-up/"&gt;Windows Azure Opens Active Directory For General Availability As Identity Battle Heats Up&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://redmondmag.com/articles/2013/04/08/windows-azure-active-directory-available.aspx"&gt;Windows Azure Active Directory Service Now Available&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://www.theregister.co.uk/2013/04/08/microsoft_azure_grows_up/"&gt;Microsoft hosts bar mitzvah for mature Azure&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blog.smallbizthoughts.com/2013/04/windows-azure-active-directory-has.html"&gt;Windows Azure Active Directory has reached general availability&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://blogs.technet.com/b/serverandtools/archive/2013/04/08/mms-2013-windows-azure-active-directory-backup-web-site-monitoring-and-log-improvements-release-information.aspx"&gt;MMS 2013 - Windows Azure Active Directory, Backup, Web Site Monitoring and Log Improvements Release Information&lt;/a&gt;&amp;#160; &lt;br /&gt; &lt;a href="http://www.itnews.com.au/News/339116,microsoft-readies-free-cloud-active-directory-service.aspx"&gt;Microsoft readies free cloud Active Directory service&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.zdnet.com/microsoft-starts-making-more-of-its-azure-cloud-services-generally-available-7000013691/"&gt;Microsoft starts making more of its Azure cloud services generally available&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.cloudidentity.com/blog/2013/04/08/windows-azure-active-directory-reaches-general-availability/?utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=windows-azure-active-directory-reaches-general-availability"&gt;Windows Azure Active Directory Reaches General Availability&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6816" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/What_2700_s+New/default.aspx">What's New</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Windows+Azure/default.aspx">Windows Azure</category></item><item><title>KnowledgeBase: Unable to install Windows Server 2012 Essentials with domain suffixes .net, .corp, .com, .org etc</title><link>http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2013/04/08/knowledgebase-unable-to-install-windows-server-2012-essentials-with-domain-suffixes-net-corp-com-org-etc.aspx</link><pubDate>Mon, 08 Apr 2013 09:22:32 GMT</pubDate><guid isPermaLink="false">4afa41f1-c118-406e-beda-ba054a9f6c33:6814</guid><dc:creator>Sander Berkouwer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.dirteam.com/blogs/sanderberkouwer/comments/6814.aspx</comments><wfw:commentRss>http://blogs.dirteam.com/blogs/sanderberkouwer/commentrss.aspx?PostID=6814</wfw:commentRss><description>&lt;p&gt;Microsoft has released &lt;a href="http://support.microsoft.com/kb/2830511"&gt;KnowledgeBase Article 2830511&lt;/a&gt;, detailing a bug in the Installation Wizard of Windows Server 2012 Essentials, that prevents you from installing the server as a Domain Controller for an Active Directory domain with a public top-level domain (TLD), like .com, .corp, .org, .edu, .int and the country-specific top-level domains.&lt;/p&gt;  &lt;h3&gt;About Windows Server 2012 Essentials&lt;/h3&gt;  &lt;p&gt;&lt;img title="" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;float:right;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="" align="right" src="http://blogs.dirteam.com/blogs/sanderberkouwer/Windows_Server_2012_Essentials_FPP_ANL_5EE04893.jpg" width="186" height="240" /&gt;Windows Server 2012 Essentials is the latest version of Windows Small Business Server Essentials. It is a flexible, affordable, and easy- to-use server solution designed and priced for small businesses with up to 25 users and 50 devices that helps them reduce costs and be more productive. Windows Server 2012 Essentials is an ideal first server, and it can also be used as the primary server in a multi-server environment for small businesses. &lt;/p&gt;  &lt;p&gt;By removing the ‘Small Business Server’ moniker, Microsoft clearly communicates how Windows Server Essentials is positioned in the market relative to the other Windows Server editions. It does not come with Exchange Server, but it does come with client backup and remote web access.&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;Installing Essentials&lt;/h1&gt;  &lt;p&gt;As Microsoft aims Windows Server 2012 Essentials as the successor to Windows Small Business Server 2011, After installing Windows Server 2012, which is more or less identical to installing the Standard or Datacenter edition of Windows Server 2012, Microsoft assists system administrators, apparently installing their first server, with a wizard to configure the server; the &lt;strong&gt;Set Up Windows Server 2012 Essentials&lt;/strong&gt; wizard.&lt;/p&gt;  &lt;p&gt;The first screen of this wizard makes you verify the date and time settings. This is specifically useful when your time zone is not Pacific Time (-08h00 GMT). From an Active Directory point of view, though, it doesn’t matter since Active Directory, internally, runs at Greenwich Main Time (GMT). The second screen lets you choose between a &lt;strong&gt;Clean install&lt;/strong&gt; and a &lt;strong&gt;Server migration&lt;/strong&gt;. &lt;/p&gt;  &lt;p&gt;The third screen is where the Active Directory magic happens:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/EssentialsWizard_57C10C1B.png"&gt;&lt;img title="Third screen of the Set Up Windows Server 2012 Essentials Wizard (click for original screenshot)" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Third screen of the Set Up Windows Server 2012 Essentials Wizard (click for original screenshot)" src="http://blogs.dirteam.com/blogs/sanderberkouwer/EssentialsWizard_thumb_50A1CFA3.png" width="524" height="414" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The link &lt;strong&gt;What should I know before I personalize my server?&lt;/strong&gt; explains that the Company name is used to associate your server with your company and the customize your company reports. You can type up to 254 characters for your company name.&lt;/p&gt;  &lt;p&gt;The &lt;strong&gt;Internal domain name&lt;/strong&gt; groups your server and client computers together to share a common database of user names, passwords, and other common information. Your users see this name when they log on to their computers, but is used internally only and is not the same as an Internet domain name. Your internal domain name must meet the following criteria:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Can be up to 15 characters long&lt;/li&gt;    &lt;li&gt;Can contain letters, numbers and dashes (-)&lt;/li&gt;    &lt;li&gt;Must not start with a dash&lt;/li&gt;    &lt;li&gt;Must not contain any spaces&lt;/li&gt;    &lt;li&gt;Most not contain only numbers&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;This screen only offers to set up your Windows Server 2012 Essentials as a Domain Controller for a .local domain name, where the NetBIOS name of the domain is equal to the second level domain name. The wizard does not offer to configure Windows Server 2012 Essentials as a Domain Controller for an Active Directory domain with a public top-level domain (TLD), like .com, .corp, .org, .edu, .int and the country-specific top-level domains. (ccTLDs)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2830511"&gt;Microsoft KnowledgeBase article 2830511&lt;/a&gt; explains the absence of a sensible choice for the domain name as &lt;strong&gt;by design&lt;/strong&gt; to simplify the user experience.&lt;/p&gt;  &lt;p&gt;Now, I can agree to some extent, that preventing a situation where an inexperienced admin may create a single-label domain name, is a good goal. However, other means exist to prevent these associated problems. Since Windows Server 2008, for instance, when you try to create a single-label domain name, you are presented with the following error:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#a5a5a5"&gt;The DNS name &amp;quot;&amp;lt;single label DNS domain name&amp;gt; proposed for this Active Directory domain consists of a single label, which is not recommended. DNS domain name should be unique and fully qualified, consisting of one or more labels separated by a period (&amp;quot;.&amp;quot;), followed by a top level domain.        &lt;br /&gt;        &lt;br /&gt;Example: corp.&amp;lt;domain&amp;gt;.com        &lt;br /&gt;        &lt;br /&gt;If you click No, you can assign a fully qualified DNS name like the example. If you implement a single-label DNS domain name, you must configure all member computers and domain controllers as described in article 300684 in the Microsoft Knowledge Base (&lt;/font&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=92467"&gt;&lt;font color="#a5a5a5"&gt;http://go.microsoft.com/fwlink/?LinkId=92467&lt;/font&gt;&lt;/a&gt;&lt;font color="#a5a5a5"&gt;) so they can register records and resolve queries until the domain is retired.       &lt;br /&gt;        &lt;br /&gt;Do you really want to assign a single-label DNS domain name to this Active Directory domain?&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Also, targeting Windows Server 2012 Essentials as the cost-efficient server solution, brings back the point of not forcing business into register a public domain name (at up to $10 per year).&lt;/p&gt;  &lt;p&gt;The part I can’t agree with is the absence of the ability to create a domain name with a public top-level domain (TLD), since Microsoft has &lt;a href="http://technet.microsoft.com/en-us/library/cc759036(WS.10).aspx"&gt;repeatedly made this a best practice approach&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;Many Microsoft products and services assume your internal domain name ends with a public top-level domain (TLD). Lync Server and Exchange Server, for instance, are easier installed, configured and integrated when using the public DNS domain name. Also, Single Sign-On with Office 365 is problematic when you use a DNS domain name ending with a non-public top-level domain (TLD).&lt;/p&gt;  &lt;h2&gt;Configuring Essentials with a public TLD&lt;/h2&gt;  &lt;p&gt;Now, while the &lt;strong&gt;Set Up Windows Server 2012 Essentials&lt;/strong&gt; wizard does not give you the option to configure the Active Directory domain name with a public top-level domain (TLD), it &lt;strong&gt;is&lt;/strong&gt; possible to configure Windows Server 2012 Essentials with a public top-level domain (TLD) through the answer file method.&lt;/p&gt;  &lt;p&gt;To this purpose you’ll need to place a plain text file named &lt;strong&gt;cfg.ini&lt;/strong&gt; in the root of removable media (floppies not allowed, sorry) and make sure the media is available to Windows Server 2012 Essentials at the moment you set it up. &lt;/p&gt;  &lt;p&gt;The fields &lt;strong&gt;NetBiosName&lt;/strong&gt;&amp;#160; and &lt;strong&gt;DNSName&lt;/strong&gt; can be used to configure your Windows Server 2012 Essentials with the Active Directory domain names you’d like to use. More information on creating the contents of &lt;strong&gt;cfg.ini&lt;/strong&gt; can be found &lt;a href="http://technet.microsoft.com/en-us/library/jj200150"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;      &lt;br /&gt;Windows Server 2012 Essentials configures Active Directory with the Windows Server 2012 Domain Functional Level (DFL) and Windows Server 2012 Forest Functional Level (FFL). There is no way in &lt;strong&gt;cfg.ini&lt;/strong&gt; to configure it otherwise. You will need to configure a Domain Controller on Windows Server 2012 Standard first and use the &lt;strong&gt;Server migration&lt;/strong&gt; option in the &lt;strong&gt;Set Up Windows Server 2012 Essentials&lt;/strong&gt; wizard. Afterwards, you can remove the Windows Server 2012 Standard Domain Controller from the network.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;h2&gt;Further reading&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://www.mdmarra.com/2012/11/why-you-shouldnt-use-local-in-your.html"&gt;Why you shouldn't use .local in your Active Directory domain name.&lt;/a&gt;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/jj200150"&gt;Create the Cfg.ini File&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc759036(WS.10).aspx"&gt;Namespace planning for DNS&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;a href="http://support.microsoft.com/gp/gp_namespace_master"&gt;Support for DNS Namespace planning in Microsoft server products&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Related KnowledgeBase articles&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2830511"&gt;&lt;strong&gt;2830511 &lt;/strong&gt;Unable to install with domain suffixes .net, .corp, .com, .org etc&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/300684"&gt;&lt;strong&gt;300684 &lt;/strong&gt;Information about configuring Active Directory domains by using single-label names&lt;/a&gt;    &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/254680"&gt;&lt;strong&gt;254680&lt;/strong&gt; DNS Namespace Planning&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/909264"&gt;&lt;strong&gt;909264 &lt;/strong&gt;Naming conventions in Active Directory for computers, domains, sites, and OUs&lt;/a&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/2002634"&gt;&lt;strong&gt;2002634&lt;/strong&gt; Warnings installing Active Directory Domain Services on Windows Server 2008 and Windows Server 2008 R2 in domains with single-label DNS names&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.dirteam.com/aggbug.aspx?PostID=6814" width="1" height="1"&gt;</description><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/KnowledgeBase+Articles/default.aspx">KnowledgeBase Articles</category><category domain="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/tags/Microsoft+Windows+Server+2012/default.aspx">Microsoft Windows Server 2012</category></item></channel></rss>