<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type='text/xsl' href='http://ronni-pedersen.spaces.live.com/mmm2008-05-17_13.22/rsspretty.aspx?rssquery=en-US;http%3a%2f%2fronni-pedersen.spaces.live.com%2fcategory%2fSCCM%2b2007%2ffeed.rss' version='1.0'?><rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss" xmlns:live="http://schemas.microsoft.com/live/spaces/2006/rss" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Ronni Pedersen's Blog Site: SCCM 2007</title><description /><link>http://ronni-pedersen.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=catSCCM%2b2007</link><language>en-US</language><pubDate>Wed, 02 Jul 2008 13:52:45 GMT</pubDate><lastBuildDate>Wed, 02 Jul 2008 13:52:45 GMT</lastBuildDate><generator>Microsoft Spaces v1.1</generator><docs>http://www.rssboard.org/rss-specification</docs><ttl>60</ttl><cf:parentRSS>http://ronni-pedersen.spaces.live.com/blog/feed.rss</cf:parentRSS><live:type>blogcategory</live:type><live:identity><live:id>-3491085970699621795</live:id><live:alias>ronni-pedersen</live:alias></live:identity><cf:listinfo><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="typelabel" label="Type" /><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="tag" label="Tag" /><cf:group element="category" label="Category" /><cf:sort element="pubDate" label="Date" data-type="date" default="true" /><cf:sort element="title" label="Title" data-type="string" /><cf:sort ns="http://purl.org/rss/1.0/modules/slash/" element="comments" label="Comments" data-type="number" /></cf:listinfo><item><title>Using Task Sequence Variables to customize deployments</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!542.entry</link><description>&lt;p&gt; &lt;p&gt;Living in a non-english speaking country like Denmark, I often have to deal with deploying English versions of Windows XP and/or Windows Vista, with other Regional Settings, Keyboard Settings, Time Zones etc. &lt;p&gt;In the past I've created a VBScript to modify the sysprep.inf or the unattend.xml, after laying down the image on the client. The values were configured with Collection Variables or Computer Variables. The script collected the value during deployment, and replaced the value in the sysprep.inf or unattend.xml file before restarting into mini setup. &lt;p&gt;This year at TechEd in Orlando, I attened a great session on Windows Deployment with Configuration Manager (Part 1 of 4) with Michael Kelly. In this session he showed a demo, where he created a custom variable (&amp;quot;XRes&amp;quot; and &amp;quot;YRes&amp;quot;), and typed the variable direct in sysprep.inf like this: &lt;p&gt;&lt;b&gt;sysprep.inf: &lt;br&gt;&lt;/b&gt;[Display] &lt;br&gt;   XResolution=%XRes% &lt;br&gt;   YResolution=%YRes% &lt;p&gt;This was a simple example, but it gave me a lot of ideas to work with. And as a result of this, I no longer need my &amp;quot;fancy&amp;quot; script to take care of my deployments anymore. This is how I do it now (example): &lt;p&gt;For my Windows XP deployments I've created a sysprep.inf that looks like this: &lt;br&gt;(This can also be done with Windows Vista deployments, but you’ll need to use the unattend.xml and the format should be in XML). &lt;p&gt;&lt;b&gt;sysprep.inf:&lt;/b&gt; &lt;br&gt;[GuiUnattend] &lt;br&gt;   TimeZone=%LAB_OSDTimeZone% &lt;br&gt;[ResionalSettings] &lt;br&gt;   SystemLocale=%LAB_OSDSystemLocale% &lt;br&gt;   SystemInput=%LAB_OSDSystemInput% &lt;br&gt;[Display] &lt;br&gt;   XResolution=%LAB_OSDXResolution% &lt;br&gt;   YResolution=%LAB_OSDYResolution% &lt;p&gt;The sysprep.inf file should be place in a package in order to use it from the task sequence. &lt;p&gt;In the “Deploy Windows XP” Task Sequence, you need to specify the sysprep.inf file in the “Apply Operating System” section, like this: &lt;p&gt;&lt;a href="http://byfiles.storage.msn.com/y1pOjoDKDHswkY0mi-ShvD-iIv2EgIDeR1tCbrf4Rl5OUj6NosyRAEzRndnlEYIY6kx?PARTNER=WRITER"&gt;&lt;img title="clip_image002[7]" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height=318 alt="clip_image002[7]" src="http://byfiles.storage.msn.com/y1psgtjtycX7t47VdLY_ZxrSyd5acs3MxRRHkZuWVbTZ77N-678gOki1lcnOW176tAi?PARTNER=WRITER" width=345 border=0&gt;&lt;/a&gt; &lt;p&gt;In order to use the sysprep.inf containing the variables we need to assign some variables to our collection first. &lt;p&gt;&lt;b&gt;How to Create Collection Task Sequence Variables:&lt;/b&gt; &lt;table cellspacing=0 cellpadding=2 width=756 border=0&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign=top width=277&gt;&lt;a href="http://byfiles.storage.msn.com/y1pver3vZn4U8fLvKbpSXMX6D5-TuCptYi3Ywr72IY0ve9NAVdzBl2h1ffkc9AKnvwt?PARTNER=WRITER"&gt;&lt;img title="clip_image002" style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height=164 alt="clip_image002" src="http://byfiles.storage.msn.com/y1pNun6X6V_6iix1lT5AcGRwBULdjY5nG3oqTmGkFUlXvluZl2eLehgQqaTB3e2FZ3p?PARTNER=WRITER" width=259 border=0&gt;&lt;/a&gt; &lt;td valign=top width=477&gt;In the Configuration Manager console,&lt;b&gt; System Center Configuration Manager&lt;/b&gt; / &lt;b&gt;Site Database&lt;/b&gt; / &lt;b&gt;Computer Management&lt;/b&gt; &lt;b&gt;/ Collections&lt;/b&gt;. &lt;tr&gt; &lt;td valign=top width=277&gt;&lt;a href="http://byfiles.storage.msn.com/y1pFe4k114--tAp8t2d-_KlaObMAVA7ebocuCWDsVbTpZffjPuSFZz2X-X6yYx2LjoH?PARTNER=WRITER"&gt;&lt;img title=image style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height=269 alt=image src="http://byfiles.storage.msn.com/y1pIrxkG38IXN9W0fiAOsxjEzqtl_d6xPWzIRujRH1h4t6EF4_FPKljNyRyT7pmQaeY?PARTNER=WRITER" width=258 border=0&gt;&lt;/a&gt;  &lt;td valign=top width=477&gt;To assign a variable to a collection, right-click the collection, and then click &lt;b&gt;Modify Collection Settings&lt;/b&gt;. &lt;tr&gt; &lt;td valign=top width=277&gt;&lt;a href="http://byfiles.storage.msn.com/y1p7b-MZsjj3cReXDZxJBZOsHiucQyjfDnU9UACqGGbvKW4HxgX6OczxgyRfptLZZHH?PARTNER=WRITER"&gt;&lt;img title=image style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height=293 alt=image src="http://byfiles.storage.msn.com/y1pnUVUotLUvSt0384lAWPh-DB_Vby0YpHLcJHgE6jHtXsJUCGsnQpxa2YbNbw-CF3I?PARTNER=WRITER" width=262 border=0&gt;&lt;/a&gt;  &lt;td valign=top width=477&gt; &lt;p&gt;Open the &lt;b&gt;&amp;lt;New&amp;gt; Variable &lt;/b&gt;dialog box, click the &lt;b&gt;Collection Variable&lt;/b&gt; tab, and then click the &lt;b&gt;New&lt;/b&gt; icon. &lt;tr&gt; &lt;td valign=top width=277&gt;&lt;a href="http://byfiles.storage.msn.com/y1pC4WMCDfD3KStE0TlOJip3vxZoVhDRTcibvmHYUfC8BUESfY6Mun29w_AG9ArLOvi?PARTNER=WRITER"&gt;&lt;img title=image style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height=180 alt=image src="http://byfiles.storage.msn.com/y1plsDIFF5zgC73iYEE_8xiUaQx38yXb19xuOPCrmClROmXiTTwHL-XNDcTInMqKR3C?PARTNER=WRITER" width=260 border=0&gt;&lt;/a&gt;  &lt;td valign=top width=477&gt;In the &lt;b&gt;New Variable&lt;/b&gt; dialog box, specify a name (example: “LAB_OSDSystemInput”) for the variable. &lt;br&gt; &lt;p&gt;On the &lt;b&gt;Value&lt;/b&gt; line, specify the &lt;b&gt;Value&lt;/b&gt; (Example: 0406:00000406 for danish keyboard) of the variable, and if the value is masked, enter the value again to confirm the variable on the &lt;b&gt;Confirm Value&lt;/b&gt; line, and then click &lt;b&gt;OK&lt;/b&gt;. &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;You can also specify &lt;b&gt;Precedence&lt;/b&gt; by selecting a numeric value from the drop-down list, where 1 is the lowest precedence, and 9 to specify the highest precedence. The &lt;b&gt;Precedence&lt;/b&gt; level will be used when a computer is a member of multiple collections with differing precedence levels assigned. &lt;p&gt;You can also specify per-computer task sequence variables, by &lt;strong&gt;right-clicking&lt;/strong&gt; the computer object, click &lt;b&gt;Properties&lt;/b&gt;, and then click the &lt;b&gt;Variables&lt;/b&gt; tab. Per-computer variables will allways overwrithe per-collection variables. &lt;p&gt; &lt;p&gt;That’s all folks… No more scripting for modifying the sysprep.inf file during deployment :-) &lt;p&gt;&lt;strong&gt;Additional resources:&lt;/strong&gt; &lt;p&gt;&lt;strong&gt;TimeZone codes:&lt;/strong&gt; (scroll down to the end where you’ll find “TimeZone”) &lt;br&gt;&lt;a href="http://technet2.microsoft.com/windowsserver/en/library/1cd05ce1-7eaa-4b03-bef5-772bb2d799eb1033.mspx?mfr=true"&gt;http://technet2.microsoft.com/windowsserver/en/library/1cd05ce1-7eaa-4b03-bef5-772bb2d799eb1033.mspx?mfr=true&lt;/a&gt; &lt;p&gt;&lt;strong&gt;Locale ID’s and Input Locale:&lt;/strong&gt; &lt;br&gt;&lt;a href="http://www.microsoft.com/globaldev/reference/winxp/xp-lcid.mspx"&gt;http://www.microsoft.com/globaldev/reference/winxp/xp-lcid.mspx&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Using+Task+Sequence+Variables+to+customize+deployments&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!542.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!542.entry</guid><pubDate>Tue, 01 Jul 2008 09:36:09 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!542/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!542.entry#comment</wfw:comment><dcterms:modified>2008-07-01T09:36:09Z</dcterms:modified></item><item><title>Windows Server 2008 Security Configuration Wizard and SC Configuration Manager 2007 SP1</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!521.entry</link><description>&lt;div&gt;
&lt;p&gt;With ConfigMgr 2007 SP1 released, we now have support for running ConfigMgr on Windows Server 2008. Microsoft has released an update that adds the required information, so the Security Configuration Wizard (SCW) can lock down the ConfigMgr Site Systems. 
&lt;p&gt;Download the update &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=8a08a66b-ea5b-423f-9c5d-04205f5a25ef&amp;amp;displaylang=en&amp;amp;tm" target="_blank"&gt;here&lt;/a&gt;. 
&lt;p&gt;&lt;strong&gt;Overview:&lt;/strong&gt;&lt;br&gt;The Security Configuration Wizard (SCW) is an attack-surface reduction tool for the Microsoft Windows Server® 2008 operating system. SCW determines the minimum functionality required for a server's role or roles, and disables functionality that is not required. The Configuration Manager 2007 SP1 Windows Server 2008 SCW template supports both new and updated site system definitions and the required services and ports. 
&lt;p&gt;&lt;strong&gt;Feature Bullet Summary: &lt;/strong&gt;&lt;br&gt;The Configuration Manager 2007 SP1 Windows Server 2008 SCW template adds support for the following new site systems:
&lt;ul&gt;
&lt;li&gt;Out of Band Service Point 
&lt;li&gt;Asset Intelligence Synchronization Point &lt;/ul&gt;
&lt;p&gt;The Configuration Manager 2007 SCW template renews support for the following site systems: 
&lt;ul&gt;
&lt;li&gt;Fallback Status Point (FSP) 
&lt;li&gt;State Migration Point (SMP) 
&lt;li&gt;PXE Service Point (PSP) 
&lt;li&gt;Software Update Point (SUP) 
&lt;li&gt;System Health Validator (SHV) 
&lt;li&gt;Primary Site Server (PSS) 
&lt;li&gt;Secondary Site Server (SSS) 
&lt;li&gt;Server Locator Point (SLP) 
&lt;li&gt;Management Point (MP) 
&lt;li&gt;Reporting Point (RP)&lt;/ul&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Windows+Server+2008+Security+Configuration+Wizard+and+SC+Configuration+Manager+2007+SP1&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!521.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!521.entry</guid><pubDate>Fri, 20 Jun 2008 20:24:07 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!521/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!521.entry#comment</wfw:comment><dcterms:modified>2008-06-20T20:24:07Z</dcterms:modified></item><item><title>Configuration Manager 2007 Service Pack 1 released</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!426.entry</link><description>&lt;p&gt;Configuration Manager 2007 SP1 now offers full support for management with Windows Vista SP1 and Windows Server 2008, integrates customer feedback, feature Integration with Intel vPro Technology and enhances Asset Intelligent features.For reference, this is a new server and client version, so all need to be upgraded. And you will need to upgrade to SP1 in order to use the Configuration Manager 2007 R2 features (they require SP1).&lt;br&gt; &lt;p&gt;&lt;strong&gt;Service Pack 1 itself includes:&lt;/strong&gt;   &lt;ul&gt; &lt;li&gt;Rollup of hotfixes since RTM &lt;li&gt;Full Windows Vista SP1 and Windows Server 2008 Support &lt;li&gt;Intel AMT Integration &lt;li&gt;Asset Intelligence 1.5&lt;/ul&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5aae62e8-4b7f-4af7-be01-aefaa4bf059a&amp;amp;DisplayLang=en"&gt;Download&lt;/a&gt; &lt;p&gt;Download Size: 1039.0 MB... Happy Downloading :-)&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Configuration+Manager+2007+Service+Pack+1+released&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!426.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!426.entry</guid><pubDate>Fri, 23 May 2008 09:20:59 GMT</pubDate><slash:comments>1</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!426/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!426.entry#comment</wfw:comment><dcterms:modified>2008-05-23T09:21:24Z</dcterms:modified></item><item><title>Setting default logon Domain in a Task Sequence</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!419.entry</link><description>&lt;p&gt;When you deploy a Windows XP client with Configuration Manager OSD, and the user hits CTRL+ALT+DELETE, the user gets the usual logon screen, but with the target set to the machine name, and not the domain the computer is joined to. This is not the biggest problem on the planet, but why deal with it the problem could go away? &lt;p&gt;&lt;a href="http://byfiles.storage.msn.com/y1pH0bWwtLZ1ys6q03BvYzzr5jktE34ROm7jZpfPu4RhtIBQydByXpT6OyVNI9g3yI-9YkVB0ZXUGs?PARTNER=WRITER"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px" height=183 alt=image src="http://byfiles.storage.msn.com/y1pH0bWwtLZ1yvcDvBzEFs5v119_KkiDB8LkyPXtaFfmRga0Y_PM1d6PR5pAtmkddzcY7T9eGyhEOk?PARTNER=WRITER" width=310 border=0&gt;&lt;/a&gt;  &lt;p&gt;There are many workarounds to this issue, but I prefer using a &amp;quot;Post Configuration Task&amp;quot; in my Task Sequence. All you need to do is to configure two steps (Run Command Line) that will run the following commands:  &lt;p&gt;reg add &amp;quot;HKLM\software\microsoft\windows nt\currentversion\winlogon&amp;quot; /v altdefaultdomainname /t REG_SZ  /d &amp;quot;DOMAINAME&amp;quot; /f &lt;p&gt;reg add &amp;quot;HKLM\software\microsoft\windows nt\currentversion\winlogon&amp;quot; /v defaultdomainname /t REG_SZ  /d &amp;quot;DOMAINAME&amp;quot; /f &lt;p&gt;“DOMAINNAME” in both lines must be replaced with actual domain name :-). Both steps must be executed before the last restart in the Task Sequence.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Setting+default+logon+Domain+in+a+Task+Sequence&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!419.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!419.entry</guid><pubDate>Sun, 18 May 2008 08:07:19 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!419/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!419.entry#comment</wfw:comment><dcterms:modified>2008-05-18T08:21:55Z</dcterms:modified></item><item><title>Importing HDC Storage Drivers in Configuration Manager 2007</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!416.entry</link><description>&lt;p&gt;
&lt;p&gt;A question that seems to popup from time to time, is how to import HDC Storage drivers in Configuration Manager RTM. 
&lt;p&gt;When importing storage drivers into Configuration Manager 2007, not all types (Class), can be used (selected) from the Task Sequence wizard. This is a known bug.  At the time ConfigMgr 07 shipped, Microsoft were not aware of any mass storage drivers that used the HDC class, so only SCSIAdapters were flagged as boot critical (&lt;font color="#ff0000"&gt;UPDATE: This issue is fixed in Service Pack 1&lt;/font&gt;). To workaround this issue you need to do the following: 
&lt;p&gt;When you import HDC storage drivers you need to point at the TXTSETUP.OEM file. This file depends on the *.inf file(s) where the Class is specified. If the “Class” is configured to “hdc”, you can’t select the driver from the “Apply Driver Package” in the Task Sequence. In order to use the driver you need to modify the *.inf file before importing the driver into the driver repository. Replace the “Class=hdc” with “Class=SCSIAdapter” under the [Version] section. 
&lt;p&gt;Example of an INF file: 
&lt;p&gt;&lt;font face="Courier New" size=2&gt;[version]&lt;br&gt;CatalogFile=iaAHCI.cat&lt;br&gt;Signature=&amp;quot;$WINDOWS NT$&amp;quot;&lt;br&gt;Class=&lt;font color="#ff0000"&gt;SCSIAdapter&lt;/font&gt;&lt;br&gt;ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}&lt;br&gt;Provider=%INTEL%&lt;br&gt;DriverVer=03/21/2007,7.5.0.1017&lt;/font&gt; 
&lt;p&gt;This is how it should look like after the import: 
&lt;p&gt;&lt;a href="http://by2.storage.msn.com/y1pG0d84M0YTG2Y8NYCBt3firBEkcWE3p08-kscdj0tYpHH0FJATLEfVYYCBcPx4SRYX6mhHZccy_m-SLZJUS3W0Q?PARTNER=WRITER"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height=142 alt=image src="http://oqacww.bay.livefilestore.com/y1pkP953z3Gp5nQy-1h8RfGc5bhKsUleE6tf8nN4rJVaOKAFYYpiPLKMhei9Su43L_7S0Z-miRMo56o3x9p_qNzCDp5mQcsVkIv?PARTNER=WRITER" width=724 border=0&gt;&lt;/a&gt; 
&lt;p&gt;If you modify the inf file after the import the driver should be deleted and re-imported. 
&lt;p&gt;Then you should be able to select the driver from the Task Sequense: 
&lt;p&gt;&lt;a href="http://oqacww.bay.livefilestore.com/y1pkP953z3Gp5mLci2F_RSHmPwfhyPGehQ8FKLGj-Yd7aWUe0yO_TvLjo_rCUUYnyLAx9YhCpeOARnwfiyd86mWU103qqE2byas?PARTNER=WRITER"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height=324 alt=image src="http://oqacww.bay.livefilestore.com/y1pkP953z3Gp5lkBP71dYAvNDzSo4PVuXWe6Y9EMsPZmkHfuWV6BUa8OXjRk2UJu1Qryto12uxjR24LnffbT5TvX3BrIgVrUmsT?PARTNER=WRITER" width=733 border=0&gt;&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Importing+HDC+Storage+Drivers+in+Configuration+Manager+2007&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!416.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!416.entry</guid><pubDate>Fri, 16 May 2008 16:09:58 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!416/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!416.entry#comment</wfw:comment><dcterms:modified>2008-06-28T10:27:21Z</dcterms:modified></item><item><title>Microsoft Office Visio 2007 Pro SCOM &amp; SCCM Connectors</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!396.entry</link><description>&lt;p&gt;Download the Visio add in and the web server component to connect and generate datasets to connect to your existing diagrams or auto generate your diagrams for your infrastructure monitoring needs. See your data from OpsManager and ConfigManager live in Visio diagrams. &lt;p&gt;&lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=521B3884-1EDA-4B9D-8AD7-67D00FE9CE8A&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=521B3884-1EDA-4B9D-8AD7-67D00FE9CE8A&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=521B3884-1EDA-4B9D-8AD7-67D00FE9CE8A&amp;amp;displaylang=en&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Microsoft+Office+Visio+2007+Pro+SCOM+%26+SCCM+Connectors&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!396.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!396.entry</guid><pubDate>Sun, 27 Apr 2008 07:50:34 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!396/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!396.entry#comment</wfw:comment><dcterms:modified>2008-04-27T07:50:34Z</dcterms:modified></item><item><title>ConfigMgr 2007 Software Updates Synchronization SuperFlow</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!379.entry</link><description>&lt;p&gt;The Software Updates Synchronization SuperFlow is a dynamic, interactive dataflow model that provides all of the information needed to understand the software updates synchronization process in Configuration Manager 2007. The SuperFlow also provides an animation for the process and resource files and links that provide information related to the process.  &lt;p&gt;&lt;a&gt;&lt;/a&gt;For many enterprise products, technical flowcharts can be an invaluable tool for IT Professionals to help them understand a feature or process within the product and to help them troubleshoot issues that might occur. The SuperFlow is a new concept that takes a technical flowchart to the next level by providing the following: &lt;h5&gt;Interactive Flowchart&lt;/h5&gt; &lt;ul&gt; &lt;li&gt;General and in-depth technical information about each step in the process.  &lt;li&gt;Sample log files, status messages, including sample log file entries, procedures to accomplish tasks, troubleshooting information, and more! &lt;/ul&gt; &lt;h5&gt;Animation&lt;b&gt;&lt;/b&gt;&lt;/h5&gt; &lt;ul&gt; &lt;li&gt;A visual representation for the steps in the SuperFlow process.  &lt;li&gt;A detailed description for each step in the SuperFlow process.&lt;/ul&gt; &lt;h5&gt;Resources&lt;b&gt;&lt;/b&gt;&lt;/h5&gt; &lt;ul&gt; &lt;li&gt;Links to internal resources such as the detailed dataflow for the process, sample log entries for the end-to-end process, verification checklists, etc.  &lt;li&gt;Links to external Web resources that provide more information about the product and SuperFlow process.&lt;/ul&gt; &lt;p&gt;&lt;a href="http://m1qrww.bay.livefilestore.com/y1pn3kXb3XWSx8PGll1Bgxh5mZHzhiJezaT69kaSPWUVvzjFOEN3VvznKXL_ZwCgvrI0ksAsaDW2A4?PARTNER=WRITER"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height=538 alt=image src="http://m1qrww.bay.livefilestore.com/y1pkP953z3Gp5lN9Xtf7BijpZuPw6z3Ry6USwOcXCKEOdJNCZPncNhiYbDMvKjDQlKwOg1k785Om1wW5DifqS_KzOXHyd3KRh5Z?PARTNER=WRITER" width=712 border=0&gt;&lt;/a&gt;  &lt;p&gt;&lt;strong&gt;Download:&lt;br&gt;&lt;/strong&gt;&lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=d509a9f4-e397-4d0a-89bb-fa3d68b9e8be&amp;amp;DisplayLang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d509a9f4-e397-4d0a-89bb-fa3d68b9e8be&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=d509a9f4-e397-4d0a-89bb-fa3d68b9e8be&amp;amp;DisplayLang=en&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+ConfigMgr+2007+Software+Updates+Synchronization+SuperFlow&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!379.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!379.entry</guid><pubDate>Wed, 26 Mar 2008 13:17:14 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!379/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!379.entry#comment</wfw:comment><dcterms:modified>2008-03-26T13:17:14Z</dcterms:modified></item><item><title>Configuration Manager 2007 Audiocasts</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!376.entry</link><description>&lt;p&gt;This article contains links to all of the ConfigMgr 2007 Audiocasts on the Microsoft website. &lt;p&gt;&lt;a href="mms://wm.microsoft.com/ms/systemcenter/configmgr/demos/microsoft_sccm_product_setup_and_deployment.wma"&gt;System Center Configuration Manager 2007: Setup and Deployment&lt;/a&gt; (13 mins 25 secs)&lt;br&gt;&lt;em&gt;Jeff Wettlaufer, Sr. Technical Product Manager, System Center Configuration Manager&lt;br&gt;Wally Mead, Sr. Program Manager, System Center Configuration Manager&lt;br&gt;&lt;/em&gt;In this episode of the Configuration Manager audiocasts, listen to Jeff Wettlaufer and Wally Mead discuss the best practice guidance and recommendations for how to install System Center Configuration Manager. From SMS upgrades to green field deployment, hear from the early experiences of Configuration Manager customers about deploying the infrastructure and clients. &lt;p&gt;&lt;a href="mms://wm.microsoft.com/ms/systemcenter/configmgr/demos/microsoft_sccm_operating_system_deployment.wma"&gt;System Center Configuration Manager 2007: Windows Deployment&lt;/a&gt; (11 mins 1 sec)&lt;br&gt;&lt;em&gt;Jeff Wettlaufer, Sr. Technical Product Manager, System Center Configuration Manager&lt;br&gt;Michael Kelley, Sr. Program Manager, System Center Configuration Manager&lt;/em&gt;&lt;br&gt;A significant investment in System Center Configuration Manager 2007 is focused around Operating System Deployment. Taking advantage of new technologies in Windows Vista and Windows Server 2008, listen to Jeff and Michael talk about concepts such as the Task Sequencer, Driver Catalog, WinPE and other areas of OSD. Learn how the same toolset can be used for both Client and Server deployments, and how Configuration Manager can drive end to end automation into your next deployment project. &lt;p&gt;&lt;a href="mms://wm.microsoft.com/ms/systemcenter/configmgr/demos/microsoft_sccm_desired_configuration_management.wma"&gt;System Center Configuration Manager 2007: Desired Configuration Management&lt;/a&gt; (10 mins 22 secs)&lt;br&gt;&lt;em&gt;Jeff Wettlaufer, Sr. Technical Product Manager, System Center Configuration Manager&lt;br&gt;Jeffrey Sutherland, Sr. Program Manager, System Center Configuration Manager&lt;/em&gt;&lt;br&gt;One of the key abilities in System Center Configuration Manager 2007 is the concept of Desired Configuration Management. DCM is a new approach to configuration management, using SML concepts to define Configuration baselines that can be used to monitor your enterprise. In this audiocast, listen to Jeff and Jeffrey discuss the concepts of configuration management, how to define configuration items, baselines, and the deployment of these in the network. Learn how to interpret this information, and understand the concept of analyzing Configuration Drift. &lt;p&gt;&lt;a href="mms://wm.microsoft.com/ms/systemcenter/configmgr/demos/microsoft_sccm_software_distribution.wma"&gt;System Center Configuration Manager 2007: Software Distribution&lt;/a&gt; (9 mins 9 secs)&lt;br&gt;&lt;em&gt;Jeff Wettlaufer, Sr. Technical Product Manager, System Center Configuration Manager&lt;br&gt;Dave Randall, Sr. Program Manager, System Center Configuration Manager&lt;br&gt;&lt;/em&gt;&lt;br&gt;In this edition of the Configuration Manager audiocast series, listen to Jeff and Dave discuss the concepts of Software Distribution, what has improved, what is new, and the benefits these enhancements will bring to your organization. &lt;p&gt;&lt;a href="mms://wm.microsoft.com/ms/systemcenter/configmgr/demos/microsoft_sccm_software_update_management.wma"&gt;System Center Configuration Manager 2007: Software Update Management&lt;/a&gt; (8 mins 33 secs)&lt;br&gt;&lt;em&gt;Jeff Wettlaufer, Sr. Technical Product Manager, System Center Configuration Manager&lt;br&gt;Marc Umeno, Sr. Program Manager, System Center Configuration Manager&lt;br&gt;&lt;/em&gt;In this edition of the Configuration Manager audiocast, listen to Jeff and Marc speak about the improvements in Software Update Management. Some great improvements have been made to the previous collection of tools and processes, and learn how to employ these today in your organization.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Configuration+Manager+2007+Audiocasts&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!376.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!376.entry</guid><pubDate>Tue, 25 Mar 2008 23:13:59 GMT</pubDate><slash:comments>2</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!376/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!376.entry#comment</wfw:comment><dcterms:modified>2008-03-25T23:13:59Z</dcterms:modified></item><item><title>ConfigMgr 2007 and Microsoft Deployment Toolkit - Video Walkthrough</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!373.entry</link><description>&lt;p&gt;Are you struggling with setting up ConfigMgr 2007 Operating System Deployment and integrating MDT? - download and view the video walkthrough that shows you how to:&lt;br&gt; &lt;ul&gt; &lt;li&gt;Setup the server environment for ConfigMgr 2007 OS deployment  &lt;li&gt;Configure the ConfigMgr 2007 Site Settings  &lt;li&gt;Configure the ConfigMgr 2007 Computer Management Settings  &lt;li&gt;Configure the ConfigMgr 2007 Operating System Deployment Settings  &lt;li&gt;Setup and use MDT integration with ConfigMgr 2007  &lt;li&gt;Add a reference machine object to ConfigMgr 2007  &lt;li&gt;Create a build and capture reference image for mass deployment using ConfigMgr 2007&lt;/ul&gt; &lt;p&gt;&lt;a href="http://www.richard-x-smith.co.uk/download/SCCM2007 MDT Setup and Config.zip"&gt;Download from here&lt;/a&gt; (51.2Mb) &lt;p&gt;Source: &lt;a href="http://blogs.technet.com/deploymentguys/" target="_blank"&gt;The Deployment Guys&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+ConfigMgr+2007+and+Microsoft+Deployment+Toolkit+-+Video+Walkthrough&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!373.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!373.entry</guid><pubDate>Sun, 23 Mar 2008 18:25:22 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!373/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!373.entry#comment</wfw:comment><dcterms:modified>2008-03-23T19:23:26Z</dcterms:modified></item><item><title>Configuration Manager 2007 SDK Now Available on Download Center</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!372.entry</link><description>&lt;p&gt;The Configuration Manager 2007 Software Development Kit (SDK) has been released and is now available on the Microsoft Download Center. &lt;p&gt;In addition to Service Pack 1 support for Windows Vista, MDT 2008 also has the following  new features: &lt;ul&gt; &lt;li&gt;Full support for Windows Server 2008  &lt;li&gt;Additional Actions including Configure DHCP, Authorize DHCP, Configure DNS, and Configure ADDS  &lt;li&gt;New scripts that will automate the installation of Mass Storage Drivers for Windows XP and Windows 2003 Systems  &lt;li&gt;Ability to use a WSUS server for the Windows Update script  &lt;li&gt;Improved performance for the PXE Filter for System Center Configuration Manager unknown computer support  &lt;li&gt;Improved documentation including a new Quick Start Guide for System Center Configuration Manager and a guide for implementing the Management Pack for System Center Operations Manager&lt;/ul&gt; &lt;p&gt;Download:&lt;br&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=064A995F-EF13-4200-81AD-E3AF6218EDCC&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=064A995F-EF13-4200-81AD-E3AF6218EDCC&amp;amp;displaylang=en&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Configuration+Manager+2007+SDK+Now+Available+on+Download+Center&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!372.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!372.entry</guid><pubDate>Tue, 18 Mar 2008 09:01:14 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!372/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!372.entry#comment</wfw:comment><dcterms:modified>2008-03-23T19:27:41Z</dcterms:modified></item><item><title>TechNet Webcast: Configuration Manager SP1 and R2 Overview (Level 300)</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!362.entry</link><description>&lt;p&gt;Event ID: 1032369053 &lt;p&gt;&lt;strong&gt;Language(s): &lt;/strong&gt;English.&lt;br&gt;&lt;strong&gt;Product(s): &lt;/strong&gt;System Center.&lt;br&gt;&lt;strong&gt;Audience(s): &lt;/strong&gt;IT Professionals.&lt;br&gt;&lt;b&gt;Duration: &lt;/b&gt;90 Minutes&lt;br&gt;&lt;strong&gt;Start Date: &lt;/strong&gt;Wednesday, February 27, 2008 1:00 PM Pacific Time (US &amp;amp; Canada) &lt;p&gt;&lt;strong&gt;Event Overview&lt;br&gt;&lt;/strong&gt;Microsoft System Center Configuration Manager 2007 shipped recently, but we are not done yet! This year, we will also release a service pack and an R2. In this session, we cover the changes we are making in the System Center Configuration Manager 2007 Service Pack 1 (SP1) timeframe, in addition to the following System Center Configuration Manager 2007 R2 release. We briefly introduce System Center Configuration Manager, but our focus is on the new elements to support Windows Vista Service Pack 1, Windows Server 2008, in addition to some additional changes for Asset Intelligence and Intel AMT Integration. &lt;p&gt;&lt;b&gt;Presenter: &lt;/b&gt;Jeff Wettlaufer, Senior Technical Product Manager, Microsoft Corporation &lt;p&gt;Register &lt;a href="http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032369053&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;strong&gt;here&lt;/strong&gt;&lt;/a&gt;.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+TechNet+Webcast%3a+Configuration+Manager+SP1+and+R2+Overview+(Level+300)&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!362.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!362.entry</guid><pubDate>Wed, 20 Feb 2008 21:48:54 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!362/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!362.entry#comment</wfw:comment><dcterms:modified>2008-02-20T21:48:54Z</dcterms:modified></item><item><title>What's New in Service Pack 1 and R2 for Configuration Manager 2007?</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!361.entry</link><description>&lt;h5&gt;What's New in Configuration Manager 2007 SP1 &lt;/h5&gt; &lt;ul&gt; &lt;li&gt;Microsoft System Center Configuration Manager 2007 SP1 introduces a new feature for out of band management.  &lt;li&gt;Configuration Manager 2007 SP1 provides significant enhancements to the Asset Intelligence feature introduced in Systems Management Server (SMS) 2003 and included in Configuration Manager 2007.  &lt;li&gt;The length of the evaluation period has changed in Configuration Manager 2007 SP1 to be more consistent with other Microsoft products. In Configuration Manager 2007, the evaluation period is 120 days. In Configuration Manager 2007 SP1, the evaluation period is 180 days. &lt;li&gt;The Application Compatibility Toolkit (ACT) Connector and the System Center Updates Publisher are no longer included with the Configuration Manager 2007 SP1 installation media.  &lt;li&gt;Microsoft System Center Configuration Manager 2007 SP1 provides support for Windows Server 2008 as clients and site systems. &lt;/ul&gt; &lt;p&gt;&lt;b&gt;Note &lt;br&gt;&lt;/b&gt;Windows Server 2008 does not include WebDAV by default, which is required for Configuration Manager 2007 management points and distribution points. For more information, see the release notes. &lt;p&gt;  &lt;h5&gt;What's New in Configuration Manager 2007 R2 &lt;/h5&gt; &lt;ul&gt; &lt;li&gt;Application Virtualization management support &lt;li&gt;Forefront Client Security Integration &lt;li&gt;SQL Reporting Services Reporting - Allows you to report on Configuration Manager activity using SQL Reporting Services &lt;li&gt;Client Status Reporting - Provides a set of tools and Configuration Manager 2007 reports to assess the status of client computers, sometimes referred to as &amp;quot;client health.&amp;quot; Clients that show a change in activity patterns might need administrative intervention.  &lt;li&gt;Operating System Deployment Enhancements &lt;ul&gt; &lt;li&gt;Unknown computer support&lt;br&gt;In Configuration Manager 2007 R2, you can deploy operating systems to computers using a PXE service point without first adding the computer to the Configuration Manager database.  &lt;li&gt;Multicast deployment&lt;br&gt;Previously, all operating system deployments used unicast. Multicast can make more efficient use of network bandwidth when deploying large images to several computers at the same time.  &lt;li&gt;Running command lines in task sequences with credentials other than the local system account. &lt;/ul&gt;&lt;/ul&gt; &lt;p&gt;If you haven't already joined, to get access to the program, which includes the ability to provide feedback, download pre-release bits, and use newsgroups for discussing product topics, please apply for the program here:&lt;br&gt;&lt;a href="https://connect.microsoft.com/programdetails.aspx?ProgramDetailsID=1829"&gt;https://connect.microsoft.com/programdetails.aspx?ProgramDetailsID=1829&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+What's+New+in+Service+Pack+1+and+R2+for+Configuration+Manager+2007%3f&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!361.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!361.entry</guid><pubDate>Mon, 18 Feb 2008 10:32:16 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!361/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!361.entry#comment</wfw:comment><dcterms:modified>2008-02-18T10:32:16Z</dcterms:modified></item><item><title>Deploying Windows Server 2008 With System Center Configuration Manager</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!360.entry</link><description>&lt;p&gt;With Windows Server 2008, the installation process for servers has substantially changed for the first time since Windows NT 4.0. Since the underlying technologies for deploying Windows Server 2008 and Windows Vista are now the same, wouldn’t it be great if you could use the same tools and leverage the same knowledge to deploy both? System Center Configuration Manager and Microsoft Deployment now provide that integrated toolset. In this paper, learn how to use System Center Configuration Manager and Microsoft Deployment to automate the deployment of Windows Server 2008 – through native integration with these new deployment processes and tools. &lt;p&gt;&lt;a href="http://myitforum.com/cs2/files/folders/proddocs/entry112752.aspx"&gt;Download…&lt;/a&gt; &lt;p&gt;Source: &lt;a href="http://myitforum.com/cs2/blogs/rtrent/archive/2008/02/16/deploying-windows-server-2008-with-system-center-configuration-manager.aspx" target="_blank"&gt;Rod Trend at myITforum.com&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Deploying+Windows+Server+2008+With+System+Center+Configuration+Manager&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!360.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!360.entry</guid><pubDate>Sun, 17 Feb 2008 15:52:56 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!360/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!360.entry#comment</wfw:comment><dcterms:modified>2008-02-17T15:52:56Z</dcterms:modified></item><item><title>Extending the SCCM console with basic tools</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!347.entry</link><description>&lt;p&gt;Remember back in the SMS 2003 days we had nice tools that enabled right-click on computers/collections to ping/force policy refresh etc. You will find that now extending the SCCM console is easier. It all comes down to an XML file placed in a proper folder. We can soon expect many extensions (also those from SMS) to be ported to SCCM console. As an example a ping extension for computers from SCCM console. 
&lt;p&gt;Create a file called e.g. PingWorkstation.xml: 
&lt;p&gt;&amp;lt;ActionDescription Class=&amp;quot;Group&amp;quot; DisplayName=&amp;quot;SMS Tools&amp;quot; MnemonicDisplayName=&amp;quot;SMS Tools&amp;quot; Description=&amp;quot;SMS tools for agent&amp;quot; SqmDataPoint=&amp;quot;53&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;ActionGroups&amp;gt;&lt;br&gt;&amp;lt;ActionDescription Class=&amp;quot;Executable&amp;quot; DisplayName=&amp;quot;Ping Workstation&amp;quot; MnemonicDisplayName=&amp;quot;Ping Workstation&amp;quot; Description=&amp;quot;Will ping a workstation&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;Executable&amp;gt;&lt;br&gt;&amp;lt;FilePath&amp;gt;cmd.exe&amp;lt;/FilePath&amp;gt;&lt;br&gt;&amp;lt;Parameters&amp;gt; /k Ping ##SUB:NetBIOSName##&amp;lt;/Parameters&amp;gt;&lt;br&gt;&amp;lt;/Executable&amp;gt;&lt;br&gt;&amp;lt;/ActionDescription&amp;gt;&lt;br&gt;&amp;lt;/ActionGroups&amp;gt;&lt;br&gt;&amp;lt;/ActionDescription&amp;gt; 
&lt;p&gt;Place the file in c:\Program Files\SCCM2007\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\ and restart the console. The GUID is reference to the resource object in collections. A collection would have these GUIDs: 
&lt;p&gt;&lt;strong&gt;dbb315c3-1d8b-4e6a-a7b1-db8246890f59 &lt;/strong&gt;- top level collection&lt;br&gt;&lt;strong&gt;fa922e1a-6add-477f-b70e-9a164f3b11a2&lt;/strong&gt; - subcollections 
&lt;p&gt;The GUID referring to the SCCM resource object. Additional extensions can be made with the use of SDK documentation in a similar fashion. SDK is now in December CTP available on &lt;a href="https://connect.microsoft.com/availableconnections.aspx"&gt;https://connect.microsoft.com/availableconnections.aspx&lt;/a&gt; site (look for SCCM SDK beta - you need to sign in with a live account). RTM should appear somewhere this quater.
&lt;p&gt;This tip was made by Andrzej &lt;a href="http://blogs.technet.com/alipka/archive/2008/01/12/sccm-2007-couple-of-deployment-tips.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Extending+the+SCCM+console+with+basic+tools&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!347.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!347.entry</guid><pubDate>Sun, 13 Jan 2008 07:52:31 GMT</pubDate><slash:comments>2</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!347/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!347.entry#comment</wfw:comment><dcterms:modified>2008-02-03T12:20:27Z</dcterms:modified></item><item><title>ConfigMgr 2007 KB articles for December 2007</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!344.entry</link><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=944542"&gt;http://support.microsoft.com/?kbid=944542&lt;/a&gt;&lt;br&gt;The &amp;quot;wake on LAN&amp;quot; feature does not work as expected if a site server uses a non-daylight saving time zone in System Center Configuration Manager 2007 &lt;br&gt;12/18/2007 &lt;br&gt;Sys Center Config Manager 2007 AL &lt;br&gt;EN-US &lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=945211"&gt;http://support.microsoft.com/?kbid=945211&lt;/a&gt;&lt;br&gt;You cannot install the client software for the System Center Online Asset Inventory Service &lt;br&gt;12/13/2007 &lt;br&gt;Asset Inventory Services EN &lt;br&gt;EN-US &lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=945213"&gt;http://support.microsoft.com/?kbid=945213&lt;/a&gt;&lt;br&gt;Error message when the System Center Online Asset inventory is not being processed: &amp;quot;HRESULT 0x80092004&amp;quot; &lt;br&gt;12/13/2007 &lt;br&gt;Asset Inventory Services EN &lt;br&gt;EN-US &lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=945898"&gt;http://support.microsoft.com/?kbid=945898&lt;/a&gt;&lt;br&gt;The System Center Configuration Manager 2007 Offer Status Summarizer does not process advertisement status summary data &lt;br&gt;12/8/2007 &lt;br&gt;Sys Center Config Manager 2007 AL &lt;br&gt;EN-US &lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=945536"&gt;http://support.microsoft.com/?kbid=945536&lt;/a&gt;&lt;br&gt;Client computers can no longer synchronize with Windows Server Update Services after you import many third-party product updates &lt;br&gt;12/11/2007 &lt;br&gt;WSUS 3.0 AL &lt;br&gt;EN-US &lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=946137"&gt;http://support.microsoft.com/?kbid=946137&lt;/a&gt;&lt;br&gt;You cannot use Windows Server Update Services 3.0 to install Internet Explorer 7, even though the package is available from Microsoft Update &lt;br&gt;12/13/2007 &lt;br&gt;WSUS 3.0 AL &lt;br&gt;EN-US&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+ConfigMgr+2007+KB+articles+for+December+2007&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!344.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!344.entry</guid><pubDate>Sat, 05 Jan 2008 11:06:46 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!344/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!344.entry#comment</wfw:comment><dcterms:modified>2008-01-05T11:06:46Z</dcterms:modified></item><item><title>System Center Configuration Manager 2007 International Client Packs</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!338.entry</link><description>&lt;p&gt;International Client Packs (ICPs) contain international-language clients to use with System Center Configuration Manager (SC Config Mgr) 2007. ICP downloads contain only the Config Mgr client files, not the English-language SC Config Mgr 2007, which is required. &lt;p&gt;&lt;b&gt;ICP1&lt;/b&gt; contains the following languages:  &lt;ul&gt; &lt;li&gt;English  &lt;li&gt;French  &lt;li&gt;German  &lt;li&gt;Japanese  &lt;li&gt;Spanish &lt;/ul&gt; &lt;p&gt;&lt;b&gt;ICP2&lt;/b&gt; contains all languages from ICP1 plus the following:  &lt;ul&gt; &lt;li&gt;Chinese (Simplified)  &lt;li&gt;Chinese (Traditional)  &lt;li&gt;Czech  &lt;li&gt;Danish &lt;li&gt;Dutch  &lt;li&gt;Finnish  &lt;li&gt;Greek  &lt;li&gt;Hungarian  &lt;li&gt;Italian  &lt;li&gt;Korean  &lt;li&gt;Norwegian  &lt;li&gt;Polish  &lt;li&gt;Portuguese (Brazil)  &lt;li&gt;Russian  &lt;li&gt;Swedish  &lt;li&gt;Turkish &lt;/ul&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9DF19109-C067-46C7-89F6-1B3D17D6F615&amp;amp;displaylang=en" target="_blank"&gt;Download&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+System+Center+Configuration+Manager+2007+International+Client+Packs&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!338.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!338.entry</guid><pubDate>Sun, 16 Dec 2007 14:29:35 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!338/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!338.entry#comment</wfw:comment><dcterms:modified>2007-12-16T14:29:35Z</dcterms:modified></item><item><title>Enable the Debug Shell on your ConfigMgr boot image</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!337.entry</link><description>&lt;p&gt;Boot images have an option to enable a command shell while running in Windows PE. This is turned off by default for security reasons (since it would allow an end user to open a command shell during the re-imaging process) but can be enabled on the “Windows PE” property page. &lt;ol&gt; &lt;li&gt; &lt;p&gt;Open the boot image’s properties dialog &lt;li&gt; &lt;p&gt;On the Windows PE tab check the “Enable command support (testing only)” option &lt;li&gt; &lt;p&gt;Update the boot image on the distribution points &lt;li&gt; &lt;p&gt;Rebuild any media that uses the boot image (e.g. capture media, boot media, or stand-alone media)&lt;/ol&gt; &lt;p&gt;When a task sequence is running in Windows PE you can open a command shell by pressing F8. As long as the command-shell is open the task sequence will not reboot the machine. This will give you a chance to verify network connectivity, diagnose driver issues, and view/copy the log files (see Client Log Files section below).&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Enable+the+Debug+Shell+on+your+ConfigMgr+boot+image&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!337.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!337.entry</guid><pubDate>Sat, 15 Dec 2007 18:51:56 GMT</pubDate><slash:comments>1</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!337/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!337.entry#comment</wfw:comment><dcterms:modified>2007-12-15T18:51:56Z</dcterms:modified></item><item><title>KB and Hotfix released! - SCCM Offer Status Summarizer fails to process status</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!327.entry</link><description>&lt;p&gt;System Center Configuration Manager 2007 (SCCM) site servers installed prior to December 1, 2007 will fail to process advertisement status summary data, also referred to as offer status summary data. Status (.SVF) files will being to accumulate under the \inboxes\offersum.box folder on the site server. By default in a new installation this path will be \Program Files\Microsoft Configuration Manager\inboxes\OfferSum.Box. For Site Servers upgraded from SMS 2003, the path will likely be \SMS\Inboxes\offersum.box. &lt;p&gt;Site servers installed after December 1 may not process any status messages, as the offersum.box folder does not get created, which blocks the status message system. &lt;p&gt;This occurs with either the evaluation or licensed versions of the RTM product. &lt;p&gt;If you are using the International Client Packs (ICPs), please go to the English page to download the hotfix for these files. &lt;p&gt;Please refer to &lt;a href="http://support.microsoft.com/kb/945898" target="_blank"&gt;KB945898&lt;/a&gt; for more information. &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=8b910427-c591-466b-83d3-6632099ac186&amp;amp;displaylang=en&amp;amp;tm"&gt;Download the Hotfix&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+KB+and+Hotfix+released!+-+SCCM+Offer+Status+Summarizer+fails+to+process+status&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!327.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!327.entry</guid><pubDate>Sun, 09 Dec 2007 06:13:59 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!327/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!327.entry#comment</wfw:comment><dcterms:modified>2007-12-09T06:13:59Z</dcterms:modified></item><item><title>Configuration Manager 2007 Visio Stencils</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!326.entry</link><description>&lt;p&gt;Attached is a set of Visio stencils that &lt;a href="http://cameronfuller.spaces.live.com/" target="_blank"&gt;Cameron Fuller&lt;/a&gt; put together based upon both the original SMS 2003 stencils and using the new OpsMgr look and feel. The following exist within the stencils: &lt;blockquote&gt; &lt;p&gt;Primary Site Server&lt;br&gt;Secondary Site Server&lt;br&gt;SQL Server&lt;br&gt;Configuration Manager Database&lt;br&gt;Management Point&lt;br&gt;Software Update Point&lt;br&gt;Device Management Point&lt;br&gt;Server Locator Point&lt;br&gt;State Migration Point&lt;br&gt;Software Update Point&lt;br&gt;Reporting Point&lt;br&gt;Protected Distribution Point&lt;br&gt;Branch Distribution Point&lt;br&gt;Distribution Point&lt;br&gt;System Health Validation Point&lt;br&gt;Proxy Management Point&lt;br&gt;PXE Service Point&lt;/blockquote&gt; &lt;p&gt;An example of these stencils in use is shown here: &lt;p&gt;&lt;img height=400 src="http://byfiles.storage.live.com/y1pIyAViIAqwGVlQBb44z-QLu0RGUd5YdtlgbsZcRgJB-BAmnwU6D5E0s_pqorLyiwIWaodXffUYls" width=305&gt; &lt;p&gt;The Config Manager stencil is available for download at: &lt;a href="http://systemcenterforum.org/wp-content/uploads/ConfigMgr2007Stencils.zip"&gt;http://systemcenterforum.org/wp-content/uploads/ConfigMgr2007Stencils.zip&lt;/a&gt; &lt;p&gt;This isn’t an official stencil of course, but is designed to provide a level of consistency with the Operations Manager stencils (a set of these are available for download at: &lt;a href="http://www.mcalynn.com/?s=aem"&gt;&lt;u&gt;http://www.mcalynn.com/?s=aem&lt;/u&gt;&lt;/a&gt;).  &lt;p&gt;A full set of the OpsMgr 2007 stencils are available on the CD of the upcoming Operations Manager 2007 Unleashed book (&lt;a href="http://tinyurl.com/27mqnm"&gt;&lt;u&gt;http://tinyurl.com/27mqnm&lt;/u&gt;&lt;/a&gt;). An example of the OpsMgr stencils is shown here: &lt;p&gt;&lt;img height=400 src="http://byfiles.storage.live.com/y1pIyAViIAqwGXfMZht8D3G2HCGU_y7ilbka5E9uYABv75VDH7utZudWCnK2QxAoAxmkGXNNlESJ84" width=486&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Configuration+Manager+2007+Visio+Stencils&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!326.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!326.entry</guid><pubDate>Fri, 07 Dec 2007 12:23:15 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!326/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!326.entry#comment</wfw:comment><dcterms:modified>2007-12-07T12:23:15Z</dcterms:modified></item><item><title>TechNet Webcast: Deploying and Upgrading to System Center Configuration Manager (Level 300)</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!323.entry</link><description>&lt;p&gt;&lt;br&gt;Part 1 Today: &lt;a href="http://www.myitforum.com/forums/calendar.asp?eventID=103&amp;amp;caldate=2007-12-03"&gt;http://www.myitforum.com/forums/calendar.asp?eventID=103&amp;amp;caldate=2007-12-03&lt;/a&gt; &lt;p&gt;Part 2 Tomorrow: &lt;a href="http://www.myitforum.com/forums/calendar.asp?eventid=102&amp;amp;calDate=2007-12-04"&gt;http://www.myitforum.com/forums/calendar.asp?eventid=102&amp;amp;calDate=2007-12-04&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+TechNet+Webcast%3a+Deploying+and+Upgrading+to+System+Center+Configuration+Manager+(Level+300)&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!323.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!323.entry</guid><pubDate>Mon, 03 Dec 2007 19:18:14 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!323/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!323.entry#comment</wfw:comment><dcterms:modified>2007-12-03T19:18:14Z</dcterms:modified></item><item><title>Configuration Manager 2007 Documentation Library (November 2007)</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!315.entry</link><description>&lt;p&gt;Download an updated version of the documentation (smsv4.chm) for Microsoft System Center Configuration Manager 2007 for a computer running the Configuration Manager console. The November update contains new material and fixes to documentation problems reported after Configuration Manager 2007 was released. &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=81997356-7f18-48b2-a53a-d6f995a47f35&amp;amp;displaylang=en&amp;amp;tm"&gt;Download…&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Configuration+Manager+2007+Documentation+Library+(November+2007)&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!315.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!315.entry</guid><pubDate>Wed, 28 Nov 2007 06:32:57 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!315/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!315.entry#comment</wfw:comment><dcterms:modified>2007-11-28T06:32:57Z</dcterms:modified></item><item><title>System Center Configuration Manager 2007 Reviewers Guide</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!311.entry</link><description>&lt;p&gt;The intent of this whitepaper is to provide a framework for the evaluation of System Center Configuration Manager 2007. System Center Configuration Manager—previously known as Systems Management Server—represents a tremendous advancement over its well-regarded predecessor, now providing the control necessary to more effectively manage change in today's dynamic IT infrastructures. Manage the full deployment and update lifecycle with streamlined, policy-based automation; with enhanced insight into, and control over, assets and systems compliance; and with optimization for Windows—particularly Windows Server 2008 and Windows Vista—and extensibility to customized administration experiences and third-party applications. &lt;p&gt;This whitepaper isn't published yet on Microsoft Download, but you can crab it from the blog of &lt;a href="http://msmvps.com/blogs/daniel"&gt;Daniel Lai.&lt;/a&gt; &lt;p&gt;&lt;img title="" alt="" src="http://www.techlog.org/images/icon-link.gif"&gt; &lt;a href="http://msmvps.com/blogs/daniel/attachment/1341096.ashx"&gt;Download the System Center Configuration Manager 2007 reviewers guide&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+System+Center+Configuration+Manager+2007+Reviewers+Guide&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!311.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!311.entry</guid><pubDate>Fri, 23 Nov 2007 10:46:28 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!311/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!311.entry#comment</wfw:comment><dcterms:modified>2007-11-23T10:46:28Z</dcterms:modified></item><item><title>TechNet Webcast Audio: New License Options for System Center Configuration Manager 2007 (Level 100)</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!309.entry</link><description>&lt;p&gt;Great podcast on Configuration Manager 2007 licensing. Dont miss it... &lt;p&gt;&lt;a title="http://www.myitforum.com/absolutevc/avcview.aspx?v=495" href="http://www.myitforum.com/absolutevc/avcview.aspx?v=495"&gt;http://www.myitforum.com/absolutevc/avcview.aspx?v=495&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+TechNet+Webcast+Audio%3a+New+License+Options+for+System+Center+Configuration+Manager+2007+(Level+100)&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!309.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!309.entry</guid><pubDate>Thu, 22 Nov 2007 22:15:04 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!309/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!309.entry#comment</wfw:comment><dcterms:modified>2007-11-22T22:15:04Z</dcterms:modified></item><item><title>TechNet Radio: System Center Configuration Manager 2007 - Deploying Windows in the Enterprise</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!308.entry</link><description>&lt;p&gt;Tune into this session to hear Jeff Wettlaufer and Michael Kelley discuss deployment of System Center Configuration Manager 2007. With over 45,000 customers currently using Systems Management Server 2003, the goal of this session is to help existing customers move to System Center Configuration Manager 2007 successfully. Included is an overview SCCM 2007 server roles, security modes and an introduction to managing Internet Based Clients with a focus on the core areas of setup and deployment. &lt;p&gt;Participants:&lt;br&gt;Jeff Wettlaufer and Michael Kelley &lt;p&gt;&lt;strong&gt;Link&lt;/strong&gt;: &lt;a title="http://www.microsoft.com/technet/community/tnradio/archive/nov132007.mspx" href="http://www.microsoft.com/technet/community/tnradio/archive/nov132007.mspx"&gt;http://www.microsoft.com/technet/community/tnradio/archive/nov132007.mspx&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+TechNet+Radio%3a+System+Center+Configuration+Manager+2007+-+Deploying+Windows+in+the+Enterprise&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!308.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!308.entry</guid><pubDate>Thu, 22 Nov 2007 22:10:43 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!308/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!308.entry#comment</wfw:comment><dcterms:modified>2007-11-22T22:10:43Z</dcterms:modified></item><item><title>System Center Configuration Manager 2007 Product Feature Quizzes</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!289.entry</link><description>&lt;p&gt;This is something new… Learn ConfigMgr 2007 by taking a quiz :-) &lt;p&gt;The System Center Configuration Manager 2007 User Assistance team has created a set of quizzes to help you assess your understanding of the dependencies and requirements for key features of Configuration Manager. These quizzes are intended to raise your level of awareness of the some of the nuances of these features before you configure and use them. &lt;p&gt;They can also be used to help train other Configuration Manager administrators within your organization. Each quiz consists of 10 questions that can be answered Yes or No. Regardless of your answer, the quiz will display the correct information, and include one or more links to the corresponding related content located in the Configuration Manager 2007 Documentation Library located on the Configuration Manager TechCenter. We are testing the usefulness of this format, and ask for your feedback on the format and the content contained in each quiz.  &lt;p&gt;Please send feedback to &lt;a href="mailto:SMSDOCS@Microsoft.com"&gt;SMSDOCS@Microsoft.com&lt;/a&gt;.  &lt;p&gt;The following quizzes are available: &lt;ul&gt; &lt;li&gt;Configuration Manager 2007 Client Installation Quiz  &lt;li&gt;Configuration Manager 2007 Client Management Quiz  &lt;li&gt;Configuration Manager 2007 Client Roaming Quiz  &lt;li&gt;Configuration Manager 2007 Client Site Assignment Quiz  &lt;li&gt;Configuration Manager 2007 Desired Configuration Management Quiz  &lt;li&gt;Configuration Manager 2007 Internet-Based Client Management Quiz  &lt;li&gt;Configuration Manager 2007 Native Mode Quiz  &lt;li&gt;Configuration Manager 2007 Network Access Protection Quiz  &lt;li&gt;Configuration Manager 2007 Wake On LAN Quiz &lt;/ul&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=b9fb478a-ec98-47f2-b31e-57443a8ae88f&amp;amp;displaylang=en&amp;amp;tm"&gt;Download….&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+System+Center+Configuration+Manager+2007+Product+Feature+Quizzes&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!289.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!289.entry</guid><pubDate>Tue, 20 Nov 2007 19:53:02 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!289/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!289.entry#comment</wfw:comment><dcterms:modified>2007-11-20T19:53:02Z</dcterms:modified></item><item><title>System Center Configuration Manager 2007 Toolkit</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!286.entry</link><description>&lt;p&gt;Microsoft has released a new toolkit similar to the SMS Toolkit 2 for Configuration Manager 2007. Below is the highlights of the tools. &lt;p&gt; &lt;ul&gt;&lt;b&gt;Client Spy&lt;/b&gt; - A tool to help troubleshoot issues related to software distribution, inventory, and software metering on Configuration Manager 2007 clients. &lt;/ul&gt; &lt;ul&gt;&lt;b&gt;Policy Spy&lt;/b&gt; - A policy viewer to help review and troubleshoot the policy system on Configuration Manager 2007 clients. &lt;/ul&gt; &lt;ul&gt;&lt;b&gt;Trace32 &lt;/b&gt;- A log viewer that provides a way to easily view and monitor log files created and updated by Configuration Manager 2007 clients and servers. &lt;/ul&gt; &lt;ul&gt;&lt;b&gt;Security Configuration Wizard Template for Configuration Manager 2007&lt;/b&gt; - An attack-surface reduction tool for the Microsoft Windows Server 2003 operating system with Service Pack 1 and Service Pack 2 (SP1 and SP2) that determines the minimum functionality required for a server's role or roles, and disables functionality that is not required. &lt;/ul&gt; &lt;ul&gt;&lt;b&gt;DCM Model Verification&lt;/b&gt; - A tool used by desired configuration management content administrators for the validation and testing of configuration items and baselines authored externally from the Configuration Manager console. &lt;/ul&gt; &lt;ul&gt;&lt;b&gt;DCM Digest Conversion&lt;/b&gt; - A tool used by desired configuration management content administrators to convert existing SMS 2003 Desired Configuration Management Solution templates to Desired Configuration Management 2007 configuration items. &lt;/ul&gt; &lt;ul&gt;&lt;b&gt;DCM Substitution Variables&lt;/b&gt; - A tool used by desired configuration management content administrators for authoring desired configuration management configuration items that use chained setting and object discovery. &lt;/ul&gt; &lt;ul&gt;&lt;strong&gt;Download&lt;/strong&gt;:&lt;br&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=948e477e-fd3b-4a09-9015-141683c7ad5f&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=948e477e-fd3b-4a09-9015-141683c7ad5f&amp;amp;DisplayLang=en&lt;/a&gt;&lt;/ul&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+System+Center+Configuration+Manager+2007+Toolkit&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!286.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!286.entry</guid><pubDate>Mon, 19 Nov 2007 06:03:14 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!286/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!286.entry#comment</wfw:comment><dcterms:modified>2007-11-19T06:03:14Z</dcterms:modified></item><item><title>Configuration Manager 2007 RTM is now available on the MVLS site</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!269.entry</link><description>&lt;p&gt;If you have a Volume Licensing agreement then the final System Center Configuration Manager 2007 code is available on &lt;a href="https://licensing.microsoft.com/"&gt;https://licensing.microsoft.com&lt;/a&gt;.  It seems that a lot of people are having a hard time finding it so here's a tip: Search for &amp;quot;Config Mgr Svr 2007&amp;quot; under downloads and you should find it.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Configuration+Manager+2007+RTM+is+now+available+on+the+MVLS+site&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!269.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!269.entry</guid><pubDate>Tue, 06 Nov 2007 19:25:03 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!269/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!269.entry#comment</wfw:comment><dcterms:modified>2007-11-06T19:25:03Z</dcterms:modified></item><item><title>Technet Spotlight On Demand Video - System Center Configuration Manager 2007 Technical Drilldown</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!267.entry</link><description>&lt;p&gt;This session starts by reviewing recent additions to the System Management Server 2003 product, including Asset Intelligence. The next major release of Systems Management Server, named System Center Configuration Manager 2007, is launching this year and the session continues by reviewing enhancements in this release to core features such as inventory, software distribution, update management and reporting.  The session then covers new features such as OS Deployment and Desired Configuration Management before drilling into upgrade and deployment planning guidelines.  &lt;p&gt;&lt;a href="http://www.microsoft.com//emea/spotlight/josh_pointer_system_center_configuration_manager_2007_technical_drilldown.aspx"&gt;&lt;u&gt;http://www.microsoft.com/emea/spotlight/josh_pointer_system_center_configuration_manager_2007_technical_drilldown.aspx&lt;/u&gt;&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Technet+Spotlight+On+Demand+Video+-+System+Center+Configuration+Manager+2007+Technical+Drilldown&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!267.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!267.entry</guid><pubDate>Mon, 05 Nov 2007 22:46:21 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!267/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!267.entry#comment</wfw:comment><dcterms:modified>2007-11-05T22:46:21Z</dcterms:modified></item><item><title>Microsoft System Center Configuration Manager 2007 VHD</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!265.entry</link><description>&lt;p&gt;&lt;img height=74 alt="Microsoft System Center Configuration Manager 2007" src="http://blog.hznet.nl/wp-content/uploads/2007/10/microsoft-system-center-configuration-manager-2007.png" width=420 border=0&gt;  &lt;p&gt;System Center Configuration Manager 2007 is the next-generation release of Systems Management Server (SMS) 2003. Leverage deep integration with the 2007 Microsoft Office system, the Windows Vista operating system, Windows Server 2008, and Exchange Server 2007 to promote your systems-management solutions. And generate new sales revenue by extending of one of the most secure, well-managed, and cost-effective platforms in the industry. &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=469af3b8-849d-4400-bded-9024c3db759f&amp;amp;displaylang=en&amp;amp;tm"&gt;Download&lt;img src="http://i.ixnp.com/images/v2.27.1/t.gif"&gt;&lt;/a&gt; Microsoft System Center Configuration Manager 2007 VHD. &lt;p&gt;This download comes as a pre-configured VHD. This download enables you evaluate Microsoft System Center Configuration Manager 2007.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Microsoft+System+Center+Configuration+Manager+2007+VHD&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!265.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!265.entry</guid><pubDate>Sun, 04 Nov 2007 15:11:44 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!265/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!265.entry#comment</wfw:comment><dcterms:modified>2007-11-04T15:11:44Z</dcterms:modified></item><item><title>System Center Configuration Manager is now RTM</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!237.entry</link><description>&lt;p&gt;Bill Anderson has announced that SCCM 2007 is RTM. &lt;p&gt;OMG – Anderson’s not dead! Look – a blog entry! Wow – how time flies. It seems like only yesterday that Brady/I were on stage at MMS, basking in the glow that was the release of SMS 2003. (I think the actual quote he used was, “wow – we should ship a product that works more often” J). Ah, those were the days. We could stand in front of a room, announce we removed logon points, and get applause! Ah, the simple life… Today is the next in that line of milestones. At 4PM today 8/24, &lt;b&gt;the team signed off on System Center Configuration Manager 2007 (still can’t get used to that name!) and we’ve officially released it to manufacturing&lt;/b&gt;.  &lt;p&gt;Continue at source...&lt;br&gt;&lt;br&gt;&lt;a href="http://bink.nu/?CategoryID=22"&gt;&lt;img alt="" src="http://bink.nu/newsimgs/sccm.png" border=0&gt;&lt;/a&gt; &lt;p&gt;Source: &lt;a href="http://myitforum.com/cs2/blogs/anderson/default.aspx" target="_blank"&gt;The Anderson's Blog!&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+System+Center+Configuration+Manager+is+now+RTM&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!237.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!237.entry</guid><pubDate>Sun, 26 Aug 2007 17:33:30 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!237/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!237.entry#comment</wfw:comment><dcterms:modified>2007-08-26T17:33:30Z</dcterms:modified></item><item><title>Microsoft System Center Configuration Manager 2007 Administrator's Companion for pre-order</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!233.entry</link><description>&lt;b&gt; &lt;p&gt;&lt;a href="http://byfiles.storage.msn.com/y1pH0bWwtLZ1yuDLDevJ_EzyL1rrvQi0QBHL0rDdPqKB4wqLHaeTx3YhMQVUi5Lm4HC-dhhB-J5CFs"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px" height=240 alt=image src="http://byfiles.storage.msn.com/y1pH0bWwtLZ1ysYsn0LMljUqUc7JHyY5Z29YfnofAskULhxD-jJOKKSnuSbRu0dfqXkArcaVT9fGB4" width=197 border=0&gt;&lt;/a&gt; &lt;/b&gt; &lt;li&gt;&lt;b&gt;Perfect Paperback:&lt;/b&gt; 850 pages  &lt;li&gt;&lt;b&gt;Publisher:&lt;/b&gt; Microsoft Press (January 30, 2008)  &lt;p&gt;Get the definitive guide for administering System Center Configuration Manager 2007 straight from an expert. This comprehensive reference delivers all the information you need to plan, design, deploy, and manage mission-critical software updates and help maximize your organization s productivity. This comprehensive administrator s reference drills into Configuration Manager 2007 features and capabilities for change and configuration management for Windows® based desktop and server systems, providing easy-to-follow procedures, practical workarounds, and key troubleshooting tactics for everyday, on-the-job results. The author, a Configuration Manager 2007 expert who has written extensively about the technology, provides in-depth information for remotely installing, administering, diagnosing, and troubleshooting applications, and deploying patches, monitoring system usage, and tracking assets must-know details for protecting and optimizing your technology investment. The companion CD features a fully searchable eBook and job aids. &lt;p&gt;Delivers expert, end-to-end guidance from a leading System Center Configuration Manager expert &lt;p&gt;Features easy-to-follow procedures, practical workarounds, and key troubleshooting tactics &lt;p&gt;Includes a fully searchable eBook and job aids on CD&lt;br&gt;&lt;b&gt;&lt;br&gt;About the Author&lt;/b&gt;&lt;br&gt;Steven D. Kaczmarek, MCP, MCT, MCSE, is the manager of the System Center Configuration Manager documentation team. Formerly, he worked as a professional trainer, writer, and consultant, specializing in Systems Management Server and enterprise network management. He is the author of Microsoft Systems Management Server 2003 Administrator s Companion and Mike Meyers MCSE Windows 2000 Directory Services Administration Certification Passport. &lt;li&gt; &lt;p&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/0735623856/o/qid=buzzmanagement"&gt;Check it out…&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Microsoft+System+Center+Configuration+Manager+2007+Administrator's+Companion+for+pre-order&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!233.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!233.entry</guid><pubDate>Wed, 22 Aug 2007 16:45:56 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!233/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!233.entry#comment</wfw:comment><dcterms:modified>2007-08-22T16:45:56Z</dcterms:modified></item><item><title>SCCM 2007 Delayed !!!</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!212.entry</link><description>&lt;p&gt;Still unconfirmed rumors, but my sources inside Microsoft has told me that the RTM version is delayed to November 2007.&lt;br&gt;The official RTM date is still Q3 2007. &lt;p&gt;When I have more documented information I'll update this post. &lt;p&gt;&lt;strong&gt;Update #1 (17-08-2007):&lt;/strong&gt;&lt;br&gt;SCCM will be released Nov 1th. and the World Wilde launch will be announced at IT Forum in Barcelona Nov 11th.&lt;br&gt;But the RTM version might be avalible for TAP, Early Adapters and on MSDN earlier. &lt;p&gt;&lt;a href="http://byfiles.storage.msn.com/y1pH0bWwtLZ1yt9LjICNDgFqOflk1jaL0N0bz6x7CHRej3zQTV5ZbqDyTb2hUKVP6lzeepBMclTTM8"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height=562 alt=image src="http://byfiles.storage.msn.com/y1pH0bWwtLZ1yu5Gme5v5vMOZlzgoM352sJUoS5ar0h3OCnPkvs95SQe29aBJGKpcpsphjjPjkzn_k" width=686 border=0&gt;&lt;/a&gt;  &lt;p&gt;&lt;strong&gt;Update #2 (19-08-2007)&lt;/strong&gt;&lt;br&gt;There's no such delay for &amp;quot;RTM&amp;quot; -- Release To Manufacturing.  But &amp;quot;General Availability&amp;quot; will be later than RTM, and that may be the cause of the confusion and the November date.  &lt;p&gt;Michael Kelley&lt;br&gt;Lead Program Manager&lt;br&gt;Configuration Manager 2007&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+SCCM+2007+Delayed+!!!&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!212.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!212.entry</guid><pubDate>Fri, 17 Aug 2007 09:49:49 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!212/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!212.entry#comment</wfw:comment><dcterms:modified>2007-08-19T18:59:46Z</dcterms:modified></item><item><title>Configuration Manager 2007 RC1 (Build 5831) available!</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!181.entry</link><description>&lt;p&gt;Configuration Manager 2007 RC1 (Build 5831) is now available for download! 
&lt;p&gt;&lt;strong&gt;Download:&lt;/strong&gt;&lt;br&gt;&lt;a href="https://connect.microsoft.com/Downloads/Downloads.aspx?SiteID=16"&gt;https://connect.microsoft.com/Downloads/Downloads.aspx?SiteID=16&lt;/a&gt;&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Windows Server 2003 Service Pack 2 is now supported for site server and site system roles, and is correctly detected as part of setup prerequisite checking. 
&lt;li&gt;SQL Server 2005 Service Pack 2 is now required for the SQL database server role. 
&lt;li&gt;Windows Server Update Services 3.0 RTM is now required for the Software Update Point site system role.&lt;/ul&gt;
&lt;p&gt;More info when I have complete the download and started the test of his new build.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Configuration+Manager+2007+RC1+(Build+5831)+available!&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!181.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!181.entry</guid><pubDate>Sat, 14 Jul 2007 20:29:07 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!181/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!181.entry#comment</wfw:comment><dcterms:modified>2007-07-14T20:31:10Z</dcterms:modified></item><item><title>Upcomming SCCM 2007 Technet Chats</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!174.entry</link><description>&lt;p&gt;&lt;b&gt;&lt;br&gt;Deploying System Center Configuration Manager 2007&lt;/b&gt;&lt;br&gt;Q&amp;amp;A with the SCCM 2007 Deployment Feature team.&lt;br&gt;&lt;a href="http://www.microsoft.com/communities/chats/vcs/07_0629_TN_SCCM.ics"&gt;&lt;b&gt;Add to Calendar&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;br&gt;June 29, 2007&lt;/b&gt;&lt;br&gt;10:00 A.M. Pacific Time&lt;br&gt;&lt;a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=06&amp;amp;day=29&amp;amp;year=2007&amp;amp;hour=10&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=234"&gt;Additional Time Zones&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.microsoft.com/technet/community/chats/chatroom.aspx"&gt;&lt;b&gt;EnterChatRoom&lt;/b&gt;&lt;/a&gt; &lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;b&gt;Operating System Deployment with System Center Configuration Manager 2007&lt;/b&gt;&lt;br&gt;Q&amp;amp;A with the SCCM 2007 OSD Feature Team&lt;br&gt;&lt;a href="http://www.microsoft.com/communities/chats/vcs/07_0710_TN_SCCM.ics"&gt;&lt;b&gt;Add to Calendar&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;br&gt;July 10, 2007&lt;/b&gt;&lt;br&gt;10:00 A.M. Pacific Time&lt;br&gt;&lt;a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=07&amp;amp;day=10&amp;amp;year=2007&amp;amp;hour=10&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=234"&gt;Additional Time Zones&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.microsoft.com/technet/community/chats/chatroom.aspx"&gt;&lt;b&gt;EnterChatRoom&lt;/b&gt;&lt;/a&gt; &lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;b&gt;Software Updates Management with System Center Configuration Manager 2007&lt;/b&gt;&lt;br&gt;Q&amp;amp;A with the SCCM 2007 Software Updates Management Feature Team&lt;br&gt;&lt;a href="http://www.microsoft.com/communities/chats/vcs/07_0712_TN_SCCM.ics"&gt;&lt;b&gt;Add to Calendar&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;br&gt;July 12, 2007&lt;/b&gt;&lt;br&gt;1:00 P.M. Pacific Time&lt;br&gt;&lt;a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=07&amp;amp;day=12&amp;amp;year=2007&amp;amp;hour=13&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=234"&gt;Additional Time Zones&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.microsoft.com/technet/community/chats/chatroom.aspx"&gt;&lt;b&gt;EnterChatRoom&lt;/b&gt;&lt;/a&gt; &lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;b&gt;Desired Configuration Monitoring with System Center Configuration Manager 2007 &lt;/b&gt;&lt;br&gt;Q &amp;amp; A with the SCCM 2007 DCM Feature Team.&lt;br&gt;&lt;a href="http://www.microsoft.com/communities/chats/vcs/07_0719_TN_SCCM.ics"&gt;&lt;b&gt;Add to Calendar&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;br&gt;July 19, 2007&lt;/b&gt;&lt;br&gt;10:00 A.M. Pacific Time&lt;br&gt;&lt;a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=07&amp;amp;day=19&amp;amp;year=2007&amp;amp;hour=10&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=234"&gt;Additional Time Zones&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.microsoft.com/technet/community/chats/chatroom.aspx"&gt;&lt;b&gt;EnterChatRoom&lt;/b&gt;&lt;/a&gt; &lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;b&gt;System Center Configuration Manager 2007 Internet Based Client Management and Native Mode&lt;/b&gt;&lt;br&gt;Q &amp;amp; A with the SCCM 2007 Client team focusing on Internet Based Client Management and Native Mode Security Configuration.&lt;br&gt;&lt;a href="http://www.microsoft.com/communities/chats/vcs/07_0724_TN_SCCM.ics"&gt;&lt;b&gt;Add to Calendar&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;br&gt;July 24, 2007&lt;/b&gt;&lt;br&gt;10:00 A.M. Pacific Time&lt;br&gt;&lt;a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=07&amp;amp;day=24&amp;amp;year=2007&amp;amp;hour=10&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=234"&gt;Additional Time Zones&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.microsoft.com/technet/community/chats/chatroom.aspx"&gt;&lt;b&gt;EnterChatRoom&lt;/b&gt;&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Upcomming+SCCM+2007+Technet+Chats&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!174.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!174.entry</guid><pubDate>Fri, 22 Jun 2007 20:02:39 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!174/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!174.entry#comment</wfw:comment><dcterms:modified>2007-06-22T20:03:28Z</dcterms:modified></item><item><title>Upcomming SCCM 2007 Webcasts</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!172.entry</link><description>&lt;p&gt;TechNet Webcast: Deploying System Center Configuration Manager 2007 (Level 200)&lt;br&gt;Monday, July 02, 2007 - 1:00 PM - 2:00 PM Pacific Time&lt;br&gt;Wally Mead, Senior Program Manager, Microsoft Corporation&lt;br&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032343568&amp;amp;Culture=en-US"&gt;http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032343568&amp;amp;Culture=en-US&lt;/a&gt; &lt;p&gt;TechNet Webcast: Deploying System Center Configuration Manager 2007 Clients (Level 300)&lt;br&gt;Friday, July 06, 2007 - 1:00 PM - 2:30 PM Pacific Time&lt;br&gt;Wally Mead, Program Manager, Microsoft Corporation&lt;br&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032343641&amp;amp;Culture=en-US"&gt;http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032343641&amp;amp;Culture=en-US&lt;/a&gt; &lt;p&gt;And both of them with my farvorite presenter: Wally Mead :-)&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Upcomming+SCCM+2007+Webcasts&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!172.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!172.entry</guid><pubDate>Wed, 20 Jun 2007 18:24:21 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!172/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!172.entry#comment</wfw:comment><dcterms:modified>2007-06-20T18:24:21Z</dcterms:modified></item><item><title>Configuration Manager pre-RTM setup switch</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!160.entry</link><description>&lt;p&gt;If you find yourself blocked by a required prerequisite when you're running setup to evaluate Configuration Manager 2007 Beta 2 in your lab environment (or TAP production environment) there is a setup switch than can come to your rescue: &lt;b&gt;Setup /NoPrereq&lt;/b&gt;. &lt;p&gt;Using this setup switch will cause setup to run and skip the prerequisite checking process. This means that none of the prerequisite check rules will run during setup so I'd recommend that you first run setup with the prerequisite checking turned on to ensure that you've resolved as many setup prerequisites as you easily can.  &lt;p&gt;This setup switch will only be available in pre-RTM builds. So when Configuration Manager 2007 is officially released, this switch won't work. For now though, if you're installing any of the currently released builds of Configuration Manager, this switch will allow you to install a Configuration Manager 2007 site without verifying installation prerequisites. &lt;p&gt;Source: &lt;a href="http://www.myitforum.com/articles/42/view.asp?id=10176" target="_blank"&gt;Jeff Gilbert, myITforum.com&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+Configuration+Manager+pre-RTM+setup+switch&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!160.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!160.entry</guid><pubDate>Tue, 12 Jun 2007 16:12:20 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!160/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!160.entry#comment</wfw:comment><dcterms:modified>2007-06-12T16:12:47Z</dcterms:modified></item><item><title>What are the SCCM 2007 Site System roles?</title><link>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!153.entry</link><description>&lt;p&gt;SCCM 2007 supports the following 14 Site System roles, with those prefixed with &lt;b&gt;&lt;font color="#ff0000"&gt;[NEW]&lt;/font&gt;&lt;/b&gt; being new to SCCM: 
&lt;p&gt;  
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Site Server -&lt;/b&gt; The server on which you install the SCCM software. 
&lt;li&gt;&lt;b&gt;Site Database Server -&lt;/b&gt; The server running SQL and hosting the SCCM Site Database (only required for Primary Sites) 
&lt;li&gt;&lt;b&gt;Configuration Manager Console -&lt;/b&gt; The interface for administering SCCM. Installed by default on Primary Site Servers this role can also be installed on workstations to allow remote administration. 
&lt;li&gt;&lt;b&gt;SMS Provider -&lt;/b&gt; The intermediate Windows Management Instrumentation (WMI), layer that sits between the Configuration Manager Console and the Site Database (the Configuration Manager Console accesses the Site Database via the SMS Provider). Only required for Primary Sites. 
&lt;li&gt;&lt;b&gt;Component Server -&lt;/b&gt; All SCCM Site System roles (except for the Distribution Point (DP)), requires SCCM-specific software to be installed in order for the Site System role to function.  When such software is installed on a computer that computer becomes a Component Server. 
&lt;li&gt;&lt;b&gt;Distribution Point (DP) -&lt;/b&gt; Stores SCCM Packages from where Clients can access them to install them.  Only required for the Software Distribution, Software Updates, and Advertised Task Sequences functions of SCCM. 
&lt;li&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;[NEW]&lt;/font&gt; &lt;/b&gt;&lt;b&gt;Fallback Status Point -&lt;/b&gt; A &amp;quot;catch all&amp;quot; Site System for Clients that cannot be installed because of various issues such as assignment, or their inability to communicate with their Management Point (MP).  Not required by default, but recommended to help with Client installation issues. 
&lt;li&gt;&lt;b&gt;Management Point (MP) -&lt;/b&gt; SCCM Clients do not communicate directly with the SCCM Site Server and vice versa.  Instead all communication is facilitated via the Management Point.  A Default Management Point needs to be defined in every Site that has Intranet Clients. 
&lt;li&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;[NEW]&lt;/font&gt; &lt;/b&gt;&lt;b&gt;Pre-boot Execution Environment (PXE) Service Point -&lt;/b&gt; The Site System that responds to any computers requesting deployment of their Operating System (OS), via a PXE request.  Only required if Operating System Deployments (OSD), are going to take place using PXE boot requests. 
&lt;li&gt;&lt;b&gt;Reporting Point (RP) -&lt;/b&gt; Hosts the Report Viewer component that provides the web-based reporting functionality of SCCM. Only required if Reports need to be run on a particular Primary Site. 
&lt;li&gt;&lt;b&gt;Server Locator Point (SLP) -&lt;/b&gt;  Responsible for informing SCCM Clients which MP they should access in order to install the SCCM Client software. Only required in some Client Deployment scenarios. 
&lt;li&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;[NEW]&lt;/font&gt; &lt;/b&gt;&lt;b&gt;Software Update Point (SUP) -&lt;/b&gt; Assigned to the computer running Windows Server Update Services (WSUS).  Only required if the Software Updates feature is going to be used. 
&lt;li&gt;&lt;b&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;[NEW]&lt;/font&gt; &lt;/b&gt;&lt;/b&gt;&lt;b&gt;State Migration Point (SMP) -&lt;/b&gt; Stores the user's state migration data when a computer's OS is migrated.  Only required if the OSD feature is going to be used. 
&lt;li&gt;&lt;b&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;[NEW]&lt;/font&gt; &lt;/b&gt;&lt;/b&gt;&lt;b&gt;System Health Validator Point (SHVP) -&lt;/b&gt; This role is assigned to the computer running the Network Policy Service.  Only required if the Network Access Protection (NAP) feature is going to be used.&lt;/ul&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-3491085970699621795&amp;page=RSS%3a+What+are+the+SCCM+2007+Site+System+roles%3f&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=ronni-pedersen.spaces.live.com&amp;amp;GT1=ronni-pedersen"&gt;</description><comments>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!153.entry#comment</comments><guid isPermaLink="true">http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!153.entry</guid><pubDate>Sun, 10 Jun 2007 17:46:37 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!153/comments/feed.rss</wfw:commentRss><wfw:comment>http://ronni-pedersen.spaces.live.com/Blog/cns!CF8D2BCE64196A5D!153.entry#comment</wfw:comment><dcterms:modified>2007-06-10T17:55:38Z</dcterms:modified></item></channel></rss>