<?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>Maartendamen&#039;s blog &#187; SCCM</title>
	<atom:link href="http://www.maartendamen.com/category/sccm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maartendamen.com</link>
	<description>Blogging on various IT subjects</description>
	<lastBuildDate>Tue, 22 Nov 2011 21:27:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to trace SCCM&#8217;s management pack alerts to concrete SCCM errors</title>
		<link>http://www.maartendamen.com/2010/03/how-to-trace-sccms-management-pack-alerts-to-concrete-sccm-errors/</link>
		<comments>http://www.maartendamen.com/2010/03/how-to-trace-sccms-management-pack-alerts-to-concrete-sccm-errors/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 18:11:44 +0000</pubDate>
		<dc:creator>Maarten</dc:creator>
				<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCOM]]></category>
		<category><![CDATA[alerts]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.maartendamen.com/?p=234</guid>
		<description><![CDATA[Sometimes it&#8217;s a bit tricky to relate events generated by the SCCM management pack for SCOM to real SCCM errors. This article helps you to trace down the real SCCM error by using a real world example.. Let&#8217;s start by looking at the alert generated by the management pack in the SCOM console: Notice the [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it&#8217;s a bit tricky to relate events generated by the SCCM management pack for SCOM to real SCCM errors.<br />
This article helps you to trace down the real SCCM error by using a real world example..</p>
<p><span id="more-234"></span></p>
<p>Let&#8217;s start by looking at the alert generated by the management pack in the SCOM console:</p>
<p><img class="alignnone size-full wp-image-236" title="sccm_error" src="http://www.maartendamen.com/wp-content/uploads/2010/03/sccm_error1.png" alt="sccm_error" width="650" height="458" /></p>
<p>Notice the two items marked:</p>
<ul>
<li>Component</li>
<li>Message ID</li>
</ul>
<p>In this example the component affected is SMS_DISTRIBUTION_MANAGER and the message ID is 2302.<br />
Now let&#8217;s start the SCCM management console, drill down to Site Database -&gt; System Status -&gt; Site Status -&gt; Your site name -&gt; Component Status.</p>
<p><img class="alignnone size-full wp-image-237" title="sccm_error4" src="http://www.maartendamen.com/wp-content/uploads/2010/03/sccm_error4.png" alt="sccm_error4" width="389" height="224" /></p>
<p>The right pane should now give you a list of all the SCCM components,  note the SMS_DISTRIBUTION_MANAGER and the error count:</p>
<p><img class="alignnone size-full wp-image-239" title="sccm_error3" src="http://www.maartendamen.com/wp-content/uploads/2010/03/sccm_error3.png" alt="sccm_error3" width="650" height="198" /></p>
<p>Now right click the component with errors and select &#8220;Show Messages -&gt; All&#8221;<br />
A message status viewer will now popup showing some detailed information about the error:</p>
<p><img class="alignnone size-full wp-image-240" title="sccm_error2" src="http://www.maartendamen.com/wp-content/uploads/2010/03/sccm_error2.png" alt="sccm_error2" width="592" height="181" /></p>
<p>Note that the message ID of the error reported by the management pack is listed here. This should give you some in-depth information about the error.<br />
I hope this article helps you to trace alerts generated by SCOM down to the real SCCM errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maartendamen.com/2010/03/how-to-trace-sccms-management-pack-alerts-to-concrete-sccm-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install a SCCM client within an image/template.</title>
		<link>http://www.maartendamen.com/2009/11/install-a-sccm-client-within-an-imagetemplate/</link>
		<comments>http://www.maartendamen.com/2009/11/install-a-sccm-client-within-an-imagetemplate/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 15:28:00 +0000</pubDate>
		<dc:creator>Maarten</dc:creator>
				<category><![CDATA[SCCM]]></category>
		<category><![CDATA[imaging]]></category>
		<category><![CDATA[sysprep]]></category>

		<guid isPermaLink="false">http://www.maartendamen.com/?p=22</guid>
		<description><![CDATA[Today I wanted to create an fresh image for Windows 2008 x86 deployment. We work with Microsoft&#8217;s SCCM to install Windows updates on server systems. I was looking for a way to embed the SCCM client within the base image. Microsoft has some information available on the subject right here: http://technet.microsoft.com/en-us/library/bb694095.aspx There is not alot [...]]]></description>
			<content:encoded><![CDATA[<p>Today I wanted to create an fresh image for Windows 2008 x86 deployment.<br />
We work with Microsoft&#8217;s SCCM to install Windows updates on server systems.<br />
I was looking for a way to embed the SCCM client within the base image.<br />
Microsoft has some information available on the subject right here: <a href="http://technet.microsoft.com/en-us/library/bb694095.aspx">http://technet.microsoft.com/en-us/library/bb694095.aspx</a><br />
There is not alot of information available on step 3 of this documentation. To complete this step you need the command line tool called &#8220;ccmdelcert.exe&#8221; which is available in the Systems Management Server 2003 Toolkit 2 (SCCM 2007&#8242;s precursor), you can download the toolkit here:<br />
<a href="http://technet.microsoft.com/en-us/sms/bb676787.aspx">http://technet.microsoft.com/en-us/sms/bb676787.aspx</a></p>
<p>Here&#8217;s a short result of the command-line tool:</p>
<p><img class="alignleft size-full wp-image-23" title="ccmdelcert" src="http://www.maartendamen.com/wp-content/uploads/2009/11/ccmdelcert.png" alt="ccmdelcert" width="475" height="29" /><br /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.maartendamen.com/2009/11/install-a-sccm-client-within-an-imagetemplate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

