<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>eXtreme. tech. : Edge</title><link>http://blogs.technet.com/extreme/archive/tags/Edge/default.aspx</link><description>Tags: Edge</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Windows Server 2008 – AD Auditing Enhancements</title><link>http://blogs.technet.com/extreme/archive/2007/11/28/windows-server-2008-ad-auditing-enhancements.aspx</link><pubDate>Thu, 29 Nov 2007 03:50:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2585145</guid><dc:creator>David Tesar</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/extreme/comments/2585145.aspx</comments><wfw:commentRss>http://blogs.technet.com/extreme/commentrss.aspx?PostID=2585145</wfw:commentRss><description>&lt;P&gt;I hope this post will act as a good reference point to be able to quickly understand the good and bad about new AD auditing enhancements and then enable you to dive deeper at will using the links in this article.&lt;/P&gt;
&lt;P&gt;There’s nothing more exciting than auditing right? Well, check this out and hopefully it will spark some interest. 
&lt;P&gt;In Windows Server 2003 R2 and prior, the auditing of active directory certainly has not been a strong point. You would enable or disable global AD auditing for success or failures, set a SACL on the objects you wanted to monitor, and then typically one or both of the following would happen: 
&lt;UL&gt;
&lt;LI&gt;Your security event log fills up with &lt;I&gt;way&lt;/I&gt; more security events than you’d ever hoped for, possibly wrapping or ballooning the size of the security log.&lt;/LI&gt;
&lt;LI&gt;Auditing doesn’t actually provide enough information for you to make any use of the events which are recorded in the security event log. i.e. it only says who was successful at modifying the object, but nothing on the details of the value(s) which were changed.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;In Server 2008, we are on a good path to fix this pain. Some of the key improvements to AD auditing are as follows: 
&lt;UL&gt;
&lt;LI&gt;You can limit the number of attributes which are audited for object types. For instance, you only want to know if the Employee’s Pay Level attribute is modified for all user accounts and nothing else.&lt;/LI&gt;
&lt;LI&gt;Auditing is now broken into four categories: Access (same as 2000/2003), Changes, Replication, and Detailed Replication. The most interesting come from the new changes category:&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;AD DS logs the previous and current values of the attribute. If the attribute has more than one value, only the values that change as a result of the modify operation are logged.&lt;/LI&gt;
&lt;LI&gt;If a new object is created, values of the attributes that are populated at the time of creation are logged. &lt;/LI&gt;
&lt;LI&gt;If an object is moved, the previous and new location (distinguished name) is logged for moves within the domain. When an object is moved to a different domain, a create event is generated on the domain controller in the target domain.&lt;/LI&gt;
&lt;LI&gt;If an object is undeleted, the location where the object is moved to is logged.&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;UL&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/extreme/WindowsLiveWriter/WindowsServer2008ADAuditingEnhancements_ECE7/image_4_4.png" mce_href="http://blogs.technet.com/blogfiles/extreme/WindowsLiveWriter/WindowsServer2008ADAuditingEnhancements_ECE7/image_4_4.png"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=122 alt=image_4 src="http://blogs.technet.com/blogfiles/extreme/WindowsLiveWriter/WindowsServer2008ADAuditingEnhancements_ECE7/image_4_thumb_1.png" width=244 border=0 mce_src="http://blogs.technet.com/blogfiles/extreme/WindowsLiveWriter/WindowsServer2008ADAuditingEnhancements_ECE7/image_4_thumb_1.png"&gt;&lt;/A&gt; 
&lt;P&gt;What are the downfalls? 
&lt;UL&gt;
&lt;LI&gt;You have to modify the schema in order to limit the number of attributes which are audited per object type. This isn’t really difficult, but it would be nice if there were some friendlier type way to do it. &lt;/LI&gt;
&lt;LI&gt;You cannot view or modify the audit policy subcategories with the Local Group Policy Editor (GPedit.msc). You can only do this with the command-line tool Auditpol.exe.&lt;/LI&gt;
&lt;LI&gt;As far as I can tell, you can’t limit auditing to different specific attributes for a subset of the same type of object. For instance, you would like to audit attributes X, Y, Z for all admin user accounts, but only attribute X for all regular user accounts. Of course you have some control over this with your SACLs…&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Get Started:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A screencast on How to enable granular AD auditing in WS08 (coming in the future from me&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://technet2.microsoft.com/windowsserver2008/en/library/a9c25483-89e2-4202-881c-ea8e02b4b2a51033.mspx?mfr=true" mce_href="http://technet2.microsoft.com/windowsserver2008/en/library/a9c25483-89e2-4202-881c-ea8e02b4b2a51033.mspx?mfr=true"&gt;Windows Server 2008 Auditing AD DS Changes Step-by-Step Guide&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://technet2.microsoft.com/windowsserver2008/en/library/ad35ab51-2e85-41e9-91f7-ccedf2fc98241033.mspx?mfr=true" mce_href="http://technet2.microsoft.com/windowsserver2008/en/library/ad35ab51-2e85-41e9-91f7-ccedf2fc98241033.mspx?mfr=true"&gt;TechNet - AD DS: Auditing&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://www.windowsnetworking.com/articles_tutorials/Introducing-Windows-Server-2008.html" mce_href="http://www.windowsnetworking.com/articles_tutorials/Introducing-Windows-Server-2008.html"&gt;Windows Networking Site AD enhancements overview&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;MS Directory Services &lt;A class="" href="http://blogs.technet.com/askds" mce_href="http://blogs.technet.com/askds"&gt;Team Blog&lt;/A&gt; Posts on:&lt;BR&gt;&lt;A class="" href="http://blogs.technet.com/askds/archive/2007/10/19/introducing-auditing-changes-in-windows-2008.aspx" mce_href="http://blogs.technet.com/askds/archive/2007/10/19/introducing-auditing-changes-in-windows-2008.aspx"&gt;WS08 Auditing Enhancements&lt;/A&gt; and &lt;A class="" href="http://blogs.technet.com/askds/archive/2007/11/16/cool-auditing-tricks-in-vista-and-2008.aspx" mce_href="http://blogs.technet.com/askds/archive/2007/11/16/cool-auditing-tricks-in-vista-and-2008.aspx"&gt;Cool Auditing Tricks in Vista and 2008&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Please comment on the &lt;A class="" href="http://edge.technet.com/Media/Windows-Server-2008-Active-Directory-Auditing-Enhancements/" mce_href="http://edge.technet.com/Media/Windows-Server-2008-Active-Directory-Auditing-Enhancements/"&gt;same post on TechNet Edge&lt;/A&gt;.&lt;BR&gt;
&lt;DIV class=wlWriterSmartContent style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=wlWriterSmartContent style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati tags: &lt;A href="http://technorati.com/tags/Windows%20Server%202008" rel=tag mce_href="http://technorati.com/tags/Windows%20Server%202008"&gt;Windows Server 2008&lt;/A&gt;, &lt;A href="http://technorati.com/tags/AD" rel=tag mce_href="http://technorati.com/tags/AD"&gt;AD&lt;/A&gt;, &lt;A href="http://technorati.com/tags/Active%20Directory" rel=tag mce_href="http://technorati.com/tags/Active%20Directory"&gt;Active Directory&lt;/A&gt;, &lt;A href="http://technorati.com/tags/Auditing" rel=tag mce_href="http://technorati.com/tags/Auditing"&gt;Auditing&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2585145" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/extreme/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.technet.com/extreme/archive/tags/Server+2008/default.aspx">Server 2008</category><category domain="http://blogs.technet.com/extreme/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.technet.com/extreme/archive/tags/Edge/default.aspx">Edge</category></item><item><title>IT Pro Momentum Program (like a TAP or RDP)</title><link>http://blogs.technet.com/extreme/archive/2007/11/26/it-pro-momentum-program-like-a-tap-or-rdp.aspx</link><pubDate>Tue, 27 Nov 2007 02:21:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2567054</guid><dc:creator>David Tesar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/extreme/comments/2567054.aspx</comments><wfw:commentRss>http://blogs.technet.com/extreme/commentrss.aspx?PostID=2567054</wfw:commentRss><description>&lt;P&gt;Would you like to learn about or use Windows Server 2008, SQL Server 2008, or the next version of Forefront Edge? If you're based in USA and 'fit the bill', I'll get you an invite to the IT Pro Momentum portal.&amp;nbsp; If you're in Ireland - contact &lt;A href="http://blogs.technet.com/daven/archive/2007/09/14/it-pro-momentum.aspx" target=_blank mce_href="http://blogs.technet.com/daven/archive/2007/09/14/it-pro-momentum.aspx"&gt;Dave Northey&lt;/A&gt;.&amp;nbsp; You can profile a project which uses one of the above mentioned technologies in your company's environment and receive benefits as your project moves along from Evaluate, through Plan and Pilot.&amp;nbsp; Details below: 
&lt;P&gt;&lt;IMG height=178 alt=image src="http://blogs.technet.com/blogfiles/daven/WindowsLiveWriter/ITProMomentum_D5D7/image_thumb.png" width=489 border=0 mce_src="http://blogs.technet.com/blogfiles/daven/WindowsLiveWriter/ITProMomentum_D5D7/image_thumb.png"&gt; 
&lt;P&gt;And as soon as you're ready to share your experiences with the wider community, let me know and I can help you make that happen (include you in our TechNet newsletter, post details about you on my blog, help you find an attentive audience to listen to you, whatever).&amp;nbsp; 
&lt;P&gt;Also, if you have a great story about how your company is already using one of the above mentioned technologies - please let me know and I can help you out too. You can see a quick video of what some existing customers have already done here:&amp;nbsp; &lt;A title=http://wm.microsoft.com/ms/inetpub/momentum07.wmv href="http://go.microsoft.com/fwlink/?LinkId=104808" target=_blank&gt;Stories of IT Pros adopted new technologies through Momentum&lt;/A&gt;.&amp;nbsp; 
&lt;P&gt;Please &lt;A href="mailto:david.tesar@microsoft.com" target=_blank mce_href="mailto:david.tesar@microsoft.com"&gt;email me&lt;/A&gt; if you are interested. 
&lt;P&gt;Thanks, 
&lt;P&gt;Dave.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2567054" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/extreme/archive/tags/Forefront/default.aspx">Forefront</category><category domain="http://blogs.technet.com/extreme/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.technet.com/extreme/archive/tags/SQL/default.aspx">SQL</category><category domain="http://blogs.technet.com/extreme/archive/tags/Server+2008/default.aspx">Server 2008</category><category domain="http://blogs.technet.com/extreme/archive/tags/Edge/default.aspx">Edge</category></item><item><title>Edge is Coming!</title><link>http://blogs.technet.com/extreme/archive/2007/10/29/edge-is-coming.aspx</link><pubDate>Tue, 30 Oct 2007 04:10:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2284539</guid><dc:creator>David Tesar</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/extreme/comments/2284539.aspx</comments><wfw:commentRss>http://blogs.technet.com/extreme/commentrss.aspx?PostID=2284539</wfw:commentRss><description>&lt;P&gt;I recently found out about some big news inside of Microsoft here.&amp;nbsp; There is something called "Edge" coming out in the future.&amp;nbsp; Unfortunately at this time, I can't really say any more about it - other than it's going to be really sweet!&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/extreme/WindowsLiveWriter/EdgeisComing_FF79/edge_FULLCOLOR_2.png" mce_href="http://blogs.technet.com/blogfiles/extreme/WindowsLiveWriter/EdgeisComing_FF79/edge_FULLCOLOR_2.png"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=120 alt=edge_FULLCOLOR src="http://blogs.technet.com/blogfiles/extreme/WindowsLiveWriter/EdgeisComing_FF79/edge_FULLCOLOR_thumb.png" width=244 border=0 mce_src="http://blogs.technet.com/blogfiles/extreme/WindowsLiveWriter/EdgeisComing_FF79/edge_FULLCOLOR_thumb.png"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5d865520-ecf3-4ad7-acc0-c4e6ca8a2baa style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati tags: &lt;A href="http://technorati.com/tags/Microsoft" rel=tag mce_href="http://technorati.com/tags/Microsoft"&gt;Microsoft&lt;/A&gt;, &lt;A href="http://technorati.com/tags/Edge" rel=tag mce_href="http://technorati.com/tags/Edge"&gt;Edge&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2284539" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/extreme/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.technet.com/extreme/archive/tags/Edge/default.aspx">Edge</category></item></channel></rss>