<?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. : Feature of the Week</title><link>http://blogs.technet.com/extreme/archive/tags/Feature+of+the+Week/default.aspx</link><description>Tags: Feature of the Week</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Windows Server 2008 - DNS enhancement nuggets</title><link>http://blogs.technet.com/extreme/archive/2008/04/25/windows-server-2008-dns-enhancement-nuggets.aspx</link><pubDate>Fri, 25 Apr 2008 20:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2947869</guid><dc:creator>David Tesar</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/extreme/comments/2947869.aspx</comments><wfw:commentRss>http://blogs.technet.com/extreme/commentrss.aspx?PostID=2947869</wfw:commentRss><description>&lt;P mce_keep="true"&gt;There are a number of enhancements to DNS in Windows Server 2008. There are already some lengthy articles on the features, so in this post I hope to give a quick “why you care” on each of the features and some nuggets of wisdom / insight. Here we go…&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;DNS on Server Core&lt;/STRONG&gt;&lt;/U&gt;: I see this as a very useful scenario for most people who use DNS in conjunction with RODC in branch offices using the new primary read-only zone. You get all of the server core benefits such as improvements in performance, less patching, security, etc, and it can have all of the same core functionality as a regular DNS server. The easiest way to manage is remotely using the DNS MMC.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Background Zone Loading&lt;/STRONG&gt;&lt;/U&gt;: Companies who have a large number of records in AD-integrated zones might have to wait 1+ hours to have DNS respond to queries after restarting. Now, DNS spawns off multiple threads to be able to respond to client queries right away. If the record in the zone hasn’t been loaded into memory yet and it is still in the process of loading the entire zone, it will query the node in AD, cache it in the zone, and return a response to the client.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;IPv6 Support&lt;/STRONG&gt;&lt;/U&gt;: Microsoft supports IPv6 in Server 2003, but it was a bit of a management pain and there were some other limitations. See &lt;A href="http://technet.microsoft.com/en-us/magazine/cc137727.aspx" mce_href="http://technet.microsoft.com/en-us/magazine/cc137727.aspx"&gt;Joseph Landies Cable guy&lt;/A&gt; article for the management/integration improvements made in WS08. Also, some other improvements:&lt;/P&gt;
&lt;P&gt;· DNS servers can now send recursive queries to IPv6-only servers&lt;BR&gt;· The server forwarder list can contain both IPv4 and IPv6 addresses &lt;BR&gt;· DHCP clients can also register IPv6 addresses in addition to (or instead of) IPv4 addresses. &lt;BR&gt;· DNS servers now support the ip6.arpa domain namespace for reverse mapping.&lt;/P&gt;
&lt;P&gt;Make sure your critical apps are cool with receiving a response for an IPv4 address &lt;I&gt;and&lt;/I&gt; an IPv6 address. I haven’t personally seen any app problems, but nonetheless, worth mentioning.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Primary read-only zone&lt;/STRONG&gt;&lt;/U&gt;: This new zone type is also referred to as a “branch office zone” which is available on RODCs running DNS. The zone will make a read-only copy of all of the AD-integrated zones locally from a full DC. The easiest way to think about it is as a read-only secondary zone, but better due to the benefits of AD-integration (i.e. security, management, and you can easily replicate multiple zones).&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Global Names Zone&lt;/STRONG&gt;&lt;/U&gt;: This allows you to resolve single-label names in DNS as an aid to get rid of WINS. If you still need computer browsing, you have apps hard-coded to only use NetBIOS name resolution, or have really old clients &amp;amp; NT4 – sorry, you probably still need WINS. However, if you just need the single-label name support for things like custom-named internal websites or servers throughout your entire environment – this is the solution. There are quite a few things to consider with this, so I recommend reading the &lt;A href="http://download.microsoft.com/download/e/2/0/e2090852-3b7f-40a3-9883-07a427af1560/DNS-GlobalNames-Zone-Deployment.doc" mce_href="http://download.microsoft.com/download/e/2/0/e2090852-3b7f-40a3-9883-07a427af1560/DNS-GlobalNames-Zone-Deployment.doc"&gt;whitepaper listed below&lt;/A&gt;. A couple quick key limitations are a) this functionality only works with WS08 DNS servers and b) it also doesn’t support dynamic updates.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;DNS Client changes&lt;/STRONG&gt;&lt;/U&gt;: For Vista clients or WS08 servers, the DNS client has a few good changes:&lt;BR&gt;· Periodic check to make sure the client is authenticating with a local DC (configurable via group policy). Previously, a client would only fail back to the closer DC when forced.&lt;BR&gt;· Locate the nearest domain controller using the defined Active Directory sitelink costs instead of searching randomly.&amp;nbsp; This is disabled by default, but good to enable when you have clients across slow site-links.&lt;BR&gt;· Use link-local multicast name resolution (LLMNR), also known as multicast DNS or mDNS, to resolve names on a local network segment when a DNS server is not available.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;U&gt;Get Started&lt;BR&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;A href="http://trycatch.be/blogs/roggenk/archive/2007/10/17/windows-server-2008-amp-domain-name-service-what-s-new.aspx" mce_href="http://trycatch.be/blogs/roggenk/archive/2007/10/17/windows-server-2008-amp-domain-name-service-what-s-new.aspx"&gt;Windows Server 2008 &amp;amp; Domain Name Service: What's New&lt;/A&gt; (WS08 Blog by Kurt Roggen) &lt;BR&gt;&lt;A href="http://technet2.microsoft.com/windowsserver2008/en/library/6f883d0d-3668-4e15-b7ad-4df0f6e6805d1033.mspx?mfr=true" mce_href="http://technet2.microsoft.com/windowsserver2008/en/library/6f883d0d-3668-4e15-b7ad-4df0f6e6805d1033.mspx?mfr=true"&gt;Changes in Functionality from Windows Server 2003 with SP1 to Windows Server 2008&lt;/A&gt; (http) (&lt;A href="http://technet2.microsoft.com/windowsserver2008/en/library/6f883d0d-3668-4e15-b7ad-4df0f6e6805d1033.mspx?mfr=true" mce_href="http://technet2.microsoft.com/windowsserver2008/en/library/6f883d0d-3668-4e15-b7ad-4df0f6e6805d1033.mspx?mfr=true"&gt;doc version&lt;/A&gt;) &lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/magazine/cc137727.aspx" mce_href="http://technet.microsoft.com/en-us/magazine/cc137727.aspx"&gt;The Cable Guy DNS Enhancements in Windows Server 2008&lt;/A&gt; (by Joseph Davies) &lt;BR&gt;&lt;A href="http://technet2.microsoft.com/windowsserver2008/en/library/0b0bf633-5732-4b39-80d3-a2a4330acb141033.mspx?mfr=true" mce_href="http://technet2.microsoft.com/windowsserver2008/en/library/0b0bf633-5732-4b39-80d3-a2a4330acb141033.mspx?mfr=true"&gt;What's New in DNS in Windows Server 2008&lt;/A&gt; (very short blurb on TechNet) &lt;BR&gt;&lt;A href="http://download.microsoft.com/download/e/2/0/e2090852-3b7f-40a3-9883-07a427af1560/DNS-GlobalNames-Zone-Deployment.doc" mce_href="http://download.microsoft.com/download/e/2/0/e2090852-3b7f-40a3-9883-07a427af1560/DNS-GlobalNames-Zone-Deployment.doc"&gt;DNS Server GlobalNames Zone Deployment Whitepaper&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note: this can also be found on TechNet Edge &lt;A class="" href="http://edge.technet.com/Media/622/" target=_blank mce_href="http://edge.technet.com/Media/622/"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2947869" 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/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/extreme/archive/tags/DNS/default.aspx">DNS</category><category domain="http://blogs.technet.com/extreme/archive/tags/Feature+of+the+Week/default.aspx">Feature of the Week</category></item><item><title>Forefront Stirling – Public Beta Overview</title><link>http://blogs.technet.com/extreme/archive/2008/04/16/forefront-stirling-public-beta-overview.aspx</link><pubDate>Thu, 17 Apr 2008 09:59:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3038226</guid><dc:creator>David Tesar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/extreme/comments/3038226.aspx</comments><wfw:commentRss>http://blogs.technet.com/extreme/commentrss.aspx?PostID=3038226</wfw:commentRss><description>&lt;P&gt;With the launch of the 1&lt;SUP&gt;st&lt;/SUP&gt; public beta for Forefront Stirling on April 8&lt;SUP&gt;th&lt;/SUP&gt;, I thought it would be relevant to do a post this week on it. This release proves that the Stirling vision scenario in my &lt;A href="http://blogs.technet.com/extreme/archive/2007/09/28/forefront-stirling-the-possibilities.aspx" mce_href="http://blogs.technet.com/extreme/archive/2007/09/28/forefront-stirling-the-possibilities.aspx"&gt;previous blog article&lt;/A&gt; is becoming a reality. “Stirling” seems to be thrown around quite a bit and can be misunderstood, so let me 1&lt;SUP&gt;st&lt;/SUP&gt; clarify. Codename Stirling refers to the next wave of all Forefront products, scheduled to hit RTM in the 1&lt;SUP&gt;st&lt;/SUP&gt; half of 2009. This wave includes the “next version” of: &lt;/P&gt;
&lt;P&gt;· Forefront Client Security (FCS)&lt;BR&gt;· Forefront Security for Exchange Server (FSES), &lt;BR&gt;· Forefront Security for SharePoint (FSS)&lt;BR&gt;· ISA Server – new name Forefront Threat Management Gateway (TMG).&lt;/P&gt;
&lt;P&gt;Additionally, this wave includes a server and single management console to interact with all of the above, commonly referred to as the “Stirling” server and “Stirling” management console. The console and server can be run on the same or separate machines. Down the road, we’ll have an official name to replace “Stirling” and “next version of”.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Ok, so what is some cool stuff to check out with the public beta?&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;· Dynamic response capabilities – see how the forefront products share information and interact with each other.&lt;BR&gt;· Single management console and reporting for the entire technology suite except FSS - get a security state assessment for all of the connected machines &amp;amp; specify how you want to remediate &lt;A href="http://technet.microsoft.com/en-us/library/cc441325.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc441325.aspx"&gt;through forefront policy&lt;/A&gt;.&lt;BR&gt;· Integration with NAP – use &lt;A href="http://edge.technet.com/Media/NAP-clickthrough/" mce_href="http://edge.technet.com/Media/NAP-clickthrough/"&gt;NAP to remediate your machines&lt;/A&gt;&lt;BR&gt;· Integrated malware and anti-virus protection – check out how it downloads &amp;amp; pushes out the updates &lt;BR&gt;· Use powershell to manage it – by default Stirling uses powershell behind the scenes, but you can do it yourself if you feel inclined.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;What are some things you can NOT you do &lt;I&gt;yet&lt;/I&gt;?&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;· Install a topology which has more than one Stirling server&lt;BR&gt;· Install the Stirling server, console, or next version of FCS on Windows Server 2008&lt;BR&gt;· Install Terminal Services or a DC on the Stirling server&lt;BR&gt;· Install non-English versions&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;&lt;U&gt;Get started&lt;/U&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Download the Stirling beta &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=65bd5f8a-d94c-457a-9f88-2046597130e1" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=65bd5f8a-d94c-457a-9f88-2046597130e1"&gt;here&lt;/A&gt;.&lt;BR&gt;The most helpful pre-requisite page to install everything &lt;A href="http://technet.microsoft.com/en-us/library/cc441281.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc441281.aspx"&gt;here&lt;/A&gt;.&lt;BR&gt;&lt;A href="http://www.microsoft.com/stirling" mce_href="http://www.microsoft.com/stirling"&gt;Stirling homepage&lt;/A&gt;&lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc483122.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc483122.aspx"&gt;TechNet technical documentation&lt;/A&gt; for deployment, operations, etc.&lt;BR&gt;&lt;A href="http://blogs.technet.com/stirling/" mce_href="http://blogs.technet.com/stirling/"&gt;Stirling blog&lt;/A&gt;&lt;BR&gt;Forefront &lt;A href="http://blogs.technet.com/forefront/" mce_href="http://blogs.technet.com/forefront/"&gt;team blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note: this post can also be found on TechNet Edge &lt;A href="http://edge.technet.com/Media/Forefront-Stirling--Public-Beta-Overview/" target=_blank mce_href="http://edge.technet.com/Media/Forefront-Stirling--Public-Beta-Overview/"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3038226" 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/Stirling/default.aspx">Stirling</category><category domain="http://blogs.technet.com/extreme/archive/tags/Feature+of+the+Week/default.aspx">Feature of the Week</category></item></channel></rss>