<?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>risual support blog &#187; SCCM</title>
	<atom:link href="http://support.risualblogs.com/blog/tag/sccm/feed/" rel="self" type="application/rss+xml" />
	<link>http://support.risualblogs.com/blog</link>
	<description>notes from the frontline</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>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://support.risualblogs.com/blog/2011/04/27/windows-7-sccm-collection-queries/</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 [...]]]></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>
]]></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://support.risualblogs.com/blog/2011/03/03/security-update-for-microsoft-net-framework-4-stuck-at-66-downloading-on-sccm/</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 [...]]]></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>
]]></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>3</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://support.risualblogs.com/blog/2011/01/04/cant-rdp-onto-windows-2008windows-7-machines-due-to-network-level-authentication-after-implementing-sccm/</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 [...]]]></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>
]]></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://support.risualblogs.com/blog/2010/01/15/sccm-not-synchronizing-with-windows-updates/</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 [...]]]></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://support.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>
]]></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>

