<?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>Forefront TMG (ISA Server) Product Team Blog</title><link>http://blogs.technet.com/isablog/default.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Compiling Forefront TMG 2010 SDK Samples</title><link>http://blogs.technet.com/isablog/archive/2010/02/08/compiling-forefront-tmg-2010-sdk-samples.aspx</link><pubDate>Mon, 08 Feb 2010 15:38:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3311304</guid><dc:creator>isablog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/isablog/comments/3311304.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3311304</wfw:commentRss><description>&lt;p&gt;The Software Development Kit (SDK) for Forefront Threat Management Gateway (TMG) 2010 is available for download from the Microsoft download center &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8809cfda-2ee1-4e67-b993-6f9a20e08607&amp;amp;DisplayLang=en"&gt;here&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;We have received a number of questions about issues compiling the SDK samples and wanted to share a few tips with you.&lt;/p&gt;  &lt;h2&gt;Preparing Your Environment&lt;/h2&gt;  &lt;p&gt;When compiling the SDK with Visual Studio 2008/2005, the MIDL compiler may fail with the following error:    &lt;br /&gt;&lt;b&gt;midl : error MIDL2379 : the compiler reached a limit for a format string representation. See documentation for advice. &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;To solve this issue, do the following:&lt;/p&gt;  &lt;p&gt;a. Verify that Visual Studio 2005/2008 SP1 is installed (you can download VS 2005 SP1 from &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=BB4A75AB-E2D4-4C96-B39D-37BAF6B5B1DC&amp;amp;displaylang=en"&gt;here&lt;/a&gt; and VS 2008 SP1 from &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=FBEE1648-7106-44A7-9649-6D9F6D58056E&amp;amp;displaylang=en"&gt;here&lt;/a&gt; ).&lt;/p&gt;  &lt;p&gt;b. Install the updated Windows 7 SDK, which contains a newer version of the MIDL compiler, using the instructions provided in &lt;a href="http://blogs.msdn.com/windowssdk/archive/2009/08/07/using-the-win-7-sdk-build-environment-with-vs-2008.aspx"&gt;http://blogs.msdn.com/windowssdk/archive/2009/08/07/using-the-win-7-sdk-build-environment-with-vs-2008.aspx&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;To build the samples for a 64 bit environment, do the following:&lt;/h3&gt;  &lt;p&gt;1. Make sure you’ve implemented the steps above. Failing to complete these steps will result in a MIDL compiler error on a 64 bit platform.&lt;/p&gt;  &lt;p&gt;2. Start Visual Studio 2008.&lt;/p&gt;  &lt;p&gt;3. Open the requested sample solution. &lt;/p&gt;  &lt;p&gt;4. Complete the conversion wizard (to convert a Visual Studio 6.0 solution to a Visual Studio 2005/2008 solution). &lt;/p&gt;  &lt;p&gt;5. By default, the solution targets a 32 bit environment. For Forefront TMG to work with this project you will need to change the target platform to 64 bit. Please follow these steps:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Open the Visual Studio Configuration Manager by selecting Build-&amp;gt;Configuration Manager.      &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_thumb.png" width="457" height="305" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Under “Active solution platform” select the “New…” option. A dialog box will open:      &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_thumb_1.png" width="288" height="196" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Select the new platform as x64. Verify that the other settings (‘Copy settings from’ and ‘Create new project platforms’) are selected the same as in the image above. Click OK, and close the Configuration Manager dialog box. &lt;/li&gt;    &lt;li&gt;The solution now has the new x64 platform settings in place. &lt;/li&gt;    &lt;li&gt;Save the solution to finalize this step. &lt;/li&gt;    &lt;li&gt;Select Project -&amp;gt; Properties from the menu. In the dialog box, expand Configuration Properties, expand Linker and then select General. Make sure the output file settings are .\x64\Debug/WebResponseModifier.dll      &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_thumb_2.png" width="457" height="343" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Select Advanced. Make sure the Target Machine settings are set to Machine X64 (/Machine: X64)      &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_thumb_3.png" width="452" height="333" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Select Command Line. Make sure the Additional Option box is empty and does not include any directive (if you find the ‘/MACHINE:I386’ directive there – remove it). &lt;/li&gt;    &lt;li&gt;Press OK to finalize changes. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;6. You can now build the solution for the x64 bit platform.&lt;/p&gt;  &lt;h3&gt;Sample specific information&lt;/h3&gt;  &lt;p&gt;1. Web filters&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;WebExeBlock – When building the sample you may receive the following warning:      &lt;br /&gt;&lt;b&gt;WebExeBlockFilterImpl.cpp        &lt;br /&gt;&lt;/b&gt;&lt;b&gt;.\WebExeBlockFilterImpl.cpp(548) : warning C4068: unknown pragma        &lt;br /&gt;&lt;/b&gt;You may ignore the warning as it does not influence the code generation and the final outcome. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;WebResponseModifier&lt;/b&gt; – when building the sample you may receive the following link error (&lt;u&gt;for both debug and release configurations&lt;/u&gt;):       &lt;br /&gt;&lt;b&gt;1&amp;gt;.\Debug\main.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'        &lt;br /&gt;&lt;/b&gt;This error happens due to conflicting linker directives. To solve this issue, right-click on the project and select Properties. Under Configuration Properties-&amp;gt;Linker-&amp;gt;Command Line you will find under Additional options the ‘/MACHINE:I386’ directive. This confuses the compiler because the directive appears twice – once with X64 and once with the I386 option.       &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_10.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_thumb_4.png" width="451" height="336" /&gt;&lt;/a&gt;       &lt;br /&gt;Remove the ‘/MACHINE:I386’ directive, press OK and compile the project again.       &lt;br /&gt;Note: you must do it twice – once for each build configuration (debug or release) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;2. Application filters&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DataMonitor –      &lt;br /&gt;&lt;strong&gt;i.&lt;/strong&gt; When converting the project to Visual Studio 2008 you will get an error in the conversion process. You may ignore it and remove the redundant project (see image below):       &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_12.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_thumb_5.png" width="602" height="394" /&gt;&lt;/a&gt;       &lt;br /&gt;      &lt;br /&gt;&lt;strong&gt;ii.&lt;/strong&gt; When building the sample you may receive the following compiler error:       &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;c:\program files (x86)\microsoft forefront tmg tools\sdk\samples\appfilters\datamonitor\admin\stdafx.h(42) : fatal error C1083: Cannot open include file: 'wspfwext.h': No such file or directory        &lt;br /&gt;        &lt;br /&gt;&lt;/b&gt;To fix this issue, right-click on the “DataMonitorAdmin” project and select the Dependencies option. Make sure that the DataMonitor checkbox is checked:       &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_14.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_thumb_6.png" width="298" height="282" /&gt;&lt;/a&gt;       &lt;br /&gt;Clean and rebuild the solution again.       &lt;br /&gt;      &lt;br /&gt;&lt;strong&gt;iii.&lt;/strong&gt; When building the sample you may receive the following compiler errors:       &lt;br /&gt;      &lt;br /&gt;&lt;b&gt;1&amp;gt;Performing Custom Build Step        &lt;br /&gt;&lt;/b&gt;&lt;b&gt;1&amp;gt;mc : error : 0x2 trying to open file &amp;lt;EventMsgs&amp;gt;.        &lt;br /&gt;&lt;/b&gt;&lt;b&gt;1&amp;gt;Project : error PRJ0019: A tool returned an error code from &amp;quot;Performing Custom Build Step&amp;quot;        &lt;br /&gt;        &lt;br /&gt;&lt;/b&gt;This error (in both debug and release configurations) happens due to a missing file extension in a custom build process. To solve this issue, right-click on the file EventMsgs.mc and select the Properties option. The dialog box (shown below) will appear.       &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_16.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_thumb_7.png" width="454" height="331" /&gt;&lt;/a&gt;       &lt;br /&gt;Under Custom Build Step, select Command Line and add the extension ‘.mc’, so it will show the following text: &lt;b&gt;mc $(InputName).mc        &lt;br /&gt;&lt;/b&gt;Click OK to close the dialog box and then right-click on the project and select Properties. Under Configuration Properties-&amp;gt;Build Events-&amp;gt;Post-Build Event, remove the regsvr32 command.       &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_18.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/CompilingForefrontTMG2010SDKSamples_F7DC/image_thumb_8.png" width="453" height="325" /&gt;&lt;/a&gt;       &lt;br /&gt;Press OK and Compile the project. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Author:&lt;/u&gt;&lt;/strong&gt;    &lt;br /&gt;Noam Ilovich, Program Manager&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Reviewers:       &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;Ori Yosefi, Senior Program Manager    &lt;br /&gt;Meir Feinberg, Technical Writer&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3311304" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/isablog/archive/tags/TMG/default.aspx">TMG</category><category domain="http://blogs.technet.com/isablog/archive/tags/Threat+Management+Gateway/default.aspx">Threat Management Gateway</category><category domain="http://blogs.technet.com/isablog/archive/tags/SDK/default.aspx">SDK</category><category domain="http://blogs.technet.com/isablog/archive/tags/Forefront+TMG/default.aspx">Forefront TMG</category></item><item><title>Forefront TMG 2010 Email Protection Updates</title><link>http://blogs.technet.com/isablog/archive/2010/02/04/forefront-tmg-2010-email-protection-updates.aspx</link><pubDate>Thu, 04 Feb 2010 12:19:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3310595</guid><dc:creator>isablog</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/isablog/comments/3310595.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3310595</wfw:commentRss><description>&lt;P&gt;First I would like to start this post by emphasizing a recently article that was published at &lt;A href="http://technet.microsoft.com/en-us/forefront/edgesecurity/bb687298.aspx" mce_href="http://technet.microsoft.com/en-us/forefront/edgesecurity/bb687298.aspx"&gt;Tales from the Edge&lt;/A&gt;, that explains how to configure Exchange Sync with Forefront TMG 2010, here it is the link for it: &lt;A href="http://technet.microsoft.com/en-us/library/ee513174.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee513174.aspx"&gt;http://technet.microsoft.com/en-us/library/ee513174.aspx&lt;/A&gt;. Also I want to remind you about the supported scenarios with Forefront TMG 2010 and Exchange 2007 Edge role, mainly the support matrix below:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/ForefrontTMG2010EmailProtectionUpdates_58D7/image_2.png" mce_href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/ForefrontTMG2010EmailProtectionUpdates_58D7/image_2.png"&gt;&lt;IMG title=image style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=242 alt=image src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/ForefrontTMG2010EmailProtectionUpdates_58D7/image_thumb.png" width=480 border=0 mce_src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/ForefrontTMG2010EmailProtectionUpdates_58D7/image_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;A href="file:///C:/Users/Yuri/AppData/Local/Temp/WindowsLiveWriter1286139640/supfiles2459D363/image[8].png" mce_href="file:///C:\Users\Yuri\AppData\Local\Temp\WindowsLiveWriter1286139640\supfiles2459D363\image%5b8%5d.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;From: &lt;/EM&gt;&lt;A href="http://blogs.technet.com/isablog/archive/2009/11/10/email-protection-in-forefront-tmg-2010-release-candidate.aspx" mce_href="http://blogs.technet.com/isablog/archive/2009/11/10/email-protection-in-forefront-tmg-2010-release-candidate.aspx"&gt;&lt;EM&gt;http://blogs.technet.com/isablog/archive/2009/11/10/email-protection-in-forefront-tmg-2010-release-candidate.aspx&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The * on this table says:&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Recently a blog post was published by the Exchange team saying that they reconsidered and are planning to support Windows Server 2008 (SP2). To read more about it please follow this link: &lt;/I&gt;&lt;A href="http://msexchangeteam.com/archive/2009/11/04/453026.aspx" mce_href="http://msexchangeteam.com/archive/2009/11/04/453026.aspx"&gt;&lt;I&gt;http://msexchangeteam.com/archive/2009/11/04/453026.aspx&lt;/I&gt;&lt;/A&gt;&lt;I&gt; &lt;/I&gt;&lt;/P&gt;
&lt;P&gt;There is a newer update on that, which is the one below:&lt;/P&gt;
&lt;P&gt;&lt;I&gt;“…we will be adding support for Exchange 2007 on the Windows Server 2008 R2 platform.&amp;nbsp;&amp;nbsp; While we had hoped to add this application/operating system combination quickly, unfortunately adding this support requires code changes to setup in Exchange 2007.&amp;nbsp; Therefore, our vehicle for adding this support will be via a third Service Pack for Exchange 2007 in the second half of calendar year 2010.” &lt;/I&gt;&lt;/P&gt;
&lt;P&gt;From: &lt;A href="http://msexchangeteam.com/archive/2009/11/30/453327.aspx" mce_href="http://msexchangeteam.com/archive/2009/11/30/453327.aspx"&gt;http://msexchangeteam.com/archive/2009/11/30/453327.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In other words: If you want to deploy Exchange 2007 Edge role on Forefront TMG 2010 you will need to: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Windows Server 2008 SP2&lt;/LI&gt;
&lt;LI&gt;Exchange 2007 SP2&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;If you already installed Forefront TMG 2010 on Windows Server 2008 R2 and want to install Exchange Edge role to enable EMail Protection feature your current supported options are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Install Exchange 2010 Edge Role &lt;/LI&gt;
&lt;LI&gt;Wait for Exchange 2007 SP3 to come out so you can install Exchange 2007 Edge Role on Windows Server 2008 R2&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;B&gt;&lt;U&gt;Author&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Yuri Diogenes&lt;/P&gt;
&lt;P&gt;Sr Security Support Escalation Engineer &lt;/P&gt;
&lt;P&gt;Microsoft CSS Forefront Edge Team&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;U&gt;Technical Review&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Noam Ilovich&lt;/P&gt;
&lt;P&gt;Program Manager&lt;/P&gt;
&lt;P&gt;Microsoft Forefront Edge Team&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3310595" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/isablog/archive/tags/Forefront+TMG/default.aspx">Forefront TMG</category><category domain="http://blogs.technet.com/isablog/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://blogs.technet.com/isablog/archive/tags/EMail+Protection/default.aspx">EMail Protection</category></item><item><title>Forefront TMG 2010 Web Protection Services Licensing</title><link>http://blogs.technet.com/isablog/archive/2010/02/02/forefront-tmg-2010-web-protection-services-licensing.aspx</link><pubDate>Tue, 02 Feb 2010 15:14:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3310080</guid><dc:creator>isablog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/isablog/comments/3310080.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3310080</wfw:commentRss><description>&lt;DIV style="BORDER-BOTTOM: #4f81bd 3pt solid; BORDER-LEFT: #4f81bd 3pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BACKGROUND: #4f81bd; BORDER-TOP: #4f81bd 3pt solid; BORDER-RIGHT: #4f81bd 3pt solid; PADDING-TOP: 0in; mso-element: para-border-div; mso-border-themecolor: accent1; mso-background-themecolor: accent1"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT color=#ffffff&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;Introduction&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #376092; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;FONT face=Calibri&gt;Forefront TMG 2010 adds two new subscription-based features, known collectively as Forefront TMG Web Protection Services (WPS). These features include URL Filtering (URLF) and Anti-Malware or Enhanced Malware Protection (AM or EMP). One thing that makes these features unique within Forefront TMG is that they are licensed separately from Forefront TMG itself. This blog will discuss the various licensing and purchasing options available for URLF and EMP subscriptions and guide you through managing the license details in Forefront TMG management.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #376092; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: #4f81bd 3pt solid; BORDER-LEFT: #4f81bd 3pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BACKGROUND: #4f81bd; BORDER-TOP: #4f81bd 3pt solid; BORDER-RIGHT: #4f81bd 3pt solid; PADDING-TOP: 0in; mso-element: para-border-div; mso-border-themecolor: accent1; mso-background-themecolor: accent1"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT color=#ffffff&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;WPS Purchasing and Pricing&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: text2"&gt;&lt;FONT face=Calibri&gt;The first thing most people want to know is “How do I get a Forefront TMG WPS license and how much does it cost?” &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-themecolor: text2"&gt;&lt;FONT face=Calibri&gt;Forefront TMG WPS is subscription product licensed per user or per device.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This subscription is only offered through Microsoft Volume Licensing programs, and must be purchased separately from Forefront TMG 2010. Forefront TMG WPS is included in Forefront Protection Suite and ECAL.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;You can find information on purchasing Forefront TMG WPS through Microsoft or a Microsoft partner at &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/forefront/threat-management-gateway/en/us/purchase.aspx" mce_href="http://www.microsoft.com/forefront/threat-management-gateway/en/us/purchase.aspx"&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: text2"&gt;&lt;FONT face=Calibri&gt;http://www.microsoft.com/forefront/threat-management-gateway/en/us/purchase.aspx&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-themecolor: text2"&gt;&lt;FONT face=Calibri&gt;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: text2"&gt;&lt;FONT face=Calibri&gt;The Forefront TMG WPS pricing structure is outlined in &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/forefront/threat-management-gateway/en/us/pricing-licensing.aspx" mce_href="http://www.microsoft.com/forefront/threat-management-gateway/en/us/pricing-licensing.aspx"&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: text2"&gt;&lt;FONT face=Calibri&gt;http://www.microsoft.com/forefront/threat-management-gateway/en/us/pricing-licensing.aspx&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: text2"&gt;&lt;FONT face=Calibri&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: #4f81bd 3pt solid; BORDER-LEFT: #4f81bd 3pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BACKGROUND: #4f81bd; BORDER-TOP: #4f81bd 3pt solid; BORDER-RIGHT: #4f81bd 3pt solid; PADDING-TOP: 0in; mso-element: para-border-div; mso-border-themecolor: accent1; mso-background-themecolor: accent1"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT color=#ffffff&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;Verifying the Evaluation License&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;You may want to take advantage of Forefront TMG WPS while you wait for your license to arrive; or perhaps you want to give WPS a test drive before you decide whether you want to purchase a license. Regardless, TMG provides a free 120-day trial subscription that goes into effect as soon &lt;I style="mso-bidi-font-style: normal"&gt;as you deploy Forefront TMG 2010&lt;/I&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: #dce6f2 3pt solid; BORDER-LEFT: #dce6f2 3pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BACKGROUND: #dce6f2; BORDER-TOP: #dce6f2 3pt solid; BORDER-RIGHT: #dce6f2 3pt solid; PADDING-TOP: 0in; mso-element: para-border-div; mso-border-themecolor: accent1; mso-background-themecolor: accent1; mso-background-themetint: 51; mso-border-themetint: 51"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;Using the Getting Started Wizard (GSW)&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;The Getting Started Wizard (GSW) provides one way to configure these options. During this process, you can choose to enable HTTPS Inspection, URLF and EMP as well as whether to use the evaluation license (selected by default). The following steps show you where you make these choices in the GSW.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 10pt; PADDING-RIGHT: 0in; MARGIN-LEFT: 0.5in; BORDER-TOP: #4f81bd 1pt solid; MARGIN-RIGHT: 0.8in; BORDER-RIGHT: medium none; PADDING-TOP: 10pt; mso-element: para-border-div; mso-border-top-alt: solid #4F81BD .5pt; mso-border-top-themecolor: accent1; mso-border-left-alt: solid #4F81BD .5pt; mso-border-left-themecolor: accent1"&gt;
&lt;P style="MARGIN: 10pt 0in 0pt" class=MsoIntenseQuote&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT color=#4f81bd face=Calibri&gt;&lt;EM&gt;Note: if the TMG computer is a member of an array, the GSW is not available. In this case, you must use the &lt;/EM&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/tiny_mce/jscripts/tiny_mce/blank.htm#_Without_the_GSW" mce_href="http://blogs.technet.com/tiny_mce/jscripts/tiny_mce/blank.htm#_Without_the_GSW"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT color=#0000ff face=Calibri&gt;&lt;EM&gt;Without the GSW&lt;/EM&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;EM&gt;&lt;FONT color=#4f81bd&gt;&lt;FONT face=Calibri&gt; steps&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 2pt; PADDING-RIGHT: 0in; BORDER-TOP: #4f81bd 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 2pt; mso-element: para-border-div; mso-border-top-alt: solid #4F81BD .75pt; mso-border-top-themecolor: accent1; mso-border-left-alt: solid #4F81BD .75pt; mso-border-left-themecolor: accent1"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT color=#254061&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;Immediately after FOREFRONT TMG Installation&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;When the installation wizard completes successfully, you are offered the option to launch the Forefront TMG management console. Select Launch Forefront TMG Management when this wizard closes and click Finish as shown below:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="PAGE-BREAK-AFTER: avoid; MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-language: AR-SA; mso-no-proof: yes; mso-themecolor: dark2"&gt;&lt;?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /&gt;&lt;v:shapetype id=_x0000_t75 coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"&gt;&lt;v:stroke joinstyle="miter"&gt;&lt;/v:stroke&gt;&lt;v:formulas&gt;&lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 1 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum 0 0 @1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @2 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 0 1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @6 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @8 21600 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;&lt;v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"&gt;&lt;/v:path&gt;&lt;o:lock v:ext="edit" aspectratio="t"&gt;&lt;/o:lock&gt;&lt;/v:shapetype&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;IMG style="WIDTH: 382px; HEIGHT: 272px" src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310082/original.aspx" width=504 height=381 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310082/original.aspx"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;Figure &lt;SPAN style="mso-no-proof: yes"&gt;1&lt;/SPAN&gt; - GSW TMG management startup&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l1 level1 lfo1" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;1.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;When the Forefront TMG management console opens, the GSW appears. Proceed through the Configure Network Settings and Configure System Settings wizards&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-list: l1 level1 lfo1" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;2.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;When the Configure System Settings wizard completes, click on Define Deployment Options as shown below:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="PAGE-BREAK-AFTER: avoid; MARGIN: 10pt 0in 10pt 0.5in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-language: AR-SA; mso-no-proof: yes; mso-themecolor: dark2"&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in 10pt 0.5in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;IMG style="WIDTH: 384px; HEIGHT: 391px" src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310083/original.aspx" width=538 height=482 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310083/original.aspx"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in 10pt 0.5in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;Figure &lt;SPAN style="mso-no-proof: yes"&gt;2&lt;/SPAN&gt;&lt;SPAN style="mso-no-proof: yes"&gt; - GSW deployment options&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l1 level1 lfo1" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;3.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;In the Welcome to the Deployment Wizard page, click Next&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l1 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;4.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;In the Microsoft Update Setup page, select Use the Microsoft Update service to check for updates (recommended) and click Next&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-list: l1 level1 lfo1" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;5.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;In the Forefront TMG Protection Features Settings page Web protection area, make the following selections as shown below and click Next:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="PAGE-BREAK-AFTER: avoid; MARGIN: 10pt 0in 10pt 0.5in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-language: AR-SA; mso-no-proof: yes; mso-themecolor: dark2"&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in 10pt 0.5in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;&lt;IMG style="WIDTH: 457px; HEIGHT: 410px" src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310084/original.aspx" width=552 height=484 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310084/original.aspx"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in 10pt 0.5in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;Figure &lt;SPAN style="mso-no-proof: yes"&gt;3&lt;/SPAN&gt;&lt;SPAN style="mso-no-proof: yes"&gt; - GSW Web protection license&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 10pt; PADDING-RIGHT: 0in; MARGIN-LEFT: 0.5in; BORDER-TOP: #4f81bd 1pt solid; MARGIN-RIGHT: 0.8in; BORDER-RIGHT: medium none; PADDING-TOP: 10pt; mso-element: para-border-div; mso-border-top-alt: solid #4F81BD .5pt; mso-border-top-themecolor: accent1; mso-border-left-alt: solid #4F81BD .5pt; mso-border-left-themecolor: accent1"&gt;
&lt;P style="MARGIN: 10pt 0in 0pt" class=MsoIntenseQuote&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;FONT color=#4f81bd&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: as shown above, Forefront TMG automatically enables the evaluation license and sets the expiration data for 120 days from the installation date, regardless whether you enabled Forefront TMG WSP. If you already have your Forefront TMG WPS subscription license, you should change the license options using your license key and expiration date according to your license specifics as shown below:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="PAGE-BREAK-AFTER: avoid; MARGIN: 10pt 0in 0pt" class=MsoIntenseQuote&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-language: AR-SA; mso-no-proof: yes"&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 10pt 0in 10pt 0.5in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;IMG style="WIDTH: 416px; HEIGHT: 382px" src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310085/original.aspx" width=552 height=484 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310085/original.aspx"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 10pt 0in 10pt 0.5in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;Figure &lt;SPAN style="mso-no-proof: yes"&gt;4&lt;/SPAN&gt;&lt;SPAN style="mso-no-proof: yes"&gt; - Entering the license in GSW&lt;/SPAN&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 10pt 0.5in; mso-list: l1 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;6.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;Continue through the remaining Deployment Options Wizard pages using options appropriate to your environment&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 2pt; PADDING-RIGHT: 0in; BORDER-TOP: #4f81bd 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 2pt; mso-element: para-border-div; mso-border-top-alt: solid #4F81BD .75pt; mso-border-top-themecolor: accent1; mso-border-left-alt: solid #4F81BD .75pt; mso-border-left-themecolor: accent1"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT color=#254061&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;After Running The GSW&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;If the GSW has already been run, but Forefront TMG is not yet joined to an array, you can still use the GSW to perform these tasks.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l3 level1 lfo2" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;1.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;Open the Forefront TMG management console&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l3 level1 lfo2" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;2.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;In the left pane, select &amp;lt;ArrayName&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l3 level1 lfo2" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;3.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;In the right pane, click Launch Getting Started Wizard&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-list: l3 level1 lfo2" class=MsoListParagraphCxSpLast&gt;&lt;A title=_Without_the_GSW name=_Without_the_GSW&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;4.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;When the Getting started Wizard appears, click on Define Deployment Options as shown below:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="PAGE-BREAK-AFTER: avoid; MARGIN: 10pt 0in 10pt 0.25in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-language: AR-SA; mso-no-proof: yes; mso-themecolor: dark2"&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in 10pt 0.25in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;&lt;IMG style="WIDTH: 443px; HEIGHT: 394px" src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310086/original.aspx" width=538 height=482 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310086/original.aspx"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in 10pt 0.25in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;Figure &lt;SPAN style="mso-no-proof: yes"&gt;5&lt;/SPAN&gt;&lt;SPAN style="mso-no-proof: yes"&gt; - Re-running the GSW&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 10pt 0.5in; mso-list: l3 level1 lfo2" class=MsoListParagraph&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;5.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;Continue with step (4) in &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://blogs.technet.com/tiny_mce/jscripts/tiny_mce/blank.htm#_Immediately_after_TMG" mce_href="http://blogs.technet.com/tiny_mce/jscripts/tiny_mce/blank.htm#_Immediately_after_TMG"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT color=#0000ff face=Calibri&gt;Immediately After TMG Installation&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: #dce6f2 3pt solid; BORDER-LEFT: #dce6f2 3pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BACKGROUND: #dce6f2; BORDER-TOP: #dce6f2 3pt solid; BORDER-RIGHT: #dce6f2 3pt solid; PADDING-TOP: 0in; mso-element: para-border-div; mso-border-themecolor: accent1; mso-background-themecolor: accent1; mso-background-themetint: 51; mso-border-themetint: 51"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;Without the GSW&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;If you joined Forefront TMG to an array, the GSW isn’t available to configure Forefront TMG WSP licensing. In this case, you need to accomplish this task in a different way.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: #4f81bd 1pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 10pt; PADDING-RIGHT: 0in; MARGIN-LEFT: 0.5in; BORDER-TOP: #4f81bd 1pt solid; MARGIN-RIGHT: 0.8in; BORDER-RIGHT: medium none; PADDING-TOP: 10pt; mso-element: para-border-div; mso-border-top-alt: solid #4F81BD .5pt; mso-border-top-themecolor: accent1; mso-border-left-alt: solid #4F81BD .5pt; mso-border-left-themecolor: accent1"&gt;
&lt;P style="MARGIN: 10pt 0in 0pt" class=MsoIntenseQuote&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;EM&gt;&lt;FONT color=#4f81bd&gt;&lt;FONT face=Calibri&gt;Note: because the same license information applies equally to URLF and EMP, this task only needs to be performed once; not once for each feature.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l2 level1 lfo3" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;1.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;Open the Forefront TMG management console&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l2 level1 lfo3" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;2.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;In the left pane, &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l2 level1 lfo3" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;3.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;Expand &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; mso-list: l2 level2 lfo3; mso-add-space: auto" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;a.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;(Enterprise Edition) Arrays, then &amp;lt;ArrayName&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; mso-list: l2 level2 lfo3; mso-add-space: auto" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;b.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;(Standard Edition) &amp;lt;ArrayName&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l2 level1 lfo3" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;4.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;Select Web Access Policy&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l2 level1 lfo3" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;5.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;In the right pane, click&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Configure Malware Inspection&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l2 level1 lfo3" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;6.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;In the Malware Inspection page, click License Details.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-list: l2 level1 lfo3" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;7.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;In the License Details page, you will see that the license is “Evaluation” as shown below:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="PAGE-BREAK-AFTER: avoid; MARGIN: 10pt 0in 10pt 0.5in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-language: AR-SA; mso-no-proof: yes; mso-themecolor: dark2"&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in 10pt 0.5in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;&lt;IMG style="WIDTH: 352px; HEIGHT: 411px" src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310087/original.aspx" width=404 height=466 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310087/original.aspx"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in 10pt 0.5in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;Figure &lt;SPAN style="mso-no-proof: yes"&gt;6&lt;/SPAN&gt;&lt;SPAN style="mso-no-proof: yes"&gt; - License details in Malware Inspection controls&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l2 level1 lfo3" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;8.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;If you want to activate your license, enter the license number and expiration date in the fields provided as shown below:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="PAGE-BREAK-AFTER: avoid; MARGIN: 0in 0in 10pt 0.5in" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-language: AR-SA; mso-no-proof: yes; mso-themecolor: dark2"&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in 10pt 0.5in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;&lt;IMG style="WIDTH: 359px; HEIGHT: 398px" src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310088/original.aspx" width=404 height=466 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310088/original.aspx"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in 10pt 0.5in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;Figure &lt;SPAN style="mso-no-proof: yes"&gt;7&lt;/SPAN&gt;&lt;SPAN style="mso-no-proof: yes"&gt; - Entering license details in MI control&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 10pt 0.5in; mso-list: l2 level1 lfo3" class=MsoListParagraph&gt;&lt;SPAN style="COLOR: #1f497d; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri&gt;9.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;Click Apply, then OK&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: #4f81bd 3pt solid; BORDER-LEFT: #4f81bd 3pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BACKGROUND: #4f81bd; BORDER-TOP: #4f81bd 3pt solid; BORDER-RIGHT: #4f81bd 3pt solid; PADDING-TOP: 0in; mso-element: para-border-div; mso-border-themecolor: accent1; mso-background-themecolor: accent1"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT color=#ffffff&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;All done&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;In the center pane, click &lt;B style="mso-bidi-font-weight: normal"&gt;Apply&lt;/B&gt; to enforce your new policy. When prompted, enter a description for this change (hey - the URL for this blog could work) and click &lt;B style="mso-bidi-font-weight: normal"&gt;OK&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #376092; mso-themecolor: accent1; mso-themeshade: 191"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: #4f81bd 3pt solid; BORDER-LEFT: #4f81bd 3pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BACKGROUND: #4f81bd; BORDER-TOP: #4f81bd 3pt solid; BORDER-RIGHT: #4f81bd 3pt solid; PADDING-TOP: 0in; mso-element: para-border-div; mso-border-themecolor: accent1; mso-background-themecolor: accent1"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT color=#ffffff&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;Monitoring License State&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;Something the Forefront TMG product team foresaw is the need for the Forefront TMG administrator to &lt;/SPAN&gt;&lt;SPAN style="COLOR: #376092; mso-themecolor: accent1; mso-themeshade: 191"&gt;get advance warning that the Forefront TMG WPS license is nearing expiration or that it has already expired. Thus, they created two new alerts specific to this feature set as shown below:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="PAGE-BREAK-AFTER: avoid; TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 10pt 0in 10pt 0.25in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #376092; mso-bidi-language: AR-SA; mso-no-proof: yes; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 10pt 0in 10pt 0.25in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;&lt;IMG style="WIDTH: 343px; HEIGHT: 398px" src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310089/original.aspx" width=404 height=448 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310089/original.aspx"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 10pt 0in 10pt 0.25in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;Figure &lt;SPAN style="mso-no-proof: yes"&gt;8&lt;/SPAN&gt;&lt;SPAN style="mso-no-proof: yes"&gt; - License alerts&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; TEXT-INDENT: -0.25in; MARGIN: 10pt 0in 0pt 0.5in; mso-list: l0 level1 lfo4" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: #4f81bd; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol; mso-themecolor: accent1; mso-style-textfill-fill-color: #4F81BD; mso-style-textfill-fill-themecolor: accent1; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-colortransforms: lumm=75000"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="COLOR: #4f81bd; mso-themecolor: accent1; mso-style-textfill-fill-color: #4F81BD; mso-style-textfill-fill-themecolor: accent1; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-colortransforms: lumm=75000"&gt;License Expired&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="COLOR: #4f81bd; mso-themecolor: accent1; mso-style-textfill-fill-color: #4F81BD; mso-style-textfill-fill-themecolor: accent1; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-colortransforms: lumm=75000"&gt; this error alert is triggered when the Forefront TMG WPS license expiration date has passed. At this point, Forefront TMG is no longer receiving EMP updates nor is it issuing MRS queries.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-list: l0 level1 lfo4" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="FONT-FAMILY: Symbol; COLOR: #4f81bd; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol; mso-themecolor: accent1; mso-style-textfill-fill-color: #4F81BD; mso-style-textfill-fill-themecolor: accent1; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-colortransforms: lumm=75000"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="COLOR: #4f81bd; mso-themecolor: accent1; mso-style-textfill-fill-color: #4F81BD; mso-style-textfill-fill-themecolor: accent1; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-colortransforms: lumm=75000"&gt;License Nearing Expiration&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="COLOR: #4f81bd; mso-themecolor: accent1; mso-style-textfill-fill-color: #4F81BD; mso-style-textfill-fill-themecolor: accent1; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-colortransforms: lumm=75000"&gt; this warning alert is triggered when the current date is within two weeks of the expiration date. Forefront TMG continues to obtain EMP updates and issue MRS queries until the license actually expires.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #376092; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;FONT face=Calibri&gt;These two alerts are enabled by default and both are configured to write an event to the Windows Application event log when they are triggered. This makes it possible for any standard server monitoring system to be monitor for these alerts and thus make you aware when you need to take action regarding your license.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;If your license has expired, and you attempt to initiate an update cycle from the Update Center in Forefront TMG management, this action will result in the warning message shown below:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="PAGE-BREAK-AFTER: avoid; MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-language: AR-SA; mso-no-proof: yes; mso-themecolor: dark2"&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;&lt;IMG style="WIDTH: 416px; HEIGHT: 191px" src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310091/original.aspx" width=416 height=191 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3310091/original.aspx"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoCaption&gt;&lt;STRONG&gt;&lt;FONT color=#376092&gt;&lt;FONT face=Calibri&gt;Figure &lt;SPAN style="mso-no-proof: yes"&gt;9&lt;/SPAN&gt;&lt;SPAN style="mso-no-proof: yes"&gt; - Update Center license expired warning&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;FONT face=Calibri&gt;If you click Yes, Forefront TMG will attempt to perform an update cycle for NIS signatures only.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: dark2"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: #4f81bd 3pt solid; BORDER-LEFT: #4f81bd 3pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BACKGROUND: #4f81bd; BORDER-TOP: #4f81bd 3pt solid; BORDER-RIGHT: #4f81bd 3pt solid; PADDING-TOP: 0in; mso-element: para-border-div; mso-border-themecolor: accent1; mso-background-themecolor: accent1"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin"&gt;&lt;FONT size=3&gt;&lt;FONT color=#ffffff&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;Summary&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN style="COLOR: #4f81bd; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-themecolor: accent1; mso-style-textfill-fill-color: #4F81BD; mso-style-textfill-fill-themecolor: accent1; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-colortransforms: lumm=75000"&gt;&lt;FONT face=Calibri&gt;By default, Forefront TMG provides and enables an evaluation license for Forefront TMG WPS that expires 120 days after installing Forefront TMG; &lt;I style="mso-bidi-font-style: normal"&gt;not&lt;/I&gt; 120 days after you enable EMP or URLF. Forefront TMG provides two alerts relevant to Forefront TMG WPS licensing that also write to the Windows Application event log. Finally, changing and verifying your Forefront TMG WPS license details is as simple as a few mouse clicks.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN class=MsoSubtleReference&gt;&lt;o:p&gt;&lt;STRONG&gt;&lt;FONT color=#4f81bd face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN class=MsoSubtleReference&gt;&lt;STRONG&gt;&lt;FONT color=#4f81bd&gt;&lt;FONT face=Calibri&gt;Author&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #376092; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;FONT face=Calibri&gt;Jim Harrison, Program Manager, Forefront TMG&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 10pt 0in" class=MsoNormal&gt;&lt;SPAN class=MsoSubtleReference&gt;&lt;STRONG&gt;&lt;FONT color=#4f81bd&gt;&lt;FONT face=Calibri&gt;Reviewers&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #376092; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;FONT face=Calibri&gt;Adwait Joshi, Senior Product Manager, Identity &amp;amp; Security BG&lt;BR&gt;Brita Jenquin, Senior Product Manager, Identity &amp;amp; Security BG&lt;/FONT&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3310080" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/isablog/archive/tags/TMG/default.aspx">TMG</category><category domain="http://blogs.technet.com/isablog/archive/tags/URL+filtering/default.aspx">URL filtering</category><category domain="http://blogs.technet.com/isablog/archive/tags/URLF/default.aspx">URLF</category><category domain="http://blogs.technet.com/isablog/archive/tags/EMP/default.aspx">EMP</category><category domain="http://blogs.technet.com/isablog/archive/tags/Application+Security/default.aspx">Application Security</category></item><item><title>Announcing the availability of TMG Best Practices Analyzer Version 8</title><link>http://blogs.technet.com/isablog/archive/2010/01/22/announcing-the-availability-of-tmg-best-practices-analyzer-version-8.aspx</link><pubDate>Fri, 22 Jan 2010 16:24:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3307630</guid><dc:creator>isablog</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.technet.com/isablog/comments/3307630.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3307630</wfw:commentRss><description>&lt;P style="MARGIN: 0in 0in 10pt" class=section1&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt; mso-ansi-language: EN" lang=EN&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=section1&gt;&lt;FONT size=3&gt;&lt;SPAN style="COLOR: black; mso-ansi-language: EN" lang=EN&gt;&lt;FONT face="Times New Roman"&gt;I &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: black; mso-ansi-language: EN" lang=EN&gt;am happy to announce to the community that the next version of Forefront TMG Best Practices Analyzer Tool (TmgBPA version 8) has been released and is now publicly available.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: black; mso-ansi-language: EN" lang=EN&gt;TmgBPA is used by TMG administrators to verify proper configuration, and to help troubleshoot TMG-related issues. TmgBPA is also used for collecting all the relevant data when an administrator requires Microsoft Product Support services. In many cases collecting all the relevant data upfront helps shorten the resolution time quite drastically.&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT face="Times New Roman"&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: black; mso-ansi-language: EN" lang=EN&gt;&lt;FONT size=3&gt;The focus of v8 is its adaptation to Forefront TMG 2010, released in late 2009. Compared to ISA Server 2006, TMG supports many new major scenarios, including URL Filtering, ISP Redundancy, HTTPS Inspection, Anti-Malware Protection, Enhanced VoIP support, and much, much more. These new components require new configuration checks, and they also generate new logs that BPA must collect. (A list of TMG features can be found &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/forefront/threat-management-gateway/en/us/features.aspx" target=_blank mce_href="http://www.microsoft.com/forefront/threat-management-gateway/en/us/features.aspx"&gt;&lt;FONT color=#0000ff size=3&gt;here&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;.)&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT face="Times New Roman"&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: black; mso-ansi-language: EN" lang=EN&gt;Please note that we now support two separate tools: IsaBPA (v7), intended to run on ISA Server computers, and TmgBPA (v8), intended to run on TMG computers.&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT face="Times New Roman"&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: black; mso-ansi-language: EN" lang=EN&gt;I feel obliged to mention the outstanding contribution of Alexey Doctorovich and Idan Plonsky to this release, together with a long list of contributors from the TMG product team and from the TMG Product Support Services team.&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT face="Times New Roman"&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: black; mso-ansi-language: EN" lang=EN&gt;I encourage every TMG administrator to download the TmgBPA tool and give it a test-drive. The tool is available now &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; mso-ansi-language: EN" lang=EN&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=8aa01cb0-da96-46d9-a50a-b245e47e6b8b" mce_href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=8aa01cb0-da96-46d9-a50a-b245e47e6b8b"&gt;&lt;FONT color=#0000ff&gt;online&lt;/FONT&gt;&lt;/A&gt;. &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: black; mso-ansi-language: EN" lang=EN&gt;Note:&amp;nbsp; The tool will require .NET 2.0 framework and above to be installed first..&amp;nbsp; We are always excited to hear feedback and you can mail your comments, requests, information about bug reports, etc.&amp;nbsp;to&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; mso-ansi-language: EN" lang=EN&gt; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: black; FONT-SIZE: 14pt; mso-ansi-language: EN" lang=EN&gt;&lt;A title=mailto:isabpa@microsoft.com href="mailto:isabpafb@microsoft.com" target=_blank mce_href="mailto:isabpa@microsoft.com"&gt;&lt;SPAN style="FONT-SIZE: 11pt"&gt;&lt;FONT color=#0000ff&gt;isabpafb@microsoft.com&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: black; mso-ansi-language: EN" lang=EN&gt; alias.&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;SPAN style="COLOR: black"&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN style="COLOR: black; mso-ansi-language: EN" lang=EN&gt;Neta Amit&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=section1&gt;&lt;SPAN style="COLOR: black; mso-ansi-language: EN" lang=EN&gt;&lt;FONT size=3 face="Times New Roman"&gt;Senior Program Manager&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3307630" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/isablog/archive/tags/IsaBPA/default.aspx">IsaBPA</category><category domain="http://blogs.technet.com/isablog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/isablog/archive/tags/Threat+Management+Gateway/default.aspx">Threat Management Gateway</category><category domain="http://blogs.technet.com/isablog/archive/tags/Forefront+TMG/default.aspx">Forefront TMG</category></item><item><title>Tips and Tricks – ISA Data Packager Fails to Start</title><link>http://blogs.technet.com/isablog/archive/2010/01/18/tips-and-tricks-isa-data-packager-fails-to-start.aspx</link><pubDate>Mon, 18 Jan 2010 22:28:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3306515</guid><dc:creator>isablog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/isablog/comments/3306515.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3306515</wfw:commentRss><description>&lt;p&gt;When troubleshooting ISA Server one of the most common procedures in order to understand what is happening behind the scenes is to use the ISA Data Packager tool, which is part of the ISA Best Practices Analyzer, also known as &lt;a href="http://www.isabpa.com"&gt;ISABPA&lt;/a&gt;. This tool collects data like network traces, configuration state, event logs and ISA configuration. For more information on how to use this tool review the articles below:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/yuridiogenes/archive/2009/03/13/using-isabpa-for-proactively-and-reactively-work-with-isa-server-part-1-of-2.aspx"&gt;Using ISABPA For Proactive And Reactive Work On ISA Server - Part 1&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/yuridiogenes/archive/2009/05/07/using-isabpa-for-proactive-and-reactive-work-with-isa-server-part-2-of-2.aspx"&gt;Using ISABPA For Proactive And Reactive Work On ISA Server - Part 2&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This post is about a scenario where ISA Data Packager doesn’t run as it should and triggers the following error: “The IsaBpaPack.exe process failed to start” as shown in Figure below:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/TipsandTricksISADataPackagerFailstoStart_E7A6/fail_2.jpg"&gt;&lt;img title="fail" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="310" alt="fail" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/TipsandTricksISADataPackagerFailstoStart_E7A6/fail_thumb.jpg" width="425" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;As you can see this is not a very friendly error, hence we can’t really say why it happens just with that information. However it was noticed, that if we uncheck the option below (Performance Monitor Snapshot) the issue didn’t happen:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/TipsandTricksISADataPackagerFailstoStart_E7A6/IDP_Perf_4.jpg"&gt;&lt;img title="IDP_Perf" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="126" alt="IDP_Perf" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/TipsandTricksISADataPackagerFailstoStart_E7A6/IDP_Perf_thumb_1.jpg" width="355" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;In this specific&lt;a name="_GoBack"&gt;&lt;/a&gt; case, if you open the performance monitor you would find that all the counters would be empty. The quick solution for this is to rebuild them using the command &lt;a href="http://support.microsoft.com/kb/300956"&gt;Lodctr /R&lt;/a&gt; as shown below&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/TipsandTricksISADataPackagerFailstoStart_E7A6/lock_2.jpg"&gt;&lt;img title="lock" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="90" alt="lock" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/TipsandTricksISADataPackagerFailstoStart_E7A6/lock_thumb.jpg" width="441" border="0" /&gt;&lt;/a&gt; &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;After this process ISA Data Packager was able to run successfully.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Author&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Samuel Jacob&lt;/p&gt;  &lt;p&gt;Support Engineer &lt;/p&gt;  &lt;p&gt;Microsoft CSS Forefront (ISA/TMG) Team&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Technical Reviewer&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Yuri Diogenes&lt;/p&gt;  &lt;p&gt;Sr Security Support Escalation Engineer&lt;/p&gt;  &lt;p&gt;Microsoft CSS Forefront (ISA/TMG) Team&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3306515" width="1" height="1"&gt;</description></item><item><title>Forefront TMG Administrator's Companion Goes to the Printers</title><link>http://blogs.technet.com/isablog/archive/2010/01/15/forefront-tmg-administrator-s-companion-goes-to-the-printers.aspx</link><pubDate>Fri, 15 Jan 2010 00:06:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3305833</guid><dc:creator>isablog</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/isablog/comments/3305833.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3305833</wfw:commentRss><description>&lt;P&gt;&lt;A href="http://blogs.msdn.com/microsoft_press/archive/2010/01/13/forefront-tmg-2010-administrator-s-companion-sample-chapters.aspx"&gt;http://blogs.msdn.com/microsoft_press/archive/2010/01/13/forefront-tmg-2010-administrator-s-companion-sample-chapters.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you didn't know, Forefront TMG 2010 is the subject of a new Administrator's Companion from Microsoft Press.&lt;BR&gt;This book has been sent to the printer and is expected to be found on the shelves in mid-February 2010.&lt;/P&gt;
&lt;P&gt;If you haven't yet, go pre-order yours at &lt;A title="Forefront TMG Administrator's Companion" href="http://www.amazon.com/Microsoft%C2%AE-Forefront-Management-Administrators-Administrators/dp/0735626383/ref=sr_1_4?ie=UTF8&amp;amp;s=books&amp;amp;qid=1256638346&amp;amp;sr=1-4" mce_href="http://www.amazon.com/Microsoft%C2%AE-Forefront-Management-Administrators-Administrators/dp/0735626383/ref=sr_1_4?ie=UTF8&amp;amp;s=books&amp;amp;qid=1256638346&amp;amp;sr=1-4"&gt;Amazon.com&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Jim Harrison, PM, FF Edge CS&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3305833" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/isablog/archive/tags/TMG/default.aspx">TMG</category><category domain="http://blogs.technet.com/isablog/archive/tags/TMG+MBE/default.aspx">TMG MBE</category><category domain="http://blogs.technet.com/isablog/archive/tags/Forefront+TMG/default.aspx">Forefront TMG</category></item><item><title>SCOM pack for Forefront Threat Management Gateway 2010 has been released</title><link>http://blogs.technet.com/isablog/archive/2010/01/14/scom-pack-for-forefront-threat-management-gateway-2010-has-been-released.aspx</link><pubDate>Thu, 14 Jan 2010 09:59:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3305643</guid><dc:creator>isablog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/isablog/comments/3305643.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3305643</wfw:commentRss><description>&lt;p&gt;As we go through the final steps related to the release of Forefront Threat Management Gateway 2010 (TMG), it is our pleasure to announce the availability of the official (final) management pack (SCOM pack) for TMG. To read more about the content of this management pack, see our previous blog post &lt;a href="http://blogs.technet.com/isablog/archive/2009/11/02/management-pack-for-forefront-threat-management-gateway-2010-release-candidate-now-available.aspx"&gt;here&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;The released version, in 11 different languages, is available for download on the Microsoft download center from this &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5bfce6be-b681-48bf-bda9-a93d005820dd&amp;amp;displaylang=en"&gt;link&lt;/a&gt;. You can also download the management pack guide from the same location.&lt;/p&gt;  &lt;p&gt;The Management pack is also registered in the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=82105"&gt;System Center Operations Manager 2007 Catalog&lt;/a&gt; for improved discoverability.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Common_Criteria"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Author:        &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;Ori Yosefi, Senior Program Manager&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Reviewer:        &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;Meir Feinberg, Technical Writer&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3305643" width="1" height="1"&gt;</description></item><item><title>Hardware recommendations for Forefront TMG 2010</title><link>http://blogs.technet.com/isablog/archive/2010/01/12/hardware-recommendations-for-forefront-tmg-2010.aspx</link><pubDate>Tue, 12 Jan 2010 13:23:53 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3305106</guid><dc:creator>isablog</dc:creator><slash:comments>8</slash:comments><comments>http://blogs.technet.com/isablog/comments/3305106.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3305106</wfw:commentRss><description>&lt;p&gt;In this post, we discuss the hardware recommendations for Forefront TMG, based on the number of users and deployment scenario. Enabling different features on Forefront TMG carries different costs. When considering the hardware required for your deployment, take into account the projected growth of your organization and the Internet’s increasing bandwidth demands. The recommendations that follow are based on an allocation of 100 kilobits per second (Kbps) per user during peak time.&lt;/p&gt;  &lt;p&gt;In this post&lt;em&gt;:&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="#_Design_server_hardware"&gt;Design server hardware generously&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="#_CPU_considerations"&gt;CPU considerations&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="#_Storage_considerations"&gt;Storage considerations&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="#_Network_adapter_considerations"&gt;Network adapter considerations&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="#_Redundancy_recommended"&gt;Redundancy recommendations&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="#_Typical_configurations"&gt;Typical configurations&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;&lt;a name="_CPU_considerations"&gt;&lt;/a&gt;&lt;a name="_Design_server_hardware"&gt;&lt;/a&gt;Design server hardware generously&lt;/h3&gt;  &lt;p&gt;Design your server hardware according to current and future requirements to prepare for future growth. You might want to consider additional processors, additional memory, and a reliable storage subsystem that has a capacity of at least two or three times your estimated requirements. Note that hardware technology evolves at a rapid pace. Within a relatively short period of time, upgrade options might not be available for your server platform, which can pose a serious problem if future demands require you to increase system performance; for example, in the event that you need additional processors.&lt;/p&gt;  &lt;h3&gt;CPU considerations&lt;/h3&gt;  &lt;p&gt;Microsoft does not recommend one processor architecture over another. The configurations below simply show the results of our tests, which you can use to help you plan your deployment and configuration. &lt;/p&gt;  &lt;p&gt;The Forefront TMG product team has tested TMG in a variety of scenarios with the following processors: &lt;/p&gt;  &lt;p&gt;· Intel Xeon E5410—a mid-range processor.&lt;/p&gt;  &lt;p&gt;· AMD Opteron 2387—a Quad-core processor, with 6 MB shared L3-cache.&lt;/p&gt;  &lt;p&gt;· Intel Xeon L5520—a high-end processor, Intel’s Nehalem microarchitecture provides a significant performance boost over earlier Xeon processors.&lt;/p&gt;  &lt;h3&gt;&lt;a name="_Storage_considerations"&gt;&lt;/a&gt;Storage considerations&lt;/h3&gt;  &lt;p&gt;Forefront TMG has the following disk space requirements:&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;System&lt;/b&gt;–Holds OS and program files, approximately 40 GB.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Logging&lt;/b&gt;–You should store log records for 3 days in addition to the current day. When calculating the necessary storage space, estimate that each user creates about 25 MB of logs per day, which means that 1000 users create about 25 GB of logs per day. Hence, you will need 100 GB of space to store logs for this period of time.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Web Caching&lt;/b&gt;–Some scenarios require separate physical drives for caching. It is recommended to limit the cache file to a maximum of 40 GB on any disk. See &lt;a href="#_Caching_considerations"&gt;Caching considerations&lt;/a&gt; for details.&lt;/p&gt;  &lt;h4&gt;For deployments of 500 users or less&lt;/h4&gt;  &lt;p&gt;If you are deploying Forefront TMG for fewer than 500 users, in most cases a 250 GB hard drive is sufficient for system, logging and cache. You can install a single hard drive, or for redundancy, a small redundant array of independent disks (RAID). &lt;/p&gt;  &lt;h4&gt;For deployments of more than 500 users&lt;/h4&gt;  &lt;p&gt;If you are deploying Forefront TMG for more than 500 users, the hardware requirements begin to increase, and if you enable Web caching, you may need to add disk drives (see &lt;a href="#_Caching_considerations"&gt;Caching considerations&lt;/a&gt; below). The following table shows the recommended hard disk size based on number of users.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Table 1: Recommended Space for System and Logging&lt;/em&gt;&lt;em&gt;&lt;/em&gt;     &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;&lt;b&gt;Maximum Number of Users &lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="208"&gt;           &lt;p&gt;&lt;b&gt;Hard Disk Size&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;2000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="208"&gt;           &lt;p&gt;250 GB&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;4000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="208"&gt;           &lt;p&gt;500 GB&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;10000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="208"&gt;           &lt;p&gt;1 TB&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;13000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="208"&gt;           &lt;p&gt;2 TB&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;h5&gt;&lt;a name="_Caching_considerations"&gt;&lt;/a&gt;Caching considerations &lt;/h5&gt;  &lt;p&gt;If you enable Web caching in a deployment of more than 500 users, for performance reasons, you should have one or more separate, physical disks dedicated to Web caching. The recommended maximum size of a cache file is 40 GB per physical disk drive; allocating more disk space for caching will actually impair performance. If, according to your scenario, you need more disk space for caching, use separate physical drives for each 40 GB cache file. There are two possible configurations:&lt;/p&gt;  &lt;p&gt;· Multiple physical disks (not RAID)—Use one hard disk for system and logging, and separate hard disks for caching. This option involves deploying more storage space than is actually consumed, as only 40 GB on each drive should be used for caching.&lt;/p&gt;  &lt;p&gt;· RAID (preferably RAID-5, for redundancy)—RAID allows for more flexibility. You can allocate up to 40 GB per disk for caching, and use the remaining space on each disk for system and logging. &lt;/p&gt;  &lt;p&gt;Use the following table to help you determine the number of additional disk drives you should have for your deployment.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Table 2: Recommended Number of Disk Drives for Web Caching&lt;/em&gt;&lt;em&gt;&lt;/em&gt;     &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;&lt;b&gt;Maximum Number of Users&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="236"&gt;           &lt;p&gt;&lt;b&gt;Number of disk drives&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;0&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;1500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;2500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;3500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;3&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;4500&lt;/p&gt;         &lt;/td&gt;          &lt;td width="236"&gt;           &lt;p&gt;4&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;5500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;5&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;6500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;6&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;7500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;7&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;8500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;8&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;9500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;9&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;10500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;10&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;11500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;11&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;12500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;12&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;13500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;13&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;h3&gt;&lt;a name="_Typical_configurations"&gt;&lt;/a&gt;&lt;a name="_Network_adapter_considerations"&gt;&lt;/a&gt;Network adapter considerations&lt;/h3&gt;  &lt;p&gt;In testing, a 1 Gigabit Ethernet adapter was found to support throughput of approximately 600 megabits per second (Mbps). As we mentioned in the introduction, these hardware recommendations are based on an allocation of 100 Kbps per user during peak time. Dividing 600 Mbps by 100 Kbps yields support for 6000 users for every pair of internal/external network adapters. If your organization averages more or less bandwidth per user, adjust the number of adapters accordingly. The following table shows the recommended number of network adapters per 6000 users. &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Table 3: Recommended Number of 1 Gigabit Network Adapters&lt;/em&gt;&lt;em&gt;&lt;/em&gt;     &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="120"&gt;           &lt;p&gt;&lt;b&gt;Maximum Number of Users&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="236"&gt;           &lt;p&gt;&lt;b&gt;Number of Adapters&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;6000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;2 (1 internal, 1 external)&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="120"&gt;           &lt;p&gt;12000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;4 (2 internal, 2 external)&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;12000+&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="236"&gt;           &lt;p&gt;6 (3 internal, 3 external)&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Best Practice&lt;/b&gt; – Assign each network adapter a unique IP address, and load balance all adapters uniformly on the same subnet via DNS lookup or wpad configuration. &lt;/p&gt;  &lt;h3&gt;&lt;a name="_Redundancy_recommended"&gt;&lt;/a&gt;&lt;a name="_Redundancy_recommendations"&gt;&lt;/a&gt;Redundancy recommendations&lt;/h3&gt;  &lt;h4&gt;Deploy an array&lt;/h4&gt;  &lt;p&gt;It is recommended that you deploy an array of Forefront TMG computers for redundancy. Use the test results below to determine the number of computers your deployment requires, and then add at least one more computer for redundancy that will allow your deployment to continue functioning during a computer failure or other required maintenance. &lt;/p&gt;  &lt;h4&gt;Load balancing&lt;/h4&gt;  &lt;p&gt;Deploying a Forefront TMG array requires a load balancing mechanism – either Network Load Balancing (NLB), DNS round robin, or a hardware load balancer. Note that NLB has a maximum total bandwidth limit of 500 Mbps; if your traffic volume exceeds this limit, your deployment requires a different load balancing mechanism.&lt;/p&gt;  &lt;h3&gt;Typical configurations&lt;/h3&gt;  &lt;p&gt;The following section contains hardware recommendations based on test results of Forefront TMG in its principal deployment scenarios.&lt;/p&gt;  &lt;h4&gt;Secure Web gateway &lt;/h4&gt;  &lt;p&gt;Forefront TMG’s secure Web gateway, a solution designed to protect enterprise users from Web-based threats, incorporates the following features:&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;URL filtering&lt;/b&gt;—Blocks user access to Web sites based on URL categorization service&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Malware inspection&lt;/b&gt;—Inspects Web content for viruses and spyware at the network edge&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;HTTPS inspection&lt;/b&gt;—Inspects SSL-encrypted Web traffic for malware and validate secure Web site certificates &lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Network Inspection System&lt;/b&gt;—Detects exploits of known vulnerabilities in operating systems and applications&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Web caching&lt;/b&gt;—Enhances user Web surfing experience and reduces bandwidth costs.&lt;/p&gt;  &lt;h5&gt;Special Forefront TMG Edge roles&lt;/h5&gt;  &lt;p&gt;You can deploy Forefront TMG as a secure Web gateway with the following features as well:&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Mail protection&lt;/b&gt;—Helps protects your network against spam and viruses that enter your organization via electronic mail.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;SIP/VoIP&lt;/b&gt;—Enables VoIP communications while protecting your network from malformed SIP traffic.&lt;/p&gt;  &lt;p&gt;The table below shows the number of users supported in this scenario by a specific hardware configuration.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Table 4: Recommended Hardware for Secure Web Gateway, with Mail Protection &amp;amp; VoIP&lt;/em&gt;&lt;em&gt;&lt;/em&gt;     &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="120"&gt;           &lt;p&gt;&lt;b&gt;Maximum Number of Users&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="47"&gt;           &lt;p&gt;&lt;b&gt;# CPUs&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="142"&gt;           &lt;p&gt;&lt;b&gt;CPU&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="76"&gt;           &lt;p&gt;&lt;b&gt;RAM (GB)&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Intel Xeon E5410&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;4&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="120"&gt;           &lt;p&gt;1000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Intel Xeon E5410&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;4&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;1000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;AMD Opteron 2387&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;4&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="120"&gt;           &lt;p&gt;1500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Intel Xeon E5410&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;8&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;1500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Intel Xeon L5520&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;8&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;2000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;AMD Opteron 2387&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;8&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;3000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Intel Xeon L5520&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;12&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;h4&gt;Proxy server (including URL filtering)&lt;/h4&gt;  &lt;p&gt;Forefront TMG’s proxy server solution includes the following features: &lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Web caching&lt;/b&gt;— Enhances user Web surfing experience and reduces bandwidth costs.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;URL filtering&lt;/b&gt;—Blocks user access to Web sites based on URL categorization service&lt;/p&gt;  &lt;p&gt;The table below shows the number of users supported in this scenario by a specific hardware configuration:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Table 5: Recommended Hardware for Proxy Server Scenario, with URL Filtering&lt;/em&gt;&lt;em&gt;&lt;/em&gt;     &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="120"&gt;           &lt;p&gt;&lt;b&gt;Maximum Number of Users&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="47"&gt;           &lt;p&gt;&lt;b&gt;# CPUs&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="142"&gt;           &lt;p&gt;&lt;b&gt;CPU&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="75"&gt;           &lt;p&gt;&lt;b&gt;RAM (GB)&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;4000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Xeon E5410&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="75"&gt;           &lt;p&gt;4&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;5000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Opteron 2387&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="75"&gt;           &lt;p&gt;4&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;6000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Xeon E5410&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="75"&gt;           &lt;p&gt;8&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="120"&gt;           &lt;p&gt;8000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Xeon L5520&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="75"&gt;           &lt;p&gt;8&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;8000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Opteron 2387&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="75"&gt;           &lt;p&gt;8&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;13000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Xeon L5520&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="75"&gt;           &lt;p&gt;12&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;h4&gt;Secure mail gateway&lt;/h4&gt;  &lt;p&gt;Forefront TMG’s secure mail gateway solution protects your network against spam and viruses that enter your organization via electronic mail. For more information about the secure mail gateway, see &lt;a href="http://blogs.technet.com/isablog/archive/2009/11/10/email-protection-in-forefront-tmg-2010-release-candidate.aspx"&gt;http://blogs.technet.com/isablog/archive/2009/11/10/email-protection-in-forefront-tmg-2010-release-candidate.aspx&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;The table below shows the number of users supported in this scenario by a specific hardware configuration.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Table 6: Recommended Hardware for Secure Mail Gateway Scenario&lt;/em&gt;&lt;em&gt;&lt;/em&gt;     &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="120"&gt;           &lt;p&gt;&lt;b&gt;Maximum Number of Users&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="47"&gt;           &lt;p&gt;&lt;b&gt;# CPUs&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="142"&gt;           &lt;p&gt;&lt;b&gt;CPU&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="76"&gt;           &lt;p&gt;&lt;b&gt;RAM (GB)&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;1500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Xeon E5410&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;4&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;2000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Opteron 2387&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;4&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;3000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Xeon E5410&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;8&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;3500&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Xeon L5520&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;8&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;4000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Opteron 2387&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;8&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;6000&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="47"&gt;           &lt;p&gt;2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="142"&gt;           &lt;p&gt;Xeon L5520&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="76"&gt;           &lt;p&gt;12&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Author        &lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;b&gt;David Strausberg&lt;/b&gt;, Technical Writer – Forefront TMG&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Reviewers        &lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;b&gt;Ittai Gilat&lt;/b&gt;, Senior Development Engineer Test - Forefront TMG     &lt;br /&gt;&lt;b&gt;Tom Shinder&lt;/b&gt;, Technical Writer – Forefront UAG     &lt;br /&gt;&lt;b&gt;Vladimir Holostov&lt;/b&gt;, Senior Program Manager – Forefront TMG     &lt;br /&gt;&lt;b&gt;Zakie Mashiah&lt;/b&gt;, Principal Group Manager – Forefront TMG&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3305106" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/isablog/archive/tags/Performance/default.aspx">Performance</category><category domain="http://blogs.technet.com/isablog/archive/tags/hardware/default.aspx">hardware</category><category domain="http://blogs.technet.com/isablog/archive/tags/calculator/default.aspx">calculator</category></item><item><title>Scripting URL overrides in Forefront TMG</title><link>http://blogs.technet.com/isablog/archive/2010/01/07/scripting-url-overrides-in-forefront-tmg.aspx</link><pubDate>Thu, 07 Jan 2010 10:20:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3304184</guid><dc:creator>isablog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/isablog/comments/3304184.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3304184</wfw:commentRss><description>&lt;p&gt;You can use Forefront TMG scripting capabilities to allow non-TMG administrators to locally override a URL (enabling advanced help-desk scenarios). Here’s a script snippet that demonstrates adding &lt;a href="http://www.contoso.com/*"&gt;www.contoso.com/*&lt;/a&gt; to the Anonymizers category:&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;set fpc = CreateObject(&amp;quot;FPC.Root&amp;quot;)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;set arr = fpc.GetContainingArray&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;set overrides = arr.ArrayPolicy.WebProxy.UrlFilteringSettings.OverridingUrlCategories&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;overrides.Add &amp;quot;&lt;/font&gt;&lt;a href="http://www.contoso.com/*"&gt;&lt;font face="Courier New"&gt;www.contoso.com/*&lt;/font&gt;&lt;/a&gt;&lt;font face="Courier New"&gt;&amp;quot;, 2&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;arr.save&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;As you can see, the &lt;strong&gt;Add&lt;/strong&gt; method takes the Category ID (the number 2, representing Anonymizers) as a parameter. Here’s a list of the Category IDs:&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Alcohol&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Anonymizers&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 3&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Art/Culture/Heritage&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 4&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Blogs/Wiki&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 5&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Botnet&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 6&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Chat&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 7&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Child Friendly Materials&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Criminal Activities&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 9&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dating/Personals&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 10&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Digital Postcards&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 11&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dubious&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 12&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Edge Content Servers/Infrastructure&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 13&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Education/Reference&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 14&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Employment&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 15&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Fashion/Beauty&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 16&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Financial&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 17&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Forum/Bulletin Boards&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 18&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Free Hosting&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 19&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Gambling&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 20&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Games&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 21&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; General Business&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 22&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; General Entertainment&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 23&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Government/Military&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 24&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Hacking/Computer Crime&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 25&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Hate/Discrimination&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 26&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Health&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 27&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Humor/Comics&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 28&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Illegal Drugs&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 29&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Internet Services&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 30&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Legal Services &amp;amp; Reference&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 31&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Lifestyle Choices&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 32&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Malicious&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 33&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mature Content&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 34&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Media Sharing&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 35&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Motor Vehicles&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 36&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; News&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 37&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Non-Profit/Advocacy/NGO&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 38&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Nudity&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 39&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Obscene/Tasteless&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 40&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Online Communities&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 41&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Online Trading/Brokerage&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 42&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; P2P/File Sharing&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 43&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Parked Domain&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 44&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Personal Network Storage&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 45&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Phishing&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 46&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Politics/Opinion&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 47&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Pornography&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 48&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Portal Sites&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 49&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Public Information&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 50&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Real Estate&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 51&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Recreation/Hobbies&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 52&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Religion/Ideology&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 53&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Remote Access&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 54&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Restaurants/Dining&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 55&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; School Cheating Information&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 56&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Search Engines&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 57&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Self Defense&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 58&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shareware/Freeware&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 59&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shopping&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 60&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Social Opinion&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 61&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Spam URLs&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 62&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Sports&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 63&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Spyware/Adware&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 64&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Streaming Media&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 65&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Technical Information&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 66&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Tobacco&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 67&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Travel&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 68&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Usenet News&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 69&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Violence&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 70&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Weapons&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 71&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Web Ads&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 72&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Web E-mail&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 73&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Web Phone&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 74&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Web-based Productivity Applications&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can download the Forefront TMG SDK &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=8809cfda-2ee1-4e67-b993-6f9a20e08607"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Eric Detoc&lt;/strong&gt;, ISA Escalation Engineer &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Nathan Bigman&lt;/strong&gt;, Content Publishing Manager&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3304184" width="1" height="1"&gt;</description></item><item><title>Localized versions of Forefront TMG 2010 documentation released to TechNet</title><link>http://blogs.technet.com/isablog/archive/2010/01/04/localized-versions-of-forefront-tmg-2010-documentation-released-to-technet.aspx</link><pubDate>Mon, 04 Jan 2010 09:09:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3303502</guid><dc:creator>isablog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/isablog/comments/3303502.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3303502</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://technet.microsoft.com/library/ee207140.aspx"&gt;Forefront TMG 2010 TechNet documentation&lt;/a&gt; is now available in 10 localized versions:&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/zh-cn/library/ee207140.aspx"&gt;Chinese-Simplified&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/zh-tw/library/ee207140.aspx"&gt;Chinese-Traditional&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/fr-fr/library/ee207140.aspx"&gt;French&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/de-de/library/ee207140.aspx"&gt;German&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/it-it/library/ee207140.aspx"&gt;Italian&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/ja-jp/library/ee207140.aspx"&gt;Japanese&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/ko-kr/library/ee207140.aspx"&gt;Korean &lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/pt-br/library/ee207140.aspx"&gt;Portuguese-Brazilian&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/ru-ru/library/ee207140.aspx"&gt;Russian&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/es-es/library/ee207140.aspx"&gt;Spanish&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;To access the localized content based on your browser’s language setting, click &lt;a href="http://technet.microsoft.com/library/ee207140.aspx"&gt;here&lt;/a&gt;. TechNet’s language auto-detection will take you directly to the site that is localized to the language of your browser.&lt;/p&gt;  &lt;h4&gt;About the content&lt;/h4&gt;  &lt;p&gt;This release of the documentation culminates a customer- and solutions-focused effort undertaken by the Forefront TMG User Assistance team since the release of ISA Server 2006, resulting in a new content structure, new content, and the streamlining of content that was previously available. &lt;/p&gt;  &lt;p&gt;We are looking forward to receiving &lt;a href="mailto:isadocs@microsoft.com"&gt;your feedback&lt;/a&gt; on this content.&lt;/p&gt;  &lt;p&gt;The Forefront TMG User Assistance team&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Author:&lt;/u&gt;&lt;/strong&gt;     &lt;br /&gt;Rachel Aldam, Technical Writer&lt;/p&gt;  &lt;p&gt;&lt;u&gt;&lt;strong&gt;Reviewers:        &lt;br /&gt;&lt;/strong&gt;&lt;/u&gt;Simon Farr, Content Project Manager     &lt;br /&gt;Bruno Lewin, Senior Program Manager&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3303502" width="1" height="1"&gt;</description></item><item><title>Categories for URL Filtering</title><link>http://blogs.technet.com/isablog/archive/2010/01/03/categories-for-url-filtering.aspx</link><pubDate>Sun, 03 Jan 2010 14:53:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3303426</guid><dc:creator>isablog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/isablog/comments/3303426.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3303426</wfw:commentRss><description>&lt;p&gt;URL Filtering allows you to control end-user access to Web sites, protecting the organization by denying access to known malicious sites and to sites displaying inappropriate or pornographic materials, based on predefined URL categories. Visit TechNet to read about &lt;a href="http://technet.microsoft.com/en-us/library/ee207145.aspx"&gt;Planning for URL Filtering&lt;/a&gt; and &lt;a href="http://technet.microsoft.com/en-us/library/dd897105.aspx"&gt;Managing URL Filtering&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;The table below summarizes the URL categories available. Those marked with an asterisk are blocked by Forefront TMG when in the Web Access Policy Wizard you choose to &lt;strong&gt;create a rule blocking the minimum recommended URL categories&lt;/strong&gt;. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0" width="999"&gt;&lt;tbody&gt;     &lt;tr height="35"&gt;       &lt;td width="147"&gt;&lt;strong&gt;&lt;font size="3"&gt;Category Set&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&lt;strong&gt;&lt;font size="3"&gt;Category&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;        &lt;td width="660"&gt;&lt;strong&gt;&lt;font size="3"&gt;Description&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&lt;strong&gt;&lt;font color="#000000"&gt;Liability&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&lt;font color="#000000"&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td width="660"&gt;&lt;b&gt;&lt;font color="#000000"&gt;Aggregation of sites that may be in conflict with applicable legal and/or policy compliance obligations.&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Alcohol&lt;/td&gt;        &lt;td width="660"&gt;Alcohol Web sites promote or offer for sale alcoholic beverages or the means to create them; supplies, recipes or paraphernalia; glorifies, touts, or otherwise encourages alcohol consumption or intoxication.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Gambling*&lt;/td&gt;        &lt;td width="660"&gt;Gambling Web sites are sites where a user can place a bet or participate in a betting pool (including lotteries) online; obtain information, assistance or recommendations for placing a bet; receive instructions, assistance or training on participating in games of chance&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Tobacco&lt;/td&gt;        &lt;td width="660"&gt;Tobacco Web sites glorify, promote, offer for sale or otherwise encourage the consumption of tobacco.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Obscene/Tasteless*&lt;/td&gt;        &lt;td width="660"&gt;Obscene/Tasteless Web sites provide vulgar, crude, disgusting or otherwise offensive material, e.g., mutilation, murder, and defecation.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Profanity&lt;/td&gt;        &lt;td width="660"&gt;Profanity Web sites are sites that advocate or convey what may be interpreted as insulting, rude or vulgar behavior (through words, gestures, or other behavior); or otherwise show disrespect towards, or desecration of, something held sacred.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Violence*&lt;/td&gt;        &lt;td width="660"&gt;Violence Web sites are sites which advocate or provide instructions for causing physical harm to people or property through use of weapons, explosives, pranks, or other types of violence.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Weapons&lt;/td&gt;        &lt;td width="660"&gt;Weapons sites are sites which sell, review, or describe legal weapons such as: guns, knives, or martial arts devices; provide information on their use, accessories, or other modifications.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Nudity&lt;/td&gt;        &lt;td width="660"&gt;Nudity Web sites are sites containing images of human nudity, e.g., nude art, incidental nudity&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Pornography*&lt;/td&gt;        &lt;td width="660"&gt;Pornographic Web sites are sites containing sexually explicit material for the purpose of arousing a sexual or prurient interest.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Provocative Attire&lt;/td&gt;        &lt;td width="660"&gt;Provocative attire Web sites are sites which sell, review, or describe alluring attire but do not involve nudity.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mature Content&lt;/td&gt;        &lt;td width="660"&gt;Mature sexual content sites contain sexually explicit information that is not of a medical or scientific nature.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Criminal Activities*&lt;/td&gt;        &lt;td width="660"&gt;Criminal activities Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate illegal activities, or describe how to commit criminal activity.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dubious&lt;/td&gt;        &lt;td width="660"&gt;Dubious Web sites are sites with questionable, suspicious, or ethically ambiguous content.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Hacking/Computer Crime&lt;/td&gt;        &lt;td width="660"&gt;Computer hacking/crime Web sites are sites which advocate or provide instructions for causing harm to people or property through use of unauthorized computer activity.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Hate/Discrimination*&lt;/td&gt;        &lt;td width="660"&gt;Hate Web sites are sites which advocate hostility or aggression toward an individual or group on the basis of race, religion, gender, nationality, ethnic origin, or other involuntary characteristics; a site which denigrates others on the basis of those characteristics or justifies inequality on the basis of those characteristics; a site which purports to use scientific or other commonly accredited methods to justify said aggression, hostility or denigration.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Illegal Drugs*&lt;/td&gt;        &lt;td width="660"&gt;Drug Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate the recreational or illegal use, cultivation, manufacture, or distribution of drugs, pharmaceuticals, intoxicating plants or chemicals and their related paraphernalia.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Illegal Software&lt;/td&gt;        &lt;td width="660"&gt;Illegal Software Web sites are sites which promote, offer, sells, supply, encourage or otherwise advocate the use, cultivation, manufacture, or distribution of software that is illegal in one or more major jurisdictions.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; School Cheating Information&lt;/td&gt;        &lt;td width="660"&gt;School Cheating Information Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate information used to cheat in school.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&lt;strong&gt;Bandwidth&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="660"&gt;&lt;strong&gt;Bandwidth Web sites are sites which may result in large amounts of data being uploaded or downloaded, e.g., video download, file download, etc.&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Media Sharing&lt;/td&gt;        &lt;td width="660"&gt;Media sharing Web sites are sites which promote, sell, offer, supply or allow sharing between users of media, e.g., video download, file download, etc.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Streaming Media&lt;/td&gt;        &lt;td width="660"&gt;Streaming media sites provide media for streaming consumption, e.g., on demand video, internet radio.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&lt;strong&gt;Business&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="660"&gt;&lt;strong&gt;Business Web sites are sites which promote, sell, offer, or supply business information, e.g., employment services, financial institutions, online trading and brokerages.&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; General Business&lt;/td&gt;        &lt;td width="660"&gt;Business Web sites are sites which promote, sell, offer, or supply business information, e.g., corporate Web site, business to business sites.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Employment&lt;/td&gt;        &lt;td width="660"&gt;Employment Web sites are sites which promote, sell, offer, or supply employment information including providing job seeking information.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Financial&lt;/td&gt;        &lt;td width="660"&gt;Financial Web sites are sites which promote, sell, offer, or supply financial information including financial account access.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Online Trading/Brokerage&lt;/td&gt;        &lt;td width="660"&gt;Online Trading/Brokerage Web sites are sites which promote, sell, offer, or supply trading information including online trading and brokerage account access.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&lt;strong&gt;Communication&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="660"&gt;&lt;strong&gt;Communication Web sites are sites which provide a means for digital communications. These sites may include access for adding, removing, and updating personal content, e.g., chat, forums, and blogs.&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Blogs/Wiki&lt;/td&gt;        &lt;td width="660"&gt;Blog/Wiki Web sites are sites which provide dynamic content where users frequently add, remove, and update content.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Chat&lt;/td&gt;        &lt;td width="660"&gt;Web chat Web sites are sites which provide Web-based chat as the main feature or function of the site.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Digital Postcards&lt;/td&gt;        &lt;td width="660"&gt;Digital postcard Web sites are sites which enable users to send and receive digital postcards and greeting postcards.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Forum/Bulletin Boards&lt;/td&gt;        &lt;td width="660"&gt;Forum/Bulletin Board Web sites are sites which provide dynamic content where users frequently add content.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Instant Messaging&lt;/td&gt;        &lt;td width="660"&gt;Instant Messaging Web sites are sites which provide Web-based or downloadable chat-related applications as the main feature or function of the site.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Online Communities&lt;/td&gt;        &lt;td width="660"&gt;Online Community Web sites are sites which provide dynamic content for the purpose of social networking. These sites may include access for adding, removing, and updating personal content.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Portal Sites&lt;/td&gt;        &lt;td width="660"&gt;Portal Web sites are sites where the main purpose is to route users to Web content.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Usenet News&lt;/td&gt;        &lt;td width="660"&gt;Usenet news Web sites provide access to Usenet archives.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Web E-mail&lt;/td&gt;        &lt;td width="660"&gt;Web E-mail Web sites are sites that enable users to send and receive email.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Web Meeting&lt;/td&gt;        &lt;td width="660"&gt;Web Meeting Web sites are sites which provide online meeting services.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Web Phone&lt;/td&gt;        &lt;td width="660"&gt;Web Phone sites are site which provide online phone services.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Web-based Productivity Applications&lt;/td&gt;        &lt;td width="660"&gt;Web-based productivity application Web sites are sites which provide Web browser-based productivity application services, e.g., Web browser-based word processing.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&lt;strong&gt;Entertainment&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="660"&gt;&lt;strong&gt;Entertainment Web sites are sites that distributes, displays, discusses or promotes entertainment related content - e.g., games, humor, recreation or hobbies.&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Art/Culture/Heritage&lt;/td&gt;        &lt;td width="660"&gt;An art/culture/heritage site is a site that distributes, displays, discusses or promotes art, culture, or heritage related content - e.g., books, literature, theater.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; General Entertainment&lt;/td&gt;        &lt;td width="660"&gt;Entertainment Web sites are sites that distribute, display, discuss or promote entertainment related content, e.g., movies, television, and music.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Games&lt;/td&gt;        &lt;td width="660"&gt;Games Web sites are sites that distribute, display, discuss or promote game related content, e.g., board games, video games, etc.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Humor/Comics&lt;/td&gt;        &lt;td width="660"&gt;Humor/Comics Web sites are sites that distribute, display, discuss,. or promote humor related content, e.g., comics, cartoons, etc.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Recreation/Hobbies&lt;/td&gt;        &lt;td width="660"&gt;Recreation/Hobby Web sites are sites that distribute, display, discuss or promote recreation and hobby related content, e.g., model airplane building, knitting, sewing, etc.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&lt;strong&gt;General Productivity&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="660"&gt;&lt;strong&gt;General productivity Web sites are an aggregation of sites believed to engage users in time or resource-intensive activities that may be in conflict with expected use of computer and network resources.&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Education/Reference&lt;/td&gt;        &lt;td width="660"&gt;Education/reference Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate educational or reference information.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Child Friendly Materials&lt;/td&gt;        &lt;td width="660"&gt;Child friendly materials Web sites are sites which promote, offer, sell, supplies, encourage or otherwise advocate child-friendly materials.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Government/Military&lt;/td&gt;        &lt;td width="660"&gt;Government/Military Web sites are sites created and maintained by an official government or military organization&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Health&lt;/td&gt;        &lt;td width="660"&gt;Health Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate health information.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; History&lt;/td&gt;        &lt;td width="660"&gt;History Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate historical information.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Legal Services &amp;amp; Reference&lt;/td&gt;        &lt;td width="660"&gt;Legal services and reference Web sites are sites which provide, promote, offer, sell, supply, encourage or otherwise advocate legal services and reference information.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Non-Profit/Advocacy/NGO&lt;/td&gt;        &lt;td width="660"&gt;Non-profit/Advocacy/NGO Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate non-profit, advocacy, or NGO information.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Politics/Opinion&lt;/td&gt;        &lt;td width="660"&gt;Politics/Opinion Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate politics or opinion information.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Public Information&lt;/td&gt;        &lt;td width="660"&gt;Public information Web sites are sites which provide general reference information for public consumption, e.g., listings, maps, weather, etc.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Religion/Ideology&lt;/td&gt;        &lt;td width="660"&gt;Religion/Ideology Web sites are site which promote, offer, sell, supply, encourage or otherwise advocate religion or ideology.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Search Engines&lt;/td&gt;        &lt;td width="660"&gt;Search engine Web sites are sites where the main purpose is to provide search Web content based on user-defined queries.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&lt;strong&gt;Information Technology&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="660"&gt;&lt;strong&gt;Information technology Web site are sites which promote, offer, sell, supply, encourage or otherwise advocate technology information, e.g., free hosting, Internet services, Web ads.&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Technical Information&lt;/td&gt;        &lt;td width="660"&gt;Technical Information Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate technical information, e.g., tutorials for computer programming, reviews of computer software or hardware, technical forums, information security.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Edge Content Servers/Infrastructure&lt;/td&gt;        &lt;td width="660"&gt;Edge content servers/infrastructure Web sites are sites which hosts files for other Web sites usually for high-volume consumption.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Free Hosting&lt;/td&gt;        &lt;td width="660"&gt;Free hosting Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate free Web hosting information, e.g., Web sites that allow users to create personal homepages.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Internet Services&lt;/td&gt;        &lt;td width="660"&gt;Internet services Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate Internet services information, e.g., domain registration, ISPs.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Web Ads&lt;/td&gt;        &lt;td width="660"&gt;Web ads Web sites are sites from which advertising content originates. Advertising content includes but is not limited to banners, marketing trackers, and text ads.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&lt;strong&gt;Lifestyles&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="660"&gt;&lt;strong&gt;Lifestyle Web sites are sites that cater to or discuss personal or social interests and activities with content intended for a specific audience.&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dating/Personals&lt;/td&gt;        &lt;td width="660"&gt;Dating/Personals Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate dating or personal information.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Special Interests&lt;/td&gt;        &lt;td width="660"&gt;Sites that reflect a group or collection of persons that have a common interest or issue that is representative of who they are, their life situation, or is of closely held significance to them. This includes without limitation, cultural or ethnic identity, organization/club affiliations, or sexual orientation/identity.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Restaurants/Dining&lt;/td&gt;        &lt;td width="660"&gt;Restaurants/Dining sites are sites which promote, encourage or otherwise advocate information about restaurants or dining choices.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Social Opinion&lt;/td&gt;        &lt;td width="660"&gt;Social Opinion Web sites are sites that provide information related to variety of social topics, e.g., movie reviews, actor critiques.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Self Defense&lt;/td&gt;        &lt;td width="660"&gt;Self defense Web sites are site which promote, encourage or otherwise advocate information about self defense - e.g., karate, mace, stun guns.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Travel&lt;/td&gt;        &lt;td width="660"&gt;Travel web sites are sites which promote, encourage or otherwise advocate traveling.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&lt;strong&gt;News/Reports&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="660"&gt;&lt;strong&gt;News/Reports Web sites are sites that provide news or report information.&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; News&lt;/td&gt;        &lt;td width="660"&gt;News Web sites provide news media such as local weather, and other relevant regional, national and international information.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160; Sports&lt;/td&gt;        &lt;td width="660"&gt;Sports Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate professional athletics, e.g., professional or recreational baseball leagues.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&lt;strong&gt;Purchasing&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="660"&gt;&lt;strong&gt;Purchasing Web sites are sites which promote, offer, sell, supply, and encourage purchasing of products.&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Fashion/Beauty&lt;/td&gt;        &lt;td width="660"&gt;Fashion/Beauty Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate the use, or distribution of fashion or beauty related products.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Motor Vehicles&lt;/td&gt;        &lt;td width="660"&gt;Motor Vehicles Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate the use, distribution or discussion of motor vehicle related products.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shopping&lt;/td&gt;        &lt;td width="660"&gt;Shopping Web sites are sites which promote, offer or sell products or services online.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Pharmacy&lt;/td&gt;        &lt;td width="660"&gt;Pharmacy Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate the use, distribution or discussion of prescription drugs.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Real Estate&lt;/td&gt;        &lt;td width="660"&gt;Real estate Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate the buying, selling, managing or maintenance of real estate.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&lt;strong&gt;&lt;font color="#000000"&gt;Security&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;        &lt;td width="190"&gt;&lt;strong&gt;&lt;font color="#000000"&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;        &lt;td width="660"&gt;&lt;b&gt;&lt;font color="#000000"&gt;Aggregation of sites which may either directly constitute a risk to IT resources, or are associated with activities suspected to increase risk of exposure to these dangers.&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Anonymizers*&lt;/td&gt;        &lt;td width="660"&gt;Anonymizer Web sites are sites used to anonymize a user's originating IP address&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Anonymizing Utilities&lt;/td&gt;        &lt;td width="660"&gt;Anonymizing utilities Web sites are sites which promote, offer, sell, supply, encourage or otherwise advocate the use, manufacture, or distribution of anonymizing utilities.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; P2P/File Sharing&lt;/td&gt;        &lt;td width="660"&gt;P2P/File sharing Web sites are sites which offer, sell, supply, encourage or otherwise advocate the use, manufacture, or distribution of P2P/File sharing software.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Parked Domain&lt;/td&gt;        &lt;td width="660"&gt;Parked domain Web sites are sites that no longer contain content or are no longer registered.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Personal Network Storage&lt;/td&gt;        &lt;td width="660"&gt;Personal network storage Web sites provide Web-based storage for personal files, e.g., pictures, documents, etc.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Remote Access&lt;/td&gt;        &lt;td width="660"&gt;Remote access Web sites are sites which provide Web-based or downloadable remote access related applications as the main feature or function of the site, e.g., a Web site that allows a user to access a computer from a remote location.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Resource Sharing&lt;/td&gt;        &lt;td width="660"&gt;Resource sharing Web sites are sites that provide information about applications that utilize otherwise unused system resources, e.g., SETI@home.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shareware/Freeware&lt;/td&gt;        &lt;td width="660"&gt;Shareware/Freeware Web sites are sites which provide Web-based or downloadable applications as the main feature or function of the site.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Botnet*&lt;/td&gt;        &lt;td width="660"&gt;Botnet sites are sites which covertly install applications onto targeted systems allowing unauthorized remote control for malicious activity.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Malicious*&lt;/td&gt;        &lt;td width="660"&gt;Malicious Web sites covertly install applications onto targeted systems with the intent of causing harm to people or property through use of unauthorized computer activity.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Phishing*&lt;/td&gt;        &lt;td width="660"&gt;Phishing sites are sites that masquerade as a trustworthy entity for the purpose of tricking users into disclosing personal information.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Spam URLs&lt;/td&gt;        &lt;td width="660"&gt;Spam Web sites are sites that contain unsolicited information from spam e-mails.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="147"&gt;&amp;#160;&lt;/td&gt;        &lt;td width="190"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Spyware/Adware*&lt;/td&gt;        &lt;td width="660"&gt;Spyware/adware Web sites are sites which covertly install applications onto targeted systems with the intent of performing unsolicited activity, namely, transmitting personal information or providing unsolicited advertisements.&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Vladimir Holostov&lt;/strong&gt;, Senior Program Manager&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Nathan Bigman&lt;/strong&gt;, Content Publishing Manager&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3303426" width="1" height="1"&gt;</description></item><item><title>Forefront TMG 2010 documentation now available on TechNet</title><link>http://blogs.technet.com/isablog/archive/2009/12/29/forefront-tmg-2010-documentation-now-available-on-technet.aspx</link><pubDate>Tue, 29 Dec 2009 09:57:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3302862</guid><dc:creator>isablog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/isablog/comments/3302862.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3302862</wfw:commentRss><description>&lt;P&gt;&lt;A href="http://technet.microsoft.com/en-us/library/ee207140.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee207140.aspx"&gt;Forefront TMG 2010 TechNet documentation&lt;/A&gt; is now live with Forefront TMG Release to Web content. This release of the documentation culminates a customer- and solutions-focused effort undertaken by the Forefront TMG User Assistance team since the release of ISA Server 2006, resulting in a new content structure, new content, and the streamlining of previously-available content. &lt;/P&gt;
&lt;H2&gt;New structure&lt;/H2&gt;
&lt;P&gt;The new content structure focuses on Forefront TMG’s core value to your business: protecting IT environments from Internet-based threats, while providing both internal and remote users fast and secure access to the Internet and to internal applications and data. The &lt;A href="http://technet.microsoft.com/en-us/library/cc441674.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc441674.aspx"&gt;Planning and Design&lt;/A&gt;, &lt;A href="http://technet.microsoft.com/en-us/library/cc441445.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc441445.aspx"&gt;Deployment&lt;/A&gt;, and &lt;A href="http://technet.microsoft.com/en-us/library/cc441590.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc441590.aspx"&gt;Operations&lt;/A&gt; guides are synched to guide the Forefront TMG administrator through system deployment in various topologies, enabling access through Forefront TMG, and setting up the protection of organizational resources from Internet-based threats.&lt;/P&gt;
&lt;H3&gt;Solution guides&lt;/H3&gt;
&lt;P&gt;We are proud to publish the first solution guides in a planned series of guides, aimed at walking Forefront TMG administrators through end-to-end Forefront TMG solutions:&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/ee781941.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee781941.aspx"&gt;Secure Web Gateway solution guide&lt;/A&gt;—A secure Web gateway allows business employees to safely and productively use the Internet for business without worrying about malware and other threats. It provides multiple layers of continuously updated protections that are integrated into a unified, easy-to-manage gateway, reducing the cost and complexity of Web security. The secure Web gateway solution guide is intended to help administrators plan, deploy, and maintain a Forefront TMG secure Web gateway, according to the requirements of their organization and the specific design that they want to create.&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/ee658159.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee658159.aspx"&gt;Interoperability with BranchCache solution guide&lt;/A&gt;—Addresses the interoperability of Forefront TMG and BranchCache, a feature of Windows 7 and Windows Server 2008 R2, that enables Web content on a wide area network (WAN) to be cached on computers at a local branch office, thus improving application response time and reducing WAN traffic.&lt;/P&gt;
&lt;H2&gt;New content&lt;/H2&gt;
&lt;P&gt;As with every major documentation release, the new content addresses the product’s &lt;A href="http://technet.microsoft.com/en-us/library/ee207139.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee207139.aspx"&gt;new features&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/dd896991.aspx" mce_href="http://technet.microsoft.com/en-us/library/dd896991.aspx"&gt;Web anti-malware&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/ee207145.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee207145.aspx"&gt;URL filtering&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/dd897005.aspx" mce_href="http://technet.microsoft.com/en-us/library/dd897005.aspx"&gt;E-mail protection&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/ee658156.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee658156.aspx"&gt;HTTPS inspection&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/dd897004.aspx" mce_href="http://technet.microsoft.com/en-us/library/dd897004.aspx"&gt;Network Inspection System (NIS)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/cc441610.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc441610.aspx"&gt;Enhanced Network Address Translation (NAT)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/dd897026.aspx" mce_href="http://technet.microsoft.com/en-us/library/dd897026.aspx"&gt;Enhanced Voice over IP support&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/dd896981.aspx" mce_href="http://technet.microsoft.com/en-us/library/dd896981.aspx"&gt;Windows Server 2008 with 64-bit support&lt;/A&gt; &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;In addition, the content includes the following documents:&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/ee796232.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee796232.aspx"&gt;Troubleshooting the installation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/ee796230.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee796230.aspx"&gt;Troubleshooting HTTPS inspection&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/ee796231.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee796231.aspx"&gt;Unsupported configurations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/ee914625.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee914625.aspx"&gt;Customizing HTML forms&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/ee914626.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee914626.aspx"&gt;Customizing HTML error messages in Forefront TMG&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/ee937673.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee937673.aspx"&gt;Upgrading from Forefront TMG evaluation to Forefront TMG RTM&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;· &lt;A href="http://technet.microsoft.com/en-us/library/ee658149.aspx" mce_href="http://technet.microsoft.com/en-us/library/ee658149.aspx"&gt;Joining a standalone server to an array in a workgroup deployment&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;Streamlining of available content &lt;/H4&gt;
&lt;P&gt;ISA Server has been around for a long time, and its accompanying documentation has accumulated into a comprehensive yet somehow exhausting content-set. When faced with the challenge of updating the ISA Server content to Forefront TMG, we decided to take the long route and determine the scope of the content based on user needs, rather than simply update the existing ISA Server content. We started off by creating a completely new Table of Contents, based on extensive product group, customer support, and field feedback and requirements. Only then did we dive into the actual writing, leveraging valuable existing content and adding new content, as required. This process resulted in content that we believe is more easily discoverable and manageable by our target users. Be sure to &lt;A href="mailto:isadocs@microsoft.com" mce_href="mailto:isadocs@microsoft.com"&gt;tell us&lt;/A&gt; how &lt;B&gt;you&lt;/B&gt; like this new experience!&lt;/P&gt;
&lt;P&gt;We are looking forward to receiving &lt;A href="mailto:isadocs@microsoft.com" mce_href="mailto:isadocs@microsoft.com"&gt;your feedback&lt;/A&gt; on new content.&lt;/P&gt;
&lt;P&gt;Enjoy the ride!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;The Forefront TMG User Assistance team&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Author:&lt;/U&gt;&lt;/STRONG&gt;&lt;BR&gt;Rachel Aldam, Technical Writer&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Reviewers:&lt;BR&gt;&lt;/U&gt;&lt;/STRONG&gt;David Strausberg, Technical Writer&lt;BR&gt;Meir Feinberg, Technical Writer&lt;BR&gt;Michelle Friedmann, Technical Editor&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3302862" width="1" height="1"&gt;</description></item><item><title>Using Forefront TMG/ISA Server BPA for documenting your deployment</title><link>http://blogs.technet.com/isablog/archive/2009/12/24/using-forefront-tmg-isa-server-bpa-for-documenting-your-deployment.aspx</link><pubDate>Thu, 24 Dec 2009 10:04:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3302398</guid><dc:creator>isablog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/isablog/comments/3302398.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3302398</wfw:commentRss><description>&lt;h2&gt;Introduction&lt;/h2&gt;  &lt;p&gt;An administrator of Forefront TMG or ISA Server may want to document their current configuration, so that they can:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Recreate the Forefront TMG/ISA Server setup from the documentation in the case of data loss/corruption. &lt;/li&gt;    &lt;li&gt;Share the documentation with other people, so that they can understand what settings are used (e.g. in the case of a deployment handover). &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;This document describes how Best Practices Analyzer (BPA) can be used to automatically document the configuration.    &lt;br /&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;h5&gt;&lt;b&gt;&lt;u&gt;Forefront TMG/ISA Server BPA&lt;/u&gt;&lt;/b&gt;&lt;/h5&gt;  &lt;p&gt;There are 2 separate tools, one works for Forefront TMG, the other for ISA Server:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=D22EC2B9-4CD3-4BB6-91EC-0829E5F84063&amp;amp;displaylang=en"&gt;ISA Server BPA&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=8aa01cb0-da96-46d9-a50a-b245e47e6b8b"&gt;Forefront TMG BPA&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The procedures below, and all the examples, reference Forefront TMG BPA. The same procedure is equally applicable to ISA Server BPA.&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;&lt;u&gt;How to document a Forefront TMG Server&lt;/u&gt;&lt;/b&gt;&lt;/h2&gt;  &lt;p&gt;To create a new document:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p align="left"&gt;Run the BPA application and click “Select options for a new scan”.        &lt;br /&gt;&lt;/p&gt;     &lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image002_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image002_thumb.jpg" width="450" height="321" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;When scanning is finished click “View a report of this Best Practices scan” and then export the report to an XML file.&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image004_2.jpg"&gt;        &lt;br /&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image004_thumb.jpg" width="458" height="356" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;The output file can be used for configuration review and network visualization by the BPA2Visio tool (will be explained below). &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;h1&gt;&lt;b&gt;&lt;u&gt;How to review a pre-saved document for a Forefront TMG Server&lt;/u&gt;&lt;/b&gt;&lt;/h1&gt;  &lt;ol&gt;   &lt;li&gt;If you still have BPA open after following the procedure above, you already have the report available. If not, the following steps will load the report:      &lt;br /&gt;a.&amp;#160; Launch BPA and click “Select a Best Practices scan to view”.       &lt;br /&gt;b.&amp;#160; Choose one of the available scans, or choose “Import scan” to load a different scan result from a file.       &lt;br /&gt;c.&amp;#160; If you choose to use a report from the list, you’ll need to choose the “View a report of this scan” option to actually view the scan. The view will bring you to the “All Issues” tab, the same location within the UI where you ended up after completing the “How to document a Forefront TMG Server” procedure above.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Choose the “Tree Reports” radio button, and then click on the “Detailed View” tab, which will display the configuration data and the “TMG configuration” data node.&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image006_2.jpg"&gt;        &lt;br /&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image006_thumb.jpg" width="464" height="423" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;It is possible to copy specific node contents to the clipboard. To do that, right-click on the node and choose the “Copy to clipboard” option. The node will be copied to the clipboard and the resulting text will also preserve the existing data hierarchy. For example, you can copy the “Exception” node, and the text can be pasted into your favorite editor as shown below.&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image008_2.jpg"&gt;        &lt;br /&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image008" border="0" alt="clip_image008" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image008_thumb.jpg" width="469" height="353" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Now you can review the configuration and do the required work. The “TMG Configuration” node contents are designed to mimic the Forefront TMG Management MMC console hierarchy, making it simple to map the data to the appropriate place in the Forefront TMG UI. The Forefront TMG BPA application highlights the problematic nodes with “Error”, “Warning” and “Info” icons, as shown above. &lt;/li&gt; &lt;/ol&gt;  &lt;h2&gt;&lt;b&gt;&lt;u&gt;How to visualize a pre-saved document for a Forefront TMG Server&lt;/u&gt;&lt;/b&gt;&lt;/h2&gt;  &lt;p&gt;As we have already said, we have a specially designed tool called BPA2Visio that can visualize the network deployment of your server based on the BPA report.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;To visualize your network you should run BPA2Visio on a machine where the Microsoft Visio tool is installed (not necessarily the server machine). To do that you need to run the application. You can run it from the Start Menu as follows: “Start Menu” &amp;gt; “All Programs” &amp;gt; “Microsoft Forefront TMG Server” &amp;gt; “TMG Tools” &amp;gt; “BPA2Visio”. Another way to run the application is to invoke it from within the “Forefront TMG BPA” application directly. To do that, you should open the report for review – just like we did in the previous explanation, and then click the “Start BPA2Visio” button on the left pane.      &lt;br /&gt;&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image010_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image010" border="0" alt="clip_image010" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image010_thumb.jpg" width="469" height="427" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;After the BPA2Visio application has started, please “Load an existing report” from the location you have saved it, and then&lt;a name="_GoBack"&gt; &lt;/a&gt;click “Generate Diagram”. This will generate a network diagram in the Visio tool.&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image012_2.jpg"&gt;        &lt;br /&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image012" border="0" alt="clip_image012" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image012_thumb.jpg" width="477" height="371" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Here is an example of a generated diagram:&lt;a href="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image014_2.jpg"&gt;        &lt;br /&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image014" border="0" alt="clip_image014" src="http://blogs.technet.com/blogfiles/isablog/WindowsLiveWriter/UsingForefrontTMGISAServerBPAfordocument_A9A6/clip_image014_thumb.jpg" width="482" height="343" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;And you are done! BPA2Visio will highlight the problematic elements, as detected by “Forefront TMG BPA”, at the same time that the report is generated. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Author&lt;/b&gt;:     &lt;br /&gt;Alexey Doctorovich, Software Development Engineer, Forefront TMG Team&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Reviewers&lt;/b&gt;:     &lt;br /&gt;Neta Amit, Senior Program Manager, Forefront TMG Team     &lt;br /&gt;Adi Kurtz, Senior Test Lead, Forefront TMG Team     &lt;br /&gt;Ori Yosefi, Senior Program Manager, Forefront TMG Team     &lt;br /&gt;Meir Feinberg, Technical Writer, Forefront TMG Team&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3302398" width="1" height="1"&gt;</description></item><item><title>RRAS Service fails to start on ISA Server 2006 when enabling RADIUS Authentication for VPN Users</title><link>http://blogs.technet.com/isablog/archive/2009/12/23/rras-service-fails-to-start-on-isa-server-2006-when-enabling-radius-authentication-for-vpn-users.aspx</link><pubDate>Wed, 23 Dec 2009 20:41:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3302307</guid><dc:creator>isablog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/isablog/comments/3302307.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3302307</wfw:commentRss><description>&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Introduction&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Consider a scenario where the ISA Server administrator has dial-in VPN correctly configured and working through ISA Server 2006. Now he needs to use RADIUS as the credentials authority and he makes the appropriate changes to the RADIUS configuration on the VPN settings as shown in Figures 1, 2 and 3:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;IMG style="WIDTH: 322px; HEIGHT: 358px" align=absMiddle src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3302303/original.aspx" width=322 height=358 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3302303/original.aspx"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Figure 1 – RADIUS correctly enabled on ISA.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;IMG style="WIDTH: 333px; HEIGHT: 296px" align=absMiddle src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3302304/original.aspx" width=333 height=296 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3302304/original.aspx"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Figure 2 – RADIUS Server using the default authentication port.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;IMG style="WIDTH: 314px; HEIGHT: 331px" align=absMiddle src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3302305/original.aspx" width=314 height=331 mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3302305/original.aspx"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Figure 3 – RADIUS Server with the shared secret set.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;After applying the changes, the RRAS service stops and the following event appears in Event Viewer when RRAS tries to restart:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;o:p&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 1pt; PADDING-LEFT: 4pt; PADDING-RIGHT: 4pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 1pt; mso-element: para-border-div; mso-border-alt: solid windowtext .5pt"&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Event Type:&lt;SPAN style="mso-tab-count: 1"&gt; &lt;/SPAN&gt;Error&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Event Source:&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Microsoft Firewall&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Event Category:&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;None&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Event ID:&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;21098&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Date:&lt;SPAN style="mso-tab-count: 2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;12/15/2009&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;FONT size=2&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; BACKGROUND: yellow; mso-bidi-font-size: 11.0pt; mso-highlight: yellow"&gt;Time:&lt;SPAN style="mso-tab-count: 2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;4:16:&lt;B style="mso-bidi-font-weight: normal"&gt;46&lt;/B&gt; PM&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;User:&lt;SPAN style="mso-tab-count: 2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;N/A&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Computer:&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;ISACONTN1&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Description:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; BACKGROUND: yellow; mso-bidi-font-size: 11.0pt; mso-highlight: yellow"&gt;&lt;FONT size=2&gt;The RADIUS server list is empty. As a result, the Remote Access Service may fail to start.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;o:p&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;/SPAN&gt;&lt;/B&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Understanding the Behavior&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Clearly the RADIUS server list is not empty as you can see in Figure 2 and 3. However if you observe other events in the event viewer you will see that the RADIUS server failure event is almost immediately preceded by this one:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 1pt; PADDING-LEFT: 4pt; PADDING-RIGHT: 4pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 1pt; mso-element: para-border-div; mso-border-alt: solid windowtext .5pt"&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Event Type:&lt;SPAN style="mso-tab-count: 1"&gt; &lt;/SPAN&gt;Warning&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Event Source:&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Microsoft Firewall&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Event Category:&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;None&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Event ID:&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;21301&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Date:&lt;SPAN style="mso-tab-count: 2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;12/15/2009&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;FONT size=2&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; BACKGROUND: yellow; mso-bidi-font-size: 11.0pt; mso-highlight: yellow"&gt;Time:&lt;SPAN style="mso-tab-count: 2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;4:16:&lt;B style="mso-bidi-font-weight: normal"&gt;43&lt;/B&gt; PM&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;User:&lt;SPAN style="mso-tab-count: 2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;N/A&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Computer:&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;ISACONTN1&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;Description:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;FONT size=2&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; BACKGROUND: yellow; mso-bidi-font-size: 11.0pt; mso-highlight: yellow"&gt;The server name dccont cannot be resolved by DNS to a valid IP address&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Using Network Monitor during the moment of the failure, you can see that the Windows OS (where ISA server is installed) sends the DNS query for this name:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 1pt; PADDING-LEFT: 4pt; PADDING-RIGHT: 4pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 1pt; mso-element: para-border-div; mso-border-alt: solid windowtext .5pt"&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;10.20.20.1&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp; &lt;/SPAN&gt;dccont.contoso.com&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;DNS&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;DNS:QueryId = 0xDE85, QUERY (Standard query), Query&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;for dccontn1.contoso.com of type Host Addr on class Internet&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;The DNS Server reply with the following answer:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 1pt; PADDING-LEFT: 4pt; PADDING-RIGHT: 4pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 1pt; mso-element: para-border-div; mso-border-alt: solid windowtext .5pt"&gt;
&lt;P style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; mso-bidi-font-size: 11.0pt"&gt;&lt;FONT size=2&gt;dnsrv.contoso.com&lt;SPAN style="mso-tab-count: 1"&gt; &lt;/SPAN&gt;10.20.20.1&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp; &lt;/SPAN&gt;DNS&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;DNS:QueryId = 0xDE85, QUERY (Standard query), Response - &lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;Name Error&lt;/SPAN&gt;&lt;/B&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;What happens is that if ISA Server is not able to resolve the name of the RADIUS Server it can’t really proceed with this configuration because it has no credentials authority for the VPN client connections. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Common errors that can cause this are:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;“dccont” was specified as an unqualified name (as shown in Figures 2 &amp;amp; 3). This leaves the server having to rely on the domain suffix devolution to resolve the name to an IP address.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;If the ISA has no domain suffix or the domain where the “dccont” RADIUS server registers its name is unknown to the ISA server or its DNS servers, the ISA server won’t resolve that name. You should always use fully-qualified names to avoid this behavior.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;2.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;dccont.contoso.com is not known to the DNS server used by the ISA server. This may be due to an incorrect DNS configuration at the ISA server or the RADIUS server is not properly registered in DNS&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;3.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;DNS forwarding or recursion is failing at the DNS server used by the ISA server.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;There are no doubt many other reasons for name resolution to fail at the chosen DNS server; you’ll just have to put on your Sherlock Holmes hat and get sleuthing.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;U&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Author&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Yuri Diogenes&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Sr Security Support Escalation Engineer &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Microsoft CSS Forefront Edge Team&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;U&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Technical Reviewer&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Jim Harrison&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Program Manager&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;Microsoft CSS Forefront Edge CS Team&lt;/SPAN&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3302307" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/isablog/archive/tags/ISA/default.aspx">ISA</category><category domain="http://blogs.technet.com/isablog/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/isablog/archive/tags/ISA+2006/default.aspx">ISA 2006</category><category domain="http://blogs.technet.com/isablog/archive/tags/RRAS/default.aspx">RRAS</category><category domain="http://blogs.technet.com/isablog/archive/tags/VPN/default.aspx">VPN</category><category domain="http://blogs.technet.com/isablog/archive/tags/ISA+Server/default.aspx">ISA Server</category></item><item><title>How to get NLB to work with Forefront TMG when running in Hyper-V.</title><link>http://blogs.technet.com/isablog/archive/2009/12/22/How-to-get-NLB-to-work-with-Forefront-TMG-when-running-in-Hyper_2D00_V.aspx</link><pubDate>Tue, 22 Dec 2009 11:47:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3205673</guid><dc:creator>isablog</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/isablog/comments/3205673.aspx</comments><wfw:commentRss>http://blogs.technet.com/isablog/commentrss.aspx?PostID=3205673</wfw:commentRss><description>&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;If you are running your Forefront TMG servers as Windows 2008 Hyper-V guests and you have enabled NLB in Forefront TMG, you may have noticed that the NLB cluster nodes fail to converge.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;There is a &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/953828"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;known issue&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt; with Unicast NLB and Hyper-V that affects ISA 2006 and Forefront TMG deployments.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;B&gt;Note: &lt;/B&gt;This blog post only applies when running TMG 2010 or ISA 2006 as a guest running on Hyper-V RTM. If you are running Hyper-V R2, checking “Enable spoofing of MAC addresses” on the network adapters settings achieves the same result as the steps below.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;SPAN style="COLOR: black"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 0pt 72pt; mso-list: l0 level2 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="COLOR: black"&gt;&lt;/SPAN&gt;&lt;?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /&gt;&lt;v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"&gt;&lt;v:stroke joinstyle="miter"&gt;&lt;/v:stroke&gt;&lt;v:formulas&gt;&lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 1 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum 0 0 @1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @2 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 0 1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @6 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @8 21600 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;&lt;v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"&gt;&lt;/v:path&gt;&lt;o:lock aspectratio="t" v:ext="edit"&gt;&lt;/o:lock&gt;&lt;/v:shapetype&gt;&lt;o:p&gt;&lt;/o:p&gt;&amp;nbsp;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: HE"&gt;&lt;v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"&gt; &lt;/v:shapetype&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;/SPAN&gt;To enable NLB on a Hyper-V guests, perform the following steps: &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;1.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3 face=Calibri&gt;For Forefront TMG deployments, you must install the update referenced in &lt;/FONT&gt;&lt;A href="http://support.microsoft.com/kb/953828"&gt;&lt;FONT color=#0000ff size=3 face=Calibri&gt;MSKB 953828&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;. This update is not required or applicable to ISA Server deployments&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;2.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;From one of the Forefront TMG servers, run the following command to find out the &lt;BR&gt;Unicast MAC address (write it down): &lt;I&gt;nlb.exe ip2mac &amp;lt;clusterIP&amp;gt; &lt;/I&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;IMG src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3205664/original.aspx" mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3205664/original.aspx"&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-no-proof: yes"&gt;&lt;v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"&gt;&lt;v:stroke joinstyle="miter"&gt;&lt;/v:stroke&gt;&lt;v:formulas&gt;&lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 1 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum 0 0 @1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @2 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 0 1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @6 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @8 21600 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;&lt;v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"&gt;&lt;/v:path&gt;&lt;o:lock aspectratio="t" v:ext="edit"&gt;&lt;/o:lock&gt;&lt;/v:shapetype&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;3.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Enable Integrated NLB in the Forefront TMG management console as you would normally do. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;IMG src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3205661/original.aspx" mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3205661/original.aspx"&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-no-proof: yes"&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;4.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Apply the changes.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Wait for the policy to be properly applied before continuing (if you enabled NLB on the Internal network you will get an error that the management console cannot see the servers in the array; at this point you know the policy has been applied).&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;5.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Shutdown the Forefront TMG servers in the array. Shut down is required as we need to change the properties of the network adapter setting in the Hyper-V console.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;6.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Open the Hyper-V console &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; mso-list: l0 level2 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;a.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Right-click the Forefront TMG virtual machine and click &lt;B&gt;Settings&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; mso-list: l0 level2 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;b.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Select the network adapter that you enabled NLB in Forefront TMG.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; mso-list: l0 level2 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;c.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;In the details pane, select &lt;B&gt;Static MAC Address &lt;/B&gt;and enter the Unicast MAC address you wrote down in step #1.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; mso-list: l0 level2 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; mso-list: l0 level2 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;&lt;IMG src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3205662/original.aspx" mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3205662/original.aspx"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; mso-list: l0 level2 lfo1; mso-add-space: auto" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;d.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Click OK&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;7.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;Repeat steps 6.a - 6.c for the second Forefront TMG in the array.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpLast&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;8.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN dir=ltr&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;Restart both Forefront TMG Servers&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;B&gt;Important: &lt;/B&gt;If you turn off NLB support you will need to shutdown the servers in the array and revert the changes made in step 5 back to &lt;B&gt;Dynamic MAC address&lt;/B&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;B&gt;Note:&lt;/B&gt; On a few rare occasions we have seen that NLB has not been properly configured on one of the servers in the array even after following the steps outlined above. To correct this, open the NLB Manager on this server and manually configure the NLB cluster. The cluster IP address should be the VIP address you configured when you enabled NLB in the Forefront TMG management console.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;IMG src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3205663/original.aspx" mce_src="http://blogs.technet.com/photos/repository_ii_for_isa_blog_figures/images/3205663/original.aspx"&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;U&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;Author&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;Gershon Levitz&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;Program Manager - Microsoft Forefront Edge&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman', 'serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;U&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;Technical Reviewers&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;Jim Harrison&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman', 'serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;Program Manager - Microsoft Forefront Edge &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman', 'serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman', 'serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;Bala Natarajan&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Times New Roman', 'serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;Support Engineer, Microsoft CSS Forefront Edge Team&lt;SPAN style="FONT-FAMILY: 'Times New Roman', 'serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3205673" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/isablog/archive/tags/Hyper-V/default.aspx">Hyper-V</category><category domain="http://blogs.technet.com/isablog/archive/tags/TMG/default.aspx">TMG</category><category domain="http://blogs.technet.com/isablog/archive/tags/Beta+2/default.aspx">Beta 2</category><category domain="http://blogs.technet.com/isablog/archive/tags/Unicast/default.aspx">Unicast</category><category domain="http://blogs.technet.com/isablog/archive/tags/NLB/default.aspx">NLB</category></item></channel></rss>