<?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 &#187; ConfigMgr</title>
	<atom:link href="http://www.tomwaller.co.uk/blog/category/configmgr/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>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>
		<item>
		<title>SCCM Custom Report: All Servers with Disk Space Details.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-custom-report-all-servers-with-disk-space-details/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-custom-report-all-servers-with-disk-space-details/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 09:21:05 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[sccm]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=96</guid>
		<description><![CDATA[The following report will pull back information on all servers in your SCCM environment with disk space and volume information. It can be useful when trying to total up your disk space usage and working out where you can shed a few gigabytes.]]></description>
			<content:encoded><![CDATA[<p>The following report will pull back information on all servers in your SCCM environment with disk space and volume information. It can be useful when trying to total up your disk space usage and working out where you can shed a few gigabytes.</p>
<pre class="brush: sql; title: ; notranslate">SELECT SYS.Name, RSYS.Description0, LDISK.DeviceID0, LDISK.Description0, LDISK.VolumeName0,
LDISK.FreeSpace0, LDISK.Size0,
LDISK.FreeSpace0*100/LDISK.Size0  as C074
FROM v_FullCollectionMembership SYS
join v_GS_LOGICAL_DISK LDISK on SYS.ResourceID = LDISK.ResourceID
JOIN v_R_System RSYS ON SYS.ResourceID = RSYS.ResourceID
WHERE
LDISK.DriveType0 =3  AND
LDISK.Size0 &gt; 0
AND SYS.CollectionID = 'SMS000DS'
ORDER BY SYS.Name, LDISK.DeviceID0</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-custom-report-all-servers-with-disk-space-details/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>SCCM SP2 Update Hanging on &#8216;Initialize Configuration Manager site&#8217;.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-sp2-update-hanging-on-initialize-configuration-manager-site/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-sp2-update-hanging-on-initialize-configuration-manager-site/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 13:35:31 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=92</guid>
		<description><![CDATA[During an SP2 upgrade of a System Center Configuration Manager 2007 R2, I noticed that the installation was taking a lot longer than I thought it should. The installation screen was still active (the progress bar was scrolling along as normal) but the task had not moved on from Initialize Configuration Manager site in some [...]]]></description>
			<content:encoded><![CDATA[<p>During an SP2 upgrade of a System Center Configuration Manager 2007 R2, I noticed that the installation was taking a lot longer than I thought it should. The installation screen was still active (the progress bar was scrolling along as normal) but the task had not moved on from <strong>Initialize Configuration Manager site</strong> in some time. Over two hours in fact.</p>
<p>Reviewing the <strong>C:\ConfigMgrSetup.log</strong> file revealed that the install had indeed stalled and the last couple of entries in my logfile looked like this.</p>
<pre class="brush: plain; title: ; notranslate">08-04-2010 12:55:21 Enabling monitoring for inbox def Status Manager.
08-04-2010 12:55:21 Enabling monitoring for inbox def Scheduler (LAN Outbox).
08-04-2010 12:55:21 Enabling monitoring for inbox def Scheduler (Requests).
08-04-2010 12:55:21 Enabling monitoring for inbox def Data Loader.
08-04-2010 12:55:21 Enabling monitoring for inbox def Software Inventory Processor (Site).
08-04-2010 12:55:21 Enabling monitoring for inbox def Despooler.
08-04-2010 12:55:21 Enabling monitoring for inbox def Replication Manager (Incoming).
08-04-2010 12:55:21 Enabling monitoring for inbox def Discovery Data Manager.
08-04-2010 12:55:21: Status Modules\Status Modules
08-04-2010 12:55:21: Components Status Module: SMS Server\Components
08-04-2010 12:55:21: Components Status Module: SMS Client\Components
08-04-2010 12:55:21: Components Status Module: SMS Provider\Components</pre>
<p>After some research, I discovered that the reason this was occurring was I had a huge collection of <strong>.CCR</strong> files within the <strong>ccr.box</strong> folder on my site server. When I say huge collection, I mean over a million files. After deleting them all, which took around 30 minutes, the installation jumped right to the next stage.</p>
<p>It&#8217;s worth noting, the <strong>.CCR</strong> files were actually in a sub-folder of <strong>ccr.box</strong>, so I&#8217;m assuming that SCCM SP2 update searches for all <strong>.CCR</strong> files in the complete <strong>ccr.box</strong> folder hierarchy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-sp2-update-hanging-on-initialize-configuration-manager-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Adobe Reader Updates in Enterprise Environments.</title>
		<link>http://www.tomwaller.co.uk/blog/deploying-adobe-reader-updates-in-enterprise-environments/</link>
		<comments>http://www.tomwaller.co.uk/blog/deploying-adobe-reader-updates-in-enterprise-environments/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 13:03:13 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[grouppolicy]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=45</guid>
		<description><![CDATA[Anyone who works with software deployments will know where I&#8217;m coming from on this. Adobe Reader has to be the single most time consuming piece of software when it comes to software packaging and distribution. With such a large user base and ever increasing targeted threats, it&#8217;s no wonder we find ourselves with critical updates [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who works with software deployments will know where I&#8217;m coming from on this. Adobe Reader has to be the single most time consuming piece of software when it comes to software packaging and distribution. With such a large user base and ever increasing targeted threats, it&#8217;s no wonder we find ourselves with critical updates to deploy. Often more than one a month.</p>
<p>The trouble with Adobe Reader updates is that they aren&#8217;t particularly easy to distribute. Sure, you can download the MSI installer from Adobe&#8217;s website and use the Adobe Customisation Wizard to create a neat little MST file to transform the install with all your company&#8217;s standard settings, but have you ever tried installing the new MSI over a previous version? Not so easy now huh.</p>
<p>For some unknown reason, Adobe engineer their Reader installations in such a way that simply deploying the new MSI isn&#8217;t enough. For instance, you can&#8217;t simply push out Adobe Reader 9.3.3 and hope that it updates all the previous 9.3.2 installations. You first have to uninstall all previous versions.</p>
<p>Adobe updates usually come in the form of MSP files. These files are designed to patch your existing installation points. It&#8217;s important to note that this is only the case for quarterly updates. Security updates cannot be used to patch your administrative installation point.</p>
<p>For this example, I&#8217;m going to patch my Adobe Reader 9.3.0 administrative installation point with the MSP for 9.3.3.</p>
<p>Oh but wait, another fly in the ointment. You can&#8217;t patch a 9.0 administrative point with 9.3.3 directly. You must follow this order of patching:</p>
<p>9.3.0 &gt; 9.3.2 &gt; 9.3.3</p>
<p>Start by downloading all of your files. You&#8217;ll need:</p>
<ul>
<li>Your 9.3.0 administrative point</li>
<li> AdbeRdrUpd932_all_incr.msp</li>
<li> AdbeRdrUpd933_all_incr.msp</li>
</ul>
<h3>Slipstreaming Updates into the Administrative Installation Point.</h3>
<p>Fire up a command line window, and run the following. This command will integrate your MSP with your installation point.</p>
<pre class="brush: plain; title: ; notranslate">msiexec.exe /a &quot;path to acroread.msi in admin point&quot; /p &quot;path to AdbeRdrUpd932_all_incr.msp&quot; /qb</pre>
<p>You&#8217;ll notice the installer wizard configuring your computer. Note that this is actually configuring your installation point, not your computer.</p>
<p>Repeat the above with the <strong>AdbeRdrUpd933_all_incr.msp</strong> file. You will now have an installation point with Adobe Reader 9.3.3 ready to roll.</p>
<h3>Deploying the Updated Version.</h3>
<p>If like me you have Microsoft System Center Configuration 2007 at your disposal, you can make use of my batch file script that I have created to remove all previous versions of Adobe Reader prior to installing the new 9.3.3 version. Simply set the script to run before the installation for Adobe Reader 9.3.3 and you should find the install takes place with no errors.</p>
<p>For the script to work fully, you&#8217;ll need to add the MSIZap executable into the same folder as the script. This can be downloaded for free as part of the Windows Installer Cleanup Utility <a title="Windows Installer Cleanup Utility" href="http://www.softpedia.com/get/Security/Secure-cleaning/Windows-Installer-CleanUp-Utility.shtml" target="_blank">(found here&#8230;)</a>. You only need msizap.exe for the script to work, forget about the other files. MsiZap is a very useful tool. Check out the command line syntax I use and experiment to your hearts content.</p>
<p>If you only have Group Policy at your disposal, I&#8217;m sure it wouldn&#8217;t be too hard to modify the script to call the install after the uninstalls have taken place. Hope this helps!</p>
<pre class="brush: vb; title: ; notranslate">REM *** MSI Uninstall Adobe Reader 6
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A00000000001} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 7
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A70900000002} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 8.0
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A80000000002} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 8.1
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A81000000002} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 8.1.4
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A81300000003} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 9.0
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A90000000001} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 9.1
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A91000000001} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 9.2
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A92000000001} REBOOT=Supress /qn
REM *** MSI Uninstall Adobe Reader 9.3
msiexec.exe /x {AC76BA86-7AD7-1033-7B44-A93000000001} REBOOT=Supress /qn
REM *** Zap Uninstall Adobe Reader 6
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A00000000001}
REM *** Zap Uninstall Adobe Reader 7
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A70900000002}
REM *** Zap Uninstall Adobe Reader 8.0
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A80000000002}
REM *** Zap Uninstall Adobe Reader 8.1
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A81000000002}
REM *** Zap Uninstall Adobe Reader 8.1.4
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A81300000003}
REM *** Zap Uninstall Adobe Reader 9.0
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A90000000001}
REM *** Zap Uninstall Adobe Reader 9.1
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A91000000001}
REM *** Zap Uninstall Adobe Reader 9.2
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A92000000001}
REM *** Zap Uninstall Adobe Reader 9.3
&quot;%~dp0msizap.exe&quot; TW! {AC76BA86-7AD7-1033-7B44-A93000000001}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/deploying-adobe-reader-updates-in-enterprise-environments/feed/</wfw:commentRss>
		<slash:comments>9</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 8/16 queries in 0.050 seconds using disk: basic

Served from: www.tomwaller.co.uk @ 2012-02-06 16:24:48 -->
