<?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>My Outer Monologue</title>
	<atom:link href="http://www.tomwaller.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomwaller.co.uk/blog</link>
	<description>The outer monologue of supergeek and gadget freak, Tom Waller.</description>
	<lastBuildDate>Fri, 27 Jan 2012 12:10:05 +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>Integrate Trace Log Viewer into Your ConfigMgr Boot Images for Better Debugging.</title>
		<link>http://www.tomwaller.co.uk/blog/integrate-trace-log-viewer-into-your-configmgr-boot-images-for-better-debugging/</link>
		<comments>http://www.tomwaller.co.uk/blog/integrate-trace-log-viewer-into-your-configmgr-boot-images-for-better-debugging/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 12:10:05 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[mdt]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[osd]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=172</guid>
		<description><![CDATA[When you&#8217;ve done as much ConfigMgr 2007 Operating System Deployment as I have (and even if you haven&#8217;t!) it becomes rapidly obvious that things don&#8217;t always go to plan on the first go. Generally, when creating new OSD Task Sequences, I&#8217;m plagued by one or two minor errors that need a little investigation. Thankfully (or [...]]]></description>
			<content:encoded><![CDATA[<p>When you&#8217;ve done as much ConfigMgr 2007 Operating System Deployment as I have (and even if you haven&#8217;t!) it becomes rapidly obvious that things don&#8217;t always go to plan on the first go. Generally, when creating new OSD Task Sequences, I&#8217;m plagued by one or two minor errors that need a little investigation.</p>
<p>Thankfully (or not, depending on how you like looking at log files) ConfigMgr 2007 logs <strong>everything</strong>. Unfortunately, when in WinPE mode for OSD, reading those log files can be a real pain in the behind. Trace32 (and the relatively recent Trace64 for our 64 bit counterparts) were never included in WinPE boot media, which is a tad odd considering the requirement for it.</p>
<p>Fear not, as it is totally possible to integrate Trace into your own boot image. I tend to do this whenever I&#8217;m working on a customer OSD engagement as it makes my life, and more importantly, the customers life much easier. No more trawling through Notepad .log files people &#8211; upgrade your boot images now!<span id="more-172"></span></p>
<p>The first thing you should do is ensure you have MDT 2010 Update 1 integrated into your ConfigMgr environment. <a title="Integrating MDT 2010 Update 1 with ConfigMgr 2007." href="http://www.tomwaller.co.uk/blog/integrating-mdt-2010-update-1-with-configmgr-2007/" target="_blank">Follow this guide if you haven&#8217;t already done this.</a> It&#8217;s painless procedure and only adds enhancements to the platform which you choose to include if you wish.</p>
<p>Before you start, I&#8217;ll be explaining below how to create a new enhanced boot image for both x86 and x64 platforms. I choose to do this as opposed to integrate Trace into the standard boot images just in case something goes wrong &#8211; I would hate to interfere with a boot image that was currently being used to deploy an OS. This method allows you to test the new image and swap out the old one as and when you need to.</p>
<p>First off, grab the <a title="Trace Tools" href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Trace.zip">Trace32 and Trace64 applications from here</a>.</p>
<p>Next up, you need to stage them on a network share, which is the area we will specify when compiling a new boot image. It&#8217;s a good idea to place them into a <strong>.\Windows\System32</strong> folder, as this is where we want the apps to end up on the boot image so we can execute them from the command line just by typing the name (without the path).</p>
<p>In my example, I have created the following folders and placed the Trace apps into the relevant architecture folder. Notice I&#8217;ve also renamed each app to just Trace, so that I do not need to remember whether to run Trace32 or Trace64 depending on what boot image I&#8217;ve booted into. Of course, this is just personal preference, but it&#8217;s two less characters to type.</p>
<ul>
<li>\\server\OSD\Boot\BootImageCustomisations\Files\x86\Windows\System32\Trace.exe (Renamed from Trace32.exe)</li>
<li>\\server\OSD\Boot\BootImageCustomisations\Files\x64\Windows\System32\Trace.exe (Renamed from Trace64.exe)</li>
</ul>
<p>Now we have our content staged, lets go ahead and create two new boot images; one x86 and one x64. Expand <strong>Operating System Deployment</strong> in the ConfigMgr Console and right click<strong> Boot Images</strong>. Click <strong>Create Boot Image Using Microsoft Deployment</strong>.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-004.png"><img class="aligncenter size-thumbnail wp-image-197" title="ConfigMgr Enhanced Boot Image - Console" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-004-400x212.png" alt="ConfigMgr Enhanced Boot Image - Console" width="400" height="212" /></a></p>
<p>On the Package Source screen, enter the UNC path to the folder in which you want to create the boot image. This is only really a staging area, as clients will grab the source from the Distribution Point when running a deployment. As you can see, I created a source folder for x86 and x64 respectively. Click Next.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-005.png"><img class="aligncenter size-thumbnail wp-image-198" title="ConfigMgr Enhanced Boot Image - Package Source" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-005-400x328.png" alt="ConfigMgr Enhanced Boot Image - Package Source" width="400" height="328" /></a></p>
<p>You can fill in General Settings as you please, though it pays to add a little detail. Click Next.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-007.png"><img class="aligncenter size-thumbnail wp-image-200" title="ConfigMgr Enhanced Boot Image - General Settings" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-007-400x328.png" alt="ConfigMgr Enhanced Boot Image - General Settings" width="400" height="328" /></a></p>
<p>On the Image Settings screen, select your acrhitecture. I&#8217;m generating a new image for both x86 and x64, but right now, this example is building a x64 boot image. In the Extra Directory to add text box, enter the UNC path to the root of the folder we created earlier containing the Windows folder. Click Next.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-008.png"><img class="aligncenter size-thumbnail wp-image-201" title="ConfigMgr Enhanced Boot Image - Image Options" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-008-400x328.png" alt="ConfigMgr Enhanced Boot Image - Image Options" width="400" height="328" /></a></p>
<p>On the Summary screen, verify all your settings are as you wish and click Next. The wizard will now generate a new boot image using the settings you defined.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-009.png"><img class="aligncenter size-thumbnail wp-image-202" title="ConfigMgr Enhanced Boot Image - Summary" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-009-400x328.png" alt="ConfigMgr Enhanced Boot Image - Summary" width="400" height="328" /></a></p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-010.png"><img class="aligncenter size-thumbnail wp-image-203" title="ConfigMgr Enhanced Boot Image - Generating" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-010-400x328.png" alt="ConfigMgr Enhanced Boot Image - Generating" width="400" height="328" /></a></p>
<p>If all goes to plan, you should end up with a successful confirmation screen. Click Finish. Your boot image is now created.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-006.png"><img class="aligncenter size-thumbnail wp-image-199" title="ConfigMgr Enhanced Boot Image - Confirmation" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-006-400x328.png" alt="ConfigMgr Enhanced Boot Image - Confirmation" width="400" height="328" /></a></p>
<p>Remember, before you add it to a Task Sequence to boot from, ensure you add it to relevant Distribution Points and enable F8 command prompt support, just like you would any other boot image.</p>
<p>Lather, rinse, repeat for x86, and you have yourselves an enhanced boot image with a proper log viewer for all your ConfigMgr debugging needs! Go ahead, boot your Task Sequence, run up your command prompt and type trace. Magic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/integrate-trace-log-viewer-into-your-configmgr-boot-images-for-better-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating MDT 2010 Update 1 with ConfigMgr 2007.</title>
		<link>http://www.tomwaller.co.uk/blog/integrating-mdt-2010-update-1-with-configmgr-2007/</link>
		<comments>http://www.tomwaller.co.uk/blog/integrating-mdt-2010-update-1-with-configmgr-2007/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 12:08:08 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[mdt]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=208</guid>
		<description><![CDATA[Whenever I perform a new installation of ConfigMgr for a customer, one post-deployment task at the top of my agenda is the integration of Microsoft Deployment Toolkit (MDT) 2010 Update 1. The process to integrate MDT is extremely straight forward and takes two minutes &#8211; but the advantages it brings to Operating System Deployment are [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I perform a new installation of ConfigMgr for a customer, one post-deployment task at the top of my agenda is the integration of Microsoft Deployment Toolkit (MDT) 2010 Update 1.</p>
<p>The process to integrate MDT is extremely straight forward and takes two minutes &#8211; but the advantages it brings to Operating System Deployment are huge! Some of my favourites are:</p>
<ul>
<li>The ability to use a whole bunch of new variables in a Task Sequence. For instance, I can target laptop systems simply by using the IsLaptop variable. Equally, I can also use IsDesktop or IsServer. No more WMI querying for Chasis Type or battery presence. Hoorah.</li>
<li>Better control over server roles for Server 2008 and 2008 R2. A neat feature if you deploy server operating systems through ConfigMgr.</li>
</ul>
<p>So what are you waiting for, let&#8217;s get to it.<span id="more-208"></span></p>
<p><a title="Download MDT 2010 Update 1" href="http://www.microsoft.com/download/en/details.aspx?id=25175" target="_blank">Download MDT 2010 Update 1 for your architecture from here.</a></p>
<p>Run the installation and work your way through the wizard, which is a simple next, next, next installation in most cases. Once installed, click <strong>Start</strong> &gt; <strong>All Programs</strong> &gt;<strong>Microsoft Deployment Toolkit</strong> &gt; <strong>Configure ConfigMgr Integration</strong>.</p>
<p style="text-align: center;"><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-000.png"><img class="aligncenter" title="MDT Integration - Start Menu" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-000-355x400.png" alt="MDT Integration - Start Menu" width="355" height="400" /></a></p>
<p style="text-align: left;">In the Options screen, ensure you enter your<strong> Site server name</strong> and the <strong>Site Code</strong> for that site. Notice you can also remove integration from this point at a later stage if you so wish. Click <strong>Next</strong>.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-001.png"><img class="aligncenter size-thumbnail wp-image-210" title="MDT Integration - Options" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-001-400x328.png" alt="MDT Integration - Options" width="400" height="328" /></a></p>
<p>At the Confirmation screen, you should receive a successful message. Click <strong>Finish</strong>.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-002.png"><img class="aligncenter size-thumbnail wp-image-211" title="MDT Integration - Confirmation" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-002-400x328.png" alt="MDT Integration - Confirmation" width="400" height="328" /></a></p>
<p>I&#8217;m not usually one for &#8216;I told you so&#8217; but, I told you so! It really is that simple. If you wish, you can jump into the ConfigMgr console and verify the integration by right clicking on the Boot Images node and verifying the new option as shown below.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-003.png"><img class="aligncenter size-thumbnail wp-image-212" title="MDT Integration - Verify" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/Image-003-400x212.png" alt="MDT Integration - Verify" width="400" height="212" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/integrating-mdt-2010-update-1-with-configmgr-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Package Status Stuck on &#8220;Install Retrying&#8221; While Trying to Distribute an SCCM Software Package to a Distribution Point.</title>
		<link>http://www.tomwaller.co.uk/blog/package-status-stuck-on-install-retrying-while-trying-to-distribute-an-sccm-software-package-to-a-distribution-point/</link>
		<comments>http://www.tomwaller.co.uk/blog/package-status-stuck-on-install-retrying-while-trying-to-distribute-an-sccm-software-package-to-a-distribution-point/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 13:46:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=168</guid>
		<description><![CDATA[I recently spotted this issue while trying to install a software package to a Distribution Point. Other packages seemed to be installing without a problem. The package in question was the Microsoft Deployment Toolkit package, which I was intending to use with Operating System Deployment. Delving into the distmgr.log file didn&#8217;t shed too much light [...]]]></description>
			<content:encoded><![CDATA[<p>I recently spotted this issue while trying to install a software package to a Distribution Point. Other packages seemed to be installing without a problem. The package in question was the Microsoft Deployment Toolkit package, which I was intending to use with Operating System Deployment.</p>
<p>Delving into the distmgr.log file didn&#8217;t shed too much light on the issue, but there was an interesting error code in there which you should look out for.</p>
<pre class="brush: plain; title: ; notranslate">Win32 Error = 5</pre>
<p>After a little poking around in some event logs on the Distribution Point server (running Win2008 R2 SP1) I noticed the McAfee Antivirus Engine reporting some strange errors. Funnily enough, it was blocking access to one of the files included in the package, Autorun.INF.</p>
<p>Once I disabled the AV protection and removed and re-added the package to the DP, it installed as expected.</p>
<p>This issue had me running in circles for an hour or two. Initially, I had thought it must be WebDAV extension filtering blocking access to the .VBS files within the package, but after tweaking the settings, I ended up looking elsewhere. That is when I spotted the AV event log errors!</p>
<p>Lesson learned: Always disable AV on a DP. Alternatively, try and exclude the DP folder from protection if AV is a must have.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/package-status-stuck-on-install-retrying-while-trying-to-distribute-an-sccm-software-package-to-a-distribution-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM OSD Error 0&#215;80004005 When Deploying an OS in VMware Workstation.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-osd-error-0x80004005-when-deploying-an-os-in-vmware-workstation/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-osd-error-0x80004005-when-deploying-an-os-in-vmware-workstation/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 13:11:57 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[osd]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[tasksequence]]></category>
		<category><![CDATA[ts]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=164</guid>
		<description><![CDATA[It&#8217;s been a while since I last posted, but I couldn&#8217;t quite resist this little nugget. It&#8217;s been bothering me for a few days now and I&#8217;ve finally found the fix. I&#8217;m in the process of creating a demo environment for SCCM 2007 R3 in a local VMware Workstation environment. Everything was working fine and [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I last posted, but I couldn&#8217;t quite resist this little nugget. It&#8217;s been bothering me for a few days now and I&#8217;ve finally found the fix.</p>
<p>I&#8217;m in the process of creating a demo environment for SCCM 2007 R3 in a local VMware Workstation environment. Everything was working fine and dandy until I came to deploy a Windows 7 x86 image to a bare metal VM.</p>
<p>The Task Sequence would initialise and the Partition and Format step would work, but as soon as it went to move on to the next step, I&#8217;d receive the error 0&#215;80004005 with a 15 minute countdown to restart.</p>
<p>Eventually, I narrowed down the issue. I basically discovered that the VM was originally a Windows XP VM, therefore no x64 extensions were installed. Seeing as I was booting to a x64 boto image, I figured this could be the cause. Low and behold, changing the properties of the Task Sequence to use the x86 boot image solved the issue! The machine now builds.</p>
<p>So all those hours of throwing in different versions of drivers were wasted, It really was that easy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-osd-error-0x80004005-when-deploying-an-os-in-vmware-workstation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM and Certain Windows Software Updates Fail to Install.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-and-certain-windows-software-updates-fail-to-install/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-and-certain-windows-software-updates-fail-to-install/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 13:54:00 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[kb976569]]></category>
		<category><![CDATA[kb979909]]></category>
		<category><![CDATA[softwareupdates]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[windowsupdates]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=154</guid>
		<description><![CDATA[Over the last couple of weeks, I have pushed out numerous Windows Updates to bring a collection of computers into compliance. One thing I&#8217;ve noticed on a good percentage of machines (15% ish) is that a couple of updates in particular fail to install. This has been puzzling me for some time, and during my [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last couple of weeks, I have pushed out numerous Windows Updates to bring a collection of computers into compliance. One thing I&#8217;ve noticed on a good percentage of machines (15% ish) is that a couple of updates in particular fail to install.</p>
<p style="text-align: center;"><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/FailedUpdates01.jpg"><img class="size-medium wp-image-156  aligncenter" title="ConfigMgr Failed Updates" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/FailedUpdates01-300x206.jpg" alt="ConfigMgr Failed Updates" width="300" height="206" /></a></p>
<p>This has been puzzling me for some time, and during my research, I noticed that despite the ConfigMgr Software Update app indicating these updates are required, they are actually already installed on the machines.</p>
<p>The software updates causing this headache are:</p>
<ul>
<li>Microsoft .NET Framework 2.0 Service Pack 2 Update for Windows Server 2003 and Windows XP x86 (KB976569)</li>
<li>Microsoft .NET Framework 3.5 SP1 and .NET Framework 2.0 SP2 Security Update for Windows 2000, Windows Server 2003 and Windows XP x86 (KB979909)</li>
</ul>
<p>It seems that despite actually being already installed, Windows Update still tries to install the update, thus causing a failure as shown in the screenshot above. It&#8217;s also worth noting that other updates I approved after these two, successully install, so this isn&#8217;t an issue with the Windows Update agent. The SCCM log files also indicated that the updates install without error.</p>
<p>After much head scratching, I found I could resolve this issue by doing the following.</p>
<ol>
<li>Bring up a command prompt and run the following to stop the Windows Update agent.
<pre class="brush: plain; title: ; notranslate">NET STOP wuauserv</pre>
</li>
<li>Delete the following folder, including its contents.
<pre class="brush: plain; title: ; notranslate">C:\Windows\SoftwareDistribution</pre>
</li>
<li>Reboot the computer.</li>
</ol>
<p>Now the next time the Windows Update agent runs, it will see that the updates are already installed and present you with the status of &#8216;Installed&#8217; instead of failed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-and-certain-windows-software-updates-fail-to-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM OSD Custom Task Sequence: Rename the Local Administrator Account.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-osd-custom-task-sequence-rename-the-local-administrator-account/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-osd-custom-task-sequence-rename-the-local-administrator-account/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 13:04:33 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[osd]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=149</guid>
		<description><![CDATA[In some environments there is a requirement to ensure the local administrator account is renamed to something other than the default &#8216;Administrator&#8217;. The prime reason for this is security. It makes a hackers life just a touch easier if he knows the default administrators username. For this reason, it&#8217;s common practice to rename it to [...]]]></description>
			<content:encoded><![CDATA[<p>In some environments there is a requirement to ensure the local administrator account is renamed to something other than the default &#8216;Administrator&#8217;. The prime reason for this is security. It makes a hackers life just a touch easier if he knows the default administrators username. For this reason, it&#8217;s common practice to rename it to something else.</p>
<p>There are two ways to achieve this in a Windows environment. Firstly, you can configure a Group Policy to do just that. Secondly, you can rename the account as part of your Operating System Deployment. The latter is what I&#8217;m interested in.</p>
<p>You can achieve this by adding a new step into your OSD Task Sequence. I place this at the very end of my Task Sequence to ensure it gets applied after any administrator related tasks. The computer is then set to reboot afterewards to ensure it is applied successfully.</p>
<p>Add a <strong>Run Command Line</strong> step into your Task Sequence and add the following code to the <strong>Command Line</strong> text box.</p>
<pre class="brush: plain; title: ; notranslate">wmic UserAccount where Name=&quot;Administrator&quot; call Rename Name=&quot;NewName&quot;</pre>
<p>Change &#8220;<strong>NewName</strong>&#8221; to whatever you want the administrator account to be renamed to and save the Task Sequence. Your local administrator account will now be renamed accordingly as part of your Operating System Deployment. I haven&#8217;t tried myself, but I&#8217;d imagine you could run this step as part of your build and capture Task Sequence. In theory, this should eliminate the need to add the step to each of your OSD Task Sequences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-osd-custom-task-sequence-rename-the-local-administrator-account/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Simple, Automated Folder Backup and Syncronisation with Microsoft SyncToy 2.1.</title>
		<link>http://www.tomwaller.co.uk/blog/simple-automated-folder-backup-and-syncronisation-with-microsoft-synctoy-2-1/</link>
		<comments>http://www.tomwaller.co.uk/blog/simple-automated-folder-backup-and-syncronisation-with-microsoft-synctoy-2-1/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 10:13:08 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=137</guid>
		<description><![CDATA[When working in environments where you have multiple storage locations for your files, there are often times where you wish there were a way to centralise your data so it is always readily available. In my case, I work from a laptop computer with secondary disk with all my essential data. I also have a [...]]]></description>
			<content:encoded><![CDATA[<p>When working in environments where you have multiple storage locations for your files, there are often times where you wish there were a way to centralise your data so it is always readily available. In my case, I work from a laptop computer with secondary disk with all my essential data. I also have a network attached storage (NAS) device which hosts a copy of my data. Out of the box, Microsoft Windows doesn&#8217;t offer any synchronisation tools. Enter SyncToy.</p>
<p><span id="more-137"></span>What you&#8217;ll need:</p>
<ul>
<li><a title="Download Microsoft SyncToy 2.1" href="http://www.microsoft.com/downloads/en/details.aspx?familyid=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&amp;displaylang=en" target="_blank">Microsoft SyncToy 2.1</a></li>
<li>A Windows XP or higher computer</li>
</ul>
<p>Grab yourself a copy of <strong>SyncToy </strong>and get it installed. Once you&#8217;ve installed, you can launch the application from your <strong>All Programs</strong> menu. Upon first use, you&#8217;ll be asked to create your first folder pair. Before you do, there are a couple of options to consider.</p>
<p>Synchronisation can be performed in a number of ways, each with different effects. Below is a description for each method.</p>
<h3>Syncronize</h3>
<p>Files in the left and right folders are mirrored. This ensures files remain syncronised even if you edit the file on your remote storate. Deletions will also be mirrored.</p>
<h3>Echo</h3>
<p>Files in the left folder will update to the right only. Assuming you set your right folder to the remote storage, changes in the remote storage will not be copeid to your left folder. Deletions on the left will delete to the right.</p>
<h3>Contribute</h3>
<p>Files created and modified on the left will copy to the right. Deletions will not effect the right folder.</p>
<p>Once you&#8217;ve picked your chosen sync method, go ahead and specify your left and right folders. In my case, I set the left folder as my local data storage, and the right folder as my remote storage. Click <strong>Next </strong>and you&#8217;ll be asked for your sync method. Select your chosen method and click <strong>Finish</strong>. Your folder pair is now created.</p>
<p>There are a few other options to consider, such as file exclusions, but I&#8217;ll leave that to your discretion.</p>
<p>Now the good part. It&#8217;s all very well having folder pairs, but as it stands, we can only sync manually by clicking the Run button. With a little bit of scripting and Group Policy modification, we can set SyncToy to sync all folder pairs on log off. Very handy.</p>
<p>Open your <strong>local Group Policy Editor</strong> (<strong>Start</strong> &gt; <strong>Run </strong>&gt; <strong>gpedit.msc</strong>) and browse the tree to <strong>User Configuration</strong> &gt; <strong>Windows Settings</strong> &gt; <strong>Scripts</strong>.</p>
<p style="text-align: center;"><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000001.jpg"><img class="size-medium wp-image-142 aligncenter" title="gpedit.msc" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000001-300x214.jpg" alt="gpedit.msc" width="300" height="214" /></a></p>
<p>Double click on <strong>Logoff </strong>and you will be presented with the <strong>Logoff Properties</strong> window. Create the following script somewhere on your local machine.</p>
<pre class="brush: plain; title: ; notranslate">CD &quot;%ProgramFiles%\SyncToy 2.1\&quot;
SyncToyCmd.exe -R</pre>
<p>Now in the <strong>Logoff Properties</strong>, add the script you just created by clicking the <strong>Add </strong>button and browsing to the file. The script should now appear in the <strong>Logoff Properties</strong> window. Click <strong>OK </strong>to accept this and close the Group Policy Editor.</p>
<p style="text-align: center;"><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000008.jpg"><img class="size-medium wp-image-143 aligncenter" title="Logoff Properties" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000008-266x300.jpg" alt="Logoff Properties" width="266" height="300" /></a></p>
<p>The script should now execute on logoff. Test it out by creating some local files and logging off. Windows should say Running Logoff Scripts for a little longer that usual. This is a good indication that it is running. Log back on a voilà. Your files should magically have copied up to your remote storage.</p>
<p>Not the most elegant of solutions, but it works, and its free. No complaints from me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/simple-automated-folder-backup-and-syncronisation-with-microsoft-synctoy-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise Deployment of Adobe Reader 9.4.0 with SCCM.</title>
		<link>http://www.tomwaller.co.uk/blog/enterprise-deployment-of-adobe-reader-9-4-0-with-sccm/</link>
		<comments>http://www.tomwaller.co.uk/blog/enterprise-deployment-of-adobe-reader-9-4-0-with-sccm/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 09:08:27 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[grouppolicy]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=115</guid>
		<description><![CDATA[Now that we have a major new version of Adobe Reader in the form of 9.4.0, it's time to get busy and deploy the new software to your enterprise. This article is a refresher on how best to deploy the software to your enterprise in the most effective manner.]]></description>
			<content:encoded><![CDATA[<p>Now that we have a major new version of Adobe Reader in the form of 9.4.0, it&#8217;s time to get busy and deploy the new software to your enterprise. This article is a refresher on how best to deploy the software to your enterprise in the most effective manner.</p>
<p><span id="more-115"></span>Things you&#8217;ll need:</p>
<ul>
<li> <a title="Adobe Reader download page" href="http://www.adobe.com/products/reader/rdr_distribution1.html" target="_blank">The Adobe Reader 9.4.0 distributable package.</a></li>
<li>Some disk space.</li>
<li><a title="Adobe Customisation Wizard" href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=3993">The Adobe Reader Customisation Wizard 9.</a></li>
<li>SCCM environment. (Although you can use this method for Group Policy Software Installation too).</li>
</ul>
<p>Go ahead and grab your Adobe Reader 9.4.0 installation <strong>EXE</strong>. The first thing we&#8217;ll need to do with this is extract the <strong>MSI </strong>installation from within it. This is a pretty straight forward task that can be achieved with the following command:</p>
<pre class="brush: plain; title: ; notranslate">&lt;path to&gt;\AdbeRdr940_en_US.exe -nos_o&quot;Reader940&quot; -nos_ne</pre>
<p>The <strong>-nos_o</strong> switch is the folder name to extract the files to. This will form your AIP (Administration Installation Point) and is what we will customise using the Adobe Customisation Wizard. The <strong>Adobe Reader 9.4.0 &#8211; Setup</strong> screen will extract the MSI into your specified folder (as shown below). The screen will disappear once extraction is complete.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000002.jpg"><img class="aligncenter size-medium wp-image-118" title="Adobe Reader Extraction" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000002-300x229.jpg" alt="Extracting the Adobe Reader installation" width="300" height="229" /></a></p>
<p>Once extracted, you will have your new AIP. It should look similar to my one below.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000003.jpg"><img class="aligncenter size-medium wp-image-120" title="Adobe Reader 9.4.0 Administrative Installation Point" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000003-300x226.jpg" alt="Adobe Reader 9.4.0 Administrative Installation Point" width="300" height="226" /></a></p>
<p>Now it&#8217;s time to customise your AIP. This is done using the <strong>Adobe Custmoisation Wizard</strong>. Install the application from the link provided above and you&#8217;ll find a new icon in <strong>Start &gt; All Programs</strong>. Run it and select <strong>File &gt; Open Package</strong>. Browse to the AIP you just created and select <strong>AcroRead.msi</strong>. You&#8217;ll then be presented with various categories down the left and options on the right. This is where the magic happens.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000005.jpg"><img class="aligncenter size-medium wp-image-122" title="Adobe Customisation Wizard" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000005-300x233.jpg" alt="Open your AIP in the Adobe Customisation Wizard" width="300" height="233" /></a><br />
At this point you can go through the categories on the left and customise at your leisure. To get you started, here are a few common items you may wish to customise.</p>
<ul>
<li>Run Installation: Silently</li>
<li>Suppress Reboot</li>
<li> Suppress display of End User License Agreement (EULA)</li>
<li>Hide Document Message bar</li>
<li>Disable all updates</li>
<li>Disable Help &gt; Digital Editions</li>
<li>Disable Product Improvement Program</li>
<li>Disable all Acrobat.Com access, including initiation and participation</li>
</ul>
<p>Once you have finished your customisations, select <strong>Transform &gt; Generate Transform</strong>.</p>
<p><a href="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000006.jpg"><img class="aligncenter size-medium wp-image-123" title="Adobe Customisation Wizard" src="http://www.tomwaller.co.uk/blog/wp-content/uploads/ss_000006-300x262.jpg" alt="Generate transform" width="300" height="262" /></a></p>
<p>Save your transform to the AIP. You can now close the Adobe Customisation Wizard. Be sure to click <strong>No</strong> when prompted to save the package. We don&#8217;t want anything written to the original MSI. That completely goes against the idea of transform files.</p>
<p>Congratulations, you now have a customised Adobe Reader 9.4.0 installation which is ready for deployment.</p>
<p>Depending on your chosen deployment method, you can now create your SCCM package or Group Policy object using the files within your AIP. If you are using GPO deployment, you can use the <strong>AcroRead.msi</strong> file. Be sure to add the transform file in the <strong>Modifications </strong>tab so that the <strong>MSI </strong>file takes in your customisations.</p>
<p>If like me you have the benefit of SCCM in your environment, you&#8217;ll want to configure your package with a Program command line such as this:</p>
<pre class="brush: plain; title: ; notranslate">msiexec.exe /i &quot;AcroRead.msi&quot; TRANSFORMS=&quot;&lt;path to transform&gt;&quot; RebootYesNo=&quot;No&quot; Reboot=&quot;ReallySuppress&quot; /qb</pre>
<p>One thing to remember, with 9.4.0 being a major release, the installation will remove previous versions of Reader by default, so you don&#8217;t have to worry about running my removal script as <a title="Adobe Reader Enterprise Deployment" href="http://www.tomwaller.co.uk/blog/?p=45" target="_self">previously blogged</a>. Bonus. You&#8217;re now ready to deploy. Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/enterprise-deployment-of-adobe-reader-9-4-0-with-sccm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe Reader Deployment and Web Browser Integration Error.</title>
		<link>http://www.tomwaller.co.uk/blog/adobe-reader-deployment-and-web-browser-integration-error/</link>
		<comments>http://www.tomwaller.co.uk/blog/adobe-reader-deployment-and-web-browser-integration-error/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 09:24:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=108</guid>
		<description><![CDATA[Now that Adobe have released version 9.4.0 of their popular (and flawed) PDF viewer, it had become time for me to package the software for enterprise deployment. I stumbled across an issue with the Adobe Customisation Tool and web browser integration. It seems there is a bug when creating a transform when setting the Allow [...]]]></description>
			<content:encoded><![CDATA[<p>Now that Adobe have released version 9.4.0 of their popular (and flawed) PDF viewer, it had become time for me to package the software for enterprise deployment. I stumbled across an issue with the Adobe Customisation Tool and web browser integration.</p>
<p>It seems there is a bug when creating a transform when setting the Allow PDF files to open in Browser option. If you set this option to enabled, once the software is deployed and you try to open a PDF within a web browser window, the following error is displayed:</p>
<pre class="brush: plain; title: ; notranslate">The Adobe Acrobat/Reader that is running can not be used to view PDF files in a web browser. Adobe Acrobat/Reader version 8 or 9 is required.&quot;</pre>
<p>I&#8217;m still unsure as to the exact cause of this issue, but trawling the web seems to indicate that this is indeed a result of a bug within the Customisation Tool. My workaround was to set the option to Disable and regenerate the transform. This allows you to open a PDF from a web browser but forces the PDF to open within an Adobe Reader window, as opposed to inline within your web browser.</p>
<p>Thanks Adobe.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/adobe-reader-deployment-and-web-browser-integration-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SCCM 2007 R2 OSD Unable to Reimage a System via PXE Boot With Unknown Computer Support Enabled.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-2007-r2-osd-unable-to-reimage-a-system-via-pxe-boot-with-unknown-computer-support-enabled/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-2007-r2-osd-unable-to-reimage-a-system-via-pxe-boot-with-unknown-computer-support-enabled/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 11:49:17 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[osd]]></category>
		<category><![CDATA[sccm]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=102</guid>
		<description><![CDATA[I&#8217;ve been implementing Operating System Deployment with System Center Configuration Manager 2007 R2 SP2 over the last couple of weeks, with the intention of PXE booting Unknown Clients into the Task Sequence Wizard. After running a few successful deployments, I started to notice PXE boots were failing. The PXE server seemed to be ignoring client [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been implementing Operating System Deployment with System Center Configuration Manager 2007 R2 SP2 over the last couple of weeks, with the intention of PXE booting Unknown Clients into the Task Sequence Wizard.</p>
<p>After running a few successful deployments, I started to notice PXE boots were failing. The PXE server seemed to be ignoring client boot requests as if they were &#8216;Known&#8217; to SCCM. This was the case even after deleting the resource from the SCCM database. This behaviour was validated by looking into the <strong>SMSPXE.LOG</strong> file on the PXE server. I noticed the following lines were present.</p>
<pre class="brush: plain; title: ; notranslate">No Boot Action for Device (17898) found
ProcessDatabaseReply: No Advertisement found in Db for device</pre>
<p>I began to investigate the PXE server configuration and noticed that after deleting the resource from the SCCM database and restarting the Windows Deployment Services service, the computer was correctly identified by PXE boot as an Unknown Computer and successfully booted into the Task Sequencer.</p>
<p>It seems to be the PXE server cache is causing the resource ID to remain in memory so it is no longer discovered as an Unknown Computer. Luckily, I discoverd a fix that seems to work for me. The PXE server cache timeout is determined by the following registry key. In my case, it was set to 0, which I assume is infinite. I ammeded this value to 300 (decimal) and restarted the Windows Deployment Services service on the PXE server and all seems to work as expected. I can image a bare metal computer, delete it from the SCCM database and after approximately two minutes, I can PXE boot it as an Unknown Computer again to reimage it.</p>
<pre class="brush: plain; title: ; notranslate">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\PXE\CacheExpire</pre>
<p>Be warned though, I believe this is set for a reason. I&#8217;d imagine that if you are using a mandatory advertisement to the Unknown Computers collection, the machine will re-PXE boot each time the OS deployment tries to reboot as part of the OSD Task Sequence. Though this hasn&#8217;t been tested and isn&#8217;t a problem for me as I am using optional advertisements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-2007-r2-osd-unable-to-reimage-a-system-via-pxe-boot-with-unknown-computer-support-enabled/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching using disk: basic

Served from: www.tomwaller.co.uk @ 2012-02-06 14:54:25 -->
