<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Windows Update in MDT 2010</title>
	<atom:link href="http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 16:19:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tmintner</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/#comment-155</link>
		<dc:creator>tmintner</dc:creator>
		<pubDate>Mon, 28 Dec 2009 18:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-155</guid>
		<description>Hi Eric,

There isn&#039;t a way to select only critical updates but you can use the exclude variables in the customsettings.ini to exclude certain driver packages that are causing problems.  You might also consider implementing a WSUS server.  By implementing WSUS, you can specifically control what updates are approved and the script will only download and install the approved updates.</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>There isn&#8217;t a way to select only critical updates but you can use the exclude variables in the customsettings.ini to exclude certain driver packages that are causing problems.  You might also consider implementing a WSUS server.  By implementing WSUS, you can specifically control what updates are approved and the script will only download and install the approved updates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/#comment-152</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 23 Dec 2009 16:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-152</guid>
		<description>First I&#039;d like to say thank you for creting this script.  It&#039;s been working very well for me. I was wondering if there is a way to only have critical patches identified?  I&#039;ve been having problems with windows updates updating drivers with less than desirable ones.  Having the script only pull down critical patches would be greately appreciated.   

Again, thank you for all your work on this. It&#039;s a very good script.</description>
		<content:encoded><![CDATA[<p>First I&#8217;d like to say thank you for creting this script.  It&#8217;s been working very well for me. I was wondering if there is a way to only have critical patches identified?  I&#8217;ve been having problems with windows updates updating drivers with less than desirable ones.  Having the script only pull down critical patches would be greately appreciated.   </p>
<p>Again, thank you for all your work on this. It&#8217;s a very good script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Larsen</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/#comment-71</link>
		<dc:creator>Brian Larsen</dc:creator>
		<pubDate>Mon, 23 Nov 2009 09:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-71</guid>
		<description>Hi Keithga

But “NoAutoUpdate_Previous” is set to blank the first time the script runs, because the regkey (HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate) doesn’t exists the first time. The second time the script runs, after a reboot, the “NoAutoUpdate_Previous” equals “” in line 484 is still true, but then get set to the value of 1, because line 493 creates the regkey the first time the script runs and set the value of “NoAutoUpdate” to 1.  

I can send you a logfile if you want to?

Regards Brian</description>
		<content:encoded><![CDATA[<p>Hi Keithga</p>
<p>But “NoAutoUpdate_Previous” is set to blank the first time the script runs, because the regkey (HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate) doesn’t exists the first time. The second time the script runs, after a reboot, the “NoAutoUpdate_Previous” equals “” in line 484 is still true, but then get set to the value of 1, because line 493 creates the regkey the first time the script runs and set the value of “NoAutoUpdate” to 1.  </p>
<p>I can send you a logfile if you want to?</p>
<p>Regards Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keithga</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/#comment-62</link>
		<dc:creator>keithga</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-62</guid>
		<description>I just did a quick scan of the code, and I think it should be working properly. After the reboot &quot;NOAutoUpdate_Previous&quot; should be set to , not blank so the code at lines 485-890 shouldn&#039;t overwrite it.
Later after the scan has completed, the NoAUtoUpdate will be restored to the value from NoAutoUPdate_Previous.</description>
		<content:encoded><![CDATA[<p>I just did a quick scan of the code, and I think it should be working properly. After the reboot &#8220;NOAutoUpdate_Previous&#8221; should be set to , not blank so the code at lines 485-890 shouldn&#8217;t overwrite it.<br />
Later after the scan has completed, the NoAUtoUpdate will be restored to the value from NoAutoUPdate_Previous.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Larsen</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/#comment-61</link>
		<dc:creator>Brian Larsen</dc:creator>
		<pubDate>Fri, 20 Nov 2009 14:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-61</guid>
		<description>Hi Keithga

Maybe you can help me out here. I think there is a problem with your ZTIWindowsUpdate.wsf script concerning the variable “NoAutoUpdate_Previous”. 
The problem occurs when the computer needs to do a restart. The second time around the script test to see if “NoAutoUpdate_Previous” equals “”, it is still true (but in the registry “NoAutoUpdate” is really 1 because the script has already run once). So the second time the script runs, the variable “NoAutoUpdate_Previous” is set to 1. That means when there are no more updates left and the script has finished, it will always set HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate to 1, no matter what it was before the script started. (Line 313 is true, and then uses the value in “NoAutoUpdate_Previous” to write to registry).
This means that you can’t enable “windows update” when deployment is done trough the user interface. 
So if the computer needs to reboot, you need to make sure that the value in “NoAutoUpdate_Previous” corresponds to the first time the script runs, and not the last time the script runs.

Pleas correct me if I am wrong.

Kind Regards
Brian</description>
		<content:encoded><![CDATA[<p>Hi Keithga</p>
<p>Maybe you can help me out here. I think there is a problem with your ZTIWindowsUpdate.wsf script concerning the variable “NoAutoUpdate_Previous”.<br />
The problem occurs when the computer needs to do a restart. The second time around the script test to see if “NoAutoUpdate_Previous” equals “”, it is still true (but in the registry “NoAutoUpdate” is really 1 because the script has already run once). So the second time the script runs, the variable “NoAutoUpdate_Previous” is set to 1. That means when there are no more updates left and the script has finished, it will always set HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate to 1, no matter what it was before the script started. (Line 313 is true, and then uses the value in “NoAutoUpdate_Previous” to write to registry).<br />
This means that you can’t enable “windows update” when deployment is done trough the user interface.<br />
So if the computer needs to reboot, you need to make sure that the value in “NoAutoUpdate_Previous” corresponds to the first time the script runs, and not the last time the script runs.</p>
<p>Pleas correct me if I am wrong.</p>
<p>Kind Regards<br />
Brian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
