<?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>Wayne Zimmerman&#039;s Blog &#187; Windows Updates</title>
	<atom:link href="http://www.waynezim.com/tag/windows-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.waynezim.com</link>
	<description>My World of Tech, Life and Anything Else</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:02:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quickly Cleanup Your Windows Server Update Service (WSUS) with Just a Few Clicks</title>
		<link>http://www.waynezim.com/2009/09/quickly-cleanup-your-windows-server-update-service-wsus-with-just-a-few-clicks/</link>
		<comments>http://www.waynezim.com/2009/09/quickly-cleanup-your-windows-server-update-service-wsus-with-just-a-few-clicks/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 20:17:10 +0000</pubDate>
		<dc:creator>Wayne Zimmerman</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Cleanup]]></category>
		<category><![CDATA[Windows Server Update Service]]></category>
		<category><![CDATA[Windows Updates]]></category>
		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://www.waynezim.com/?p=471</guid>
		<description><![CDATA[ If your like me you have that special date that Microsoft releases updates marked on your Outlook calendar. Once a month you go to the update server and approve updates and move along with your IT day. Well there is a little bit of maintenance that needs to be done to WSUS. First off [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.waynezim.com/wp-content/uploads/2009/09/WSUS-Cleanup-03.png"><img src="http://www.waynezim.com/wp-content/uploads/2009/09/WSUS-Cleanup-03-150x150.png" alt="WSUS-Cleanup-03" title="WSUS-Cleanup-03" width="150" height="150" class="alignright size-thumbnail wp-image-473" /></a> If your like me you have that special date that Microsoft releases updates marked on your Outlook calendar. Once a month you go to the update server and approve updates and move along with your IT day. Well there is a little bit of maintenance that needs to be done to WSUS. First off you need to go and check to see what product categories you are subscribed to. This will ensure that you are receiving updates only for the products that you support in your environment. To do this open up your WSUS administrative console and click on Options in the tree menu on the left. If you do not see these options you may need to update your WSUS to 3.0. From the menu then select Products and Classifications.</p>
<p>Now Scroll though this list of products and makes sure that any of the products you support has a check by it. If you have moved everyone off of the older version of the product you can uncheck it as well. <a href="http://www.waynezim.com/wp-content/uploads/2009/09/WSUS-Cleanup-02.png"><img src="http://www.waynezim.com/wp-content/uploads/2009/09/WSUS-Cleanup-02-150x150.png" alt="WSUS-Cleanup-02" title="WSUS-Cleanup-02" width="150" height="150" class="alignright size-thumbnail wp-image-475" /></a>I probably wouldn&#8217;t adjust anything in Classifications as the defaults here are relatively acceptable. Once finished press OK at the bottom.</p>
<p>Next we need to cleanup the server and remove any old updates. To do this from Options select Server Cleanup Wizard. Ensure that the options are correct and just click Next. </p>
<p>This should remove old updates from the database as well as updates that have been updated and clean up any computers that haven&#8217;t contacted the WSUS server in 30 days. It may take a few minutes to process depending on how large your WSUS database and update archive has grown to.<a href="http://www.waynezim.com/wp-content/uploads/2009/09/WSUS-Cleanup-01.png"><img src="http://www.waynezim.com/wp-content/uploads/2009/09/WSUS-Cleanup-01-150x150.png" alt="WSUS-Cleanup-01" title="WSUS-Cleanup-01" width="150" height="150" class="alignright size-thumbnail wp-image-474" /></a> It saved me about 20% when I adjust off Office 200 and a few other products we didn&#8217;t support and got rid of all of those updates that had been updated or not approved. </p>
<p>Enjoy a nice clean WSUS server!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waynezim.com/2009/09/quickly-cleanup-your-windows-server-update-service-wsus-with-just-a-few-clicks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Old Windows Updates Automatically using Logoff Script</title>
		<link>http://www.waynezim.com/2009/03/remove-old-windows-updates-automatically/</link>
		<comments>http://www.waynezim.com/2009/03/remove-old-windows-updates-automatically/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 02:54:08 +0000</pubDate>
		<dc:creator>Wayne Zimmerman</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Logoff]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[VBscript]]></category>
		<category><![CDATA[Windows Updates]]></category>

		<guid isPermaLink="false">http://www.waynezim.com/?p=3</guid>
		<description><![CDATA[This is a great script that helps you keep those patched boxes on your network running longer and faster. This script checks to see how old the Microsoft Windows Update Uninstall folders are and deletes them based on a parameter in the script. This reduces clutter on your PC and reduces one of the major [...]]]></description>
			<content:encoded><![CDATA[<p>This is a great script that helps you keep those patched boxes on your network running longer and faster. This script checks to see how old the Microsoft Windows Update Uninstall folders are and deletes them based on a parameter in the script. This reduces clutter on your PC and reduces one of the major disk hogs in a corporate environment. This script should be included in the Computers Group Policy so it has Administrative access to the PC so it can actually remove the files.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left2">Download <a href="http://www.waynezim.com/wp-content/plugins/wp-codebox/wp-codebox.php?p=3&amp;download=cleanwu.vbs">cleanwu.vbs</a></span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p32"><td class="code" id="p3code2"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">Set</span> oShell = CreateObject(<span style="color: #800000;">&quot;Wscript.Shell&quot;</span>)
strWindows = oShell.ExpandEnvironmentStrings(<span style="color: #800000;">&quot;%WINDIR%&quot;</span>)
&nbsp;
<span style="color: #000080;">On</span> <span style="color: #000080;">Error</span> <span style="color: #000080;">Resume</span> <span style="color: #000080;">Next</span>
<span style="color: #000080;">Set</span> fsoFolder = CreateObject(<span style="color: #800000;">&quot;Scripting.FileSystemObject&quot;</span>)
&nbsp;
<span style="color: #000080;">Set</span> objFolder = fsoFolder.GetFolder(strWindows)
<span style="color: #000080;">Set</span> colSubfolders = objFolder.Subfolders
&nbsp;
<span style="color: #000080;">For</span> <span style="color: #000080;">Each</span> objSubfolder <span style="color: #000080;">in</span> colSubfolders
	<span style="color: #000080;">If</span> (DateDiff(<span style="color: #800000;">&quot;D&quot;</span>, objSubfolder.DateCreated, <span style="color: #000080;">Date</span>()) &gt; 90) <span style="color: #000080;">AND</span> ((Left(objSubfolder.Name,3)) = <span style="color: #800000;">&quot;$Nt&quot;</span>) <span style="color: #000080;">then</span>
		fsoFolder.DeleteFolder strWindows &amp; <span style="color: #800000;">&quot;\&quot;</span> &amp; objSubfolder.Name, <span style="color: #000080;">TRUE</span>
	<span style="color: #000080;">End</span> <span style="color: #000080;">If</span>
<span style="color: #000080;">Next</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.waynezim.com/2009/03/remove-old-windows-updates-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
