<?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>Dave Hildebrand.com &#187; exchange</title>
	<atom:link href="http://www.davehildebrand.com/tag/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davehildebrand.com</link>
	<description>The IT Crowd</description>
	<lastBuildDate>Fri, 25 Dec 2009 18:52:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IMF Updates Keep Prompting for Installation</title>
		<link>http://www.davehildebrand.com/2009/06/22/imf-updates-keep-prompting-for-installation/</link>
		<comments>http://www.davehildebrand.com/2009/06/22/imf-updates-keep-prompting-for-installation/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 21:02:56 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wsus]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=234</guid>
		<description><![CDATA[With the recent update to the IMF signatures for Exchange 2003 I got caught in a never ending circle of installation prompts.  The new update would install, then last months update would ask to install and so on and so on.  After realizing what was going on I went in search of answers. [...]]]></description>
			<content:encoded><![CDATA[<p>With the recent update to the <a href="http://www.google.ca/url?sa=t&#038;source=web&#038;ct=res&#038;cd=3&#038;url=http%3A%2F%2Fwww.msexchange.org%2Ftutorials%2Fmicrosoft-exchange-intelligent-message-filter.html&#038;ei=N_E_SrjVDI_Ktget_oTTBw&#038;usg=AFQjCNHeOi0GFgOITm8DjJ_qli3bODT6Ig&#038;sig2=Umi7wXc0u5O_ajMAVS0SvQ">IMF</a> signatures for <a href="http://en.wikipedia.org/wiki/Microsoft_Exchange_Server">Exchange 2003</a> I got caught in a never ending circle of installation prompts.  The new update would install, then last months update would ask to install and so on and so on.  After realizing what was going on I went in search of answers.  The 1st thing to try was to reset the Windows Update Cache.  It can be done by plopping the code below in to a bat file and running it on the offending server.</p>
<blockquote><p>
net stop bits<br />
net stop wuauserv<br />
regsvr32 /u wuaueng.dll /s<br />
del /f /s /q %windir%\SoftwareDistribution\*.*<br />
del /f /s /q %windir%\windowsupdate.log<br />
regsvr32 wuaueng.dll /s<br />
net start bits<br />
net start wuauserv<br />
wuauclt.exe /resetauthorization /detectnow
</p></blockquote>
<p>This did not solve the issue for me.  I turned out that my <a href="http://www.google.ca/url?sa=t&#038;source=web&#038;ct=res&#038;cd=3&#038;url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FWindows_Server_Update_Services&#038;ei=W_E_Sti7IIeNtgfA4vm0Bg&#038;usg=AFQjCNFLR_ymqWtXOCNg4wOKy2MgJuCihw&#038;sig2=ceSLOwjgaa-nxtPnZlgGcA">WSUS</a> server did not mark the old IMF update as declined.  Once the old update&#8217;s status was changed to declined the update cycle was stopped dead in its tracks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2009/06/22/imf-updates-keep-prompting-for-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPF for Exchange</title>
		<link>http://www.davehildebrand.com/2006/09/08/spf-for-exchange/</link>
		<comments>http://www.davehildebrand.com/2006/09/08/spf-for-exchange/#comments</comments>
		<pubDate>Sat, 09 Sep 2006 05:10:18 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[sender policy framework]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[SPF]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/233/?p=27</guid>
		<description><![CDATA[If you run a MS Exchange server it is a good idea to implement SPF to help protect yourself against spammers spoofing your domain.
 You can use this tool to create your SPF code and then this tutorial to add the entry into your DNS server. &#160;Consider this another tool in the fight against spam.
]]></description>
			<content:encoded><![CDATA[<p>If you run a <a href="http://en.wikipedia.org/wiki/MS_Exchange_Server" target="_blank">MS Exchange server</a> it is a good idea to implement <a href="http://en.wikipedia.org/wiki/Sender_Policy_Framework" title="Sender Policy Framework" target="_blank">SPF</a> to help protect yourself against spammers spoofing your domain.</p>
<p> You can use <a href="http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/default.aspx" target="_blank">this tool</a> to create your SPF code and then <a href="http://www.michaelbrumm.com/spfwindowsdns/" target="_blank">this tutorial</a> to add the entry into your DNS server. &nbsp;Consider this another tool in the fight against spam.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2006/09/08/spf-for-exchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
