<?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 Scriptimus Ex Machina</title>
	<atom:link href="http://scriptimus.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://scriptimus.wordpress.com</link>
	<description>Andrew Barnes&#039;s scripting and deployment Blog</description>
	<lastBuildDate>Thu, 23 May 2013 22:06:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on MDT Powershell: Importing device drivers from organised folders by Gordon</title>
		<link>http://scriptimus.wordpress.com/2012/06/18/mdt-powershell-importing-drivers/#comment-1197</link>
		<dc:creator><![CDATA[Gordon]]></dc:creator>
		<pubDate>Thu, 23 May 2013 22:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://scriptimus.wordpress.com/?p=1425#comment-1197</guid>
		<description><![CDATA[It worked thanks! If others are interested I copied lines 56 and 57 and changed it to the following: 

if (!(Test-Path $DSSelectionProfilePath&quot;\Drivers - &quot;$OS\$Make\$Model)) {
                new-item -path $DSSelectionProfilePath -enable &quot;True&quot; -Name &quot;Drivers - $OS - $Make - $Model&quot; -Definition &quot;&quot; -ReadOnly &quot;False&quot; -Verbose]]></description>
		<content:encoded><![CDATA[<p>It worked thanks! If others are interested I copied lines 56 and 57 and changed it to the following: </p>
<p>if (!(Test-Path $DSSelectionProfilePath&#8221;\Drivers &#8211; &#8220;$OS\$Make\$Model)) {<br />
                new-item -path $DSSelectionProfilePath -enable &#8220;True&#8221; -Name &#8220;Drivers &#8211; $OS &#8211; $Make &#8211; $Model&#8221; -Definition &#8220;&#8221; -ReadOnly &#8220;False&#8221; -Verbose</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT: Running a single PowerShell Cmdlet from a Task Sequence Step by Andrew Barnes</title>
		<link>http://scriptimus.wordpress.com/2012/10/08/mdt-running-a-single-powershell-cmdlet-from-a-task-sequence-step/#comment-1196</link>
		<dc:creator><![CDATA[Andrew Barnes]]></dc:creator>
		<pubDate>Thu, 23 May 2013 20:35:04 +0000</pubDate>
		<guid isPermaLink="false">https://scriptimus.wordpress.com/?p=1918#comment-1196</guid>
		<description><![CDATA[I see what you&#039;re trying to do there but advise against it. I say 1 task per step. That way if a step fails then it&#039;s easy to isolate and troubleshoot.]]></description>
		<content:encoded><![CDATA[<p>I see what you&#8217;re trying to do there but advise against it. I say 1 task per step. That way if a step fails then it&#8217;s easy to isolate and troubleshoot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT 2010: User State Migration by Andrew Barnes</title>
		<link>http://scriptimus.wordpress.com/2011/05/25/mdt-2010-user-state-migration/#comment-1195</link>
		<dc:creator><![CDATA[Andrew Barnes]]></dc:creator>
		<pubDate>Thu, 23 May 2013 20:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://scriptimus.wordpress.com/?p=455#comment-1195</guid>
		<description><![CDATA[It&#039;s tricky, if the volumes change order then you&#039;ll have to migrate the data to a file share then back again.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s tricky, if the volumes change order then you&#8217;ll have to migrate the data to a file share then back again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT 2012: Automating updates in Lite-Touch Deployments by Andrew Barnes</title>
		<link>http://scriptimus.wordpress.com/2012/03/22/mdt-2012-automating-updates-in-lite-touch-deployments/#comment-1194</link>
		<dc:creator><![CDATA[Andrew Barnes]]></dc:creator>
		<pubDate>Thu, 23 May 2013 20:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://scriptimus.wordpress.com/?p=1070#comment-1194</guid>
		<description><![CDATA[The standard task sequence already does that so take a look and replicate its method.]]></description>
		<content:encoded><![CDATA[<p>The standard task sequence already does that so take a look and replicate its method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT Powershell: Importing device drivers from organised folders by Andrew Barnes</title>
		<link>http://scriptimus.wordpress.com/2012/06/18/mdt-powershell-importing-drivers/#comment-1193</link>
		<dc:creator><![CDATA[Andrew Barnes]]></dc:creator>
		<pubDate>Thu, 23 May 2013 20:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://scriptimus.wordpress.com/?p=1425#comment-1193</guid>
		<description><![CDATA[You can duplicate the selection profile at line 57 and modify it for models. Test it out and let me know how you get on.]]></description>
		<content:encoded><![CDATA[<p>You can duplicate the selection profile at line 57 and modify it for models. Test it out and let me know how you get on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT Powershell: Importing device drivers from organised folders by Gordon</title>
		<link>http://scriptimus.wordpress.com/2012/06/18/mdt-powershell-importing-drivers/#comment-1192</link>
		<dc:creator><![CDATA[Gordon]]></dc:creator>
		<pubDate>Thu, 23 May 2013 18:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://scriptimus.wordpress.com/?p=1425#comment-1192</guid>
		<description><![CDATA[Thanks for this great post, being new to Powershell, how would I edit this to create selection profiles for the models themselves and have them named so I could differentiate between OS type and arch type? So I could use it with this?

http://mschumacherr.tumblr.com/post/16170072867/mdt-2012-lite-touch-driver-management-old-problem-new

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Thanks for this great post, being new to Powershell, how would I edit this to create selection profiles for the models themselves and have them named so I could differentiate between OS type and arch type? So I could use it with this?</p>
<p><a href="http://mschumacherr.tumblr.com/post/16170072867/mdt-2012-lite-touch-driver-management-old-problem-new" rel="nofollow">http://mschumacherr.tumblr.com/post/16170072867/mdt-2012-lite-touch-driver-management-old-problem-new</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT 2012: Automating updates in Lite-Touch Deployments by Derek</title>
		<link>http://scriptimus.wordpress.com/2012/03/22/mdt-2012-automating-updates-in-lite-touch-deployments/#comment-1191</link>
		<dc:creator><![CDATA[Derek]]></dc:creator>
		<pubDate>Thu, 23 May 2013 09:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://scriptimus.wordpress.com/?p=1070#comment-1191</guid>
		<description><![CDATA[I am experimenting with MDT2012 update 1 on Windows 8 running the ADK and I am having issues installing offline updates in the package folder for a Windows 8 install being tested in a vm.

Is the correct phase to install the offline updates at &quot;Post Install&quot; between &quot;Add Windows Recovery (WinRe)&quot; and &quot;Next Phase&quot;]]></description>
		<content:encoded><![CDATA[<p>I am experimenting with MDT2012 update 1 on Windows 8 running the ADK and I am having issues installing offline updates in the package folder for a Windows 8 install being tested in a vm.</p>
<p>Is the correct phase to install the offline updates at &#8220;Post Install&#8221; between &#8220;Add Windows Recovery (WinRe)&#8221; and &#8220;Next Phase&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT: Running a single PowerShell Cmdlet from a Task Sequence Step by Andy</title>
		<link>http://scriptimus.wordpress.com/2012/10/08/mdt-running-a-single-powershell-cmdlet-from-a-task-sequence-step/#comment-1188</link>
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Wed, 22 May 2013 20:51:42 +0000</pubDate>
		<guid isPermaLink="false">https://scriptimus.wordpress.com/?p=1918#comment-1188</guid>
		<description><![CDATA[Hi Andrew,
This is very useful for performing simple tasks but I wonder if this method can be used to execute multiple scripts located in the same location. I&#039;ve been trying to get the following to work as a task in MDT, but the path variable in the get-childitem doesn’t seem to work when using the method above and I’m wondering why?

This works from the PowerShell command prompt after ztiutility module imported:
foreach ($i in Get-ChildItem $tsenv:deployroot\scripts -filter *.ps1) { if (($i.FullName).Contains(&#039;Report-&#039;)) {powershell -command $i.FullName} }

Yet this does not work when invoked using your powershell -command method:
PowerShell -command &quot;} }&quot;

The command basically executes all the ps1 scripts in the SCRIPT folder if the script file name contains &#039;Report-&#039;, however when executed using your method, the deployroot path variable isn’t passed inside the script block. 

Thank you in advance!
-Andy]]></description>
		<content:encoded><![CDATA[<p>Hi Andrew,<br />
This is very useful for performing simple tasks but I wonder if this method can be used to execute multiple scripts located in the same location. I&#8217;ve been trying to get the following to work as a task in MDT, but the path variable in the get-childitem doesn’t seem to work when using the method above and I’m wondering why?</p>
<p>This works from the PowerShell command prompt after ztiutility module imported:<br />
foreach ($i in Get-ChildItem $tsenv:deployroot\scripts -filter *.ps1) { if (($i.FullName).Contains(&#8216;Report-&#8217;)) {powershell -command $i.FullName} }</p>
<p>Yet this does not work when invoked using your powershell -command method:<br />
PowerShell -command &#8220;} }&#8221;</p>
<p>The command basically executes all the ps1 scripts in the SCRIPT folder if the script file name contains &#8216;Report-&#8217;, however when executed using your method, the deployroot path variable isn’t passed inside the script block. </p>
<p>Thank you in advance!<br />
-Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT 2010: User State Migration by Ram</title>
		<link>http://scriptimus.wordpress.com/2011/05/25/mdt-2010-user-state-migration/#comment-1187</link>
		<dc:creator><![CDATA[Ram]]></dc:creator>
		<pubDate>Wed, 22 May 2013 18:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://scriptimus.wordpress.com/?p=455#comment-1187</guid>
		<description><![CDATA[Hello Every one, 
We have a custom requirement in migration from XP to Win7. We have Two partitions in XP c, d. Now in Win7 Our Mangement decide to put 3 Partitions, C:50 Gb D: 5Gb for Paging file, E: Remaining. While doing migration is it possible to restore old XP C drive data to New Win7 C:\ and Old XP D:\ Data to New Win7 E:\. What changes do I have to do. 

Please help me in this. I am new bee to MDT. 

Ram.]]></description>
		<content:encoded><![CDATA[<p>Hello Every one,<br />
We have a custom requirement in migration from XP to Win7. We have Two partitions in XP c, d. Now in Win7 Our Mangement decide to put 3 Partitions, C:50 Gb D: 5Gb for Paging file, E: Remaining. While doing migration is it possible to restore old XP C drive data to New Win7 C:\ and Old XP D:\ Data to New Win7 E:\. What changes do I have to do. </p>
<p>Please help me in this. I am new bee to MDT. </p>
<p>Ram.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MDT 2010: Create a Lite Touch Deployment USB drive by Andrew Barnes</title>
		<link>http://scriptimus.wordpress.com/2011/06/03/mdt-2010-create-a-lite-touch-deployment-usb-drive/#comment-1184</link>
		<dc:creator><![CDATA[Andrew Barnes]]></dc:creator>
		<pubDate>Tue, 21 May 2013 22:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://scriptimus.wordpress.com/?p=549#comment-1184</guid>
		<description><![CDATA[It&#039;s the same principle.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s the same principle.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
