<?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>Join Xtreme Consulting&#039;s Microsoft Deployment Toolkit experts for discussion and solution sharing</description>
	<lastBuildDate>Tue, 31 Jan 2012 22:19:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Andrew</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/comment-page-1/#comment-563</link>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 17:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-563</guid>
		<description><![CDATA[I know it&#039;s old but thought this might be the best place for this.
In my initial build I notice ZTIWindowsUpdate tries to INSTALL KB2532531 2 times and has 4 more FOUND lines but it never quite finishes installing.   I have to do this after the deployment.
It&#039;s not a big deal and I haven&#039;t troubleshot it - but there you go.]]></description>
		<content:encoded><![CDATA[<p>I know it&#8217;s old but thought this might be the best place for this.<br />
In my initial build I notice ZTIWindowsUpdate tries to INSTALL KB2532531 2 times and has 4 more FOUND lines but it never quite finishes installing.   I have to do this after the deployment.<br />
It&#8217;s not a big deal and I haven&#8217;t troubleshot it &#8211; but there you go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/comment-page-1/#comment-499</link>
		<dc:creator><![CDATA[Dustin]]></dc:creator>
		<pubDate>Thu, 17 Mar 2011 16:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-499</guid>
		<description><![CDATA[Use the following setting in your CS.INI

WSUSServer=http://servername]]></description>
		<content:encoded><![CDATA[<p>Use the following setting in your CS.INI</p>
<p>WSUSServer=http://servername</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/comment-page-1/#comment-358</link>
		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Thu, 21 Oct 2010 13:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-358</guid>
		<description><![CDATA[Hi Derek

What I did was just to add a script to the tasksequence that reset the regkey to 0 after ZTIWindowsUpdate.wsf has run. 

oShell.RegWrite &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate&quot;, 0, &quot;REG_DWORD&quot;.

I have a feeling that this error only accour if you make a custom image and import it into MDT. But im not sure.]]></description>
		<content:encoded><![CDATA[<p>Hi Derek</p>
<p>What I did was just to add a script to the tasksequence that reset the regkey to 0 after ZTIWindowsUpdate.wsf has run. </p>
<p>oShell.RegWrite &#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate&#8221;, 0, &#8220;REG_DWORD&#8221;.</p>
<p>I have a feeling that this error only accour if you make a custom image and import it into MDT. But im not sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: examROAR</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/comment-page-1/#comment-338</link>
		<dc:creator><![CDATA[examROAR]]></dc:creator>
		<pubDate>Fri, 10 Sep 2010 15:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-338</guid>
		<description><![CDATA[You use customsettings.ini to point to the WSUS server.  Like this: 
WSUSServer=http://nameofserver]]></description>
		<content:encoded><![CDATA[<p>You use customsettings.ini to point to the WSUS server.  Like this:<br />
WSUSServer=http://nameofserver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Schwarz</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/comment-page-1/#comment-335</link>
		<dc:creator><![CDATA[Stephan Schwarz]]></dc:creator>
		<pubDate>Fri, 03 Sep 2010 14:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-335</guid>
		<description><![CDATA[here&#039;s an example of how to point the script to wsus when you&#039;re using MDT2010 ( with or without update 1)

Go to the properties of you Deployment Share, and then open the rules tab, add the following line somewhere under the [Default] header.

WSUSServer=http://wsus.domain.local]]></description>
		<content:encoded><![CDATA[<p>here&#8217;s an example of how to point the script to wsus when you&#8217;re using MDT2010 ( with or without update 1)</p>
<p>Go to the properties of you Deployment Share, and then open the rules tab, add the following line somewhere under the [Default] header.</p>
<p>WSUSServer=http://wsus.domain.local</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Handige Harry</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/comment-page-1/#comment-333</link>
		<dc:creator><![CDATA[Handige Harry]]></dc:creator>
		<pubDate>Thu, 26 Aug 2010 12:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-333</guid>
		<description><![CDATA[In MDT 2010 I&#039;m seeing the same issue as Brian. I have enabled the default MDT &#039;Windows Update (Post)&#039; task, and the script leaves the values NoAutoUpdate (1) and UseWUServer (1) afterwards. (We don&#039;t currently use a WU Server.)

Otherwise, thanks for a very useful script and thanks to Brian and Google for allowing me to solve the issue pretty quick.]]></description>
		<content:encoded><![CDATA[<p>In MDT 2010 I&#8217;m seeing the same issue as Brian. I have enabled the default MDT &#8216;Windows Update (Post)&#8217; task, and the script leaves the values NoAutoUpdate (1) and UseWUServer (1) afterwards. (We don&#8217;t currently use a WU Server.)</p>
<p>Otherwise, thanks for a very useful script and thanks to Brian and Google for allowing me to solve the issue pretty quick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart V</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/comment-page-1/#comment-316</link>
		<dc:creator><![CDATA[Bart V]]></dc:creator>
		<pubDate>Fri, 30 Jul 2010 14:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-316</guid>
		<description><![CDATA[Can you post an example of the exclude variables?

I have many sections in my customsettings.ini file (Ex. cpackages, settings, rpackages, etc) and am not sure where to place them, if they need their own &quot; [xxxxx]&quot; header or not.]]></description>
		<content:encoded><![CDATA[<p>Can you post an example of the exclude variables?</p>
<p>I have many sections in my customsettings.ini file (Ex. cpackages, settings, rpackages, etc) and am not sure where to place them, if they need their own &#8221; [xxxxx]&#8221; header or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/comment-page-1/#comment-299</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Tue, 13 Jul 2010 14:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-299</guid>
		<description><![CDATA[How do you change the script to point to WSUS?]]></description>
		<content:encoded><![CDATA[<p>How do you change the script to point to WSUS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/comment-page-1/#comment-266</link>
		<dc:creator><![CDATA[Derek]]></dc:creator>
		<pubDate>Sat, 10 Apr 2010 21:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=105#comment-266</guid>
		<description><![CDATA[Brian is right, i have this same issue.  I&#039;ve been pulling my hair out trying to figure out what it is.  No matter what, if i enable the windows update task, after deployment is complete, you cannot change the windows update settings and it sets it to never install updates.

Did anyone ever find a solution to this?]]></description>
		<content:encoded><![CDATA[<p>Brian is right, i have this same issue.  I&#8217;ve been pulling my hair out trying to figure out what it is.  No matter what, if i enable the windows update task, after deployment is complete, you cannot change the windows update settings and it sets it to never install updates.</p>
<p>Did anyone ever find a solution to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmintner</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/09/windows-update-in-mdt-2010/comment-page-1/#comment-155</link>
		<dc:creator><![CDATA[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><![CDATA[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>
</channel>
</rss>

