<?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; wsus</title>
	<atom:link href="http://www.davehildebrand.com/tag/wsus/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>WSUS 3.1 and the SelfUpdate Virtual Directory</title>
		<link>http://www.davehildebrand.com/2009/01/18/wsus-selfupdate-virtual-directory/</link>
		<comments>http://www.davehildebrand.com/2009/01/18/wsus-selfupdate-virtual-directory/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 23:14:21 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wsus]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=203</guid>
		<description><![CDATA[I came back from my extended leave to find that my workstations and servers had not checked into the WSUS server for months.  After a bit of detective work the issue came down to the SelfUpdate virtual directory in IIS was missing.  The Microsoft help page details how to fix the issue but [...]]]></description>
			<content:encoded><![CDATA[<p>I came back from my extended leave to find that my workstations and servers had not checked into the <a href="http://technet.microsoft.com/en-us/wsus/default.aspx">WSUS</a> server for months.  After a bit of detective work the issue came down to the SelfUpdate virtual directory in IIS was missing.  The Microsoft <a href="http://support.microsoft.com/kb/920659">help page</a> details how to fix the issue but wasn&#8217;t completely helpful.  More on that later.</p>
<p>Here is what I did to get my clients checking in again.</p>
<p>Check the folder permissions on the SelfUpdate directory, located at C:\Program Files\Update Service\SelfUpdate.  Make sure the permissions like this;</p>
<table align="center" width="75%">
<tr bgcolor="#ccc">
<td><strong>Group</strong></td>
<td><strong>Permissions</strong></td>
</tr>
<tr bgcolor="#F7F7FF">
<td>Administrators</td>
<td>Full Control</td>
</tr>
<tr bgcolor="#F7F7FF">
<td>System</td>
<td>Full Control</td>
</tr>
<tr bgcolor="#F7F7FF">
<td>Domain/Users or Local/Users</td>
<td>Read&#038;Execute, Read, List Folders</td>
</tr>
<tr bgcolor="#F7F7FF">
<td>IUSR_ComputerName</td>
<td>Read&#038;Execute, Read, List Folders</td>
</tr>
</table>
<p>In my case the IUSR_ComputerName permission was missing.  </p>
<p>After adding the correct permissions I looked for the re-installation msi, Selfupdate.msi.  The only problem is that the SelfUpdate re-installation msi was not found on my WSUS server.  Turns out in the recent WSUS update to 3.1 this installer can become corrupted and not installed on the server.</p>
<p>To get the Virtual Directory back I would have to install it by hand.  Here are the settings you need to create it;</p>
<p>Open Internet Information Services (IIS) Manager.  Right click on the &#8220;Default Web Site&#8221; and choose;</p>
<ul>
<li>New</li>
<li>Virtual Directory&#8230;</li>
<li>It started the VD Creation Wizard</li>
<li>Alias = SelfUpdate</li>
<li>Path = C:\Program Files\Update Services\SelfUpdate</li>
<li>Finish the wizard.</li>
<li>Right click on the newly SelfUpdate and choose Permissions.</li>
<li>I added &#8220;Authenticated Users&#8221; and gave them the default rights:</li>
<ul>
<li>Read &#038; Execute</li>
<li>List Folder Contents</li>
<li>Read</li>
</ul>
</ul>
<p>After completing these steps I ran &#8220;wuauclt /detectnow&#8221; on each of my servers.  I left the workstations to check in on their own.</p>
<p>Within 12 hours the number of missing clients had gone from nearly 200 to less than 50.  Once everyone logs in on Monday morning this number should dwindle to nothing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2009/01/18/wsus-selfupdate-virtual-directory/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WSUS: Force a client update</title>
		<link>http://www.davehildebrand.com/2006/09/14/wsus-force-a-client-update/</link>
		<comments>http://www.davehildebrand.com/2006/09/14/wsus-force-a-client-update/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 15:23:39 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[wsus]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/233/?p=29</guid>
		<description><![CDATA[For anyone who uses Microsoft&#39;s Windows Server Update Services  (WSUS) and needs to force a client to check for updates, you can run the following command and the client will check with your WSUS server.
wuauclt /detectnow

This method is much faster, it usually takes only a few minutes, compared to the old way of deleting [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone who uses Microsoft&#39;s <a href="http://www.microsoft.com/windowsserversystem/updateservices/" target="_blank">Windows Server Update Services</a>  (WSUS) and needs to force a client to check for updates, you can run the following command and the client will check with your WSUS server.<span id="more-29"></span></p>
<blockquote><p>wuauclt /detectnow</p>
</blockquote>
<p>This method is much faster, it usually takes only a few minutes, compared to the old way of deleting keys in the registry (&amp; much safer too).</p>
<p>A good resource for admins running WSUS is at <a href="http://www.microsoft.com/windowsserversystem/updateservices/" target="_blank">WSUS Forums</a>.&nbsp; The folks there have helped many WSUS admins through many errors and mis-configurations.&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2006/09/14/wsus-force-a-client-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Defender &amp; WSUS</title>
		<link>http://www.davehildebrand.com/2006/09/14/windows-defender-wsus/</link>
		<comments>http://www.davehildebrand.com/2006/09/14/windows-defender-wsus/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 15:00:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Tech Help]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows defender]]></category>
		<category><![CDATA[wsus]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/233/?p=28</guid>
		<description><![CDATA[I have installed Windows Defender  on a few of the corporate laptops and noticed that they were not getting definition updates.&#160; I tried reinstalling the product but was unable to get it to update.&#160; Google  turned up some leads but none of them worked for me.&#160; On a whim I went to check [...]]]></description>
			<content:encoded><![CDATA[<p>I have installed <a href="http://www.microsoft.com/athome/security/spyware/software/default.mspx" title="Windows Defender Beta2" target="_blank">Windows Defender</a>  on a few of the corporate laptops and noticed that they were not getting definition updates.&nbsp; I tried reinstalling the product but was unable to get it to update.&nbsp; <a href="http://www.google.ca/search?q=windows+defender+%2B+cannot+update+definitions&amp;hl=en&amp;lr=&amp;start=10&amp;sa=N" target="_blank">Google</a>  turned up some leads but none of them worked for me.&nbsp; On a whim I went to check out <a href="http://www.microsoft.com/windowsserversystem/updateservices/" title="Windows Server Update Services " target="_blank">WSUS</a>  server to see if the updates were available there.&nbsp; In the Sync Options area, under Products I saw what I wanted to see.&nbsp; Windows Defender updates are pushed through <a href="http://windowsupdate.microsoft.com/" target="_blank">MS Update</a>  and since we use WSUS instead of MS Update the laptops were not getting updated.&nbsp;&nbsp; I few clicks and a sync later our Windows Defender installs are now getting up to date definitions. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2006/09/14/windows-defender-wsus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
