<?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>Ward Vissers &#187; Deployment</title>
	<atom:link href="http://www.wardvissers.nl/category/microsoft/deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wardvissers.nl</link>
	<description>Things About Microsoft &#38; Exchange &#38; VMware</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:42:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enable TPM devices on HP Laptops trough MDT</title>
		<link>http://www.wardvissers.nl/2012/02/01/enable-tpm-devices-on-hp-laptops-trough-mdt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-tpm-devices-on-hp-laptops-trough-mdt</link>
		<comments>http://www.wardvissers.nl/2012/02/01/enable-tpm-devices-on-hp-laptops-trough-mdt/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 19:42:56 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1408</guid>
		<description><![CDATA[Yes, It can be done and it is pretty simple to. Here is what you need and how you should do it. Basically, the only thing you need is “BiosConfigUtility.EXE” and a text file with settings in it, add that &#8230; <a href="http://www.wardvissers.nl/2012/02/01/enable-tpm-devices-on-hp-laptops-trough-mdt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, It can be done and it is pretty simple to. Here is what you need and how you should do it. Basically, the only thing you need is “BiosConfigUtility.EXE” and a text file with settings in it, add that to the TS and it will work like a charm, <img src='http://www.wardvissers.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong><em>Step One – Get the utility</em></strong></p>
<p>The utility is a part of HP’s SSM (SP49507), SSM stands for “HP System Software Manager” and version I have been playing with is 2.14 Rev A. Download that from the <a>ftp://ftp.hp.com/pub/softpaq/sp49501-50000/sp49507.exe</a> and if you need to see if your PC is in the list, check <a>ftp://ftp.hp.com/pub/softpaq/sp49501-50000/sp49507.html</a></p>
<p><strong><em>Step Two – Create the file</em></strong></p>
<p>This is how the file should look like and it should have the name TPMEnable.REPSET</p>
<p><a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_440B05CA.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_5FAF91C0.png" width="644" height="316" /></a></p>
<p>If you look at the picture, you can see that in every section there is a *. That is our default value that will be pushed into the bios.</p>
<p><strong><em>Step Three – Create a Command and verify that it works</em></strong></p>
<p>Now, be a bit careful, TPM is a security device and if you look your self out, it could be “tricky” to get back, so now you have been notified at least. So, we need a command to set all this and also to set a BIOS password and here it is:</p>
<p>BIOSConfigUtility /SetConfig:TPMEnable.REPSET /NewAdminPassword:&quot;Password1&quot; </p>
<p>So, if you take the BIOSConfigUtility.exe and TPMEnable.REPSET and put them in the same folder and run the command (elevated) with a password that is better then mine and then reboot the machine, you will see that it is going to enable the TPM chip and now you can just enable BitLocker on the machine.</p>
<p><strong><em>Step Four – Getting stuff into the TS</em></strong></p>
<p>Now, this can be done in different ways, one is to create a Script, or a batch file or an MDT Application. The reason for me to have an application, is very simple. When I work at customers I create a lot of “things”, if they are applications, they are pretty easy to copy inside the deployment workbench, from my personal Deployment share to the customers and vice versa. I like drag and drop, it makes life more…relaxed…:-) One other story, if they are applications, you could use the “MandatoryApplications001=” in CS.ini</p>
<p>So this is how it looks in my Task Sequence</p>
<p><a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_11A7324B.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_517118D0.png" width="591" height="484" /></a> <a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_783F2F10.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_38091596.png" width="593" height="484" /></a></p>
<p>(No, sorry, my password for TPM is not 111-something, trust my…)</p>
<p>Now when I have the application I can open my Task Sequence and modify that like this:</p>
<p><a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_77D2FC1B.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_7E86059E.png" width="545" height="484" /></a> <a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_295E69B1.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_223F2D39.png" width="547" height="484" /></a></p>
<p>In the first picture you can see that I have added the application called “CUSTOM – Hewlett-Packard – BIOS Configuration” and in the other picture you can see that I have one condition to run this and that is same condition as the task “Enable Bitlocker” has.</p>
<p>So, that was pretty easy, right <img src='http://www.wardvissers.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong><em>Step Five – some more things…</em></strong></p>
<p>Configure BitLocker:</p>
<p><a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_30117334.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_41EE0701.png" width="543" height="484" /></a></p>
<p>This is my settings (also default)</p>
<p>Just one small thing. Modify/Set this BDEKeyLocation= to something, otherwise the keyfile ends up locally on the c: drive…:-)</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Enable+TPM+devices+on+HP+Laptops+trough+MDT+http%3A%2F%2Ftinyurl.com%2F7bth3pg" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/02/01/enable-tpm-devices-on-hp-laptops-trough-mdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2012: New Features &#8211; Hide Shell</title>
		<link>http://www.wardvissers.nl/2011/12/12/mdt-2012-new-features-hide-shell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2012-new-features-hide-shell</link>
		<comments>http://www.wardvissers.nl/2011/12/12/mdt-2012-new-features-hide-shell/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 17:31:50 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/12/12/mdt-2012-new-features-hide-shell/</guid>
		<description><![CDATA[Here is a common scenario. You are deploying an operating system using MDT Lite Touch, during the deployment you install some user specific applications. However the users think that the deployment is completed an they close the application installs or &#8230; <a href="http://www.wardvissers.nl/2011/12/12/mdt-2012-new-features-hide-shell/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here is a common scenario. You are deploying an operating system using MDT Lite Touch, during the <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">deployment</a> you install some user specific applications. However the users think that the <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">deployment</a> is completed an they close the application installs or perhaps start messing with the machine while it is still logged in as the local administrator. Now you could simply inform the user that they should not touch the computer until the <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">deployment</a> is completed. However in my experience this “don’t touch” approach has not always been 100% successful.</p>
<p>Well now we have a better way, you can hide explorer shell while MDT is “doing it’s thing”!</p>
<p>So how do we do this? It is simple, just add the following line to the customsettings.ini file:</p>
<p>HIDESHELL=YES</p>
<p>I have included before and after shots below:</p>
<p>Look explorer…</p>
<p>,<a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-27-metablogapi/0647.image_5F00_7BEE302A.png"><img title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-27-metablogapi/4331.image_5F00_thumb_5F00_426B2033.png" width="350" height="265" /></a></p>
<p>No explorer…. that’s better!</p>
<p><a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-27-metablogapi/2210.image_5F00_6219F9FB.png"><img title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-27-metablogapi/0636.image_5F00_thumb_5F00_3ADFB0C6.png" width="354" height="269" /></a></p>
<p><img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Glimlach" src="http://www.wardvissers.nl/wp-upload/bde90193f0bb_149CF/wlEmoticon-smile.png" /></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2012%3A+New+Features+%E2%80%93+Hide+Shell+http%3A%2F%2Ftinyurl.com%2F7zrqn47" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/12/12/mdt-2012-new-features-hide-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2012 Beta 2 Monitoring</title>
		<link>http://www.wardvissers.nl/2011/11/15/mdt-2012-beta-2-monitoring/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2012-beta-2-monitoring</link>
		<comments>http://www.wardvissers.nl/2011/11/15/mdt-2012-beta-2-monitoring/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 14:57:26 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/11/15/mdt-2012-beta-2-monitoring/</guid>
		<description><![CDATA[Today I upgraded a MDT 2010 installation to MDT 2012 Beta 2. One of the new features is monitoring To Configure monitoring you find a tab Monitoring on properties of the Deployment Share. You must set a V Enable monitoring &#8230; <a href="http://www.wardvissers.nl/2011/11/15/mdt-2012-beta-2-monitoring/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I upgraded a <a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a> installation to MDT 2012 Beta 2.</p>
<p>One of the new features is monitoring <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Glimlach" src="http://www.wardvissers.nl/wp-upload/MDT-2012-Monitoring_DDB7/wlEmoticon-smile.png" /></p>
<p>To Configure monitoring you find a tab Monitoring on properties of the <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">Deployment</a> Share.    <br />You must set a V <strong>Enable monitoring of this deployment share</strong>    </p>
<p><a href="http://www.wardvissers.nl/wp-upload/MDT-2012-Monitoring_DDB7/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/MDT-2012-Monitoring_DDB7/image_thumb.png" width="429" height="353" /></a></p>
<p>Under the root of the Deployment Share u see now Monitoring. When you click on Monitoring you can see running deployments.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/MDT-2012-Monitoring_DDB7/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/MDT-2012-Monitoring_DDB7/image_thumb_3.png" width="645" height="240" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2012+Beta+2+Monitoring+http%3A%2F%2Ftinyurl.com%2F6rqybfa" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/11/15/mdt-2012-beta-2-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2012 Beta 2 Released</title>
		<link>http://www.wardvissers.nl/2011/11/14/mdt-2012-beta-2-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2012-beta-2-released</link>
		<comments>http://www.wardvissers.nl/2011/11/14/mdt-2012-beta-2-released/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 19:02:24 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/11/14/mdt-2012-beta-2-released/</guid>
		<description><![CDATA[The latest version of MDT is now available on Connect (Join the MDT 2012 Beta 2 Connect program here!) MDT 2012 Beta 2 offers new User-Driven Installation components and extensibility for Configuration Manager 2007 and Configuration Manager 2012 as well &#8230; <a href="http://www.wardvissers.nl/2011/11/14/mdt-2012-beta-2-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The latest version of MDT is now available on Connect (<a href="http://go.microsoft.com/fwlink/?LinkId=217606">Join the MDT 2012 Beta 2 Connect program here!</a>) </p>
<p>MDT 2012 Beta 2 offers new User-Driven Installation components and extensibility for Configuration Manager 2007 and Configuration Manager 2012 as well as integration with the <a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> Diagnostics and Recovery Toolkit (DaRT) for Lite Touch Installation remote control and diagnostics. </p>
<p><strong>Key benefits include:</strong></p>
<ul>
<li>Full use of the capabilities provided by <a href="http://www.wardvissers.nl/tag/system-center/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System Center">System Center</a> Configuration Manager 2012 for OS <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">deployment</a>. </li>
<li>Improved Lite Touch user experience and functionality. </li>
<li>A smooth and simple upgrade process for all existing MDT users. </li>
</ul>
<p><strong>New features For System Center Configuration Manager customers:</strong></p>
<ul>
<li>Support for Configuration Manager 2012 (while still supporting Configuration Manager 2007) </li>
<li>New User-Driven Installation components for Configuration Manager 2007 and Configuration Manager 2012
<ul>
<li>Extensible wizard and designer, additional integration with Configuration Manager to deliver a more customized OS experience, support for more imaging scenarios, and an enhanced end-user deployment experience </li>
</ul>
</li>
<li>Ability to migrate MDT 2012 task sequences from Configuration Manager 2007 to Configuration Manager 2012 </li>
</ul>
<p><strong>New features For Lite Touch Installation:</strong></p>
<ul>
<li>Integration with the Microsoft Diagnostics and Recovery Toolkit (DaRT) for remote control and diagnostics </li>
<li>New monitoring capabilities to see the progress of currently running deployments </li>
<li>Support for deploying <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> to computers using UEFI </li>
<li>Ability to deploy <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> so that the computer will start from a new VHD file, “Deploy to VHD” </li>
<li>Improved deployment wizard user experience </li>
</ul>
<p>MDT 2012 the final release will be available download through to January 2012 I think. </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2012+Beta+2+Released+http%3A%2F%2Ftinyurl.com%2F8852s2b" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/11/14/mdt-2012-beta-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Deployment Guys released Deployment Mindmaps</title>
		<link>http://www.wardvissers.nl/2011/09/21/the-deployment-guys-released-deployment-mindmaps/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-deployment-guys-released-deployment-mindmaps</link>
		<comments>http://www.wardvissers.nl/2011/09/21/the-deployment-guys-released-deployment-mindmaps/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 13:44:15 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/09/21/the-deployment-guys-released-deployment-mindmaps/</guid>
		<description><![CDATA[&#34;Why deployment is so hard?&#34;, “Where can I find all related information?” What else I need to consider?” Those or similar questions are normal during my any projects. After getting the same questions again and again, The Deployment Guys decided &#8230; <a href="http://www.wardvissers.nl/2011/09/21/the-deployment-guys-released-deployment-mindmaps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><i>&quot;Why <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">deployment</a> is so hard?&quot;, “Where can I find all related information?” What else I need to consider?”</i></p>
<p>Those or similar questions are normal during my any projects. After getting the same questions again and again, The Deployment Guys decided to create a Mindmap with all common links you need to know if you in the deployment space.    </p>
<p><a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-components-postattachments/00-03-45-22-54/MINDMAPS.zip"><img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-27/2577.mindmap.JPG" width="541" height="218" /></a></p>
<p>
<p><strong><a href="http://www.microsoft.com/info/cpyright.mspx"><strong></strong></a></strong></p>
<p> Attachment:<a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-components-postattachments/00-03-45-22-54/MINDMAPS.zip"> MINDMAPS.zip </a>Source:<a title="http://blogs.technet.com/b/deploymentguys/archive/2011/09/10/deployment-mindmaps.aspx" href="http://blogs.technet.com/b/deploymentguys/archive/2011/09/10/deployment-mindmaps.aspx">Deployment-Mindmaps</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=The+Deployment+Guys+released+Deployment+Mindmaps+http%3A%2F%2Ftinyurl.com%2F3erzjuc" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/09/21/the-deployment-guys-released-deployment-mindmaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT Restricting the available Task Sequences by user</title>
		<link>http://www.wardvissers.nl/2011/08/05/mdt-restricting-the-available-task-sequences-by-user/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-restricting-the-available-task-sequences-by-user</link>
		<comments>http://www.wardvissers.nl/2011/08/05/mdt-restricting-the-available-task-sequences-by-user/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 14:19:12 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/08/05/mdt-restricting-the-available-task-sequences-by-user/</guid>
		<description><![CDATA[Within DeploymentWorkbench go to Deployment Shares\&#60;YourDeploymentshare&#62;\Task Sequences. Organize the available task sequences into folders. Task sequences that aren&#8217;t in a folder can&#8217;t be restricted. Within DeploymentWorkbench go to Deployment Shares\&#60;YourDeploymentshare&#62;\Advanced Configuration\Selection Profiles. Create a new selection profile and at “Select &#8230; <a href="http://www.wardvissers.nl/2011/08/05/mdt-restricting-the-available-task-sequences-by-user/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ol>
<li>
<p>Within DeploymentWorkbench go to <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">Deployment</a> Shares\&lt;YourDeploymentshare&gt;\Task Sequences.</p>
</li>
<li>
<p>Organize the available task sequences into folders. Task sequences that aren&#8217;t in a folder can&#8217;t be restricted.       </p>
<p><a href="http://www.wardvissers.nl/wp-upload/Restricting-the-available-Task-Sequences_9E24/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/Restricting-the-available-Task-Sequences_9E24/image_thumb.png" width="555" height="146" /></a></p>
</li>
<li>
<p>Within DeploymentWorkbench go to Deployment Shares\&lt;YourDeploymentshare&gt;\Advanced Configuration\Selection Profiles.</p>
</li>
<li>
<p>Create a new selection profile and at “Select the folders that should be included in this selection profile” select the folders below Task Sequences that should be visible for this profile.       </p>
<p><a href="http://www.wardvissers.nl/wp-upload/Restricting-the-available-Task-Sequences_9E24/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/Restricting-the-available-Task-Sequences_9E24/image_thumb_3.png" width="586" height="392" /></a></p>
</li>
<li>
<p>Edit CustomSettings.ini, add UserID to Priority before the value Deffault under [Settings]: </p>
<pre>[Settings]
Priority=UserID, Default </pre>
</li>
<li>
<p>Define a section in CustomSettings.ini in the form [userid]. Example: if the User ID is Helpdesk then the section should be [helpdesk].</p>
</li>
<li>
<p>Define the selection profile to be used for this user below this section. Example: to give helpdesk access to the Helpdesk selection profile, add the following:</p>
<pre>[helpdesk]
WizardSelectionProfile=Helpdesk</pre>
</li>
<li>
<p>Create a selection profile in which no folder has been selected and place a WizardSelectionProfile=nameofemptyselectionprofile below [Default] if you want none other than the defined user IDs to have access to the task sequences.</p>
</li>
<li>
<p>Now when the user logs into the wizard in the WinPE environment, he/she sees only the task sequences that are available in the selection profile.<br />
      <br /><a href="http://www.wardvissers.nl/wp-upload/Restricting-the-available-Task-Sequences_9E24/image_4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/Restricting-the-available-Task-Sequences_9E24/image_thumb_4.png" width="364" height="272" /></a></p>
<p>Source:<a href="http://social.technet.microsoft.com/Forums/en/mdt/thread/7e2eaf58-0d5a-451d-b2b6-712f5cc01061">Microsoft TechNet &#8211; MDT Forum &#8211; How to hide/show task sequence for specific users/user groups?</a></p>
</li>
</ol>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+Restricting+the+available+Task+Sequences+by+user+http%3A%2F%2Ftinyurl.com%2F3fyg4jr" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/08/05/mdt-restricting-the-available-task-sequences-by-user/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MDT 2010 WSUS deployment Error  0&#215;80244019</title>
		<link>http://www.wardvissers.nl/2011/06/24/mdt-2010-wsus-deployment-error-0x80244019/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2010-wsus-deployment-error-0x80244019</link>
		<comments>http://www.wardvissers.nl/2011/06/24/mdt-2010-wsus-deployment-error-0x80244019/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 21:43:42 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/06/24/mdt-2010-wsus-deployment-error-0x80244019/</guid>
		<description><![CDATA[I added so as always WSUSServer=http://ward-bh01 to customsettings.ini When the deploying the image I get de following error The Error Solution: Ad the Port number to de WSUSServer address in customsettings.ini. In my case it was 8530. Because the WSUS &#8230; <a href="http://www.wardvissers.nl/2011/06/24/mdt-2010-wsus-deployment-error-0x80244019/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I added so as always WSUSServer=http://ward-bh01 to customsettings.ini</p>
<p>When the deploying the image I get de following error</p>
<p>The Error</p>
<p><a href="http://www.wardvissers.nl/wp-upload/MDT-2010-WSUS-deployment-Error_14C1D/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/MDT-2010-WSUS-deployment-Error_14C1D/image_thumb.png" width="412" height="298" /></a></p>
<p>Solution:</p>
<p>Ad the Port number to de WSUSServer address in customsettings.ini. In my case it was 8530. Because the WSUS site was running on that port number see the pictures</p>
<p><a href="http://www.wardvissers.nl/wp-upload/MDT-2010-WSUS-deployment-Error_14C1D/clip_image002.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.wardvissers.nl/wp-upload/MDT-2010-WSUS-deployment-Error_14C1D/clip_image002_thumb.jpg" width="391" height="246" /></a><a href="http://www.wardvissers.nl/wp-upload/MDT-2010-WSUS-deployment-Error_14C1D/clip_image0024.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image002[4]" border="0" alt="clip_image002[4]" src="http://www.wardvissers.nl/wp-upload/MDT-2010-WSUS-deployment-Error_14C1D/clip_image0024_thumb.jpg" width="319" height="310" /></a></p>
<p>WSUSServer=http://ward-bh01:8530</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2010+WSUS+deployment+Error+0%C3%9780244019+http%3A%2F%2Ftinyurl.com%2F684864t" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/06/24/mdt-2010-wsus-deployment-error-0x80244019/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Deployment Toolkit (MDT) 2012 Beta 1 Available</title>
		<link>http://www.wardvissers.nl/2011/06/06/microsoft-deployment-toolkit-mdt-2012-beta-1-available/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-deployment-toolkit-mdt-2012-beta-1-available</link>
		<comments>http://www.wardvissers.nl/2011/06/06/microsoft-deployment-toolkit-mdt-2012-beta-1-available/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 21:36:03 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/06/06/microsoft-deployment-toolkit-mdt-2012-beta-1-available/</guid>
		<description><![CDATA[Microsoft has just released as a public beta the newest version of Microsoft Deployment Toolkit (MDT) 2012 with a few important updates: Supporting System Center Configuration Manager (SCCM) 2012. Using Lite Touch Installation (LTI), great improvements in the client side &#8230; <a href="http://www.wardvissers.nl/2011/06/06/microsoft-deployment-toolkit-mdt-2012-beta-1-available/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> has just released as a public beta the newest version of <a href="https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=8689" target="_blank">Microsoft Deployment Toolkit (MDT) 2012</a> with a few important updates: </p>
<ul>
<li><strong>Supporting <a href="http://www.wardvissers.nl/tag/system-center/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System Center">System Center</a> Configuration Manager (SCCM) 2012.</strong> </li>
<li><strong>Using Lite Touch Installation (LTI), great improvements in the client side look-n-feel.</strong> </li>
<li>Also for LTI, <strong>behind-the-scenes enhancements for partitioning, UEFI (Unified Extensible Firmware Interface), and user state migration.</strong> </li>
<li><strong>Some minor bugs fixed. </strong></li>
</ul>
<h4>MDT 2012 Requirements</h4>
<p>Same as <a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a>: </p>
<ul>
<li><strong><a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Automated Installation Kit (WAIK) 2.0</strong>. You can download it from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34&amp;displaylang=en" target="_blank">here</a>.       <br /><em>Note</em>: The download page indicates that the WAIK version is “1”; but don’t worry, the actual version is 2.0. </li>
<li><strong>MSXML 6.0</strong> </li>
<li><strong><a href="http://www.wardvissers.nl/tag/powershell/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Powershell">PowerShell</a></strong>. </li>
<li><strong>.Net Framework 3.5 SP1</strong>. Available for download <a href="http://www.microsoft.com/downloads/details.aspx?familyid=ab99342f-5d1a-413d-8319-81da479ab0d7&amp;displaylang=en" target="_blank">here</a>.       <br /><em>Note</em>: Even though .Net Framework 2.5 SP1 is not a requirement for MDT 2010 installation; one of its features, User-Driven Installation (UDI), does requires the latest Microsoft Framework installed. </li>
</ul>
<h4><strong>MDT 2012 Look-n-Feel</strong></h4>
<p>For what I’ve seen so far, the user experience of the <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">Deployment</a> Workbench console is pretty much the same.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/06/mdt2012a01.png"><img title="mdt2012a01" border="0" alt="mdt2012a01" src="http://augustoalvarez.files.wordpress.com/2011/06/mdt2012a01_thumb.png?w=476&amp;h=230" width="476" height="230" /></a></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2011/06/mdt2012a02.png"><img title="mdt2012a02" border="0" alt="mdt2012a02" src="http://augustoalvarez.files.wordpress.com/2011/06/mdt2012a02_thumb.png?w=352&amp;h=230" width="352" height="230" /></a></p>
<h4>MDT 2012 Beta 1 Download</h4>
<p>The beta is available <a href="https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=8689" target="_blank">in this link from Microsoft Connect</a>, </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft+Deployment+Toolkit+%28MDT%29+2012+Beta+1+Available+http%3A%2F%2Ftinyurl.com%2F4ytagpp" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/06/06/microsoft-deployment-toolkit-mdt-2012-beta-1-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue with MDT 2010 Update 1 and Windows AIK for Windows 7 SP1</title>
		<link>http://www.wardvissers.nl/2011/04/18/issue-with-mdt-2010-update-1-and-windows-aik-for-windows-7-sp1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=issue-with-mdt-2010-update-1-and-windows-aik-for-windows-7-sp1</link>
		<comments>http://www.wardvissers.nl/2011/04/18/issue-with-mdt-2010-update-1-and-windows-aik-for-windows-7-sp1/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 19:52:19 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/04/18/issue-with-mdt-2010-update-1-and-windows-aik-for-windows-7-sp1/</guid>
		<description><![CDATA[With the release of the Windows AIK for Windows 7 SP1 supplement (see Windows AIK for Windows 7 SP1 Released for details), there is a new version 3.1 version of Windows PE available. If you plan to install this update, &#8230; <a href="http://www.wardvissers.nl/2011/04/18/issue-with-mdt-2010-update-1-and-windows-aik-for-windows-7-sp1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With the release of the <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> AIK for <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> SP1 supplement (see <a href="http://blogs.technet.com/b/mniehaus/archive/2011/02/17/windows-aik-for-windows-7-sp1-released.aspx">Windows AIK for Windows 7 SP1 Released</a> for details), there is a new version 3.1 version of Windows PE available. If you plan to install this update, you need to be aware of an issue when using this with <a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a> Update 1.</p>
<p>With MDT 2010, <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">Deployment</a> Workbench will look for a “boot.wim” file from one of the imported operating systems that has the same build number as Windows AIK (e.g. “boot.wim” from a Windows 7 RC, build 7100, operating system to go with the Windows AIK for Windows 7 RC). If it finds a match, it will use that WIM instead. Why do we do this? Because the “boot.wim” contains the Windows Recovery Environment (Windows RE), a component that isn’t available in Windows AIK.</p>
<p>So let’s get a little more specific. First, some background details:</p>
<ul>
<li>The build number for the RTM version of Windows 7 is 6.1.7600.16385. </li>
<li>The build number for Windows AIK for Windows 7, released with Windows 7 RTM, is also 6.1.7600.16385. This is stored in the registry. </li>
<li>The build number for Windows 7 SP1 is 6.1.7601.17514. </li>
<li>The build number for the files included in the Windows 7 AIK for Windows 7 SP1 supplement, including Windows PE 3.1 and all the Windows PE feature packs, is also 6.1.7601.17514. But since this supplement is installed by replacing files in the Windows AIK installation directory using XCOPY, the registry isn’t updated so MDT still thinks the Windows 7 RTM version (6.1.7600.16385) of Windows AIK is installed.</li>
</ul>
<p>Now, let’s assume that you have Windows 7 RTM x86 installation files present in your deployment share, and you haven’t installed the Windows 7 AIK for Windows 7 SP1 supplement. MDT’s processing when creating a boot image will look like this:</p>
<ul>
<li>Is there a boot.wim available with the same version number as Windows AIK (6.1.7600.16385 = 6.1.7600.13685)? Yes, copy it to a temporary folder and mount it. </li>
<li>Inject the required Windows PE optional components from the Windows AIK installation directory into this mounted boot image. </li>
<li>Inject the needed MDT scripts. </li>
<li>Commit the changes to the WIM file and copy it to the deployment share.</li>
</ul>
<p>Now, install the Windows 7 AIK for Windows 7 SP1 supplement and update the deployment share:</p>
<ul>
<li>Is there a boot.wim available with the same version number as Windows AIK (6.1.7600.16385 = 6.1.7600.13685)? Yes (because MDT doesn’t know that Windows AIK has been updated, the registry still says it is version 6.1.7600.16385), copy it to a temporary folder and mount it. </li>
<li>Try to Inject the required Windows PE feature packs from the Windows AIK installation directory into this mounted boot image. All fail, because they are for Windows PE 3.1 and won’t work with the Windows PE 3.0 boot image copied from the Windows 7 RTM files. </li>
<li>Stop.</li>
</ul>
<p>The actual error will look something like this (repeated for each Windows PE feature pack):</p>
<blockquote><p>Deployment Image Servicing and Management tool      <br />Version: 6.1.7600.16385       <br />Image Version: 6.1.7600.16385       <br />Processing 1 of 1 &#8211; Adding package WinPE-HTA-Package~31bf3856ad364e35~x86~~6.1.7601.17514       <br />Error: 0x800f081e       <br />The specified package is not applicable to this image.       <br />The DISM log file can be found at C:\Windows\Logs\DISM\dism.log       <br />Exit code = –2146498530       <br />DISM /Add-Package failed for component C:\Program Files\Windows AIK\<a href="http://www.wardvissers.nl/tag/tools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Tools">Tools</a>\PETools\amd64\WinPE_FPs\winpe-hta.cab, rc = -2146498530.</p>
</blockquote>
<p><strong>Solution: </strong></p>
<p>Modify the Settings.xml file in the deployment share’s “Control” folder to tell MDT to never use the boot.wim. The settings look like this: </p>
<p>&lt;Boot.x86.UseBootWim&gt;True&lt;/Boot.x86.UseBootWim&gt;     <br />&lt;Boot.x64.UseBootWim&gt;True&lt;/Boot.x64.UseBootWim&gt; </p>
<p>They should be changed to instead say: </p>
<p>&lt;Boot.x86.UseBootWim&gt;False&lt;/Boot.x86.UseBootWim&gt;    <br />&lt;Boot.x64.UseBootWim&gt;False&lt;/Boot.x64.UseBootWim&gt; </p>
<p>As a result of this change, MDT will no longer use the boot.wim from the Windows 7 RTM installation files. Instead, it will always use the winpe.wim from Windows AIK. And since the Windows PE feature packs in Windows AIK should always match the winpe.wim in Windows AIK, this will always work.</p>
<p>Note that this will never be an issue with MDT-generated boot images used with ConfigMgr 2007, as MDT will always use the winpe.wim from Windows AIK when generating these. (ConfigMgr 2007 doesn’t yet support Windows PE 3.1, so don’t install the Windows AIK for Windows 7 SP1 supplement yet if you are using ConfigMgr.)</p>
<p>More info check: <a title="http://blogs.technet.com/b/mniehaus/archive/2011/03/12/issue-with-mdt-2010-update-1-and-windows-aik-for-windows-7-sp1-supplement.aspx" href="http://blogs.technet.com/b/mniehaus/archive/2011/03/12/issue-with-mdt-2010-update-1-and-windows-aik-for-windows-7-sp1-supplement.aspx">Issue with MDT 2010 Update 1 and Windows AIK for Windows 7 SP1 Supplement</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Issue+with+MDT+2010+Update+1+and+Windows+AIK+for+Windows+7+SP1+http%3A%2F%2Ftinyurl.com%2F42x2yzn" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/04/18/issue-with-mdt-2010-update-1-and-windows-aik-for-windows-7-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy office 2010 and  a previous office version together on one PC with MDT 2010</title>
		<link>http://www.wardvissers.nl/2011/02/17/deploy-office-2010-and-a-previous-office-version-together-on-one-pc-with-mdt-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=deploy-office-2010-and-a-previous-office-version-together-on-one-pc-with-mdt-2010</link>
		<comments>http://www.wardvissers.nl/2011/02/17/deploy-office-2010-and-a-previous-office-version-together-on-one-pc-with-mdt-2010/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 23:44:01 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office 2010]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/02/17/deploy-office-2010-and-a-previous-office-version-together-on-one-pc-with-mdt-2010/</guid>
		<description><![CDATA[Deploy office 2010 and&#160; a previous office version together on one PC with MDT 2010. Then you need to do the following things Needed. - Office 2010 ISO - Office 2010 Administrative Template files (ADM, ADMX/ADML) and Office Customization Tool &#8230; <a href="http://www.wardvissers.nl/2011/02/17/deploy-office-2010-and-a-previous-office-version-together-on-one-pc-with-mdt-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Deploy <a href="http://www.wardvissers.nl/tag/office-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Office 2010">office 2010</a> and&#160; a previous office version together on one PC with <a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a>. Then you need to do the following things</p>
<p>Needed.   <br />- Office 2010 ISO    <br />- <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=64b837b6-0aa0-4c07-bc34-bec3990a7956&amp;displaylang=en">Office 2010 Administrative Template files (ADM, ADMX/ADML) and Office Customization Tool</a>     </p>
<p>1. Make sure you have a working <a href="http://www.wardvissers.nl/tag/office-2007/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Office 2007">Office 2007</a> <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">deployment</a>. Check this <a title="http://www.wardvissers.nl/2009/08/18/hoe-office-2007-distribueren-met-mdt/" href="http://www.wardvissers.nl/2009/08/18/hoe-office-2007-distribueren-met-mdt/" target="_blank">How to deploy Office 2007 with MDT</a></p>
<p>2. Extract the Office 2010 ISO to the application folder on de MDT Server</p>
<p>2. Extract AdminTemplates_32.exe or AdminTemplates_64.exe to a folder.</p>
<p>3. Copy the Admin folder that you can find in the extracted folder to the Office 2010 folder that you created at step 1.</p>
<p>4. Run setup.exe /admin</p>
<p>5. Check the Screenshots for the settings   <br /><a href="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_thumb.png" width="244" height="156" /></a><a href="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_thumb_3.png" width="268" height="154" /></a>    <br /><a href="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_thumb_4.png" width="244" height="140" /></a><a href="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_5.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_thumb_5.png" width="244" height="140" /></a>    </p>
<p>6. Save the file in Updates folder that you find in Office folder. I named the file setup.MSP</p>
<p>7. Create a new application without source files.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_6.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_thumb_6.png" width="244" height="201" /></a><a href="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_7.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_thumb_7.png" width="244" height="201" /></a>    <br /><a href="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_8.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_thumb_8.png" width="244" height="201" /></a><a href="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_9.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_thumb_9.png" width="244" height="201" /></a>    <br /><a href="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_10.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/c0c09e324306_2EE/image_thumb_10.png" width="244" height="201" /></a></p>
<p>Command Line is:    <br />setup.exe /adminfile “<a href="file://\\mdtservername\deploymentshare$\Applications\Microsoft Office 2010 x86\Updates\setup.msp">\\mdtservername\deploymentshare$\Applications\Microsoft Office 2010 x86\Updates\setup.msp</a>”    </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Deploy+office+2010+and+a+previous+office+version+together+on+one+PC+with+MDT+2010+http%3A%2F%2Ftinyurl.com%2F4ng6azb" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/02/17/deploy-office-2010-and-a-previous-office-version-together-on-one-pc-with-mdt-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MDT 2010 Automatically Move Computers to the Right OU</title>
		<link>http://www.wardvissers.nl/2010/12/10/mdt-2010-automatically-move-computers-to-the-right-ou-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2010-automatically-move-computers-to-the-right-ou-2</link>
		<comments>http://www.wardvissers.nl/2010/12/10/mdt-2010-automatically-move-computers-to-the-right-ou-2/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 20:59:00 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/12/10/mdt-2010-automatically-move-computers-to-the-right-ou-2/</guid>
		<description><![CDATA[When I deploy client computers you have always 2 client Tasks. One for Laptops and one for Desktops. I already blogd about joing domain. Jou can find it here. http://www.wardvissers.nl/2009/12/20/mdt-2010-join-domain/. I had a issue joining the computers to the right &#8230; <a href="http://www.wardvissers.nl/2010/12/10/mdt-2010-automatically-move-computers-to-the-right-ou-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I deploy client computers you have always 2 client Tasks. One for Laptops and one for Desktops.    <br />I already blogd about joing domain. Jou can find it here. <a title="http://www.wardvissers.nl/2009/12/20/mdt-2010-join-domain/" href="http://www.wardvissers.nl/2009/12/20/mdt-2010-join-domain/">http://www.wardvissers.nl/2009/12/20/mdt-2010-join-domain/</a>.     </p>
<p>I had a issue joining the computers to the right ou for the two tasks.</p>
<p>I found a great solution to fix it.    </p>
<p>Here is how I did it.     </p>
<p>Open the right Task Sequence. I my case it was laptop.</p>
<p>This is de default setting    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/cb97634ebbbd_12F20/image.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/cb97634ebbbd_12F20/image_thumb.png" width="244" height="216" /></a>     </p>
<p>Change this to: Gather local data and proces rules. Fill at Rules files customsettings.ini in.    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/cb97634ebbbd_12F20/image_3.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/cb97634ebbbd_12F20/image_thumb_3.png" width="244" height="217" /></a>     </p>
<p>Open Customsettings.ini     </p>
<p>Change the following     </p>
<p>[Settings]     <br />Priority=Default     <br />Properties=MyCustomProperty     </p>
<p>to     </p>
<p>[Settings]     <br />Priority=TaskSequenceID, Default     <br />Properties=MyCustomProperty     </p>
<p>Add the following text.     </p>
<p>[LAPTOP]     <br />MachineObjectOU=ou=laptops,ou=ward,dc=wardvissers,dc=local     </p>
<p>You can do this also for Desktops.</p>
<p>When you deploy a new computer the computer is now in the right OU.&#160; I love MDT <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-openmouthedsmile" alt="Open-mouthed smile" src="http://www.wardvissers.nl/wp-content/uploads/cb97634ebbbd_12F20/wlEmoticon-openmouthedsmile.png" /></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2010+Automatically+Move+Computers+to+the+Right+OU+http%3A%2F%2Ftinyurl.com%2F2d4eh8h" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/12/10/mdt-2010-automatically-move-computers-to-the-right-ou-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010</title>
		<link>http://www.wardvissers.nl/2010/11/03/advanced-deployment-scenarios-using-the-microsoft-deployment-toolkit-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=advanced-deployment-scenarios-using-the-microsoft-deployment-toolkit-2010</link>
		<comments>http://www.wardvissers.nl/2010/11/03/advanced-deployment-scenarios-using-the-microsoft-deployment-toolkit-2010/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 21:36:43 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[View]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/11/03/advanced-deployment-scenarios-using-the-microsoft-deployment-toolkit-2010/</guid>
		<description><![CDATA[I was attended on twitter on the following video’s. I watch some of them. They are really interesting The Vid’s TechNet Video: Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 1 of 7)Reviewing the Available Options in the &#8230; <a href="http://www.wardvissers.nl/2010/11/03/advanced-deployment-scenarios-using-the-microsoft-deployment-toolkit-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was attended on twitter on the following video’s. I watch some of them. They are really interesting <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-openmouthedsmile" alt="Open-mouthed smile" src="http://www.wardvissers.nl/wp-content/uploads/d6be473c0b7d_13DA7/wlEmoticon-openmouthedsmile.png" />    </p>
<p>The Vid’s    <br /><b><a href="http://www.microsoft.com/events/series/deploymentessentials.aspx?tab=Videos&amp;seriesid=180&amp;webcastid=15564">TechNet Video: Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 1 of 7)Reviewing the Available Options in the Deployment Workbench</a></b></p>
<p><b><a href="http://www.microsoft.com/events/series/deploymentessentials.aspx?tab=Videos&amp;seriesid=180&amp;webcastid=15565">TechNet Video: Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 2 of 7)Create and Explore the Configuration Database</a></b></p>
<p><b><a href="http://www.microsoft.com/events/series/deploymentessentials.aspx?tab=Videos&amp;seriesid=180&amp;webcastid=15566">TechNet Video: Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 3 of 7)Configuring Role Methods in the Configuration Database</a></b></p>
<p><b><a href="http://www.microsoft.com/events/series/deploymentessentials.aspx?tab=Videos&amp;seriesid=180&amp;webcastid=15567">TechNet Video: Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 4 of 7)Configuring Other Methods in the Configuration Database</a></b></p>
<p><b><a href="http://www.microsoft.com/events/series/deploymentessentials.aspx?tab=Videos&amp;seriesid=180&amp;webcastid=15568">TechNet Video: Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 5 of 7)Configuring the Deployment Point to Use the Configuration Database</a></b></p>
<p><b><a href="http://www.microsoft.com/events/series/deploymentessentials.aspx?tab=Videos&amp;seriesid=180&amp;webcastid=15569">TechNet Video: Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 6 of 7)Using Linked Deployment Points</a></b></p>
<p><b><a href="http://www.microsoft.com/events/series/deploymentessentials.aspx?tab=Videos&amp;seriesid=180&amp;webcastid=15570">TechNet Video: Advanced Deployment Scenarios using the Microsoft Deployment Toolkit 2010: (Part 7 of 7)Custom Edit the Deployment Wizard to Add a New Page</a></b></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Advanced+Deployment+Scenarios+using+the+Microsoft+Deployment+Toolkit+2010+http%3A%2F%2Ftinyurl.com%2F2339cdb" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/11/03/advanced-deployment-scenarios-using-the-microsoft-deployment-toolkit-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MDT The task sequence has been suspended.</title>
		<link>http://www.wardvissers.nl/2010/09/16/mdt-the-task-sequence-has-been-suspended/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-the-task-sequence-has-been-suspended</link>
		<comments>http://www.wardvissers.nl/2010/09/16/mdt-the-task-sequence-has-been-suspended/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 20:09:35 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/09/16/mdt-the-task-sequence-has-been-suspended/</guid>
		<description><![CDATA[The error was: The task sequence has been suspended. LiteTouch has encountered and Environment Error (Boot into WinPE) I had a strange problem with MDT. When I booted the in WinPE. Rebooting and again started the WinPE image did nothing &#8230; <a href="http://www.wardvissers.nl/2010/09/16/mdt-the-task-sequence-has-been-suspended/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The error was: The task sequence has been suspended.   <br />LiteTouch has encountered and Environment Error (Boot into WinPE)</p>
<p>I had a strange problem with MDT. When I booted the in WinPE.</p>
<p>Rebooting and again started the WinPE image did nothing same error again.</p>
<p><strong>Solution is very simple.</strong></p>
<p>You have to remove two directory’s C:\_SMSTaskSequence\nul&#160; and C:\MININT</p>
<p>After that you can resume deploying the OS TaskSequence you want.</p>
<p>For sure I cleaned the Disk with Diskpart. </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+The+task+sequence+has+been+suspended.+http%3A%2F%2Ftinyurl.com%2F37pwkw7" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/09/16/mdt-the-task-sequence-has-been-suspended/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2010 Multiple Partitions Issues &amp; hidden Bitlocker partition</title>
		<link>http://www.wardvissers.nl/2010/08/19/mdt-2010-multiple-partitions-issues-hidden-bitlocker-partition/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2010-multiple-partitions-issues-hidden-bitlocker-partition</link>
		<comments>http://www.wardvissers.nl/2010/08/19/mdt-2010-multiple-partitions-issues-hidden-bitlocker-partition/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 09:33:48 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/08/19/mdt-2010-multiple-partitions-issues-hidden-bitlocker-partition/</guid>
		<description><![CDATA[I had a new laptop where I wanted to deploy Windows 7 x64 Enterprise and walked to a bug in MDT 2010. Default config. I configured 2 partitions to use the whole disk. See screenshot. When I deploy the task &#8230; <a href="http://www.wardvissers.nl/2010/08/19/mdt-2010-multiple-partitions-issues-hidden-bitlocker-partition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had a new laptop where I wanted to deploy <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> x64 Enterprise and walked to a bug in <a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a>. Default config.</p>
<p>I configured 2 partitions to use the whole disk. See screenshot.   <br /><a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/image.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/image_thumb.png" width="244" height="218" /></a><a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/image_3.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/image_thumb_3.png" width="244" height="131" /></a>    <br />When I deploy the task I get the following error    </p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/IMAG0003.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="IMAG0003" border="0" alt="IMAG0003" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/IMAG0003_thumb.jpg" width="244" height="164" /></a>    <br />He wants to format partition D. But partition D is not availably.&#160; <br />I ended the task and opened the PE window and started Diskpart and listed the volumes.</p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/IMAG0001.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" class="wlDisabledImage" title="IMAG0001" border="0" alt="IMAG0001" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/IMAG0001_thumb.jpg" width="244" height="164" /></a>    </p>
<p>The strange thing was that the extended partition has the drive letter S had and it was a raw partition.    </p>
<p>After studying ZTIDiskpart.log (X:\MININT\SMSOSD\OSDLOGS\ZTIDiskpart_diskpart.log)    </p>
<p>I found out that there was no space left to create a 300mb partition for saving Bitlocker information.    </p>
<p>So what did ZTIDiskpart.wsf. ZTIDiskpart.wsf gave the last partition that was created the drive letter S. This is the default letter for the Bitlocker partition. So hey wanted to format the file system with fat32. Because in my case the partition size was 200GB he cannot format the disk.    </p>
<p>Solution: </p>
<p>Setting the extended partition to use 95%. Then MDT have enough space to create a 300mb hidden partition for Bitlocker.   </p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/image_4.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/image_thumb_4.png" width="199" height="244" /></a>&#160;<a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/image_5.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010MultiplePartitions_9BEF/image_thumb_5.png" width="244" height="132" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2010+Multiple+Partitions+Issues+%26+hidden+Bitlocker+partition+http%3A%2F%2Ftinyurl.com%2F2vpyrwg" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/08/19/mdt-2010-multiple-partitions-issues-hidden-bitlocker-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2010 Importing automatically the right driver</title>
		<link>http://www.wardvissers.nl/2010/07/19/mdt-2010-importing-automatically-the-right-driver/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2010-importing-automatically-the-right-driver</link>
		<comments>http://www.wardvissers.nl/2010/07/19/mdt-2010-importing-automatically-the-right-driver/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 12:15:53 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[MDT 2008]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[View]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/07/19/mdt-2010-importing-automatically-the-right-driver/</guid>
		<description><![CDATA[Microsoft Deployment Toolkit 2010 has some nice improvements to handle drivers. I will describe how I like to manage drivers in MDT 2010. Some time I wrote i article about how to get the Name &#38; Model from a computer. &#8230; <a href="http://www.wardvissers.nl/2010/07/19/mdt-2010-importing-automatically-the-right-driver/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[</p>
<p><a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">Deployment</a> Toolkit 2010 has some nice improvements to handle drivers. I will describe how I like to manage drivers in <a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a>.</p>
<p>Some time I wrote i article about how to get the <a href="http://www.wardvissers.nl/2010/03/12/mdt-2010-deploy-per-computer-of-per-model/">Name &amp; Model</a> from a computer. This is very important when you want to import only the right drivers automatically.</p>
<p>First we have to build the ‘Out-of-Box Drivers’ folder structure and import drivers. I have subdirectories for each architecture, brand and model.&#160; This is what my folder tree looks like:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image25.png"><img title="MDT 2010 - Out-of-Box Drivers" border="0" alt="MDT 2010 - Out-of-Box Drivers" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb25.png" width="244" height="176" /></a></p>
<p>However, you can build your own structure, as long as you respect the proper model &amp; brand (make) name of the vendors.</p>
<p>Build Out-of-Box Drivers tree</p>
<p>To build up the folder structure you have to know the model name of your hardware. To retrieve the proper computer name execute at <a href="http://www.wardvissers.nl/tag/powershell/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Powershell">powershell</a> command prompt: ‘Get-WmiObject -Class win32_computersystemproduct | fl Name,Model,UUID,Identifyingnumber,Vendor<em>’,</em> to get the exact name WMI queries to determine the computer model. In my case the computer name is “Latitude D830”. </p>
<p>Now that we have drivers imported in our Deployment Share, it’s time to move on.</p>
<p><strong>1. DriverGroups</strong></p>
<p>DriverGroups existed in <a href="http://www.wardvissers.nl/tag/mdt-2008/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2008">MDT 2008</a> already, although the MDT Team added subdirectory support in MDT 2010.</p>
<p>At deployment phase MDT uses WMI to query the proper computer model and only the current model drivers will be injected. In order to get this working properly, you have to use the EXACT model name in your Out-of-Box Driver tree. </p>
<p>Inject the correct drivers in your Task Sequence</p>
<p>Add a new step in your Task Sequence to inject the correct drivers. MDT will query the computer name and inject the drivers which corresponds with the computer name from the Out-of-Box folder structure, right before applying the image at deployment.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image26.png"><img title="MDT 2010 - Set Task Sequence Variable (Add Task)" border="0" alt="MDT 2010 - Set Task Sequence Variable (Add Task)" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb26.png" width="244" height="202" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image27.png"><img title="MDT 2010 - Set Task Sequence Variable (DriverGroup)" border="0" alt="MDT 2010 - Set Task Sequence Variable (DriverGroup)" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb27.png" width="244" height="170" /></a></p>
<p>I use ‘DriverGroup_001’ as Task Sequence Variable, and Win7×64\%Make%\%Model% as value for my <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> x64. You have to adapt this to your Out-of-Box tree.</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image28.png"><img title="MDT 2010 - Set Task Sequence Variable" border="0" alt="MDT 2010 - Set Task Sequence Variable" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb28.png" width="244" height="217" /></a></p>
<p>As I use a DriverGroup I’ve disabled the ‘Inject Drivers’ task.</p>
<p>Customsettings.ini</p>
<p>As my Task Sequence handles everything, there isn’t anything needed here.</p>
<p>If you don’t like to use a new Task in your TS, you can add DriverGroup variables in customsettings.ini like this:</p>
<p>DriverGroup_001=%Make%\%Model% </p>
<p>DriverGroup_002=Printers</p>
<p><strong>2. Selection Profiles</strong></p>
<p>New in MDT 2010 are DriverSelectionProfiles. These are easy for new MDT admins, very straight forward and easy to use.</p>
<p>Overview:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image29.png"><img title="MDT 2010 - Selection Profiles Overview" border="0" alt="MDT 2010 - Selection Profiles Overview" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb29.png" width="244" height="58" /></a></p>
<p>First you have to create a Profile (or use one of the default profiles):</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image30.png"><img title="MDT 2010 - Selection Profiles, select folders" border="0" alt="MDT 2010 - Selection Profiles, select folders" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb30.png" width="244" height="201" /></a></p>
<p>You can even select Packages and Applications, use it for “bad drivers” aka driver setup packs.</p>
<p>Select what drivers you want to add to the profile;</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image31.png"><img title="MDT 2010 - Selection Profiles, add profile" border="0" alt="MDT 2010 - Selection Profiles, add profile" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb31.png" width="244" height="217" /></a></p>
<p>After making the profiles you can use them in your Task Sequences. The default ‘Inject Drivers’ settings are on the left, the customized one on the right:</p>
<p><a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image32.png"><img title="MDT 2010 - Selection Profiles, task sequence" border="0" alt="MDT 2010 - Selection Profiles, task sequence" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb32.png" width="244" height="217" /></a> <a href="http://www.the-d-spot.org/wordpress/wp-content/uploads/image33.png"><img title="MDT 2010 - Selection Profiles, task sequence" border="0" alt="MDT 2010 - Selection Profiles, task sequence" src="http://www.the-d-spot.org/wordpress/wp-content/uploads/image_thumb33.png" width="244" height="217" /></a></p>
<p>You can add&#160; Selection Profiles for drivers/packages or whatever you want. Just add an extra step in your task sequence like above.</p>
<p>Customsettings.ini</p>
<p>As with DriverGroups you can choose to handle the DriverSelectionProfile in customsettings.ini or in your TS.</p>
<p>Example:</p>
<p>DriverSelectionProfile=Dell Latitude D520 x64 </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2010+Importing+automatically+the+right+driver+http%3A%2F%2Ftinyurl.com%2F38zzfu6" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/07/19/mdt-2010-importing-automatically-the-right-driver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Deployment Toolkit (MDT) 2010 Update 1 is RTM</title>
		<link>http://www.wardvissers.nl/2010/07/08/microsoft-deployment-toolkit-mdt-2010-update-1-is-rtm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-deployment-toolkit-mdt-2010-update-1-is-rtm</link>
		<comments>http://www.wardvissers.nl/2010/07/08/microsoft-deployment-toolkit-mdt-2010-update-1-is-rtm/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 11:00:30 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/07/08/microsoft-deployment-toolkit-mdt-2010-update-1-is-rtm/</guid>
		<description><![CDATA[Microsoft has released a new version of MDT 2010 named Update 1. It’s a great tool im loving it. What new: For System Center Configuration Manager 2007 users: New “User Driven Installation” deployment method. An easy-to-use UDI Wizard allows users &#8230; <a href="http://www.wardvissers.nl/2010/07/08/microsoft-deployment-toolkit-mdt-2010-update-1-is-rtm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> has released a new version of <a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a> named Update 1.<strong> </strong></p>
<p>It’s a great tool im loving it. </p>
<p><strong>What new:     </p>
<p>For <a href="http://www.wardvissers.nl/tag/system-center/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System Center">System Center</a> Configuration Manager 2007 users:</strong></p>
<ul>
<li>
<p><b></b><b>New “User Driven Installation” <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">deployment</a> method.</b> An easy-to-use UDI Wizard allows users to initiate and customize an OS deployment on their PCs that’s tailored to their individual needs.</p>
</li>
<li><b>Support for Configuration Manager R3 “Prestaged Media.” </b>For those deploying <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> and <a href="http://www.wardvissers.nl/tag/office-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Office 2010">Office 2010</a> along with new PCs, a custom OS image can easily be loaded in the factory and then customized once deployed. </li>
</ul>
<p><strong>For Lite Touch Installation: </strong></p>
<ul>
<li><strong>Support for Office 2010.</strong> Easily configure Office 2010 installation and deployment settings through the Deployment Workbench and integration with the Office Customization Tool. </li>
<li><strong>Improved driver importing.</strong> All drivers are inspected during the import process to accurately determine what platforms they really support, avoiding common inaccuracies that can cause deployment issues.<strong> </strong></li>
</ul>
<p><strong>Bug Fixes and small </strong><strong>improvements</strong></p>
<ul>
<li><strong>LTI Wizard performance improvement. </strong>The LTI Wizard now takes less time to initialize and shows up faster.</li>
<li><strong>Issue in validating connection to the server fixed.</strong> In a few scenarios, MDT 2010 used to report the error message, &quot;A connection to the distribution share could not be made&quot; when a task sequence is run. The Microsoft Support article, “Error message when you use MDT 2010: ‘Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed,’” at <a href="http://support.microsoft.com/kb/977566">http://support.microsoft.com/kb/977566</a> describes this issue in detail. This issue has been fixed in MDT 2010 Update 1.</li>
<li><strong>Support for installing <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7 roles and features.</strong> MDT 2010 Update 1 adds support for installation of Windows 7 operating system roles and features.</li>
<li><strong>Looping issue with x64 custom Windows images fixed</strong>. In MDT 2010, ZTI–System Center Configuration Manager deployments could get into an infinite loop when deploying an x64 Windows image captured by LTI. This issue has been fixed in MDT 2010 Update 1</li>
<li><strong>Error handling improvements in MDT task sequence templates</strong>. In MDT 2010, task sequences appear to finish successfully even when they really failed. These issues are fixed in MDT 2010 Update 1.</li>
</ul>
<p><strong>Download the new version <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=3bd8561f-77ac-4400-a0c1-fe871c461a89">HERE</a> <img src='http://www.wardvissers.nl/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </strong></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft+Deployment+Toolkit+%28MDT%29+2010+Update+1+is+RTM+http%3A%2F%2Ftinyurl.com%2F383k8pp" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/07/08/microsoft-deployment-toolkit-mdt-2010-update-1-is-rtm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deploy Office 2010 with Multiple Languages with MDT 2010</title>
		<link>http://www.wardvissers.nl/2010/06/24/deploy-office-2010-with-multiple-languages-with-mdt-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=deploy-office-2010-with-multiple-languages-with-mdt-2010</link>
		<comments>http://www.wardvissers.nl/2010/06/24/deploy-office-2010-with-multiple-languages-with-mdt-2010/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 13:40:35 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/06/24/deploy-office-2010-with-multiple-languages-with-mdt-2010/</guid>
		<description><![CDATA[I Like Office 2010. For me it is the best Office version i ever worked with. MDT 2010 it’s great tool that Microsoft created. Now i will talk about how you deploy Office 2010 with Multilanguage packs with MDT 2010. &#8230; <a href="http://www.wardvissers.nl/2010/06/24/deploy-office-2010-with-multiple-languages-with-mdt-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I Like <a href="http://www.wardvissers.nl/tag/office-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Office 2010">Office 2010</a>. For me it is the best Office version i ever worked with.    <br /><a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a> it’s great tool that <a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> created.     <br />Now i will talk about how you deploy Office 2010 with Multilanguage packs with MDT 2010.     </p>
<p>Step 1: Download the Office 2010 English version booth will be in x86 &amp; x64</p>
<p>Step 2. Download the Office 2010 (language) Multilanguage iso only available from the Microsoft Volume Licensing site. Both in x86 en x64.    </p>
<p>Step 3. Add the Office 2010 English version to MDT 2010 here <a title="http://www.wardvissers.nl/2009/12/11/office-2010-uitrollen-met-mdt-2010/" href="http://www.wardvissers.nl/2009/12/11/office-2010-uitrollen-met-mdt-2010/">office-2010-uitrollen-met-mdt-2010</a>     </p>
<p>Step 4. Extract the Office 2010 (language) Multilanguage iso with <a href="http://www.7-zip.org">7zip</a> in the same application folder witch you created in Step 3.     </p>
<p>Step 5. When you open MDT 2010 management console and you go to the Office 2010 Application that you added in step 3. You wil see that MDT sees more the one language. In my case it was en-us and nl-nl. The Screenshot is from the older MDT 2010 you MDT sees Office 2010 as <a href="http://www.wardvissers.nl/tag/office-2007/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Office 2007">Office 2007</a>. <a href="http://www.wardvissers.nl/2010/05/14/mdt-2010-update-1-beta-released/">MDT 2010 beta 1</a> supports Office 2010. I found till now no issues deploying Office 2010.     </p>
<p>&#160;<a href="http://www.wardvissers.nl/wp-content/uploads/DeployOffice2010withMultipleLanguageswit_B948/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/DeployOffice2010withMultipleLanguageswit_B948/image_thumb.png" width="244" height="200" /></a>     </p>
<p>Step 6. Check the languages that you want. Check the Screenshot how i did it.     </p>
<p>Step 7. Deploy the a <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> <a href="http://www.wardvissers.nl/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XP">XP</a> or <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> client with Office 2010 Multilanguage versions.     </p>
<p>Step 8. You can check with <strong>Microsoft Office 2010 Language Preferences</strong> or the languages that you configured are installed.     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/DeployOffice2010withMultipleLanguageswit_B948/image_3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/DeployOffice2010withMultipleLanguageswit_B948/image_thumb_3.png" width="244" height="162" /></a>     </p>
<p>Step 9. <strong>Use Group Policy to set the language settings for users</strong></p>
<ol>
<ol></ol>
<li>
<p>Download the Office 2010 policy template files to your computer. You will find them <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=64b837b6-0aa0-4c07-bc34-bec3990a7956&amp;displaylang=en">HERE</a></p>
</li>
<li>
<p>Make a new GPO named Office 2010 languages settings it is a user policy. </p>
</li>
<li>
<p>Under <strong>User Configuration</strong> in the console tree, right-click <strong>Administrative Templates</strong>.</p>
</li>
<li>
<p>Click <strong>Add/Remove Templates</strong>, and then click <strong>Add</strong>.</p>
</li>
<li>
<p>In the <strong>Policy Templates</strong> dialog box, click the template that you want to add, and then click <strong>Open</strong>. </p>
</li>
<li>
<p>After you add the <strong>Office 2010 templates</strong>, click <strong>Close</strong>.</p>
</li>
<li>
<p>Open the Group Policy object (GPO) for which you want to set policy. </p>
</li>
<li>
<p>Double-click <strong>User Configuration</strong> and expand the tree under <strong>Administrative Templates</strong>.</p>
</li>
<li>
<p>Locate language-related policies in the <strong>Microsoft Office 2010 \ Language Settings</strong> node.</p>
</li>
<li>
<p>Select the languages that you want to use for each setting.</p>
</li>
<li>
<p>Save the GPO.</p>
</li>
<li>
<p>Go Testing</p>
</li>
</ol>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Deploy+Office+2010+with+Multiple+Languages+with+MDT+2010+http%3A%2F%2Ftinyurl.com%2F358ooaa" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/06/24/deploy-office-2010-with-multiple-languages-with-mdt-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Where to find the right MDT 2010 logs</title>
		<link>http://www.wardvissers.nl/2010/06/11/where-to-find-the-right-mdt-2010-logs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=where-to-find-the-right-mdt-2010-logs</link>
		<comments>http://www.wardvissers.nl/2010/06/11/where-to-find-the-right-mdt-2010-logs/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:52:06 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/06/11/where-to-find-the-right-mdt-2010-logs/</guid>
		<description><![CDATA[Each MDT 2010 script automatically creates log files during its execution. The names of these log files match the name of the script—for example, ZTIGather.wsf creates a log file named ZTIGather.log. Each script also updates a common master log file &#8230; <a href="http://www.wardvissers.nl/2010/06/11/where-to-find-the-right-mdt-2010-logs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Each <a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a> script automatically creates log files during its execution. The names of these log files match the name of the script—for example, ZTIGather.wsf creates a log file named ZTIGather.log. Each script also updates a common master log file (BDD.log) that aggregates the contents of the log files that <a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a> scripts create. <a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a> log files reside in <strong>C:\MININT\SMSOSD\OSDLOGS</strong> during the <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">deployment</a> process. Depending on the type of <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">deployment</a> being conducted, the log files are moved at the completion of the <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">deployment</a> to either <strong>%WINDIR%\SMSOSD</strong> or <strong>%WINDIR%\TEMP\SMSOSD</strong>. For Lite Touch Installation (LTI) deployments, the logs start in<strong> C:\MININT\SMSOSD\OSDLogs</strong>. They end up in <strong>%WINDIR%\TEMP\DeploymentLogs</strong> when task sequence execution is complete. </p>
<p>MDT 2010 creates the following log files: </p>
<p><strong>BDD.log</strong>: This is the aggregated MDT 2010 log file that is copied to a network location at the end of the deployment if you specify the SLShare property in the Customsettings.ini file. </p>
<p><strong>LiteTouch.log</strong>: This file is created during LTI deployments. It resides in %WINDIR%\TEMP\DeploymentLogs unless you specify the /debug:true option. </p>
<p><strong>Scriptname.log:</strong> This file is created by each MDT 2010 script. Scriptname represents the name of the script in question. </p>
<p><strong>SMSTS.log</strong>: This file is created by the Task Sequencer and describes all Task Sequencer transactions. Depending on the deployment scenario, it may reside in %TEMP%, %WINDIR%\System32\ccm\logs, or C:\_SMSTaskSequence, or C:\SMSTSLog. </p>
<p><strong>Wizard.log:</strong> The deployment wizards create and update this file.&#160; </p>
<p><strong>WPEinit.log:</strong> This file is created during the <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> PE initialization process and is useful for troubleshooting errors encountered while starting <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> PE. </p>
<p><strong>DeploymentWorkbench_id.log</strong>: This log file is created in the %temp% folder when you specify a /debug when starting the Deployment Workbench.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Where+to+find+the+right+MDT+2010+logs+http%3A%2F%2Ftinyurl.com%2F39mabnm" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/06/11/where-to-find-the-right-mdt-2010-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2010 Update 1 Beta Released</title>
		<link>http://www.wardvissers.nl/2010/05/14/mdt-2010-update-1-beta-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2010-update-1-beta-released</link>
		<comments>http://www.wardvissers.nl/2010/05/14/mdt-2010-update-1-beta-released/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:02:44 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/05/14/mdt-2010-update-1-beta-released/</guid>
		<description><![CDATA[The Solution Accelerators Team have released Microsoft Deployment Toolkit 2010 Update 1 Beta and would like your feedback. Download the beta now at https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=8689 MDT 2010 Update 1 provides new capabilities, such as: · Support for Microsoft Office 2010. · &#8230; <a href="http://www.wardvissers.nl/2010/05/14/mdt-2010-update-1-beta-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Solution Accelerators Team have released <strong><a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">Deployment</a> Toolkit 2010 Update 1 Beta</strong> and would like your feedback.</p>
<p><strong>Download the beta now</strong> at <a href="https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=8689">https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=8689</a>     </p>
<p><a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a> Update 1 provides new capabilities, such as:</p>
<p>· Support for Microsoft <a href="http://www.wardvissers.nl/tag/office-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Office 2010">Office 2010</a>.</p>
<p>· A new User-driven Installation (UDI) deployment method (formerly known as “Modena”) for Microsoft <a href="http://www.wardvissers.nl/tag/system-center/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System Center">System Center</a> Configuration Manager 2007. UDI gives information technology (IT) staff control over the deployment experience while empowering users to interact with and customize their operating system deployment through an easy-to-use wizard.</p>
<p>· Improvements to the Deployment Workbench driver import process, detecting each driver’s true supported platforms.</p>
<p>· Many bug fixes and other small improvements.</p>
<p>This release supports the deployment of the <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a>® 7; <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> <a href="http://www.wardvissers.nl/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Vista">Vista</a>®; <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> <a href="http://www.wardvissers.nl/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XP">XP</a>; <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server® <a href="http://www.wardvissers.nl/tag/2008-r2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with 2008 R2">2008 R2</a>; <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server 2008; and <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server 2003 operating systems. See the Microsoft Deployment Toolkit Documentation Library, which is included with MDT 2010 Update 1, for the complete documentation for this release.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2010+Update+1+Beta+Released+http%3A%2F%2Ftinyurl.com%2F2wufqep" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/05/14/mdt-2010-update-1-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT HP,Lenovo,Dell tools for getting the right drivers for a specific model</title>
		<link>http://www.wardvissers.nl/2010/05/12/mdt-hplenovodell-tools-for-getting-the-right-drivers-for-a-specific-model/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-hplenovodell-tools-for-getting-the-right-drivers-for-a-specific-model</link>
		<comments>http://www.wardvissers.nl/2010/05/12/mdt-hplenovodell-tools-for-getting-the-right-drivers-for-a-specific-model/#comments</comments>
		<pubDate>Wed, 12 May 2010 06:35:11 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/05/12/mdt-hplenovodell-tools-for-getting-the-right-drivers-for-a-specific-model/</guid>
		<description><![CDATA[When you search a driver for a specific model you always go to the HP, Dell, Lenovo, Dell site and&#160; then you go to download section and chose the model of your pc/laptop and os version and download the drivers. &#8230; <a href="http://www.wardvissers.nl/2010/05/12/mdt-hplenovodell-tools-for-getting-the-right-drivers-for-a-specific-model/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you search a driver for a specific model you always go to the HP, Dell, Lenovo, Dell site and&#160; then you go to download section and chose the model of your pc/laptop and os version and download the drivers.</p>
<p>The Are some handy <a href="http://www.wardvissers.nl/tag/tools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Tools">tools</a> for you:</p>
<p><strong>Dell Tool:</strong>     <br />Dell makes drivers <a href="http://www.delltechcenter.com/page/Dell+Business+Client+Operating+System+Deployment+-+The+.CAB+Files">driver CABs</a> which incluse all your drivers for your model and OS.     <br /><a href="http://www.delltechcenter.com/page/Dell+Business+Client+Operating+System+Deployment+-+The+.CAB+Files"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDTToolsforSearchfordriversforaspecificM_13761/image.png" width="421" height="214" /></a>     </p>
<p><strong>HP Tool:</strong>     <br /><a href="http://h20331.www2.hp.com/Hpsub/cache/509658-0-0-225-121.html">HP SoftPaq</a> Download Manager provides a simple, powerful way to download software updates for the HP client PC models in your environment. HP SDM can significantly reduce the amount of time it takes to locate and download updates. SoftPaqs can be downloaded in as few as three easy steps from a single user interface after initial setup.</p>
<p><a href="http://h20331.www2.hp.com/Hpsub/cache/509658-0-0-225-121.html"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SDM_IM" border="0" alt="SDM_IM" src="http://www.wardvissers.nl/wp-content/uploads/MDTToolsforSearchfordriversforaspecificM_13761/SDM_IM.jpg" width="290" height="208" /></a>&#160; </p>
<p><strong>Lenovo Tool:</strong>     <br /><a href="http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=TVAN-ADMIN#ur">ThinkVantage Update Retriever</a> enables you to download update packages from the Lenovo Help Center Web site to a network share repository folder.     <br />This is a search tool. You give the model nummer en os and Update Retriever and scan the Lenovo Help Center Web site for the latest driver     <br /><a href="http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=TVAN-ADMIN#ur"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDTToolsforSearchfordriversforaspecificM_13761/image_3.png" width="371" height="226" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+HP%2CLenovo%2CDell+tools+for+getting+the+right+drivers+for+a+specific+model+http%3A%2F%2Ftinyurl.com%2F29so8pg" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/05/12/mdt-hplenovodell-tools-for-getting-the-right-drivers-for-a-specific-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAIK Add Drivers to a Wim File</title>
		<link>http://www.wardvissers.nl/2010/05/09/waik-add-drivers-to-a-wim-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=waik-add-drivers-to-a-wim-file</link>
		<comments>http://www.wardvissers.nl/2010/05/09/waik-add-drivers-to-a-wim-file/#comments</comments>
		<pubDate>Sun, 09 May 2010 12:16:34 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/05/09/waik-add-drivers-to-a-wim-file/</guid>
		<description><![CDATA[Some handy Windows 7 Waik commands to add drivers to a wim file. Before you start copy the wim file to your harddisk 1. Some information about the Wim: Dism /Get-WimInfo /WimFile:d:\boot.wim 2. Mount the wim file to a folder: &#8230; <a href="http://www.wardvissers.nl/2010/05/09/waik-add-drivers-to-a-wim-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some handy <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7 Waik commands to add drivers to a wim file.    <br />Before you start copy the wim file to your harddisk     </p>
<p>1. Some information about the Wim:     <br />Dism /Get-WimInfo /WimFile:d:\boot.wim</p>
<p>2. Mount the wim file to a folder:    <br />Dism /Mount-Wim /index:1 /WimFile:d:\boot.wim /MountDir:d:\mountpe     </p>
<p>3. Add the Driver:     <br />Dism /Image:d:\mountpe /Add-Driver /Driver:d:\nic\b57nd60x.inf</p>
<p>4. Close the wim file and saving the file:</p>
<p>Dism /Unmount-Wim /MountDir:d:\mountpe /Commit</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=WAIK+Add+Drivers+to+a+Wim+File+http%3A%2F%2Ftinyurl.com%2F2f6mfg4" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/05/09/waik-add-drivers-to-a-wim-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Restore an Windows 7 Capture with MDT 2010</title>
		<link>http://www.wardvissers.nl/2010/04/23/restore-an-windows-7-capture-with-mdt-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=restore-an-windows-7-capture-with-mdt-2010</link>
		<comments>http://www.wardvissers.nl/2010/04/23/restore-an-windows-7-capture-with-mdt-2010/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 10:19:37 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/04/23/restore-an-windows-7-capture-with-mdt-2010/</guid>
		<description><![CDATA[Step1: Import the Capture Image. You can find the capture file at&#160; \\server\deploymentshare$\Capture or x:\deploymentshare\capture. If you have already imported Windows 7 DVD. You can chose for Sysprep and Setup files are not needed. The Setup will copy them automatically &#8230; <a href="http://www.wardvissers.nl/2010/04/23/restore-an-windows-7-capture-with-mdt-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Step1: Import the Capture Image.</p>
<p>You can find the capture file at&#160; <a href="file://\\server\deploymentshare$\Capture">\\server\deploymentshare$\Capture</a> or x:\deploymentshare\capture.     </p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image_thumb.png" width="244" height="201" /></a> <a href="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image_3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image_thumb_3.png" width="244" height="180" /></a>     <br />If you have already imported <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7 DVD.     <br />You can chose for <strong>Sysprep and Setup files are not needed</strong>. The Setup will copy them automatically when de Capture wil be deployed.&#160; <br /><a href="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image_4.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image_thumb_4.png" width="244" height="201" /></a>&#160;<a href="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image_5.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image_thumb_5.png" width="244" height="201" /></a>     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image_6.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image_thumb_6.png" width="244" height="202" /></a>&#160; <a href="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image_7.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/RestoreanWindows7CapturewithMDT2010_C2AF/image_thumb_7.png" width="244" height="200" /></a>     </p>
<p>Step 2. Create a Normal Client Task with the OS Capture that you imported. </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Restore+an+Windows+7+Capture+with+MDT+2010+http%3A%2F%2Ftinyurl.com%2F38vedn4" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/04/23/restore-an-windows-7-capture-with-mdt-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capture an Existing Windows 7 install with MDT</title>
		<link>http://www.wardvissers.nl/2010/04/21/capture-an-existing-windows-7-install-with-mdt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=capture-an-existing-windows-7-install-with-mdt</link>
		<comments>http://www.wardvissers.nl/2010/04/21/capture-an-existing-windows-7-install-with-mdt/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 12:21:45 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/04/21/capture-an-existing-windows-7-install-with-mdt/</guid>
		<description><![CDATA[You can With MDT capture an existing Windows 7 Install. 1. Creating the Task in MDT Jou must Chose the OS version witch you want to capture. 2. Create a copy from the Customsettings.ini &#160;&#160;&#160; Edit the Customsettings.ini with de &#8230; <a href="http://www.wardvissers.nl/2010/04/21/capture-an-existing-windows-7-install-with-mdt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You can With MDT capture an existing <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> Install.    <br />1. Creating the Task in MDT     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134159.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-18_134159" border="0" alt="2010-04-18_134159" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134159_thumb.jpg" width="244" height="200" /></a> <a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134127.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-18_134127" border="0" alt="2010-04-18_134127" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134127_thumb.jpg" width="244" height="202" /></a>     <br />Jou must Chose the OS version witch you want to capture.</p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134151.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-18_134151" border="0" alt="2010-04-18_134151" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134151_thumb.jpg" width="244" height="201" /></a> <a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134213.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-18_134213" border="0" alt="2010-04-18_134213" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134213_thumb.jpg" width="244" height="200" /></a>     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134231.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-18_134231" border="0" alt="2010-04-18_134231" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134231_thumb.jpg" width="244" height="201" /></a> <a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134317.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-18_134317" border="0" alt="2010-04-18_134317" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134317_thumb.jpg" width="244" height="201" /></a>     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134327.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-18_134327" border="0" alt="2010-04-18_134327" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134327_thumb.jpg" width="244" height="200" /></a> <a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134336.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-18_134336" border="0" alt="2010-04-18_134336" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100418_134336_thumb.jpg" width="244" height="201" /></a> </p>
<p>2. Create a copy from the Customsettings.ini    <br />&#160;&#160;&#160; Edit the Customsettings.ini with de following text.     </p>
<p>[Settings]     <br />Priority=Default     <br />Properties=MyCustomProperty </p>
<p>[Default]    <br />OSInstall=Y     <br />SkipAppsOnUpgrade=YES     <br />SkipCapture=NO     <br />SkipAdminPassword=YES     <br />SkipProductKey=YES</p>
<p>4. Connect to the deployement share <a href="file://\\server\deploymentshare$">\\server\deploymentshare$</a> and go to the folder script and double click on LiteTouch.vbs     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100415_162332.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-15_162332" border="0" alt="2010-04-15_162332" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100415_162332_thumb.jpg" width="244" height="136" /></a> <a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100415_162453.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-15_162453" border="0" alt="2010-04-15_162453" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100415_162453_thumb.jpg" width="244" height="175" /></a> </p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100415_162635.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-15_162635" border="0" alt="2010-04-15_162635" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100415_162635_thumb.jpg" width="244" height="194" /></a><a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100415_162645.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-15_162645" border="0" alt="2010-04-15_162645" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100415_162645_thumb.jpg" width="244" height="194" /></a> </p>
</p>
</p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100415_162659.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-04-15_162659" border="0" alt="2010-04-15_162659" src="http://www.wardvissers.nl/wp-content/uploads/CaptureanExistingWindows7installwithMDT_ECCD/20100415_162659_thumb.jpg" width="244" height="83" /></a>     <br />4. Don’t forget after the Capture to restore the original customsettings.ini file.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Capture+an+Existing+Windows+7+install+with+MDT+http%3A%2F%2Ftinyurl.com%2Fy7qxzoj" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/04/21/capture-an-existing-windows-7-install-with-mdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution for &quot;Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed&quot;</title>
		<link>http://www.wardvissers.nl/2010/04/20/solution-for-multiple-connections-to-a-server-or-shared-resource-by-the-same-user-using-more-than-one-user-name-are-not-allowed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solution-for-multiple-connections-to-a-server-or-shared-resource-by-the-same-user-using-more-than-one-user-name-are-not-allowed</link>
		<comments>http://www.wardvissers.nl/2010/04/20/solution-for-multiple-connections-to-a-server-or-shared-resource-by-the-same-user-using-more-than-one-user-name-are-not-allowed/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 07:05:07 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/04/20/solution-for-multiple-connections-to-a-server-or-shared-resource-by-the-same-user-using-more-than-one-user-name-are-not-allowed/</guid>
		<description><![CDATA[When you use MDT you see many times the following error: &#34;Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed&#34; Solution 1: To fix the problem you should &#8230; <a href="http://www.wardvissers.nl/2010/04/20/solution-for-multiple-connections-to-a-server-or-shared-resource-by-the-same-user-using-more-than-one-user-name-are-not-allowed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you use MDT you see many times the following error:    <br /><strong>&quot;Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed&quot;</strong></p>
<p><strong>Solution 1:</strong>     <br />To fix the problem you should edit the ztiutility.vbs file in the <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">deployment</a> share under the scripts folder.&#160; Open the file in notepad and replace the following code in the MapNetworkDriveEX function:</p>
<p><strong>Case Else      <br /></strong><strong>&#8216; Case &amp;h800704C3 &#8216; Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed.      <br /></strong><strong>&#8216; Case &amp;h8007052E &#8216; Logon failure: unknown user name or bad password.      <br /></strong><strong>&#8216; There was a some kind of fatal error.      <br /></strong><strong>If ErrDesc &lt;&gt; &quot;&quot; then      <br /></strong><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; MapNetworkDriveEx = ErrDesc      <br /></strong><strong>Else      <br /></strong><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; MapNetworkDriveEx = &quot;Unable to map UNC Path &quot; &amp; sShare &amp; &quot; :&quot; &amp; &quot;( 0x&quot; &amp; hex(HasError) &amp; &quot; ) &quot;      <br /></strong><strong>End if      <br /></strong><strong>oLogging.CreateEntry MapNetworkDriveEx &amp; &quot;&quot;, iLogType      <br /></strong><strong>Exit function      <br /></strong><strong>End select</strong></p>
<p>With this code:</p>
<p><strong>Case Else      <br /></strong><strong>Err.Clear      <br /></strong><strong>On Error Resume Next      <br /></strong><strong>oNetwork.MapNetworkDrive&#160; chr(sDrive)&amp;&quot;:&quot;, sShare, False      <br /></strong><strong>HasError = err.number      <br /></strong><strong>ErrDesc = err.Description      <br /></strong><strong>On Error Goto 0      <br /></strong><strong>If Err.Number &lt;&gt; 0 Then      <br /></strong><strong>&#8216; There was a some kind of fatal error.      <br /></strong><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; If ErrDesc &lt;&gt; &quot;&quot; then      <br /></strong><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; MapNetworkDriveEx = ErrDesc      <br /></strong><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Else      <br /></strong><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; MapNetworkDriveEx = &quot;Unable to map UNC Path &quot; &amp; sShare &amp; &quot; :&quot; &amp;&#160;&#160;&#160; &quot;( 0x&quot; &amp; hex(HasError) &amp; &quot; ) &quot;      <br /></strong><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; End if      <br /></strong><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; oLogging.CreateEntry MapNetworkDriveEx &amp; &quot;&quot;, iLogType      <br /></strong><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Exit function      <br /></strong><strong>Else      <br /></strong><strong>&#160;&#160;&#160;&#160;&#160; Exit Function      <br /></strong><strong>End If&#160; <br /></strong></p>
<p><strong>End select      </p>
<p>Solution 2       </p>
<p></strong>Download<strong> </strong><a href="http://www.wardvissers.nl/downloads/ZTIUtility.7z" target="_blank">ZTIUtility.7z</a> and replace the ztiutility.vbs with the one in the <a href="http://www.wardvissers.nl/downloads/ZTIUtility.7z" target="_blank">ZTIUtility.7z</a>. You need <a href="http://www.7-zip.org/" target="_blank">7zip</a> to unpack the file.     </p>
<p><a title="http://support.microsoft.com/kb/977566" href="http://support.microsoft.com/kb/977566">http://support.microsoft.com/kb/977566</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Solution+for+%22Multiple+connections+to+a+server+or+shared+resource+by+the+same+user%2C+using+more+than+one+user+n...+http%3A%2F%2Ftinyurl.com%2Fyyketka" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/04/20/solution-for-multiple-connections-to-a-server-or-shared-resource-by-the-same-user-using-more-than-one-user-name-are-not-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2010 Health Care</title>
		<link>http://www.wardvissers.nl/2010/03/23/mdt-2010-health-care/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2010-health-care</link>
		<comments>http://www.wardvissers.nl/2010/03/23/mdt-2010-health-care/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 14:38:07 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/03/23/mdt-2010-health-care/</guid>
		<description><![CDATA[MDT 2010 Health Care is een samenvatting van best practices voor het aanpassen,&#160; bouw en migreren, en beveiligen van Windows XP, Windows Vista of Windows 7 machines. Ook wordt hier kort beschreven hoe men applicaties kan uitrollen (scripted installs,silent installetie, &#8230; <a href="http://www.wardvissers.nl/2010/03/23/mdt-2010-health-care/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wardvissers.nl/tag/mdt-2010/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT 2010">MDT 2010</a> Health Care is een samenvatting van best practices voor het aanpassen,&#160; bouw en migreren, en beveiligen van <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> <a href="http://www.wardvissers.nl/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XP">XP</a>, <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> <a href="http://www.wardvissers.nl/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Vista">Vista</a> of <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7 machines. Ook wordt hier kort beschreven hoe men applicaties kan uitrollen (scripted installs,silent installetie, application packages) als onderdeel van de uitrol. Het gaat om het uitrollen van een standaard desktop voor gemeenschappelijk gebruik. Tevens wordt besproken hoe men de gegeven van een gebruiker mee kan nemen naar de nieuwe werkplek.</p>
<p>Handleidingen:    <br /><a href="http://download.microsoft.com/download/3/0/3/303863AF-DF46-4BE2-9FD5-D785D794A6F6/HealthcareDesktopUserStateMigrationGuide.pdf" target="_blank">Healthcare Desktop User State Migration Guide</a>     <br /><a href="http://download.microsoft.com/download/4/3/2/432DB59D-EA0D-48A6-9EB3-3BE13FAD17D9/AutomatedBuildApplicationIntegrationGuide.pdf" target="_blank">Automated Build Application Integration Guide</a>     <br /><a href="http://download.microsoft.com/download/5/4/5/545572CD-72ED-435F-BD8C-7E36CCA85FCB/HealthcareMDT2010AdministratorsGuide.pdf" target="_blank">Healthcare MDT 2010 Administrators Guide</a>     <br /><a href="http://download.microsoft.com/download/6/6/8/668F6FE0-F4F0-49D1-85F3-7E2E0141E392/AutomatedBuildHealthcareDesktopandServerGuide.pdf" target="_blank">Automated Build Healthcare Desktop and Server Guide</a></p>
<p>Downloaden van de MDT HealthCare doe je hier: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=CD73A2C5-76C1-48B3-A366-156900BB9493&amp;amp;displaylang=en&amp;displaylang=en" target="_blank">MDT HealthCare</a></p>
<p>Installatie:    </p>
<p>&#160;<a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_thumb.png" width="244" height="176" /></a> <a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_thumb_3.png" width="244" height="184" /></a>     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_4.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_thumb_4.png" width="244" height="182" /></a> <a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_5.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_thumb_5.png" width="244" height="181" /></a>     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_6.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_thumb_6.png" width="244" height="182" /></a> <a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_7.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_thumb_7.png" width="244" height="182" /></a>     </p>
<p>Voorbeeld wat Health Care automatisch aanmaakt:</p>
</p>
</p>
</p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_8.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/MDT2010HealthCare_B55E/image_thumb_8.png" width="244" height="242" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2010+Health+Care+http%3A%2F%2Ftinyurl.com%2Fyegapaf" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/03/23/mdt-2010-health-care/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

