<?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 for Xtreme Deployment</title>
	<atom:link href="http://deployment.xtremeconsulting.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://deployment.xtremeconsulting.com</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>Comment on New for MDT 2010: ZTIDomainJoin.wsf by tmintner</title>
		<link>http://deployment.xtremeconsulting.com/2009/12/08/new-for-mdt-2010-ztidomainjoin-wsf/#comment-224</link>
		<dc:creator>tmintner</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=243#comment-224</guid>
		<description>One thing to check to see is if the machine existed in that container already before the domain join.  When you are joining a machine to the domain that already exists in the domain it will always stay in the OU or container that it was originally part of.</description>
		<content:encoded><![CDATA[<p>One thing to check to see is if the machine existed in that container already before the domain join.  When you are joining a machine to the domain that already exists in the domain it will always stay in the OU or container that it was originally part of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New for MDT 2010: ZTIDomainJoin.wsf by Stephen</title>
		<link>http://deployment.xtremeconsulting.com/2009/12/08/new-for-mdt-2010-ztidomainjoin-wsf/#comment-223</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=243#comment-223</guid>
		<description>Hi,
I&#039;ve got a strange problem using SCCM and MDT 2010, the domian join always works, but sometimes the machine account ends up in the default OU instead of the one specified in the Task Sequence step. It only happens very occasionaly, and there&#039;s nothing of use in the NetSetup.log file as the actual domain join has been successful. Can anyone provide any ideas of where to look next?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve got a strange problem using SCCM and MDT 2010, the domian join always works, but sometimes the machine account ends up in the default OU instead of the one specified in the Task Sequence step. It only happens very occasionaly, and there&#8217;s nothing of use in the NetSetup.log file as the actual domain join has been successful. Can anyone provide any ideas of where to look next?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How MDT does Application Installation by jonathon</title>
		<link>http://deployment.xtremeconsulting.com/2010/01/20/how-mdt-does-application-installation/#comment-222</link>
		<dc:creator>jonathon</dc:creator>
		<pubDate>Sun, 07 Mar 2010 07:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=268#comment-222</guid>
		<description>Ah ok. Thanks I have a script that I am now playing with at this stage It is not working.
Once I get it to work I will post here?</description>
		<content:encoded><![CDATA[<p>Ah ok. Thanks I have a script that I am now playing with at this stage It is not working.<br />
Once I get it to work I will post here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New for MDT 2010: ZTIDomainJoin.wsf by keithga</title>
		<link>http://deployment.xtremeconsulting.com/2009/12/08/new-for-mdt-2010-ztidomainjoin-wsf/#comment-221</link>
		<dc:creator>keithga</dc:creator>
		<pubDate>Fri, 05 Mar 2010 22:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=243#comment-221</guid>
		<description>Eben,
(Sorry about the delay in responding)...
Yes, if you do nothing at the start of the MDT installation process, the machine will automatically be joined to a Workgroup. YOu can then add the ZTIDomainJoin.wsf script at the *end* of the MDT installation process, just before the final reboot, that should be good.</description>
		<content:encoded><![CDATA[<p>Eben,<br />
(Sorry about the delay in responding)&#8230;<br />
Yes, if you do nothing at the start of the MDT installation process, the machine will automatically be joined to a Workgroup. YOu can then add the ZTIDomainJoin.wsf script at the *end* of the MDT installation process, just before the final reboot, that should be good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How MDT does Application Installation by tmintner</title>
		<link>http://deployment.xtremeconsulting.com/2010/01/20/how-mdt-does-application-installation/#comment-220</link>
		<dc:creator>tmintner</dc:creator>
		<pubDate>Fri, 05 Mar 2010 02:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=268#comment-220</guid>
		<description>Thanks Jonathon!

MDT will wait until the application reports that it is finished before moving on to the next application.  The challenge is that some applications will start another process and report that setup.exe is finished and then MDT will keep going.  The best thing to do in those situations is to use a script to wrap around the application install that will wait until the entire process completes before the script finishes.  That is a great idea for another blog post</description>
		<content:encoded><![CDATA[<p>Thanks Jonathon!</p>
<p>MDT will wait until the application reports that it is finished before moving on to the next application.  The challenge is that some applications will start another process and report that setup.exe is finished and then MDT will keep going.  The best thing to do in those situations is to use a script to wrap around the application install that will wait until the entire process completes before the script finishes.  That is a great idea for another blog post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How MDT does Application Installation by jonathon</title>
		<link>http://deployment.xtremeconsulting.com/2010/01/20/how-mdt-does-application-installation/#comment-219</link>
		<dc:creator>jonathon</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=268#comment-219</guid>
		<description>Are there any methods in forcing MDT to wait till an app finishing installing before trying to install the next? EG Autocad, Inventor and Revit. All try to run at once when run through MDT (they are silent but dont wait for the last to finish and not msi. setup.exe with switches).
Great Site by the way. Really good tools</description>
		<content:encoded><![CDATA[<p>Are there any methods in forcing MDT to wait till an app finishing installing before trying to install the next? EG Autocad, Inventor and Revit. All try to run at once when run through MDT (they are silent but dont wait for the last to finish and not msi. setup.exe with switches).<br />
Great Site by the way. Really good tools</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing your installation of Litetouch MDT by tmintner</title>
		<link>http://deployment.xtremeconsulting.com/2009/10/27/securing-your-installation-of-litetouch-mdt/#comment-218</link>
		<dc:creator>tmintner</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=38#comment-218</guid>
		<description>Hello,

With MDT 2010, MDT obfuscates the variables that are sensitive in variables.dat automatically such as anything with a username or product key.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>With MDT 2010, MDT obfuscates the variables that are sensitive in variables.dat automatically such as anything with a username or product key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New for MDT 2010: ZTIDomainJoin.wsf by Eben</title>
		<link>http://deployment.xtremeconsulting.com/2009/12/08/new-for-mdt-2010-ztidomainjoin-wsf/#comment-216</link>
		<dc:creator>Eben</dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=243#comment-216</guid>
		<description>keithga - Thank you so much for this help! I am new to MDT and this is my first deployment for a large company. I allso struggle for days with the GPO that renamed the local admin account. I removed the Domain Join Entries from the ZTIConfigure.xml script, and it is now not jouning the Domain at the beginning. I want to join a workgroup at that point, which is correct. What do I have to do to have to workgroup name auto filled in and continue without my interaction at that stage? 

Your help is much apreciated!!!</description>
		<content:encoded><![CDATA[<p>keithga &#8211; Thank you so much for this help! I am new to MDT and this is my first deployment for a large company. I allso struggle for days with the GPO that renamed the local admin account. I removed the Domain Join Entries from the ZTIConfigure.xml script, and it is now not jouning the Domain at the beginning. I want to join a workgroup at that point, which is correct. What do I have to do to have to workgroup name auto filled in and continue without my interaction at that stage? </p>
<p>Your help is much apreciated!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding USMT with MDT 2010 by MDT 2010 and USTMT 4.0 Hard Link Migration &#171; Deploy Windows 7</title>
		<link>http://deployment.xtremeconsulting.com/2009/11/20/understanding-usmt-with-mdt-2010/#comment-215</link>
		<dc:creator>MDT 2010 and USTMT 4.0 Hard Link Migration &#171; Deploy Windows 7</dc:creator>
		<pubDate>Thu, 25 Feb 2010 18:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/2009/11/20/understanding-usmt-with-mdt-2010/#comment-215</guid>
		<description>[...] http://deployment.xtremeconsulting.com/2009/11/20/understanding-usmt-with-mdt-2010/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://deployment.xtremeconsulting.com/2009/11/20/understanding-usmt-with-mdt-2010/" rel="nofollow">http://deployment.xtremeconsulting.com/2009/11/20/understanding-usmt-with-mdt-2010/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How MDT does Application Installation by yet another blog . . . &#171; windows7ROAR</title>
		<link>http://deployment.xtremeconsulting.com/2010/01/20/how-mdt-does-application-installation/#comment-213</link>
		<dc:creator>yet another blog . . . &#171; windows7ROAR</dc:creator>
		<pubDate>Wed, 24 Feb 2010 23:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://tmintner.wordpress.com/?p=268#comment-213</guid>
		<description>[...] February 24, 2010 Posted by examROAR in Uncategorized.  Tags: blogs, deployment, MDT trackback  on deployment.  some great tips here on MDT application installation..  0.000000 [...]</description>
		<content:encoded><![CDATA[<p>[...] February 24, 2010 Posted by examROAR in Uncategorized.  Tags: blogs, deployment, MDT trackback  on deployment.  some great tips here on MDT application installation..  0.000000 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
