<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SMS&amp;MOM : ConfigMgr</title><link>http://blogs.technet.com/b/smsandmom/archive/tags/ConfigMgr/</link><description>Tags: ConfigMgr</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>SQL Server 2005 SP3 is now supported for SMS 2003 and ConfigMgr 2007</title><link>http://blogs.technet.com/b/smsandmom/archive/2009/01/06/sql-server-2005-sp3-is-now-supported-for-sms-2003-and-configmgr-2007.aspx</link><pubDate>Tue, 06 Jan 2009 22:08:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3177117</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/smsandmom/rsscomments.aspx?WeblogPostID=3177117</wfw:commentRss><comments>http://blogs.technet.com/b/smsandmom/archive/2009/01/06/sql-server-2005-sp3-is-now-supported-for-sms-2003-and-configmgr-2007.aspx#comments</comments><description>&lt;p&gt;Just an FYI that I posted a note about SQL Server 2005 SP3 on our new &lt;a href="http://blogs.technet.com/configurationmgr/default.aspx" target="_blank"&gt;ConfigurationMgr blog&lt;/a&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.technet.com/configurationmgr/archive/2009/01/06/sql-server-2005-sp3-is-now-supported-for-sms-2003-and-configmgr-2007.aspx" href="http://blogs.technet.com/configurationmgr/archive/2009/01/06/sql-server-2005-sp3-is-now-supported-for-sms-2003-and-configmgr-2007.aspx"&gt;http://blogs.technet.com/configurationmgr/archive/2009/01/06/sql-server-2005-sp3-is-now-supported-for-sms-2003-and-configmgr-2007.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3177117" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/Database/">Database</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/ConfigMgr/">ConfigMgr</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/SQL/">SQL</category></item><item><title>ConfigMgr 2007: How to inventory mapped drives</title><link>http://blogs.technet.com/b/smsandmom/archive/2008/12/18/configmgr-2007-how-to-inventory-mapped-drives.aspx</link><pubDate>Fri, 19 Dec 2008 02:20:05 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3171037</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/smsandmom/rsscomments.aspx?WeblogPostID=3171037</wfw:commentRss><comments>http://blogs.technet.com/b/smsandmom/archive/2008/12/18/configmgr-2007-how-to-inventory-mapped-drives.aspx#comments</comments><description>&lt;p&gt;I was asked a few days ago if ConfigMgr or SMS could inventory mapped drives, and while the answer is yes we don't do it by default. In effect we report the logical disk but not mapped drives. &lt;/p&gt;  &lt;p&gt;In order to inventory mapped drives we first need to extend the sms_def.mof.&amp;#160; Mapped drives are in the user context so we need to gather this information from every user.&amp;#160; We also need a repository to collect this information; this would be a class in WMI.&lt;/p&gt;  &lt;p&gt;So here is how we accomplish this. Add the following lines to the end of the SMS_def.mof:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;//======================================================================================&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;// Mapped Drives Reporting&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;//&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;// Note: The class is created using a advertised vbscript (mapdrives.vbs)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;//======================================================================================&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;#pragma namespace(&amp;quot;\\\\.\\root\\CIMV2\\SMS&amp;quot;)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;#pragma deleteclass(&amp;quot;CX_mappeddrives&amp;quot;, NOFAIL)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;[&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;SMS_Report(TRUE), &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;SMS_Group_Name(&amp;quot;CX Mapped Drives&amp;quot;), &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;SMS_Class_ID(&amp;quot;CX_mappeddrives&amp;quot;),&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Namespace(&amp;quot;\\\\\\\\.\\\\root\\\\cimv2&amp;quot;)]&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;class CX_mappeddrives : SMS_Class_Template&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;{&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;[SMS_Report(TRUE), Key]&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;string user;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;[SMS_Report(TRUE), key]&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;string Letter;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;[SMS_Report(TRUE), Key]&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;string Path;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;};&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;// &amp;lt;:[-&amp;lt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;END&amp;gt;&amp;gt;-Mapped drives Reporting-&amp;lt;&amp;lt;END&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;gt;-]:&amp;gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This will extend the mof and create the necessary stored procedures and tables in the SMS database. After compiling the mof on the site server restart the SMS_executive and the component manager. We will need to compile this sms_def.mof on the clients as well to extend WMI and create the repository to store the mapped drive information. You can do this by a logon script or advertisement.&lt;/p&gt;  &lt;p&gt;We now need to gather the mapped drive information. Here is the script to do so. I named it mapdrives.vbs&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;' This code is provided &amp;quot;as-is&amp;quot; and not supported by Microsoft&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;'&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;'&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;option explicit&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;on error resume next&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeSint16&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeSint32&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeReal32&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeReal64&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeString&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeBoolean&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeObject&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeSint8&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeUint8&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeUint16&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeUint32&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeSint64&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeUint64&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeDateTime&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeReference&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim wbemCimtypeChar16&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeSint16 = 2&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeSint32 = 3&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeReal32 = 4&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeReal64 = 5&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeString = 8&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeBoolean = 11&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeObject = 13&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeSint8 = 16&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeUint8 = 17&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeUint16 = 18&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeUint32 = 19&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeSint64 = 20&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeUint64 = 21&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeDateTime = 101&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeReference = 102&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;wbemCimtypeChar16 = 103&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim oLocation, oServices, oInstances, oObject, oDataObject, oNewObject, oRptObject&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Set oLocation = CreateObject(&amp;quot;WbemScripting.SWbemLocator&amp;quot;)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;'Remove class&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Set oServices = oLocation.ConnectServer(, &amp;quot;root\cimv2&amp;quot;)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;set oNewObject = oServices.Get(&amp;quot;CX_mappeddrives&amp;quot;)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oNewObject.Delete_&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;'Create data class structure&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Set oServices = oLocation.ConnectServer(, &amp;quot;root\cimv2&amp;quot;)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Set oDataObject = oServices.Get&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oDataObject.Path_.Class = &amp;quot;CX_mappeddrives&amp;quot;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oDataObject.Properties_.add &amp;quot;Letter&amp;quot;, wbemCimtypeString&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oDataObject.Properties_.add &amp;quot;Path&amp;quot;, wbemCimtypeString&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oDataObject.Properties_.add &amp;quot;user&amp;quot;, wbemCimtypeString&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oDataObject.Properties_(&amp;quot;Letter&amp;quot;).Qualifiers_.add &amp;quot;key&amp;quot;, True&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oDataObject.Properties_(&amp;quot;Path&amp;quot;).Qualifiers_.add &amp;quot;key&amp;quot;, True&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oDataObject.Properties_(&amp;quot;user&amp;quot;).Qualifiers_.add &amp;quot;key&amp;quot;, True&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oDataObject.Put_&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;'Add Instances to data class&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Set oServices = oLocation.ConnectServer(, &amp;quot;root\cimv2&amp;quot;)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim sComputerName, sUsername, sQuery&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Set oInstances = oServices.ExecQuery(&amp;quot;SELECT UserName FROM Win32_ComputerSystem&amp;quot;)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;for each oObject in oInstances&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;sUserName = oObject.UserName&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;next&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;sQuery = &amp;quot;select * from win32_MappedLogicalDisk&amp;quot;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Set oInstances = oServices.ExecQuery(sQuery)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;for each oObject in oInstances&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Set oNewObject = oServices.Get(&amp;quot;CX_mappeddrives&amp;quot;).SpawnInstance_&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oNewObject.Letter = oObject.DeviceID&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oNewObject.Path = oObject.ProviderName&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oNewObject.user = sUserName&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;oNewObject.Put_&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;next&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;'--------------------------------- FUNCTIONS ----------------------------------- &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Function ParseComp(Stg,Pat)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Dim tmpCS, p, q&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;tmpCS = &amp;quot;&amp;quot;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;p = 1&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Do while p &amp;lt; len(Stg)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;if mid(Stg,p,len(Pat)) = Pat Then&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;q = p + len(Pat) + 1&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Do while mid(Stg,q,1) &amp;lt;&amp;gt; chr(34) and q &amp;lt; len(Stg) &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;tmpCS = tmpCS + mid(Stg,q,1)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;q = q + 1&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Loop&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Exit do&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Else&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;p = p + 1&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;end if&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;Loop&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;ParseComp = tmpCS&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;End Function&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Now this script can be executed through a logon script.&lt;/p&gt;  &lt;p&gt;A few gotchas on the whole process is that the user has to have write access to root/CIMV2 class.&amp;#160; We can over come this by explicitly adding the domain user group to CIMV2 using the MMC or you can use a free tool called wmisecurity.exe(http://www.codeproject.com/KB/system/WmiSecurity.aspx )&lt;/p&gt;  &lt;p&gt;Once the script is run the class would get populated with the letter and path and user who ran the script.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/smsandmom/WindowsLiveWriter/ConfigMgr2007Howtoinventorymappeddrives_F370/clip_image002_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="158" alt="clip_image002" src="http://blogs.technet.com/blogfiles/smsandmom/WindowsLiveWriter/ConfigMgr2007Howtoinventorymappeddrives_F370/clip_image002_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Then when hardware inventory is run it will populate information in the database that can be used later to create reports. To verify that it worked fine verify Resource explorer for one machine. It will have a new class named cx_mappeddrives:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/smsandmom/WindowsLiveWriter/ConfigMgr2007Howtoinventorymappeddrives_F370/clip_image004_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="157" alt="clip_image004" src="http://blogs.technet.com/blogfiles/smsandmom/WindowsLiveWriter/ConfigMgr2007Howtoinventorymappeddrives_F370/clip_image004_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here is a sample report you can use to view the data:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;select v_R_System.Name0,v_GS_Cx_Mapped_Drives0.Letter0, v_GS_Cx_Mapped_Drives0.Path0, v_GS_Cx_Mapped_Drives0.user0 from v_R_System inner join v_GS_Cx_Mapped_Drives0 on v_GS_Cx_Mapped_Drives0.ResourceId = v_R_System.ResourceId where v_GS_Cx_Mapped_Drives0.Letter0 like '%' and v_GS_Cx_Mapped_Drives0.Path0 like '%' and v_GS_Cx_Mapped_Drives0.user0 like '%'&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The report will look like this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/smsandmom/WindowsLiveWriter/ConfigMgr2007Howtoinventorymappeddrives_F370/clip_image006_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="clip_image006" src="http://blogs.technet.com/blogfiles/smsandmom/WindowsLiveWriter/ConfigMgr2007Howtoinventorymappeddrives_F370/clip_image006_thumb.jpg" width="220" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;A good use of this script is to determine a valid drive letter for a new server share or what are your clients mapping to.&amp;#160; &lt;/p&gt;  &lt;p&gt;I hope these steps help to gather information and special thanks to Jason Alanis for creating the vbs script.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Alvin Morales - Senior Support Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3171037" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/SMS+/">SMS </category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/Inventory/">Inventory</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/Guide/">Guide</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/ConfigMgr/">ConfigMgr</category></item><item><title>New Knowledge Base articles for 12-7 through 12-13</title><link>http://blogs.technet.com/b/smsandmom/archive/2008/12/15/new-knowledge-base-articles-for-12-7-through-12-13.aspx</link><pubDate>Mon, 15 Dec 2008 19:40:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3169118</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/smsandmom/rsscomments.aspx?WeblogPostID=3169118</wfw:commentRss><comments>http://blogs.technet.com/b/smsandmom/archive/2008/12/15/new-knowledge-base-articles-for-12-7-through-12-13.aspx#comments</comments><description>&lt;P&gt;For the week of 12-7 through 12-13 we had three new Knowledge Base articles: Two on OpsMgr 2007 and one on ConfigMgr 2007.&amp;nbsp; Links and titles are below:&lt;/P&gt;
&lt;P&gt;========&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/?kbid=957135" target=_blank mce_href="http://support.microsoft.com/?kbid=957135"&gt;http://support.microsoft.com/?kbid=957135&lt;/A&gt; &lt;BR&gt;You cannot change the alert resolution state of any alert in the Active Alerts view in System Center Operations Manager 2007 Service Pack 1 &lt;BR&gt;Sys Center Ops Mgr 2007&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/?kbid=955955" mce_href="http://support.microsoft.com/?kbid=955955"&gt;http://support.microsoft.com/?kbid=955955&lt;/A&gt; &lt;BR&gt;A task sequence that contains many packages may take longer to run after you install System Center Configuration Manager 2007 Service Pack 1 or hotfix 949225 &lt;BR&gt;Sys Center Config Manager 2007&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/?kbid=958170" mce_href="http://support.microsoft.com/?kbid=958170"&gt;http://support.microsoft.com/?kbid=958170&lt;/A&gt; &lt;BR&gt;Description of System Center Operations Manager 2007 Service Pack 1 support for Microsoft SQL Server 2008 &lt;BR&gt;Sys Center Ops Mgr 2007&lt;/P&gt;
&lt;P&gt;========&lt;/P&gt;
&lt;P&gt;Enjoy! &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/STRONG&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3169118" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/OpsMgr/">OpsMgr</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/ConfigMgr/">ConfigMgr</category></item><item><title>ConfigMgr 2007: The Transfer Site Settings Wizard fails to transfer client installation methods</title><link>http://blogs.technet.com/b/smsandmom/archive/2008/12/11/configmgr-2007-the-transfer-site-settings-wizard-fails-to-transfer-client-installation-methods.aspx</link><pubDate>Fri, 12 Dec 2008 01:05:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3167257</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/smsandmom/rsscomments.aspx?WeblogPostID=3167257</wfw:commentRss><comments>http://blogs.technet.com/b/smsandmom/archive/2008/12/11/configmgr-2007-the-transfer-site-settings-wizard-fails-to-transfer-client-installation-methods.aspx#comments</comments><description>&lt;p&gt;Here's one that's probably going to be relatively uncommon but I came across it the other day and thought it would be worth a mention here:&lt;/p&gt;  &lt;p&gt;========&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Issue:&lt;/u&gt;&lt;/strong&gt; The Transfer Site Settings Wizard in System Center Configuration Manager 2007 SP1 fails to transfer client installation methods from one secondary site to another secondary site.&amp;#160; The error message reported is:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#004080"&gt;(Reason:Skipping the setting because it is unique to a primary site and target site &amp;lt;sitecode&amp;gt; is secondary.) &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This error comes up for all settings: &lt;/p&gt;  &lt;p&gt;General    &lt;br /&gt;&amp;#160;&amp;#160; System types (Servers, Workstations, Domain controllers)     &lt;br /&gt;&amp;#160;&amp;#160; Enable client push installation to site systems     &lt;br /&gt;&amp;#160;&amp;#160; Enable client push installation to assigned resources &lt;/p&gt;  &lt;p&gt;Other    &lt;br /&gt;&amp;#160;&amp;#160; Client push installation accounts     &lt;br /&gt;&amp;#160;&amp;#160; Installation properties &lt;/p&gt;  &lt;p&gt;Software Update Point Client Installation    &lt;br /&gt;&amp;#160;&amp;#160; Enable Software Update Point Client Installation&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Cause:&lt;/u&gt;&lt;/strong&gt; This is a known issue with the wizard.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Resolution:&lt;/u&gt;&lt;/strong&gt; To work around this issue, after transferring all of the settings from one secondary site to another secondary site via the Transfer Site Settings Wizard, simply configure the &amp;#8220;Client Push Installation Properties&amp;#8221; on the site manually.&lt;/p&gt;  &lt;p&gt;========&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3167257" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/Troubleshoot/">Troubleshoot</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/ConfigMgr/">ConfigMgr</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/Migrate/">Migrate</category></item><item><title>ConfigMgr 2007: New Product Feature Quizzes for your enjoyment</title><link>http://blogs.technet.com/b/smsandmom/archive/2008/12/11/configmgr-2007-new-product-feature-quizzes-for-your-enjoyment.aspx</link><pubDate>Thu, 11 Dec 2008 17:10:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3167035</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/smsandmom/rsscomments.aspx?WeblogPostID=3167035</wfw:commentRss><comments>http://blogs.technet.com/b/smsandmom/archive/2008/12/11/configmgr-2007-new-product-feature-quizzes-for-your-enjoyment.aspx#comments</comments><description>&lt;p&gt;Looks like the System Center Configuration Manager 2007 User Assistance (UA) team has created a set of quizzes to help you assess your understanding of the dependencies and requirements for key features of Configuration Manager 2007.&amp;#160; Once you complete these quizzes you'll no longer have to suffer the embarrassment of having nothing to contribute when party or bar conversation turns to ConfigMgr prerequisites.&amp;#160; If you're a sucker for quizzes like I am then this should provide hours of lunchtime fun (and education) for you and your colleagues:&lt;/p&gt;  &lt;p&gt;========&lt;/p&gt;  &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 help to raise your level of awareness of the some of the nuances of these features before you configure and use them. 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. This new version of the quiz application is built using Microsoft Silverlight to provide a more interactive experience.&lt;/p&gt;  &lt;p&gt;The following quizzes are available:    &lt;br /&gt;Configuration Manager 2007 Client Installation Quiz     &lt;br /&gt;Configuration Manager 2007 Client Management Quiz     &lt;br /&gt;Configuration Manager 2007 Client Site Assignment Quiz     &lt;br /&gt;Configuration Manager 2007 Desired Configuration Management Quiz     &lt;br /&gt;Configuration Manager 2007 Internet-Based Client Management Quiz     &lt;br /&gt;Configuration Manager 2007 Native Mode Quiz     &lt;br /&gt;Configuration Manager 2007 Network Access Protection Quiz     &lt;br /&gt;Configuration Manager 2007 Wake On LAN Quiz     &lt;br /&gt;Configuration Manager 2007 Software Updates Operations Quiz     &lt;br /&gt;Configuration Manager 2007 OSDeployment Quiz     &lt;br /&gt;Configuration Manager 2007 What&amp;#8217;s New Quiz     &lt;br /&gt;Configuration Manager 2007 Software Updates Configuration Quiz     &lt;br /&gt;Configuration Manager 2007 Mobile Device Management Quiz     &lt;br /&gt;Configuration Manager 2007 Fundamentals Quiz     &lt;br /&gt;Configuration Manager 2007 Client Roaming Quiz     &lt;br /&gt;Configuration Manager 2007 Software Updates Interop Quiz     &lt;br /&gt;Configuration Manager 2007 Setup Quiz     &lt;br /&gt;Configuration Manager 2007 Software Distribution Quiz     &lt;br /&gt;Configuration Manager 2007 Service Pack 1 Quiz     &lt;br /&gt;Configuration Manager 2007 R2 Quiz&lt;/p&gt;  &lt;p&gt;For more information and to download the quizzes visit &lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=b9fb478a-ec98-47f2-b31e-57443a8ae88f&amp;amp;DisplayLang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b9fb478a-ec98-47f2-b31e-57443a8ae88f&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=b9fb478a-ec98-47f2-b31e-57443a8ae88f&amp;amp;DisplayLang=en&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3167035" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/ConfigMgr/">ConfigMgr</category></item><item><title>ConfigMgr 2007: Task Sequence may fail to run with error code 0x80072ee7</title><link>http://blogs.technet.com/b/smsandmom/archive/2008/12/09/configmgr-2007-task-sequence-may-fail-to-run-with-error-code-0x80072ee7.aspx</link><pubDate>Tue, 09 Dec 2008 16:38:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3165732</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/smsandmom/rsscomments.aspx?WeblogPostID=3165732</wfw:commentRss><comments>http://blogs.technet.com/b/smsandmom/archive/2008/12/09/configmgr-2007-task-sequence-may-fail-to-run-with-error-code-0x80072ee7.aspx#comments</comments><description>&lt;p&gt;Here's another neat tip from Clifton Hughes in our Irving, Texas site.&amp;#160; If you're PXE booting machines and they're throwing 0x80072ee7 errors along with getting &lt;a href="http://en.wikipedia.org/wiki/Apipa" target="_blank"&gt;APIPA&lt;/a&gt; addresses then you might try turning on portfast if you're using a Cisco Spanning Tree Protocol (STP) enabled switch to see if that helps:&lt;/p&gt;  &lt;p&gt;========&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Issue:&lt;/u&gt;&lt;/strong&gt; When attempting to PXE Boot and install an Operating System Image with System Center Configuration Manager 2007, the Task Sequence may error out and reboot the machine. The SMSTS.LOG files may show error code 0x80072ee7 that points to a name resolution and/or networking issue. Additionally, you may notice that WINPE boots and gets an IP address from the DHCP server initially, however, once it gets to the Graphical User Interface portion of WINPE and try and run the Task Sequence it reverts to an Automatic Private IP Address (APIPA)&amp;#160; of 169.354.x.x. &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Note: If you use Task Sequence Boot Media and manually configure a static IP address and subnet mask, etc. then the Task Sequence runs as expected.&lt;/em&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Cause:&lt;/u&gt;&lt;/strong&gt; This can occur if portfast is not enabled on your SPT enable Cisco switch.&amp;#160; If portfast is not enabled then the port using STP may remain in blocking mode long enough to prevent the client computer from communicating over the network.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Resolution:&lt;/u&gt;&lt;/strong&gt; To resolve this issue you can turn on &amp;quot;spanning tree portfast enable&amp;quot; on the Cisco switch.&amp;#160; For more information on this feature contact your switch manufacturer or see the following article on Cisco.com's website:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a00800f0804.shtml"&gt;http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a00800f0804.shtml&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;========&lt;/p&gt;  &lt;p&gt;Thanks Clifton!&amp;#160; Personally I've only seen this feature on Cisco switches but I image there are others out there using SPT that have a similar feature as well.&amp;#160; I guess the ultimate takeaway is that if you're seeing problems that may be networking related and you're using Spanning Tree on a directly connected switch you might investigate the options to force that port online immediately.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3165732" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/Troubleshoot/">Troubleshoot</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/ConfigMgr/">ConfigMgr</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/OSD/">OSD</category></item><item><title>New and updated Knowledge Base articles for 11-23 through 11-29</title><link>http://blogs.technet.com/b/smsandmom/archive/2008/12/03/new-and-updated-knowledge-base-articles-for-11-23-through-11-29.aspx</link><pubDate>Wed, 03 Dec 2008 16:35:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3163343</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/smsandmom/rsscomments.aspx?WeblogPostID=3163343</wfw:commentRss><comments>http://blogs.technet.com/b/smsandmom/archive/2008/12/03/new-and-updated-knowledge-base-articles-for-11-23-through-11-29.aspx#comments</comments><description>&lt;p&gt;For the week of 11-23 through 11-29 we had five updated and two new Knowledge Base articles on everything from SMS 2.0 to Configuration Manager 2007.&amp;#160; Links and titles are below:&lt;/p&gt;  &lt;p&gt;========&lt;/p&gt;  &lt;p&gt;Sys Mgmt Svr 2.0 SP2 EN    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/273476" target="_blank"&gt;273476&lt;/a&gt; - SMS: Buffer Overrun Problem in Several Network Monitor Parsers     &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;Sys Mgmt Svr Ent Ed 2003 EN    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/830019" target="_blank"&gt;830019&lt;/a&gt; - &amp;quot;Unable to get scan program path - verify scan tool package and program name in Scan.ini is correct&amp;quot; error message is sent to Systems Management Server 2003 or Systems Management Server 2.0 Service Pack 5 clients     &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;Sys Mgmt Svr Ent Ed 2003 EN    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/886060" target="_blank"&gt;886060&lt;/a&gt; - You receive a &amp;quot;Failed to download&amp;quot; error message when you install Systems Management Server (SMS) 2003 Scan Tools     &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;Sys Mgmt Svr Ent Ed 2003 EN    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/273734" target="_blank"&gt;273734&lt;/a&gt; - How to set up unattended installation scripts in SMS     &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;MOM Ops Mgr Serv Ent Ed 2005 EN    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/924043" target="_blank"&gt;924043&lt;/a&gt; - Active Directory Management Pack reports contain incorrect data after you install Multiple Management Group Rollup Solution Accelerator in a Microsoft Operations Manager 2005 environment     &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;MOM Ops Mgr Serv Ent Ed 2005 EN    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/957559" target="_blank"&gt;957559&lt;/a&gt; - Support policy for running Microsoft Operations Manager 2005 Service Pack 1 on hardware virtualization software     &lt;br /&gt;Published - New&lt;/p&gt;  &lt;p&gt;Sys Center Config Mnger 2007 AL    &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/958021" target="_blank"&gt;958021&lt;/a&gt; - Error message in the Configuration Manager console when you create a new task sequence: &amp;quot;The task sequence cannot be created&amp;quot;     &lt;br /&gt;Published - New&lt;/p&gt;  &lt;p&gt;========&lt;/p&gt;  &lt;p&gt;Enjoy! &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3163343" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/SMS+/">SMS </category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/MOM/">MOM</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/OpsMgr/">OpsMgr</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/ConfigMgr/">ConfigMgr</category></item><item><title>ConfigMgr 2007: WUAHandler.log - Failed to Add Update Source for WUAgent - Error = 0x80040692</title><link>http://blogs.technet.com/b/smsandmom/archive/2008/12/02/configmgr-2007-wuahandler-log-failed-to-add-update-source-for-wuagent-error-0x80040692.aspx</link><pubDate>Wed, 03 Dec 2008 00:46:25 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3162999</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/smsandmom/rsscomments.aspx?WeblogPostID=3162999</wfw:commentRss><comments>http://blogs.technet.com/b/smsandmom/archive/2008/12/02/configmgr-2007-wuahandler-log-failed-to-add-update-source-for-wuagent-error-0x80040692.aspx#comments</comments><description>&lt;p&gt; Here's a great tip on an issue you may run into if your using WSUS and ConfigMgr 2007 for updates and defining settings via a Group Policy.&amp;#160; This one comes from Anjana Kaku Tyagi, a Support Engineer in our Manageability group: &lt;/p&gt;  &lt;p&gt;========&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Issue:&lt;/u&gt;&lt;/strong&gt; While trying to configure Software Update Point in SCCM we get following error in WUAHandler.log &lt;/p&gt;  &lt;p&gt;&lt;font color="#004080"&gt;*******************************************************************************      &lt;br /&gt;Its a WSUS Update Source type ({63897A13-E330-463A-B09E-101151D25935}), adding it.       &lt;br /&gt;Enabling WUA Managed server policy to use server: &lt;/font&gt;&lt;a href="http://&amp;lt;server&amp;gt;:8530"&gt;&lt;font color="#004080"&gt;:8530&amp;quot;&amp;gt;:8530&amp;quot;&amp;gt;http://&amp;lt;server&amp;gt;:8530&lt;/font&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font color="#004080"&gt;Waiting for 2 mins for Group Policy to notify of WUA policy change...&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;Group policy settings were overwritten by a higher authority (Domain Controller) to: Server &lt;/font&gt;&lt;a href="http://&amp;lt;server&amp;gt;"&gt;&lt;font color="#004080"&gt;&amp;quot;&amp;gt;&amp;quot;&amp;gt;http://&amp;lt;server&amp;gt;&lt;/font&gt;&lt;/a&gt;&lt;font color="#004080"&gt; and Policy ENABLED      &lt;br /&gt;Failed to Add Update Source for WUAgent of type (2) and id ({63897A13-E330-463A-B09E-101151D25935}). Error = 0x80040692.       &lt;br /&gt;*******************************************************************************&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Cause:&lt;/u&gt;&lt;/strong&gt; This can happen when there is a Group policy set in the domain that is managing updates and patching machines in the domain.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Resolution:&lt;/u&gt;&lt;/strong&gt; We have two options for resolving this issue:&lt;/p&gt;  &lt;p&gt;1. Remove the group policy at the domain level&lt;/p&gt;  &lt;p&gt;or &lt;/p&gt;  &lt;p&gt;2. Use the same WSUS server as the Software Update Point for the SCCM as well&lt;/p&gt;  &lt;p&gt;In this particular case we opted for the second workaround: To configure the WSUS server and the software update point server to be the same server with the same port number as well so that both the group policy and the SCCM use the same server as the update point. To do this follow these steps:&lt;/p&gt;  &lt;p&gt;1.&amp;#160;&amp;#160;&amp;#160; Configure the software update point to use a particular server and port #&lt;/p&gt;  &lt;p&gt;2.&amp;#160;&amp;#160;&amp;#160; Configure the group policy to use the same port and server name for the updates to be distributed.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;a.&amp;#160;&amp;#160;&amp;#160; We can do the same by configuring the policy &amp;#8220;Specify intranet Microsoft update service location&amp;#8221; at Computer Configuration -&amp;gt; Administrative Templates -&amp;gt; Windows Components -&amp;gt; Windows Update to the same server and port as used by SCCM&lt;/p&gt;    &lt;p&gt;or&lt;/p&gt;    &lt;p&gt;b.&amp;#160;&amp;#160;&amp;#160; Re-configure the group policy, such that the Configuration Manager clients are not assigned part of the container that has Active Directory Group Policy object that specifies a WSUS server other than their active software update point &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;For more information please refer to &lt;a href="http://technet.microsoft.com/en-us/library/bb735866.aspx" target="_blank"&gt;Troubleshooting Group Policy Configuration for Software Updates&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here's a snippet from the above article:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&amp;quot;The software updates feature automatically configures a local Group Policy setting for the Configuration Manager 2007 client so that it is configured with the software update point source location and port number. Both the server name and port number is required for the software updates client to find the software update point. If an Active Directory Group Policy setting is applied to computers for software update point client installation, this overrides the local Group Policy setting. Unless the value of the setting is exactly the same (server name and port), this causes the Configuration Manager 2007 software updates feature to fail on the client.&amp;quot;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;========&lt;/p&gt;  &lt;p&gt;Thanks Anjana!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3162999" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/Troubleshoot/">Troubleshoot</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/WSUS/">WSUS</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/ConfigMgr/">ConfigMgr</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/Update/">Update</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/CM/">CM</category></item><item><title>New and updated Knowledge Base articles for 11-16 through 11-22</title><link>http://blogs.technet.com/b/smsandmom/archive/2008/12/02/new-and-updated-knowledge-base-articles-for-11-16-through-11-22.aspx</link><pubDate>Tue, 02 Dec 2008 17:18:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3162859</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/smsandmom/rsscomments.aspx?WeblogPostID=3162859</wfw:commentRss><comments>http://blogs.technet.com/b/smsandmom/archive/2008/12/02/new-and-updated-knowledge-base-articles-for-11-16-through-11-22.aspx#comments</comments><description>&lt;p&gt;Sorry for the delay in posting the new KB's but I took a couple days for &lt;a href="http://en.wikipedia.org/wiki/Thanksgiving" target="_blank"&gt;Thanksgiving&lt;/a&gt; and I'm just now getting caught back up.&amp;#160; For the week of 11-16 through 11-22 we had twelve updated and four new Knowledge Base articles on everything from SMS 2.0 to Mobile Device Manager 2008.&amp;#160; Links and titles are below:&lt;/p&gt;  &lt;p&gt;========&lt;/p&gt;  &lt;p&gt;Sys Mgmt Svr 2.0 SP2 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/233389" target="_blank"&gt;233389&lt;/a&gt; - SMS: Cannot Communicate with NetWare 5 Servers    &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;Sys Mgmt Svr 2.0 SP2 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/269345" target="_blank"&gt;269345&lt;/a&gt; - Systems Management Server 2.0 technical resources    &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;Sys Mgmt Svr 2.0 SP2 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/297857" target="_blank"&gt;297857&lt;/a&gt; - SMS: French SMS 2.0 SP3 Contains an Incorrect Ccm.dll File    &lt;br /&gt;Published - Updated    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;Sys Mgmt Svr 2.0 SP2 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/231489" target="_blank"&gt;231489&lt;/a&gt; - Using Wildcard with Install File Script Item Forces Restart    &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;Sys Mgmt Svr 2.0 SP2 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/281829" target="_blank"&gt;281829&lt;/a&gt; - SMS: How to Obtain and Install Systems Management Server 2.0 Service Pack 3    &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;Sys Mgmt Svr 2.0 SP2 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/295035" target="_blank"&gt;295035&lt;/a&gt; - SMS: Charting in the Web Reporting Tool Requires that Office Web Components Run Locally    &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;Sys Mgmt Svr 2.0 SP2 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/311457" target="_blank"&gt;311457&lt;/a&gt; - SMS: How to Obtain and Install Systems Management Server 2.0 Service Pack 4    &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;MOM Operations Mgr Base 2000 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/300304" target="_blank"&gt;300304&lt;/a&gt; - Microsoft Operations Manager Reporting Logs Event 1025 With Unregistered Event Source    &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;MOM Operations Mgr Base 2000 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/297604" target="_blank"&gt;297604&lt;/a&gt; - How to manually configure IIS 4.0 to use the Web console server in MOM    &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;MOM Operations Mgr Base 2000 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/297771" target="_blank"&gt;297771&lt;/a&gt; - How to move a MOM 2000 OnePoint database to a new location    &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;SMS Installer   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/192498" target="_blank"&gt;192498&lt;/a&gt; - SMS: Repackage of Netscape Communicator 4.03 Fails to Show Icons    &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;Sys Center Operation Mgr 2007 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/957565" target="_blank"&gt;957565&lt;/a&gt; - You cannot reinstall the Microsoft System Center Operations Manager 2007 management server role on a computer on which the role has been installed and removed    &lt;br /&gt;Published - New&lt;/p&gt;  &lt;p&gt;Sys Center Config Mnger 2007 AL   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/955842" target="_blank"&gt;955842&lt;/a&gt; - The System Center Configuration Manager 2007 Service Pack 1 hardware inventory may recognize an x64-based client as an x86-based client    &lt;br /&gt;Published - New&lt;/p&gt;  &lt;p&gt;Sys Center Config Mnger 2007 AL   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/958808" target="_blank"&gt;958808&lt;/a&gt; - User data from the USMT may be deleted unexpectedly by the task sequence engine during the operating system deployment process in System Center Configuration Manager 2007 SP1    &lt;br /&gt;Published - New&lt;/p&gt;  &lt;p&gt;Sys Center Config Mnger 2007 AL   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/957325" target="_blank"&gt;957325&lt;/a&gt; - The Inventory Data Loader component cannot process hardware inventory data from System Center Configuration Manager 2007 Service Pack 1 clients if one or more properties contain more than 256 characters in the NOIDMIF files    &lt;br /&gt;Published - New&lt;/p&gt;  &lt;p&gt;Sys Ctr Mobile Dvc Mgr 2008 EN   &lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/951840" target="_blank"&gt;951840&lt;/a&gt; - Attempts to validate Windows Mobile device certificates and to authenticate System Center Mobile Device Manager 2008 fail    &lt;br /&gt;Published - Updated&lt;/p&gt;  &lt;p&gt;========&lt;/p&gt;  &lt;p&gt;Enjoy! &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3162859" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/SMS+/">SMS </category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/MOM/">MOM</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/OpsMgr/">OpsMgr</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/ConfigMgr/">ConfigMgr</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/Mobile+Device+Manager/">Mobile Device Manager</category></item><item><title>ConfigMgr 2007: OSD Task Sequence fails to join the PC to the domain during Windows setup</title><link>http://blogs.technet.com/b/smsandmom/archive/2008/12/01/configmgr-2007-osd-task-sequence-fails-to-join-the-pc-to-the-domain-during-windows-setup.aspx</link><pubDate>Mon, 01 Dec 2008 17:57:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3162427</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/smsandmom/rsscomments.aspx?WeblogPostID=3162427</wfw:commentRss><comments>http://blogs.technet.com/b/smsandmom/archive/2008/12/01/configmgr-2007-osd-task-sequence-fails-to-join-the-pc-to-the-domain-during-windows-setup.aspx#comments</comments><description>&lt;P&gt;I'm sure you all noticed a remarkable lack of activity over the past week but I'll be cranking things up again very soon.&amp;nbsp; I've been out since November 20th on a much needed vacation to celebrate &lt;A href="http://en.wikipedia.org/wiki/Thanksgiving" target=_blank mce_href="http://en.wikipedia.org/wiki/Thanksgiving"&gt;Thanksgiving&lt;/A&gt; with friends and family but I'm back in the office now and working to get caught up.&amp;nbsp; It was great taking a few days off as it gave me the chance to get caught up on a few things around the house and spend some time with the wife and kids, but at the same time I'm excited to get back and see what's new since I was out and start posting again on all the cool things we're up to.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;To start things off, here's a tip from long time contributor &lt;A href="http://blogs.technet.com/smsandmom/search.aspx?q=frank+rojas&amp;amp;p=1" target=_blank mce_href="http://blogs.technet.com/smsandmom/search.aspx?q=frank+rojas&amp;amp;p=1"&gt;Frank Rojas&lt;/A&gt; on an issue you may see when you try to join your machines to the domain during an OS Deployment:&lt;/P&gt;
&lt;P&gt;========&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Issue:&lt;/U&gt;&lt;/STRONG&gt; When running a SCCM 2007 OSD Task Sequence deployment to a PC, the PC will be successfully download the image, however when it runs through Windows Setup, the PC will eventually fail to join the domain and the Task Sequence will fail. Inspecting the "Apply Network Settings" task in the Task Sequence shows that all settings and accounts being used in the task are correct. &lt;/P&gt;
&lt;P&gt;Looking at the SMSTS.log, the following error message will be repeat throughout the log: &lt;/P&gt;
&lt;P&gt;&lt;FONT color=#004080&gt;&lt;EM&gt;Sending StatusMessage &lt;BR&gt;Formatted header: &lt;BR&gt;&amp;lt;Msg SchemaVersion="1.1" ReplyCompression="zlib"&amp;gt;&amp;lt;ID/&amp;gt;&amp;lt;SourceID&amp;gt;1dc5ca47-2e4e-42ef-9c32-231959eb878e&amp;lt;/SourceID&amp;gt;&amp;lt;SourceHost/&amp;gt;&amp;lt;TargetAddress&amp;gt;mp:[http]MP_StatusManager&amp;lt;/TargetAddress&amp;gt;&amp;lt;ReplyTo&amp;gt;direct:OSD&amp;lt;/ReplyTo&amp;gt;&amp;lt;Priority&amp;gt;3&amp;lt;/Priority&amp;gt;&amp;lt;Timeout&amp;gt;3600&amp;lt;/Timeout&amp;gt;&amp;lt;SentTime&amp;gt;2008-11-03T21:10:05Z&amp;lt;/SentTime&amp;gt;&amp;lt;Protocol&amp;gt;http&amp;lt;/Protocol&amp;gt;&amp;lt;Body Type="ByteRange" Offset="0" Length="2070"/&amp;gt;&amp;lt;Hooks/&amp;gt;&amp;lt;Payload Type="inline"/&amp;gt;&amp;lt;TargetHost/&amp;gt;&amp;lt;TargetEndpoint&amp;gt;StatusReceiver&amp;lt;/TargetEndpoint&amp;gt;&amp;lt;ReplyMode&amp;gt;Sync&amp;lt;/ReplyMode&amp;gt;&amp;lt;CorrelationID/&amp;gt;&amp;lt;/Msg&amp;gt; &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#004080&gt;&lt;EM&gt;CLibSMSMessageWinHttpTransport::Send: URL: &amp;lt;MP_Server&amp;gt;:80&amp;nbsp; CCM_POST /ccm_system/request &lt;BR&gt;Error. Received 0x80072ee7 from WinHttpSendRequest. &lt;BR&gt;unknown host (gethostbyname failed) &lt;BR&gt;hr, HRESULT=80072ee7 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,7714) &lt;BR&gt;sending with winhttp failed; 80072ee7 &lt;BR&gt;Will retry in 5 second(s) &lt;BR&gt;Retrying... &lt;BR&gt;CLibSMSMessageWinHttpTransport::Send: URL: &amp;lt;MP_Server&amp;gt;:80&amp;nbsp; CCM_POST /ccm_system/request &lt;BR&gt;Error. Received 0x80072ee7 from WinHttpSendRequest. &lt;BR&gt;unknown host (gethostbyname failed) &lt;BR&gt;hr, HRESULT=80072ee7 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,7714) &lt;BR&gt;sending with winhttp failed; 80072ee7 &lt;BR&gt;Will retry in 10 second(s) &lt;BR&gt;Retrying... &lt;BR&gt;CLibSMSMessageWinHttpTransport::Send: URL: &amp;lt;MP_Server&amp;gt;:80&amp;nbsp; CCM_POST /ccm_system/request &lt;BR&gt;Error. Received 0x80072ee7 from WinHttpSendRequest. &lt;BR&gt;unknown host (gethostbyname failed) &lt;BR&gt;hr, HRESULT=80072ee7 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,7714) &lt;BR&gt;sending with winhttp failed; 80072ee7 &lt;BR&gt;Will retry in 22 second(s) &lt;BR&gt;Retrying... &lt;BR&gt;CLibSMSMessageWinHttpTransport::Send: URL: &amp;lt;MP_Server&amp;gt;:80&amp;nbsp; CCM_POST /ccm_system/request &lt;BR&gt;Error. Received 0x80072ee7 from WinHttpSendRequest. &lt;BR&gt;unknown host (gethostbyname failed) &lt;BR&gt;hr, HRESULT=80072ee7 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,7714) &lt;BR&gt;sending with winhttp failed; 80072ee7 &lt;BR&gt;Will retry in 45 second(s) &lt;BR&gt;Retrying... &lt;BR&gt;CLibSMSMessageWinHttpTransport::Send: URL: &amp;lt;MP_Server&amp;gt;:80&amp;nbsp; CCM_POST /ccm_system/request &lt;BR&gt;Error. Received 0x80072ee7 from WinHttpSendRequest. &lt;BR&gt;unknown host (gethostbyname failed) &lt;BR&gt;hr, HRESULT=80072ee7 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,7714) &lt;BR&gt;sending with winhttp failed; 80072ee7 &lt;BR&gt;End of retries &lt;BR&gt;Send (pReply, nReplySize), HRESULT=80072ee7 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,2052) &lt;BR&gt;failed to send the request &lt;BR&gt;DoRequest (sReply, false), HRESULT=80072ee7 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,3835) &lt;BR&gt;Failed to send status message (80072ee7) &lt;BR&gt;smStatusMessage.Send(), HRESULT=80072ee7 (e:\nts_sms_fre\sms\client\tasksequence\executionengine\utility.cxx,529)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Cause:&lt;/U&gt;&lt;/STRONG&gt; This is caused by a missing NIC driver in the Windows installation. Either the NIC driver was missing or not available during the driver injection (Apply Device Drivers, Auto Apply Drivers, or Apply Driver Package tasks) of the Task Sequence and driver installation portion of Windows Setup. Because of this reason, the PC has no network connectivity, cannot join the domain, and the Task Sequence eventually fails. However, a NIC driver was present as part of the WinPE Boot Image, which allowed the deployment to get far along enough in the deployment process where it dropped the image down on the PC. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Resolution:&lt;/U&gt;&lt;/STRONG&gt; To correct the problem follow the steps below: &lt;/P&gt;
&lt;P&gt;1) Make sure that the appropriate NIC drivers for the model PC, Windows OS version, and architecture have been imported into the Operating System Deployment --&amp;gt; Drivers node in the SCCM 2007 Admin console. &lt;/P&gt;
&lt;P&gt;2) Make sure that the imported NIC drivers from step 1 have been added to a Driver Package under the Operating System Deployment --&amp;gt; Driver Packages node in the SCCM 2007 Admin console.&lt;/P&gt;
&lt;P&gt;3) Make sure that the Driver Package from step 2 has been copied to distribution points (DPs) that are accessible to the PC during the OSD Task Sequence deployment. &lt;/P&gt;
&lt;P&gt;4) If using the "Apply Driver Package" task in the Task Sequence, make sure that Driver Package that contains the NIC driver is selected in the "Apply Driver Package" task next to the field "Driver Package". If filtering Driver Package by model using WMI queries under the Options tab of the "Apply Driver Package" task, ensure that the WMI query is correct and you choose the correct model PC. &lt;/P&gt;
&lt;P&gt;========&lt;/P&gt;
&lt;P&gt;Thanks Frank!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;J.C. Hornbeck | Manageability Knowledge Engineer&lt;/STRONG&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3162427" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/Troubleshoot/">Troubleshoot</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/ConfigMgr/">ConfigMgr</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/OSD/">OSD</category><category domain="http://blogs.technet.com/b/smsandmom/archive/tags/Task+Sequence/">Task Sequence</category></item></channel></rss>