<?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> &#187; SCCM</title>
	<atom:link href="http://risualblogs.com/blog/tag/sccm/feed/" rel="self" type="application/rss+xml" />
	<link>http://risualblogs.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 14:32:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Diskpart during an OSD Task Sequence</title>
		<link>http://consulting.risualblogs.com/blog/2012/01/13/diskpart-during-an-osd-task-sequence/</link>
		<comments>http://consulting.risualblogs.com/blog/2012/01/13/diskpart-during-an-osd-task-sequence/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 09:57:17 +0000</pubDate>
		<dc:creator>steveh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Diskpart]]></category>
		<category><![CDATA[OSD]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://2.431</guid>
		<description><![CDATA[Whilst at a customer recently I had a requirement to run a &#8216;Diskpart /Clean&#8217; at the start of a task sequence to remove any encryption on the drive, in this case McAfee. I have done this several times in the past however always hit a few niggles so thought I would blog to refer to [...]


Related posts:<ol><li><a href='http://consulting.risualblogs.com/blog/2011/07/03/bitlocker-windows-7-and-sccm-task-sequences/' rel='bookmark' title='Permanent Link: Bitlocker, Windows 7 and SCCM Task Sequences'>Bitlocker, Windows 7 and SCCM Task Sequences</a> <small>I had the following scenario, Windows 7 Enterprise deployment enabling...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/12/01/running-exchange-powershell-as-scheduled-task/' rel='bookmark' title='Permanent Link: Running Exchange PowerShell as Scheduled Task'>Running Exchange PowerShell as Scheduled Task</a> <small>If you want to run any of the Exchange PowerShell...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/07/29/getting-bit-locker-encryption-status-from-command-line/' rel='bookmark' title='Permanent Link: Getting Bit locker Encryption Status from command line'>Getting Bit locker Encryption Status from command line</a> <small>After deploying a few new laptops in our organisation I...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Whilst at a customer recently I had a requirement to run a &#8216;<strong>Diskpart /Clean&#8217; </strong>at the start of a task sequence to remove any encryption on the drive, in this case McAfee. I have done this several times in the past however always hit a few niggles so thought I would blog to refer to in the future <img src='http://risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The easiest way to do this is to perform the following;</p>
<ol>
<li>Mount your Windows PE image(s) to a directory</li>
<li>Create a text file called &#8216;CleanPartitions.txt&#8217; (for arguments sake), with the following content;
<ul>
<li>Select Disk 0</li>
<li>Clean</li>
</ul>
</li>
<li>Copy this text file to &#8216;&lt;Mounted Folder&gt;WindowsSystem32&#8242; (again, for arguments sake)</li>
<li>Commit the mounted folder back to the .WIM</li>
</ol>
<p>In your task sequence, before the standard &#8216;Format and Partition Disk&#8217; phase, perform the following;</p>
<ol>
<li>Add a &#8216;Run Command Line&#8217; task</li>
<li>In the &#8216;Command Line:&#8217; text area, type;
<ul>
<li>diskpart.exe /s &#8220;%windir%system32CleanPartitions.txt&#8221;</li>
</ul>
</li>
<li>Disable 64-bit file redirection</li>
<li>Save the task sequence</li>
</ol>
<p>This should now run successfully and remove any encryption on the drive <img src='http://risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It is worth noting that this will only work in a Lite-touch situation as you will need to either PXE-boot or use bootable media. There is a solution that McAfee have released that allows you to perform this end-to-end in a Zero-Touch situation that I will blog about soon.</p>
<p>Cheers</p>
<p>SteveH</p>


<p>Related posts:<ol><li><a href='http://consulting.risualblogs.com/blog/2011/07/03/bitlocker-windows-7-and-sccm-task-sequences/' rel='bookmark' title='Permanent Link: Bitlocker, Windows 7 and SCCM Task Sequences'>Bitlocker, Windows 7 and SCCM Task Sequences</a> <small>I had the following scenario, Windows 7 Enterprise deployment enabling...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/12/01/running-exchange-powershell-as-scheduled-task/' rel='bookmark' title='Permanent Link: Running Exchange PowerShell as Scheduled Task'>Running Exchange PowerShell as Scheduled Task</a> <small>If you want to run any of the Exchange PowerShell...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/07/29/getting-bit-locker-encryption-status-from-command-line/' rel='bookmark' title='Permanent Link: Getting Bit locker Encryption Status from command line'>Getting Bit locker Encryption Status from command line</a> <small>After deploying a few new laptops in our organisation I...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://consulting.risualblogs.com/blog/2012/01/13/diskpart-during-an-osd-task-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Manager IIS Error &#8211; WebDAV</title>
		<link>http://consulting.risualblogs.com/blog/2011/10/27/server-manager-iis-error-webdav/</link>
		<comments>http://consulting.risualblogs.com/blog/2011/10/27/server-manager-iis-error-webdav/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 15:05:07 +0000</pubDate>
		<dc:creator>steveh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[OSD]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[WebDAV]]></category>

		<guid isPermaLink="false">http://2.357</guid>
		<description><![CDATA[I came across the following error message recently whilst troubleshooting an SCCM Distribution Point; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; There was an error while performing this operation. Details: Filename: \?C:inetpubwwwrootweb.config Line number: &#60;LineNumber&#62; Error:  Cannot add duplicate collection entry of type &#8216;&#60;XXX&#62;&#8216; with unique key attribute &#8216;&#60;YYY&#62;&#8216; set to &#8216;&#60;ZZZ&#62;&#8216;. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Client&#8217;s were downloading packages via SMB rather than [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/08/11/hresult-0x800f0818-unable-to-addmodify-roles-or-features-through-server-manager-or-powershell-after-installing-updates/' rel='bookmark' title='Permanent Link: HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates'>HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates</a> <small>After installing numerous Windows Updates, usually when bringing a newly...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/06/09/service-manager-2010-sp1-cu2-install-fails-with-an-error-occurred-while-executing-a-custom-action_executesqlscripts/' rel='bookmark' title='Permanent Link: Service Manager 2010 SP1 CU2 install fails with &ldquo;An error occurred while executing a custom action:_ExecuteSqlScripts&rdquo;'>Service Manager 2010 SP1 CU2 install fails with &ldquo;An error occurred while executing a custom action:_ExecuteSqlScripts&rdquo;</a> <small>You receive the following error when installing Cumulative Update 2...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/09/20/the-download-of-anti-spam-updates-failed-with-an-error/' rel='bookmark' title='Permanent Link: The download of anti-spam updates failed with an error'>The download of anti-spam updates failed with an error</a> <small>We were having a few SCOM alerts each day to...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I came across the following error message recently whilst troubleshooting an SCCM Distribution Point;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
There was an error while performing this operation.</p>
<p>Details:<br />
Filename: \?C:inetpubwwwrootweb.config<br />
Line number: <var>&lt;LineNumber&gt;</var><br />
Error:  Cannot add duplicate collection entry of type &#8216;<var>&lt;XXX&gt;</var>&#8216; with unique key attribute &#8216;<var>&lt;YYY&gt;</var>&#8216; set to &#8216;<var>&lt;ZZZ&gt;</var>&#8216;.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Client&#8217;s were downloading packages via SMB rather than over HTTP which prompted me to check if WebDAV had been configured&#8230; upon clicking on the WebDAV feature configuration page the error appeared.</p>
<p>Turns out this was quite a simple fix &#8211; WebDAV had been configured at the Server Level, rather than at the Site level which a) resulted in this error and b) seemingly broke WebDAV and was the cause of the issue with the DP. Simply delete the configuration at the Server Level, and set your configuration at the site level.</p>
<p>Thanks<br />
SteveH</p>
<p>&nbsp;</p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/08/11/hresult-0x800f0818-unable-to-addmodify-roles-or-features-through-server-manager-or-powershell-after-installing-updates/' rel='bookmark' title='Permanent Link: HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates'>HRESULT: 0x800f0818 Unable to add/modify Roles or Features through Server Manager or Powershell after installing updates</a> <small>After installing numerous Windows Updates, usually when bringing a newly...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/06/09/service-manager-2010-sp1-cu2-install-fails-with-an-error-occurred-while-executing-a-custom-action_executesqlscripts/' rel='bookmark' title='Permanent Link: Service Manager 2010 SP1 CU2 install fails with &ldquo;An error occurred while executing a custom action:_ExecuteSqlScripts&rdquo;'>Service Manager 2010 SP1 CU2 install fails with &ldquo;An error occurred while executing a custom action:_ExecuteSqlScripts&rdquo;</a> <small>You receive the following error when installing Cumulative Update 2...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/09/20/the-download-of-anti-spam-updates-failed-with-an-error/' rel='bookmark' title='Permanent Link: The download of anti-spam updates failed with an error'>The download of anti-spam updates failed with an error</a> <small>We were having a few SCOM alerts each day to...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://consulting.risualblogs.com/blog/2011/10/27/server-manager-iis-error-webdav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out of Band Management console issues &#8211; SCCM</title>
		<link>http://consulting.risualblogs.com/blog/2011/08/11/out-of-band-management-console-issues-sccm/</link>
		<comments>http://consulting.risualblogs.com/blog/2011/08/11/out-of-band-management-console-issues-sccm/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 16:41:18 +0000</pubDate>
		<dc:creator>steveh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OOB]]></category>
		<category><![CDATA[SCCM]]></category>

		<guid isPermaLink="false">http://2.311</guid>
		<description><![CDATA[Whilst recently implementing out of band management for a customer, I had an issue whereby the out of band console would not connect to any provisioned system. The connection status transitioned between; connecting, busy, disconnected and the oobconsole.log file stated; GetAMTPowerState fail with result: 0x80072EE9 The power control options provided by OOB worked fine, &#8211; however [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/03/03/security-update-for-microsoft-net-framework-4-stuck-at-66-downloading-on-sccm/' rel='bookmark' title='Permanent Link: Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM'>Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM</a> <small>We came across an issue today with a certain update...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/04/07/lync-is-experiencing-connection-issues-with-the-exchange-server-lync-will-attempt-to-repair-the-connection-until-it-is-fully-restored/' rel='bookmark' title='Permanent Link: Lync is experiencing connection issues with the Exchange server. Lync will attempt to repair the connection until it is fully restored.'>Lync is experiencing connection issues with the Exchange server. Lync will attempt to repair the connection until it is fully restored.</a> <small>External users were receiving the following error in their Lync...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Whilst recently implementing out of band management for a customer, I had an issue whereby the out of band console would not connect to any provisioned system. The connection status transitioned between; connecting, busy, disconnected and the oobconsole.log file stated;</p>
<p><span style="color: #ff0000"><strong>GetAMTPowerState fail with result: 0x80072EE9 </strong></span></p>
<p>The power control options provided by OOB worked fine, &#8211; however these utilise TLS authentication as opposed to HTTPS for the console. Certificates are often the cause of much headache in OOB and after some searching came across a rep on the Intel vPro website suggesting that if the AMT web server certificate (issued to all AMT clients) was issued by a subordinate CA then to attempt adding this into the trusted root certificates for the local computer (that is running the OOB console)</p>
<p>Hallelujah! The console then connected fine <img src='http://risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/03/03/security-update-for-microsoft-net-framework-4-stuck-at-66-downloading-on-sccm/' rel='bookmark' title='Permanent Link: Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM'>Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM</a> <small>We came across an issue today with a certain update...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/04/07/lync-is-experiencing-connection-issues-with-the-exchange-server-lync-will-attempt-to-repair-the-connection-until-it-is-fully-restored/' rel='bookmark' title='Permanent Link: Lync is experiencing connection issues with the Exchange server. Lync will attempt to repair the connection until it is fully restored.'>Lync is experiencing connection issues with the Exchange server. Lync will attempt to repair the connection until it is fully restored.</a> <small>External users were receiving the following error in their Lync...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://consulting.risualblogs.com/blog/2011/08/11/out-of-band-management-console-issues-sccm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Security Rights &#8211; Virtual/Physical Packages</title>
		<link>http://consulting.risualblogs.com/blog/2011/08/01/user-security-rights-virtualphysical-packages/</link>
		<comments>http://consulting.risualblogs.com/blog/2011/08/01/user-security-rights-virtualphysical-packages/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 15:03:21 +0000</pubDate>
		<dc:creator>steveh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[App-V]]></category>
		<category><![CDATA[Application Virtualisation]]></category>
		<category><![CDATA[Configuration Manager 2007]]></category>
		<category><![CDATA[SCCM]]></category>

		<guid isPermaLink="false">http://2.306</guid>
		<description><![CDATA[A customer recently wanted to create a security right in Configuration Manager that allowed a user to create packages; both physical and virtual whilst restricting access to the other components in the console. At first glance this seems a fairly trivial task &#8211; create a group and add it as an user security right in SCCM, then [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/06/20/the-virtual-machine-could-not-be-started-because-the-hypervisor-is-not-running/' rel='bookmark' title='Permanent Link: The virtual machine could not be started because the hypervisor is not running.'>The virtual machine could not be started because the hypervisor is not running.</a> <small>We came across an issue recently where we had an...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/03/security-update-for-microsoft-net-framework-4-stuck-at-66-downloading-on-sccm/' rel='bookmark' title='Permanent Link: Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM'>Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM</a> <small>We came across an issue today with a certain update...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/28/service-manager-software-deployment-issue-system-unauthorizedaccessexception-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied/' rel='bookmark' title='Permanent Link: Service Manager software deployment issue &ldquo;System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))&rdquo;'>Service Manager software deployment issue &ldquo;System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))&rdquo;</a> <small>We came across the below issue recently in Service manager...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A customer recently wanted to create a security right in Configuration Manager that allowed a user to create packages; both physical and virtual whilst restricting access to the other components in the console.</p>
<p>At first glance this seems a fairly trivial task &#8211; create a group and add it as an user security right in SCCM, then assign the required classes &#8211; in this case;</p>
<ul>
<li>Collection &#8211; Read</li>
<li>Package &#8211; Full</li>
</ul>
<p>This had the desired effect for physical packages however the option to create a virtual application package was gone. <img src='http://risualblogs.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Several minutes of adding each class one at a time found that the &#8216;Site&#8217; class with &#8216;Read&#8217; and &#8216;Manage SQL Commands&#8217; is required to display the option to create a virtual package. This complicates things a little as it allows users to make changes to certain attributes in the &#8216;Site Settings&#8217; section &#8211; to mitigate this I added instance security rights to the primary site node giving the group I had created no permissions.</p>
<p>Cheers,</p>
<p>&nbsp;</p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/06/20/the-virtual-machine-could-not-be-started-because-the-hypervisor-is-not-running/' rel='bookmark' title='Permanent Link: The virtual machine could not be started because the hypervisor is not running.'>The virtual machine could not be started because the hypervisor is not running.</a> <small>We came across an issue recently where we had an...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/03/security-update-for-microsoft-net-framework-4-stuck-at-66-downloading-on-sccm/' rel='bookmark' title='Permanent Link: Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM'>Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM</a> <small>We came across an issue today with a certain update...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/03/28/service-manager-software-deployment-issue-system-unauthorizedaccessexception-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied/' rel='bookmark' title='Permanent Link: Service Manager software deployment issue &ldquo;System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))&rdquo;'>Service Manager software deployment issue &ldquo;System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))&rdquo;</a> <small>We came across the below issue recently in Service manager...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://consulting.risualblogs.com/blog/2011/08/01/user-security-rights-virtualphysical-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USMT Migration Outlook 2003 to Outlook 2010</title>
		<link>http://consulting.risualblogs.com/blog/2011/07/19/usmt-migration-outlook-2003-to-outlook-2010/</link>
		<comments>http://consulting.risualblogs.com/blog/2011/07/19/usmt-migration-outlook-2003-to-outlook-2010/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 22:19:09 +0000</pubDate>
		<dc:creator>johnr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Outlook 2003]]></category>
		<category><![CDATA[Outlook 2010]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[USMT]]></category>

		<guid isPermaLink="false">http://2.299</guid>
		<description><![CDATA[Ran into this issue when launching Outlook 2010 after a USMT migration. Cannot open your default e-mail folders. The attempt to logon to Microsoft Exchange has failed. The scenario is a&#160; Windows XP SP3 with Office 2003, to Windows 7 SP1 with Office 2010 RTM migration. User State Migration Toolkit (USMT) 4.0 was used to [...]


Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/04/28/outlook-2010-backup-and-import-rss-feeds/' rel='bookmark' title='Permanent Link: Outlook 2010 Backup and Import RSS feeds'>Outlook 2010 Backup and Import RSS feeds</a> <small>Since coming back off holiday I noticed that my RSS...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/07/19/office-2010-sp-1-with-crm-2011-client-for-outlook-causes-reminders-to-stop-working-2/' rel='bookmark' title='Permanent Link: Office 2010 SP 1 with CRM 2011 Client for Outlook causes reminders to stop working'>Office 2010 SP 1 with CRM 2011 Client for Outlook causes reminders to stop working</a> <small>We have come across a problem with the new Service...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/02/11/exchange-2010-sp1-outlook-anywhere-issue-when-being-published-via-uag/' rel='bookmark' title='Permanent Link: Exchange 2010 SP1 Outlook Anywhere Issue when being published via UAG'>Exchange 2010 SP1 Outlook Anywhere Issue when being published via UAG</a> <small>Recent we came across an issue where certain users in...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Ran into this issue when launching Outlook 2010 after a USMT migration. </p>
<p><font color="#ff0000">Cannot open your default e-mail folders. The attempt to logon to Microsoft Exchange has failed.</font></p>
<p><a href="http://consulting.risualblogs.com/blog/files/2011/07/image9.png"><img style="border-right-width: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" alt="image" src="http://consulting.risualblogs.com/blog/files/2011/07/image_thumb9.png" width="618" height="129" /></a></p>
<p>The scenario is a&#160; Windows XP SP3 with Office 2003, to Windows 7 SP1 with Office 2010 RTM migration.</p>
<p>User State Migration Toolkit (USMT) 4.0 was used to copy the profile, this included the USMT update to support Office 2010 which can be downloaded here <a title="http://support.microsoft.com/kb/2023591" href="http://support.microsoft.com/kb/2023591">http://support.microsoft.com/kb/2023591</a></p>
<p>The profile and user settings had migrated successfully, however it appeared that the Outlook profile didn’t migrate.</p>
<p>This is a known issue and an Outlook hotfix is available from Microsoft at the following location.</p>
<p><a title="http://support.microsoft.com/kb/2405793" href="http://support.microsoft.com/kb/2405793">http://support.microsoft.com/kb/2405793</a></p>
<p>Once the hotfix is installed the profile opens fine, and all settings are migrated. </p>
<p>This hotfix can be added directly into the task sequence, or into the Office package. </p>
<p>To add into the Office package extract the fix into the updates folder using the following command.</p>
<p>outlook2010-kb2405793-fullfile-x86-glb.exe /extract:c:&lt;extractiondirectory&gt;</p>
<p><a href="http://consulting.risualblogs.com/blog/files/2011/07/image10.png"><img style="border-right-width: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" alt="image" src="http://consulting.risualblogs.com/blog/files/2011/07/image_thumb10.png" width="244" height="25" /></a></p>
<p>Then copy the two files into the updates folder of the Office 2010 installation sources files</p>
<p><a href="http://consulting.risualblogs.com/blog/files/2011/07/image11.png"><img style="border-right-width: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" alt="image" src="http://consulting.risualblogs.com/blog/files/2011/07/image_thumb11.png" width="137" height="55" /></a></p>
<p><a href="http://consulting.risualblogs.com/blog/files/2011/07/image12.png"><img style="border-right-width: 0px;padding-left: 0px;padding-right: 0px;float: left;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" alt="image" align="left" src="http://consulting.risualblogs.com/blog/files/2011/07/image_thumb12.png" width="245" height="284" /></a></p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>Once you deploy Office 2010 from the updated media, the update will be slipstreamed into the install.</p>
<p>John Riseam</p>
<p>System Center Consultant </p>
<p>Risual Ltd</p>


<p>Related posts:<ol><li><a href='http://support.risualblogs.com/blog/2011/04/28/outlook-2010-backup-and-import-rss-feeds/' rel='bookmark' title='Permanent Link: Outlook 2010 Backup and Import RSS feeds'>Outlook 2010 Backup and Import RSS feeds</a> <small>Since coming back off holiday I noticed that my RSS...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/07/19/office-2010-sp-1-with-crm-2011-client-for-outlook-causes-reminders-to-stop-working-2/' rel='bookmark' title='Permanent Link: Office 2010 SP 1 with CRM 2011 Client for Outlook causes reminders to stop working'>Office 2010 SP 1 with CRM 2011 Client for Outlook causes reminders to stop working</a> <small>We have come across a problem with the new Service...</small></li>
<li><a href='http://support.risualblogs.com/blog/2011/02/11/exchange-2010-sp1-outlook-anywhere-issue-when-being-published-via-uag/' rel='bookmark' title='Permanent Link: Exchange 2010 SP1 Outlook Anywhere Issue when being published via UAG'>Exchange 2010 SP1 Outlook Anywhere Issue when being published via UAG</a> <small>Recent we came across an issue where certain users in...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://consulting.risualblogs.com/blog/2011/07/19/usmt-migration-outlook-2003-to-outlook-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 SCCM Collection Queries</title>
		<link>http://support.risualblogs.com/blog/2011/04/27/windows-7-sccm-collection-queries/</link>
		<comments>http://support.risualblogs.com/blog/2011/04/27/windows-7-sccm-collection-queries/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 14:17:47 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SCCM]]></category>

		<guid isPermaLink="false">http://3.717</guid>
		<description><![CDATA[Here are 2 useful queries which will allow you to create separate x86 and x64 Windows 7 SCCM collections which will come in handy when your pushing out programs that are architecture specific. Windows 7 x86 select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where (SMS_R_System.OperatingSystemNameandVersion like &#8220;%Workstation 6.1%&#8221; or [...]


Related posts:<ol><li><a href='http://consulting.risualblogs.com/blog/2011/03/10/lync-client-for-windows-phone-7/' rel='bookmark' title='Permanent Link: Lync Client for Windows Phone 7'>Lync Client for Windows Phone 7</a> <small>Finally… some information about the Lync Client for Windows 7...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Here are 2 useful queries which will allow you to create separate x86 and x64 Windows 7 SCCM collections which will come in handy when your pushing out programs that are architecture specific.</p>
<p><strong>Windows 7 x86</strong></p>
<p>select<br />
SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,<br />
SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,<br />
SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where (SMS_R_System.OperatingSystemNameandVersion like &#8220;%Workstation 6.1%&#8221; or SMS_R_System.OperatingSystemNameandVersion like &#8220;%Windows 7%&#8221;) and SMS_G_System_COMPUTER_SYSTEM.SystemType = &#8220;x86-based PC&#8221;</p>
<p><strong>Windows 7 x64</strong></p>
<p>select<br />
SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,<br />
SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,<br />
SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where (SMS_R_System.OperatingSystemNameandVersion like &#8220;%Workstation 6.1%&#8221; or SMS_R_System.OperatingSystemNameandVersion like &#8220;%Windows 7%&#8221;) and SMS_G_System_COMPUTER_SYSTEM.SystemType = &#8220;x64-based PC&#8221;</p>


<p>Related posts:<ol><li><a href='http://consulting.risualblogs.com/blog/2011/03/10/lync-client-for-windows-phone-7/' rel='bookmark' title='Permanent Link: Lync Client for Windows Phone 7'>Lync Client for Windows Phone 7</a> <small>Finally… some information about the Lync Client for Windows 7...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/04/27/windows-7-sccm-collection-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Update for Microsoft .NET Framework 4 Stuck at 66% Downloading on SCCM</title>
		<link>http://support.risualblogs.com/blog/2011/03/03/security-update-for-microsoft-net-framework-4-stuck-at-66-downloading-on-sccm/</link>
		<comments>http://support.risualblogs.com/blog/2011/03/03/security-update-for-microsoft-net-framework-4-stuck-at-66-downloading-on-sccm/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 10:54:47 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Net Framework]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://3.562</guid>
		<description><![CDATA[We came across an issue today with a certain update being pushed out via SCCM “Security Update for Microsoft .NET Framework 4 (KB2416472). Basically the downloading of the file was stuck at 66%. I then looked for this update in my update list in the SCCM console, i came across the update and went into [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>We came across an issue today with a certain update being pushed out via SCCM “Security Update for Microsoft .NET Framework 4 (KB2416472). Basically the downloading of the file was stuck at 66%.</p>
<p><a href="http://support.risualblogs.com/blog/files/2011/03/image.png"><img style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border-width: 0px" src="http://support.risualblogs.com/blog/files/2011/03/image_thumb.png" border="0" alt="image" width="453" height="243" /></a></p>
<p>I then looked for this update in my update list in the SCCM console, i came across the update and went into the properties of it. On the content tab i noticed that all the update was not downloaded.</p>
<p><a href="http://support.risualblogs.com/blog/files/2011/03/image1.png"><img style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border-width: 0px" src="http://support.risualblogs.com/blog/files/2011/03/image_thumb1.png" border="0" alt="image" width="324" height="372" /></a></p>
<p>So i then went back to software updates and searched for the update in my update repository and then i re-downloaded the software update into my Updates deployment package.</p>
<p><a href="http://support.risualblogs.com/blog/files/2011/03/image2.png"><img style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border-width: 0px" src="http://support.risualblogs.com/blog/files/2011/03/image_thumb2.png" border="0" alt="image" width="555" height="151" /></a></p>
<p>I then went back into the properties of the update and could see on the content information tab that all 3 components were downloaded.</p>
<p>The next step was to update the Distribution Point so that it picked up the newly downloaded files. By going to distribution points under your update deployment package and choosing update distribution points and waiting for the source version of your package to update (Check via package status)</p>
<p><a href="http://support.risualblogs.com/blog/files/2011/03/image3.png"><img style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border-width: 0px" src="http://support.risualblogs.com/blog/files/2011/03/image_thumb3.png" border="0" alt="image" width="272" height="60" /></a></p>
<p>I then rebooted a client with the issue and then the update sprang into life <img class="wlEmoticon wlEmoticon-smile" style="border-style: none" src="http://support.risualblogs.com/blog/files/2011/03/wlEmoticon-smile.png" alt="Smile" /></p>
<p><a href="http://support.risualblogs.com/blog/files/2011/03/image4.png"><img style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border: 0px" src="http://support.risualblogs.com/blog/files/2011/03/image_thumb4.png" border="0" alt="image" width="456" height="249" /></a></p>
<p><a href="http://support.risualblogs.com/blog/files/2011/03/image5.png"><img style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border: 0px" src="http://support.risualblogs.com/blog/files/2011/03/image_thumb5.png" border="0" alt="image" width="468" height="207" /></a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/03/03/security-update-for-microsoft-net-framework-4-stuck-at-66-downloading-on-sccm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t RDP onto Windows 2008/Windows 7 machines due to Network Level Authentication after implementing SCCM</title>
		<link>http://support.risualblogs.com/blog/2011/01/04/cant-rdp-onto-windows-2008windows-7-machines-due-to-network-level-authentication-after-implementing-sccm/</link>
		<comments>http://support.risualblogs.com/blog/2011/01/04/cant-rdp-onto-windows-2008windows-7-machines-due-to-network-level-authentication-after-implementing-sccm/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 09:27:25 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[NLA]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://3.409</guid>
		<description><![CDATA[We stumbled across an issue recently where all of a sudden we couldn’t RDP from windows 2003/XP machines to Windows 2008/Vista machines. The first thing we dis was run a Resultant set of policy on a windows 2008 machine applying NLA and the setting was being applied by local policy. An SCCM agent was installed [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>We stumbled across an issue recently where all of a sudden we couldn’t RDP from windows 2003/XP machines to Windows 2008/Vista machines. The first thing we dis was run a Resultant set of policy on a windows 2008 machine applying NLA and the setting was being applied by local policy.</p>
<p>An SCCM agent was installed recently on all machines in the environment , so our next port of call was to pursue this route. So we started to look through the SCCM console and stumbled across the setting which was causing the issue.</p>
<p>The Setting is configured in the below location in the SCCM console.</p>
<ul>
<li>Site Database &gt; Site &gt; Client Agents &gt; Remote Tools Client Agent &gt; Remote Desktop</li>
</ul>
<p><a href="http://support.risualblogs.com/blog/files/2011/01/image.png"><img style="padding-left: 0px;padding-right: 0px;padding-top: 0px;border-width: 0px" src="http://support.risualblogs.com/blog/files/2011/01/image_thumb.png" border="0" alt="image" width="590" height="433" /></a></p>
<p>As you can see above NLA is enabled, so if you uncheck this, you’ll see your issues fade away <img class="wlEmoticon wlEmoticon-smile" style="border-style: none" src="http://support.risualblogs.com/blog/files/2011/01/wlEmoticon-smile.png" alt="Smile" /></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2011/01/04/cant-rdp-onto-windows-2008windows-7-machines-due-to-network-level-authentication-after-implementing-sccm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM not synchronizing with windows updates</title>
		<link>http://support.risualblogs.com/blog/2010/01/15/sccm-not-synchronizing-with-windows-updates/</link>
		<comments>http://support.risualblogs.com/blog/2010/01/15/sccm-not-synchronizing-with-windows-updates/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 16:28:26 +0000</pubDate>
		<dc:creator>Ashley Moore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SCCM]]></category>

		<guid isPermaLink="false">http://3.275</guid>
		<description><![CDATA[I have a SCCM server installed on site to deal with client and server machine patching. After the last patch Tuesday I noticed that the windows updates under Software Updates had not been synchronized with the latest updates. To dig deeper into this I navigated under System Status &#8211; Site Status &#8211; &#60;&#60;site name&#62;&#62; -Component [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I have a SCCM server installed on site to deal with client and server machine patching. After the last patch Tuesday I noticed that the windows updates under Software Updates had not been synchronized with the latest updates. To dig deeper into this I navigated under<em><strong> System Status &#8211; Site Status &#8211; &lt;&lt;site name&gt;&gt; -Component Status</strong></em> and noticed that the <em><strong>SMS_WSUS_SYNC_MANAGER</strong></em> component was in a warning state. By right clicking and selected S<em><strong>how Messages &#8211; All</strong></em> i was able to see a bit more information:</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/01/clip_image001.jpg"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://support.risualblogs.com/blog/files/2010/01/clip_image001_thumb.jpg" width="244" height="244" /></a></p>
<p>The entire description is as follows:</p>
<p><em><strong><font size="1">SMS WSUS Synchronization failed. </font></strong></em></p>
<p><em><strong><font size="1">Message: Thread was being aborted. </font></strong></em></p>
<p><em><strong><font size="1">Source: Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WSyncAction.WSyncAction.SyncUpdates.</font></strong></em></p>
<p>Seems strange that the thread was being aborted so I decided to have a look at the good old Application event viewer to see what was going on at a similar time. I found that the <em><strong>SMS_SITE_BACKUP</strong></em> component was running a split second after the <em><strong>SMS_WSUS_SYNC_MANAGER</strong></em> component which was causing the <em><strong>SMS_SITE_VSS_WRITER</strong></em> component to stop the SMS services as part of preparing for backup (wow that&#8217;s a lot of components in one sentence!)</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/01/clip_image002.jpg"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://support.risualblogs.com/blog/files/2010/01/clip_image002_thumb.jpg" width="244" height="173" /></a></p>
<p>I then changed the schedule start after property for this back up component task by navigating to <em><strong>Site Management &#8211; &lt;&lt;Site Name&gt;&gt; &#8211; Site Settings &#8211; Site Maintenance &#8211; Tasks &#8211; Backup ConfigMgr Site Server Properties</strong></em> and set the Schedule to run at a time that doesn&#8217;t conflict with the synchronization (just an hour later than it was).</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/01/clip_image003.jpg"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://support.risualblogs.com/blog/files/2010/01/clip_image003_thumb.jpg" width="220" height="244" /></a></p>
<p>This solved the issue and updates are synchronizing happily again now <img src='http://risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hopefully this can save you some valuable troubleshooting time!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/01/15/sccm-not-synchronizing-with-windows-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

