<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; Forefront</title>
	<atom:link href="http://risualblogs.com/blog/tag/forefront/feed/" rel="self" type="application/rss+xml" />
	<link>http://risualblogs.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 14:32:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>The download of anti-spam updates failed with an error</title>
		<link>http://support.risualblogs.com/blog/2011/09/20/the-download-of-anti-spam-updates-failed-with-an-error/</link>
		<comments>http://support.risualblogs.com/blog/2011/09/20/the-download-of-anti-spam-updates-failed-with-an-error/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 13:41:36 +0000</pubDate>
		<dc:creator>paulw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Forefront]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Update]]></category>

		<guid isPermaLink="false">http://3.1021</guid>
		<description><![CDATA[We were having a few SCOM alerts each day to inform us that the anti spam updates that usually come through Windows Update were failing to install on a customers Exchange 2007 server that was running on Windows Server 2008 SP1. Looking in the c:WindowsWindowsUpdate.log file I could see that there was an error with [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/02/11/windows-updates-do-not-download-on-server-2003/' rel='bookmark' title='Permanent Link: Windows Updates do not download on Server 2003'>Windows Updates do not download on Server 2003</a> <small>Problem At a customer site that had critical updates to...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/08/11/hresult-0x800f0818-unable-to-addmodify-roles-or-features-through-server-manager-or-powershell-after-installing-updates/' rel='bookmark' title='Permanent Link: HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates'>HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates</a> <small>After installing numerous Windows Updates, usually when bringing a newly...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/08/01/activation-context-generation-failed-for-cwindowssystem32conhost-exe-error/' rel='bookmark' title='Permanent Link: Activation context generation failed for &quot;C:Windowssystem32conhost.exe&rdquo; Error'>Activation context generation failed for &quot;C:Windowssystem32conhost.exe&rdquo; Error</a> <small>We have came across an error this month after patching...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>We were having a few SCOM alerts each day to inform us that the anti spam updates that usually come through Windows Update were failing to install on a customers Exchange 2007 server that was running on Windows Server 2008 SP1.</p>
<p>Looking in the c:WindowsWindowsUpdate.log file I could see that there was an error with BITS (Background Intelligent Transfer Service) which Windows Update uses to download updates. This led me to use the bitsadmin tool to see if there was any downloads stuck:</p>
<p>1. Open a command prompt as administrator</p>
<p>2. Type in the following command and press enter:</p>
<p align="center"><font><strong>bitsadmin /list /allusers</strong></font></p>
<p>3. If there any lines in the output such as the following then we need to reset the jobs:</p>
<p>{04D0B991-54E3-41C4-B475-572D9E31BFE5} &#8216;WU Client Download&#8217; SUSPENDED 0 / 1 0 / 13352278</p>
<p>&#160;</p>
<p>To kill off the jobs is not as simple as it seems as even with an administrator account I could not kill off the jobs giving me an unable to cancel error. The task had to be run as system as a scheduled task: </p>
<p>1. Open up notepad and put in the following line:</p>
<p align="center"><font><strong>bitsadmin /reset /allusers</strong></font></p>
<p>2. Save the notepad file back as a batch file by save as and giving it a name with the extension <strong>.bat</strong> </p>
<p>3. Open <strong>Task Scheduler</strong> and create a new task that runs that batch file and put it to run at a certain time or manually.</p>
<p>4. Before the task runs we just need to change the user account that it runs under <strong>system</strong> by clicking on <strong>Change User or Group button</strong>, typing in system as object name and clicking on Check Names: </p>
<p><a href="http://support.risualblogs.com/blog/files/2011/09/image4.png"><img style="border-right-width: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2011/09/image_thumb4.png" width="360" height="270" /></a></p>
<p>5. Either schedule the job to run or right click on the job and select run now. </p>
<p>Once the job has run then you can again run the bitsadmin /list /allusers and you should get an output showing no jobs:</p>
<p><a href="http://support.risualblogs.com/blog/files/2011/09/image5.png"><img style="border-right-width: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2011/09/image_thumb5.png" width="452" height="174" /></a></p>
<p>The update for the Anti Spam updates should then install without any problems and you should no longer receive this alert. </p>
<p>Hope this helps.</p>
<p>Cheers</p>
<p>Paul </p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/02/11/windows-updates-do-not-download-on-server-2003/' rel='bookmark' title='Permanent Link: Windows Updates do not download on Server 2003'>Windows Updates do not download on Server 2003</a> <small>Problem At a customer site that had critical updates to...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/08/11/hresult-0x800f0818-unable-to-addmodify-roles-or-features-through-server-manager-or-powershell-after-installing-updates/' rel='bookmark' title='Permanent Link: HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates'>HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates</a> <small>After installing numerous Windows Updates, usually when bringing a newly...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/08/01/activation-context-generation-failed-for-cwindowssystem32conhost-exe-error/' rel='bookmark' title='Permanent Link: Activation context generation failed for &quot;C:Windowssystem32conhost.exe&rdquo; Error'>Activation context generation failed for &quot;C:Windowssystem32conhost.exe&rdquo; Error</a> <small>We have came across an error this month after patching...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/09/20/the-download-of-anti-spam-updates-failed-with-an-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Microsoft Exchange Information Service and the Exchange Transport service fail to start after a reboot when using Forefront Security for Exchange</title>
		<link>http://support.risualblogs.com/blog/2011/06/16/the-microsoft-exchange-information-service-and-the-exchange-transport-service-fail-to-start-after-a-reboot-when-using-forefront-security-for-exchange/</link>
		<comments>http://support.risualblogs.com/blog/2011/06/16/the-microsoft-exchange-information-service-and-the-exchange-transport-service-fail-to-start-after-a-reboot-when-using-forefront-security-for-exchange/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 15:27:01 +0000</pubDate>
		<dc:creator>Jovan Davis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Forefront]]></category>
		<category><![CDATA[MSExchange Transport]]></category>
		<category><![CDATA[MSExchangeIS]]></category>

		<guid isPermaLink="false">http://3.862</guid>
		<description><![CDATA[A customer recently had an issue where the Microsoft Exchange Information Service and the Exchange Transport service would fail to start after a reboot. While investigating this issue, we noticed the following events in the Application log: &#160; Event Type: Error Event Source: Service Control Manager Event Category: None Event ID: 7022 Description: The FSCController [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/06/13/information-store-and-microsoft-exchange-transport-service-do-not-start-automatically-after-a-reboot/' rel='bookmark' title='Permanent Link: Information Store and Microsoft Exchange Transport service do not start Automatically after a Reboot'>Information Store and Microsoft Exchange Transport service do not start Automatically after a Reboot</a> <small>We came across an issue recently on a Exchange 2007...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/05/06/nlb-cluster-timer-starvation-has-been-detected-this-might-be-due-to-a-denial-of-service-attack-or-a-very-high-server-load-during-this-period-some-connections-might-fail-if-this-problem-recurs/' rel='bookmark' title='Permanent Link: NLB cluster []: Timer starvation has been detected. This might be due to a denial of service attack or a very high server load. During this period, some connections might fail. If this problem recurs frequently, analyze the threat and take appropriate measures and/or add more servers to the cluster. Event ID 105 on a server running Windows 2008 R2'>NLB cluster []: Timer starvation has been detected. This might be due to a denial of service attack or a very high server load. During this period, some connections might fail. If this problem recurs frequently, analyze the threat and take appropriate measures and/or add more servers to the cluster. Event ID 105 on a server running Windows 2008 R2</a> <small>On a Windows 2008 R2 server running TMG 2010 and...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/03/security-update-for-microsoft-net-framework-4-stuck-at-66-downloading-on-sccm/' rel='bookmark' title='Permanent Link: Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM'>Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM</a> <small>We came across an issue today with a certain update...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A customer recently had an issue where the Microsoft Exchange Information Service and the Exchange Transport service would fail to start after a reboot. While investigating this issue, we noticed the following events in the Application log:</p>
<p>&#160;</p>
<p>Event Type: Error   <br />Event Source: Service Control Manager    <br />Event Category: None    <br />Event ID: 7022    <br />Description:     <br />The FSCController service hung on starting.</p>
<p>Event Type: Error   <br />Event Source: Service Control Manager    <br />Event Category: None    <br />Event ID: 7001    <br />Description:     <br />The FSEIMC service depends on the FSCController service which failed to start because of the following error:     <br />After starting, the service hung in a start-pending state. </p>
<p>Event Type: Error   <br />Event Source: Service Control Manager    <br />Event Category: None    <br />Event ID: 7001    <br />Description:     <br />The Microsoft Exchange Transport service depends on the FSEIMC service which failed to start because of the following error:     <br />The dependency service or group failed to start.</p>
<p>&#160;</p>
<p><strong>Solution:</strong></p>
<p>Ensure Service Pack 2 is installed for Forefront Security for Exchange Server</p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/06/13/information-store-and-microsoft-exchange-transport-service-do-not-start-automatically-after-a-reboot/' rel='bookmark' title='Permanent Link: Information Store and Microsoft Exchange Transport service do not start Automatically after a Reboot'>Information Store and Microsoft Exchange Transport service do not start Automatically after a Reboot</a> <small>We came across an issue recently on a Exchange 2007...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/05/06/nlb-cluster-timer-starvation-has-been-detected-this-might-be-due-to-a-denial-of-service-attack-or-a-very-high-server-load-during-this-period-some-connections-might-fail-if-this-problem-recurs/' rel='bookmark' title='Permanent Link: NLB cluster []: Timer starvation has been detected. This might be due to a denial of service attack or a very high server load. During this period, some connections might fail. If this problem recurs frequently, analyze the threat and take appropriate measures and/or add more servers to the cluster. Event ID 105 on a server running Windows 2008 R2'>NLB cluster []: Timer starvation has been detected. This might be due to a denial of service attack or a very high server load. During this period, some connections might fail. If this problem recurs frequently, analyze the threat and take appropriate measures and/or add more servers to the cluster. Event ID 105 on a server running Windows 2008 R2</a> <small>On a Windows 2008 R2 server running TMG 2010 and...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/03/security-update-for-microsoft-net-framework-4-stuck-at-66-downloading-on-sccm/' rel='bookmark' title='Permanent Link: Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM'>Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM</a> <small>We came across an issue today with a certain update...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/06/16/the-microsoft-exchange-information-service-and-the-exchange-transport-service-fail-to-start-after-a-reboot-when-using-forefront-security-for-exchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>550 5.7.1 :127.0.0.3:Client host &#8230; blocked using 88.blocklist.zap; Mail from IP banned. To request removal from this list please forward this message to delist.forefront@messaging.microsoft.com</title>
		<link>http://support.risualblogs.com/blog/2011/06/10/550-5-7-1-127-0-0-3client-host-blocked-using-88-blocklist-zap-mail-from-ip-banned-to-request-removal-from-this-list-please-forward-this-message-to-delist-forefrontmessaging-microsoft-com/</link>
		<comments>http://support.risualblogs.com/blog/2011/06/10/550-5-7-1-127-0-0-3client-host-blocked-using-88-blocklist-zap-mail-from-ip-banned-to-request-removal-from-this-list-please-forward-this-message-to-delist-forefrontmessaging-microsoft-com/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 16:23:47 +0000</pubDate>
		<dc:creator>Jovan Davis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Forefront]]></category>

		<guid isPermaLink="false">http://3.858</guid>
		<description><![CDATA[When using Forefront Protection for Exchange, a legitimate sender gets the following bounce back when trying to e-mail you: “550 5.7.1 :127.0.0.3:Client host … blocked using 88.blocklist.zap; Mail from IP banned. To request removal from this list please forward this message to delist.forefront@messaging.microsoft.com” If you are sure that the sender is legitimate and trusted, mail [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/02/24/html-mails-sent-via-owa-and-outlook-2011-are-received-as-plain-text-mails-externally/' rel='bookmark' title='Permanent Link: HTML Mails sent Via OWA and Outlook 2011 are received as Plain Text mails externally'>HTML Mails sent Via OWA and Outlook 2011 are received as Plain Text mails externally</a> <small>Recently we came across an issue on an Exchange 2010...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>When using Forefront Protection for Exchange, a legitimate sender gets the following bounce back when trying to e-mail you:</p>
<p><em>“550 5.7.1 :127.0.0.3:Client host … blocked using 88.blocklist.zap; Mail from IP banned. To request removal from this list please forward this message to <a href="mailto:delist.forefront@messaging.microsoft.com">delist.forefront@messaging.microsoft.com</a>”</em></p>
<p>If you are sure that the sender is legitimate and trusted, mail from the senders domain can be allowed by completing the followings solution.</p>
<p><strong>Solution:</strong></p>
<p>Add the IP address of the remote domain to the “IP Allow List” on your Edge servers. (This IP can be found in the NDR or by contacting the remote party):</p>
<p><a href="http://support.risualblogs.com/blog/files/2011/06/image1.png"><img style="border-bottom: 0px;border-left: 0px;padding-left: 0px;padding-right: 0px;border-top: 0px;border-right: 0px;padding-top: 0px" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2011/06/image_thumb1.png" width="527" height="287" /></a></p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/02/24/html-mails-sent-via-owa-and-outlook-2011-are-received-as-plain-text-mails-externally/' rel='bookmark' title='Permanent Link: HTML Mails sent Via OWA and Outlook 2011 are received as Plain Text mails externally'>HTML Mails sent Via OWA and Outlook 2011 are received as Plain Text mails externally</a> <small>Recently we came across an issue on an Exchange 2010...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/06/10/550-5-7-1-127-0-0-3client-host-blocked-using-88-blocklist-zap-mail-from-ip-banned-to-request-removal-from-this-list-please-forward-this-message-to-delist-forefrontmessaging-microsoft-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forefront TMG 2010 reports fail to create after Service Pack 1 is installed</title>
		<link>http://support.risualblogs.com/blog/2011/01/24/forefront-tmg-2010-reports-fail-to-create-after-service-pack-1-is-installed/</link>
		<comments>http://support.risualblogs.com/blog/2011/01/24/forefront-tmg-2010-reports-fail-to-create-after-service-pack-1-is-installed/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 16:45:10 +0000</pubDate>
		<dc:creator>Jovan Davis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Forefront]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[TMG 2010]]></category>

		<guid isPermaLink="false">http://3.461</guid>
		<description><![CDATA[We began receiving alerts from our SCOM 2007 R2 server that daily summary reports were failing to create on a TMG box shortly after installing TMG SP1. Solution: Run the “fixsqlserverlogin.vbs” script from the “Installing Forefront TMG SP1” TechNet article: http://technet.microsoft.com/en-us/library/ff717843.aspx#fixsqlserverlogin_vbs No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>We began receiving alerts from our SCOM 2007 R2 server that daily summary reports were failing to create on a TMG box shortly after installing TMG SP1.</p>
<p><strong>Solution:</strong></p>
<p>Run the “fixsqlserverlogin.vbs” script from the “Installing Forefront TMG SP1” TechNet article:</p>
<p><a title="http://technet.microsoft.com/en-us/library/ff717843.aspx#fixsqlserverlogin_vbs" href="http://technet.microsoft.com/en-us/library/ff717843.aspx#fixsqlserverlogin_vbs">http://technet.microsoft.com/en-us/library/ff717843.aspx#fixsqlserverlogin_vbs</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/01/24/forefront-tmg-2010-reports-fail-to-create-after-service-pack-1-is-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS &#8211; How to tackle multiple web servers &amp; keep them in sync</title>
		<link>http://consulting.risualblogs.com/blog/2009/12/23/iis-how-to-tackle-multiple-web-servers-keep-them-in-sync/</link>
		<comments>http://consulting.risualblogs.com/blog/2009/12/23/iis-how-to-tackle-multiple-web-servers-keep-them-in-sync/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 10:05:50 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Forefront]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[robocopy]]></category>
		<category><![CDATA[shared configuration]]></category>
		<category><![CDATA[TMG]]></category>

		<guid isPermaLink="false">http://2.68</guid>
		<description><![CDATA[I’ve recently been engaged on a project where we have multiple web servers (IIS7.5 on 2008r2 for those interested) which require exactly the same content and configuration (they’re sitting behind a Forefront TMG server using a web farm).&#160; The configuration in IIS for this application happens to be complicated &#38; while I have documented how [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I’ve recently been engaged on a project where we have multiple web servers (IIS7.5 on 2008r2 for those interested) which require exactly the same content and configuration (they’re sitting behind a Forefront TMG server using a web farm).&#160; The configuration in IIS for this application happens to be complicated &amp; while I have documented how to configure the servers, doing it over and over will not only be tedious but probably introduce some human error.&#160; </p>
<p>To resolve this issue I implemented IIS 7’s shared configuration and put a process in to replicate the content between web servers.</p>
<p>You will need a domain account (or local account on each web server if your web servers aren’t domain joined) which will be used to access the shared configuration (it only does this – your web applications continue to run under what ever application pool identity you have set) and a file share to store the configuration on.</p>
<p>Assuming you’re at the stage of having a configured web server with the IIS configuration how you want it you need to export the configuration:</p>
<ol>
<li>On the first web server / machine which will host the shared configuration create a directory &amp; share it giving full share and ntfs permissions to the service account created, all other permissions should be removed. </li>
<li>In IIS manager on the server with IIS configured as per the previous steps click on the server node in the left pane, then open shared configuration in the right pane, then finally select the export configuration option on the right, store the export in the directory created in step 1, entering an encryption key (this should be recorded as it is needed for all nodes which will be accessing the shared configuration). </li>
<li>When exported tick the ‘Enable shared configuration’ box, enter the UNC path to the configuration (eg \machinenameiisconfig) enter the username domainserviceaccount and the password for that account, press apply, you will be prompted for the encryption key provided in step 2. </li>
<li>Restart the server to apply configuration, then check IIS is still functioning and the IIS manager can be accessed. </li>
</ol>
<p>The above steps will reconfigured your already configured web server to work from the shared configuration, now we need to replicate the web content and configure all other web servers to work from the same configuration.</p>
<p>There are several ways of replicating the physical content, DFSR is one option, however I chose not to use it as the content on the web servers is staying static so frequent updates to the other nodes will not be required and it gives the operator responsible for the servers more control over how content updates are deployed.&#160; So instead I used robocopy (which has been built in since Vista / Server 2008) to mirror the content from the configured server to all others (this was executed on the web server to be copied to):</p>
<p>&#160;</p>
<p><font color="#000000" face="Courier">robocopy </font><font color="#000000" face="Courier">\configuredwebserverc$inetpubwwwroot</font><font color="#000000" face="Courier"> c:inetpubwwwroot /MIR</font></p>
<p>&#160;</p>
<p>Once the file content was in place two quick steps are required to configure IIS to use the shared configuration:</p>
<ol>
<li>Open IIS manager, click on the server name in the left pane, then select the shared configuration option in the right pane, tick the ‘Enable shared configuration’ box, enter the UNC path to the configuration as specified on the first web server (eg \machinenameiisconfig) enter the username domainserviceaccount and the password for that account, press apply, you will be prompted for the encryption key. </li>
<li>Restart the server to apply configuration, then check IIS is still functioning and the IIS manager can be accessed. </li>
</ol>
<ol>This process will replicate all application pools and IIS configuration, however if you have ODBC data sources etc.. (things external to IIS which your web applications are using) then you will need to find a way to replicate these settings as well.&#160; </ol>
<ol>An important point is how IIS behaves if the configuration becomes unavailable, under Server 2008 (not R2) if the configuration disappears IIS will essentially stop, under R2 the server will detect this, continue working and reconnect when the configuration source comes back online.&#160; You can enable offline files for added resiliency should you require it.</ol>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://consulting.risualblogs.com/blog/2009/12/23/iis-how-to-tackle-multiple-web-servers-keep-them-in-sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forefront TMG RTM and Eval now live</title>
		<link>http://consulting.risualblogs.com/blog/2009/11/16/forefront-tmg-rtm-and-eval-now-live/</link>
		<comments>http://consulting.risualblogs.com/blog/2009/11/16/forefront-tmg-rtm-and-eval-now-live/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 22:48:20 +0000</pubDate>
		<dc:creator>alun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Forefront]]></category>
		<category><![CDATA[ISA]]></category>
		<category><![CDATA[TMG]]></category>

		<guid isPermaLink="false">http://2.57</guid>
		<description><![CDATA[Forefront Threat management Gateway the successor to ISA server 2006 is now RTM and the eval is available for download form the following link above No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/forefront/threat-management-gateway/en/us"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://consulting.risualblogs.com/blog/files/2009/11/image4.png" width="573" height="376" /></a> </p>
<p>Forefront Threat management Gateway the successor to ISA server 2006 is now RTM and the eval is available for download form the following link above </p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://consulting.risualblogs.com/blog/2009/11/16/forefront-tmg-rtm-and-eval-now-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

