<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2138707083870593186</id><updated>2024-11-01T06:00:12.454-07:00</updated><title type='text'>Slow Moving Software</title><subtitle type='html'>Also known as SMS2003 and SCCM2007</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://slowmovingsoftware.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>36</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-7071746927474753027</id><published>2013-04-24T01:04:00.001-07:00</published><updated>2013-04-24T01:04:06.014-07:00</updated><title type='text'>SCCM Client Approved N/A - Best SQL Command that will Auto Approve all Clients</title><content type='html'>&lt;p&gt;This is a good day! I have managed to fix a thing that has been a big problem at some SCCM 2007 customers. Clients are getting Approved N/A status even if everything looks ok and should work.&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px&quot; title=&quot;SCCM-New-SQL-Command-Approved-NA&quot; border=&quot;0&quot; alt=&quot;SCCM-New-SQL-Command-Approved-NA&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGIab_VsjZ0tfou5seIMLwmWJ6qzeCy0mNl6nasDP3IGDD9Td8DvT6fB6QIOM6gZVamXCYajTvunwGbNS4Z-AugPodL44XXJsL_alpZLnQjhBgILYK7Maa3gv8lv_lYg4KatQyhbuf5n_S/?imgmax=800&quot; width=&quot;468&quot; height=&quot;144&quot;&gt;&lt;/p&gt; &lt;p&gt;I have seen big complicated scripts that will change the status but today I found the most powerful and simple way to fix it.&lt;/p&gt; &lt;p&gt;First, go to your SCCM site where the clients are and create a new SQL Command.&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px&quot; title=&quot;Auto-Approve-All-SCCM-Clients&quot; border=&quot;0&quot; alt=&quot;Auto-Approve-All-SCCM-Clients&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ9-vEbdiar2WUJY8BLIC1Yq0XQQvLXjL5jnzYdju2sWBbOZy435DD-4FhwcBJChvRj8mr2gB9xodXsaecL6c92liKIl-QOBgWcSaVsyfXpOY2JECBb57dl_K6DwQb7A75DtL65Q24q1FA/?imgmax=800&quot; width=&quot;468&quot; height=&quot;462&quot;&gt;&lt;/p&gt; &lt;p&gt;Name: &lt;br&gt;&lt;strong&gt;ApproveAllClients&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;SQL command: &lt;br&gt;&lt;strong&gt;UPDATE v_CM_RES_COLL_SMS00001 &lt;br&gt;SET IsApproved=1 &lt;br&gt;FROM v_CM_RES_COLL_SMS00001 &lt;br&gt;INNER JOIN v_R_System &lt;br&gt;ON v_CM_RES_COLL_SMS00001.ResourceID = v_R_System.ResourceID &lt;br&gt;WHERE v_CM_RES_COLL_SMS00001.IsApproved&amp;lt;&amp;gt;1 &lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Log status to: &lt;br&gt;&lt;a href=&quot;file://\\&amp;lt;siteserver&amp;gt;\c$\temp\ApproveAllClients.log&quot;&gt;&lt;strong&gt;\c$\temp\ApproveAllClients.log&quot;&amp;gt;\\&amp;lt;siteserver&amp;gt;\c$\temp\ApproveAllClients.log&lt;/strong&gt;&lt;/a&gt; &lt;br&gt;&lt;br&gt;&lt;/p&gt; &lt;p&gt;I found this solution at MyItforum so thank you sooo much!! Link: &lt;br&gt;&lt;a href=&quot;http://myitforum.com/myitforumwp/2011/11/10/configmgr-auto-approve-clients-the-easy-way/&quot;&gt;http://myitforum.com/myitforumwp/2011/11/10/configmgr-auto-approve-clients-the-easy-way/&lt;/a&gt;&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/7071746927474753027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/7071746927474753027'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2013/04/sccm-client-approved-na-best-sql_24.html' title='SCCM Client Approved N/A - Best SQL Command that will Auto Approve all Clients'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGIab_VsjZ0tfou5seIMLwmWJ6qzeCy0mNl6nasDP3IGDD9Td8DvT6fB6QIOM6gZVamXCYajTvunwGbNS4Z-AugPodL44XXJsL_alpZLnQjhBgILYK7Maa3gv8lv_lYg4KatQyhbuf5n_S/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-2207014627975642113</id><published>2013-04-24T01:01:00.001-07:00</published><updated>2013-04-24T01:01:30.515-07:00</updated><title type='text'>SCCM Client Approved N/A - Best SQL Command that will Auto Approve all Clients</title><content type='html'>&lt;p&gt;This is a good day! I have managed to fix a thing that has been a big problem at some SCCM 2007 customers. Clients are getting Approved N/A status even if everything looks ok and should work.&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;SCCM-New-SQL-Command-Approved-NA&quot; border=&quot;0&quot; alt=&quot;SCCM-New-SQL-Command-Approved-NA&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGIab_VsjZ0tfou5seIMLwmWJ6qzeCy0mNl6nasDP3IGDD9Td8DvT6fB6QIOM6gZVamXCYajTvunwGbNS4Z-AugPodL44XXJsL_alpZLnQjhBgILYK7Maa3gv8lv_lYg4KatQyhbuf5n_S/?imgmax=800&quot; width=&quot;468&quot; height=&quot;144&quot;&gt;&lt;/p&gt; &lt;p&gt;I have seen big complicated scripts that will change the status but today I found the most powerful and simple way to fix it.&lt;/p&gt; &lt;p&gt;First, go to your SCCM site where the clients are and create a new SQL Command.&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;Auto-Approve-All-SCCM-Clients&quot; border=&quot;0&quot; alt=&quot;Auto-Approve-All-SCCM-Clients&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ9-vEbdiar2WUJY8BLIC1Yq0XQQvLXjL5jnzYdju2sWBbOZy435DD-4FhwcBJChvRj8mr2gB9xodXsaecL6c92liKIl-QOBgWcSaVsyfXpOY2JECBb57dl_K6DwQb7A75DtL65Q24q1FA/?imgmax=800&quot; width=&quot;468&quot; height=&quot;462&quot;&gt;&lt;/p&gt; &lt;p&gt;Name: &lt;br&gt;&lt;strong&gt;ApproveAllClients&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;SQL command:&lt;br&gt;&lt;strong&gt;UPDATE v_CM_RES_COLL_SMS00001&lt;br&gt;SET IsApproved=1&lt;br&gt;FROM v_CM_RES_COLL_SMS00001&lt;br&gt;INNER JOIN v_R_System&lt;br&gt;ON v_CM_RES_COLL_SMS00001.ResourceID = v_R_System.ResourceID&lt;br&gt;WHERE v_CM_RES_COLL_SMS00001.IsApproved&amp;lt;&amp;gt;1 &lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Log status to:&lt;br&gt;&lt;a href=&quot;file://\\&amp;lt;siteserver&amp;gt;\c$\temp\ApproveAllClients.log&quot;&gt;&lt;strong&gt;\\&amp;lt;siteserver&amp;gt;\c$\temp\ApproveAllClients.log&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt; &lt;p&gt;I found this solution at MyItforum so thank you sooo much!! Link:&lt;br&gt;&lt;a href=&quot;http://myitforum.com/myitforumwp/2011/11/10/configmgr-auto-approve-clients-the-easy-way/&quot;&gt;http://myitforum.com/myitforumwp/2011/11/10/configmgr-auto-approve-clients-the-easy-way/&lt;/a&gt;&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/2207014627975642113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/2207014627975642113'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2013/04/sccm-client-approved-na-best-sql.html' title='SCCM Client Approved N/A - Best SQL Command that will Auto Approve all Clients'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGIab_VsjZ0tfou5seIMLwmWJ6qzeCy0mNl6nasDP3IGDD9Td8DvT6fB6QIOM6gZVamXCYajTvunwGbNS4Z-AugPodL44XXJsL_alpZLnQjhBgILYK7Maa3gv8lv_lYg4KatQyhbuf5n_S/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-5262229765894883806</id><published>2013-04-23T05:44:00.001-07:00</published><updated>2013-04-23T05:44:58.529-07:00</updated><title type='text'>Check CCMEXEC service State / Startmode with WMIC script</title><content type='html'>&lt;p&gt;Sometimes you want to see which servers are running the SMS Agent Service and which ones has the service disabled.&lt;/p&gt; &lt;p&gt;Create a CMD file with this line (one line):&lt;/p&gt; &lt;p&gt;&lt;strong&gt;wmic /node:@CCMEXEC.txt /output:CCMEXEC.csv Service where name=&quot;CcmExec&quot; Get Name,State,Startmode /format:csv&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Put the hostnames into CCMEXEC.txt, one hosname on each line&lt;/p&gt; &lt;p&gt;Run the CMD as Admin and the output will be saved into a nice CCMEXEC.CSV&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/5262229765894883806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/5262229765894883806'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2013/04/check-ccmexec-service-state-startmode.html' title='Check CCMEXEC service State / Startmode with WMIC script'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-1706931134026249228</id><published>2012-12-07T00:32:00.001-08:00</published><updated>2012-12-07T00:32:46.823-08:00</updated><title type='text'>Install KB2783466 with SCCM to fix red cross in SUP packages</title><content type='html'>&lt;p&gt;Last month we got problems! A lot of patches were missing from our packages and the solution was then to just re-download them all and update the distribution points.&lt;/p&gt; &lt;p&gt;Now Microsoft has released a patch for this &quot;&lt;strong&gt;KB2783466&quot;&lt;/strong&gt; and I just deployed it using SCCM.&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;SCCM_WSUS_Hotfix_KB2783466&quot; border=&quot;0&quot; alt=&quot;SCCM_WSUS_Hotfix_KB2783466&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg4rmZL9A_XmPT9Bz4Y56YmBEdF1EeMxBcGKY9aqb6idwOrg3z6o1iWSrZ-pxaL4FBlN2o6dt4wXOv0cNIPgmcQZiUH3OhvkY1DJ6O1qyQzrGfsThqhSxwYGF37FRvVCRjOX-R7UJflblx/?imgmax=800&quot; width=&quot;468&quot; height=&quot;37&quot;&gt;&lt;/p&gt; &lt;p&gt;Create a normal software package and add the file and this commandline:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;SCCM2007-SP2-KB2783466-ENU.msi /passive /norestart&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Advertise it to some pilot servers and install it manually, since the switches are /passive you will see the installation but it&#39;s still automatic which gives you some control.&lt;/p&gt; &lt;p&gt;Check &quot;add/remove programs&quot; to see that it&#39;s installed ok.&lt;/p&gt; &lt;p&gt;Put in a mandatory installation time to the advertisement and rock on with the rest of your SCCM servers.&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/1706931134026249228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/1706931134026249228'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2012/12/install-kb2783466-with-sccm-to-fix-red.html' title='Install KB2783466 with SCCM to fix red cross in SUP packages'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg4rmZL9A_XmPT9Bz4Y56YmBEdF1EeMxBcGKY9aqb6idwOrg3z6o1iWSrZ-pxaL4FBlN2o6dt4wXOv0cNIPgmcQZiUH3OhvkY1DJ6O1qyQzrGfsThqhSxwYGF37FRvVCRjOX-R7UJflblx/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-8650162708090242910</id><published>2012-12-05T05:22:00.001-08:00</published><updated>2012-12-05T05:22:02.280-08:00</updated><title type='text'>Use Wmic to Get Hotfix installation dates from Windows 7 and 2008 servers</title><content type='html'>&lt;p&gt;The default setting in Def_Mof does not collect hotfix installation dates from Windows 2008 servers so you can&#39;t use SCCM to query add/remove programs table to get a installation date when SUP is giving strange dates.&lt;/p&gt; &lt;p&gt;So I searched and modified a powerful wmic command for this:&lt;/p&gt; &lt;p&gt;&lt;font size=&quot;1&quot;&gt;wmic /node:@serverlist.txt /output:c:\temp\qfe_output.csv QFE where hotfixid=&quot;KB2655992&quot; GET CSName,HotFixID,InstalledON /format:csv&lt;/font&gt;&lt;/p&gt; &lt;p&gt;1. Put all servers into the &quot;serverlist.txt&quot; file.&lt;/p&gt; &lt;p&gt;2. Run the command as a user who gets local admin rights to all systems in the serverlist.txt.&lt;/p&gt; &lt;p&gt;3. Outpul is created as CSV but you can change the formal to HTML by changing to: &quot;/format:html&quot;&lt;/p&gt; &lt;p&gt;Worked very well for me!&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/8650162708090242910'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/8650162708090242910'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2012/12/use-wmic-to-get-hotfix-installation.html' title='Use Wmic to Get Hotfix installation dates from Windows 7 and 2008 servers'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-195626834753094734</id><published>2012-11-16T01:08:00.001-08:00</published><updated>2012-11-16T01:08:57.899-08:00</updated><title type='text'>Who or what restarted the SCCM system</title><content type='html'>&lt;p&gt;I get this question quite often and in big SCCM environments it can be a lot of things that restarts a system but this is how I troubleshoot:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font size=&quot;3&quot;&gt;1. &lt;/font&gt;&lt;/strong&gt;First I check the &quot;&lt;strong&gt;RebootCoordinator.log&lt;/strong&gt;&quot; and try to find if it&#39;s a package or user that initiated the restart.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font size=&quot;4&quot;&gt;2. &lt;/font&gt;&lt;/strong&gt;If it was a package and the reboot was in a bad time check it MW is set in any of the collections where the system is shown.&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;sccm-log-tip-Who-restarted-system&quot; border=&quot;0&quot; alt=&quot;sccm-log-tip-Who-restarted-system&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFYnYKJUSlZC_-nwdGD1deLy8oSRNy8h_X3pDsI5B5etu5Ga5xZ2jBY8dwo6NDw1sNQtC_2sofzPRt9EI386hSIOX0NWuV05xG4FKxKq7_oPH69utDVL1f5sKw-RUPkDfp24O4faBf48Lw/?imgmax=800&quot; width=&quot;468&quot; height=&quot;52&quot;&gt;&lt;/p&gt; &lt;p&gt;&lt;font size=&quot;4&quot;&gt;&lt;strong&gt;3. &lt;/strong&gt;&lt;/font&gt;Next option is that a user has done the restart and this is a little more tricky but impossible or hard, no! :)&lt;/p&gt; &lt;p&gt;Check the &quot;&lt;strong&gt;smscliui.log&lt;/strong&gt;&quot; and look for the SID for the user who accepted a reboot after Software Updates for example.&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;PsGetSid-find-out-who-restarted-sccm-system&quot; border=&quot;0&quot; alt=&quot;PsGetSid-find-out-who-restarted-sccm-system&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNP2YHggw5HIc54_9fy-L0RETlW2PO9iRzDNG-oDCFo1swVEKPNWxUCyBWvTg5U4xGJyS2bCwT6gSLyEN9yGTCqcI_vaXrVozzxsnWPV3p7Kb5Pbi2VEtULhJR9rayJ9hox0TOBe6u0-38/?imgmax=800&quot; width=&quot;468&quot; height=&quot;597&quot;&gt;&lt;/p&gt; &lt;p&gt;Download the PsGetSid tool from &lt;a href=&quot;http://technet.microsoft.com/en-us/sysinternals/bb897417.aspx&quot; target=&quot;_blank&quot;&gt;here (link to Microsoft).&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Run the command with the sid as parameter and you wil get the username who restarted the system in cleartext.&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/195626834753094734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/195626834753094734'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2012/11/who-or-what-restarted-sccm-system.html' title='Who or what restarted the SCCM system'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFYnYKJUSlZC_-nwdGD1deLy8oSRNy8h_X3pDsI5B5etu5Ga5xZ2jBY8dwo6NDw1sNQtC_2sofzPRt9EI386hSIOX0NWuV05xG4FKxKq7_oPH69utDVL1f5sKw-RUPkDfp24O4faBf48Lw/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-5013803609326877212</id><published>2012-10-12T05:36:00.001-07:00</published><updated>2012-10-12T05:36:02.203-07:00</updated><title type='text'>Create Dynamic SCCM 2007 Collection with all N/A and Not Approved Clients</title><content type='html'>&lt;p&gt;Even if you have the &quot;Approve all&quot; site setting in SCCM 2007 there are still some clients that are &quot;N/A&quot; or &quot;Not Approved&quot; by different reasons.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Step1:&lt;/strong&gt; At my customer I created a dynamic collection that pulled all resources from ALL SYSTEMS collection that had N/A or Not Approved status..&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;Query based rule not approved na&quot; border=&quot;0&quot; alt=&quot;Query based rule not approved na&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiO46czZeWI-_78l7QzHVdc8Y4sLZ7Wu3o4g0TFOjW5-DYNwGin7HIT4A5VCLFi1M0KTfmIfiKM4Pkm3K3Y-euhdmkqOkzFcbG7cbaRvxERwYak_-AdcrTruRk6LwzQs_m_POqlyVSGK3hN/?imgmax=800&quot; width=&quot;468&quot; height=&quot;468&quot;&gt;&lt;/p&gt; &lt;p&gt;Create a new collction and built a query based rule&lt;/p&gt; &lt;p&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;Create SQL Query based collection in SCCM&quot; border=&quot;0&quot; alt=&quot;Create SQL Query based collection in SCCM&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7xodEUVfgod2_6tUgapFG0MLkDCLUtuTuktCJm69_nE5cJ0IjZlCkcUkZ5SRmm92meronAEcUqG7HM6aGRg3kXDjMxhY2Kiks4Z8XB4scEvcfNC9Vs6E-0Wqz0u1h0YCFgXiKwQOnnj5C/?imgmax=800&quot; width=&quot;468&quot; height=&quot;280&quot;&gt;&lt;/p&gt; &lt;p&gt;Paste these lines into the &quot;Query statement:&quot; field and save/close it.&lt;/p&gt; &lt;p&gt;&lt;font size=&quot;1&quot;&gt;select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_CM_RES_COLL_SMS00001 on SMS_CM_RES_COLL_SMS00001.ResourceId = SMS_R_System.ResourceId where SMS_CM_RES_COLL_SMS00001.IsApproved not like &#39;1&#39;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;Now you have a dynamic SCCM collection with all systems that has some issue with boundaries or just needs to be manually approved. Select all systems in the collection, right click and approve them.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Step2&lt;/strong&gt; is to automatically approve all these systems with a script but I am posting that later..&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/5013803609326877212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/5013803609326877212'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2012/10/create-dynamic-sccm-2007-collection.html' title='Create Dynamic SCCM 2007 Collection with all N/A and Not Approved Clients'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiO46czZeWI-_78l7QzHVdc8Y4sLZ7Wu3o4g0TFOjW5-DYNwGin7HIT4A5VCLFi1M0KTfmIfiKM4Pkm3K3Y-euhdmkqOkzFcbG7cbaRvxERwYak_-AdcrTruRk6LwzQs_m_POqlyVSGK3hN/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-1222384509412820489</id><published>2012-08-14T00:52:00.001-07:00</published><updated>2012-08-14T00:52:37.481-07:00</updated><title type='text'>Query to Find Which Netbios Name uses the GUID</title><content type='html'>&lt;p&gt;Often when you troubleshoot SCCM status message errors you get the non-readable GUID on the system reporting the error.&lt;/p&gt; &lt;p&gt;I created this simple console query that shows which netbios name that uses the GUID look for (prompted value):&lt;/p&gt; &lt;p&gt;&lt;strong&gt;select distinct SMS_G_System_SYSTEM.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.SMSUUIDChangeDate from&amp;nbsp; SMS_R_System inner join SMS_G_System_SYSTEM on SMS_G_System_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_R_System.SMSUniqueIdentifier = ##PRM:SMS_R_System.SMSUniqueIdentifier##&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNf_M9_jU2wd4P8dt1SB-ztDAk5ub4w3deVzTKa94nqCA7n9S1nMAxGs424cZj8jqf1yX3aHROTdvjlKW5dKYG2ZTj-iPnzyQRzKutQ5rk-Jnj1nVHZiGXvDAb4Nph7R_Qyo0eyBZSBgZk/s1600-h/Show%252520Query%252520Language%252520SCCM%252520Console%252520Query%25255B5%25255D.jpg&quot;&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;Show Query Language SCCM Console Query&quot; border=&quot;0&quot; alt=&quot;Show Query Language SCCM Console Query&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWN3kk8SGJPkA7NcmQ7rIycKyKLkCSkO-Jxg7-pdqlea-HSv4dNYTKy4rxkNdCusIz4eFvEIgWWA8LsZW998Wh1_nF_FTiBzLGodb5-uN281d5ychAmkBLc0vQF9GWbSsvrohxYfgIf-MV/?imgmax=800&quot; width=&quot;462&quot; height=&quot;395&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Feel free to use it! Create a new query, select &quot;Show Query Language&quot; and paste in the query in bold above!&lt;/p&gt; &lt;p&gt;I use this query every day to find the bad guys :D&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/1222384509412820489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/1222384509412820489'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2012/08/query-to-find-which-netbios-name-uses.html' title='Query to Find Which Netbios Name uses the GUID'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWN3kk8SGJPkA7NcmQ7rIycKyKLkCSkO-Jxg7-pdqlea-HSv4dNYTKy4rxkNdCusIz4eFvEIgWWA8LsZW998Wh1_nF_FTiBzLGodb5-uN281d5ychAmkBLc0vQF9GWbSsvrohxYfgIf-MV/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-5822042846660945251</id><published>2012-06-27T07:52:00.001-07:00</published><updated>2012-06-27T07:52:03.239-07:00</updated><title type='text'>Hardware Failure on Server holding Management Point - Here is an Easy Fix!</title><content type='html'>&lt;p&gt;One Customer had a hardware failure on a really old SMS2003 server holding Management Point (MP) and Distribution Point (DP) roles.&lt;/p&gt; &lt;p&gt;Since the HW were really old and soon to be terminated I installed MP and DP roles on Primary Server and asked network team to change the DNS record for the broken server to point out the Primary Server.&lt;/p&gt; &lt;p&gt;Even if clients/agents should go to AD and check for the MP role I have seen that many clients need to be restarted before they do and above goes much faster than wait to all 10&#39;000 clients to get restarted.&lt;/p&gt; &lt;p&gt;Just a small tip :)&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/5822042846660945251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/5822042846660945251'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2012/06/hardware-failure-on-server-holding.html' title='Hardware Failure on Server holding Management Point - Here is an Easy Fix!'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-8730357779541933513</id><published>2012-05-22T03:56:00.001-07:00</published><updated>2012-05-22T03:56:24.751-07:00</updated><title type='text'>Virtual Central Site Server CPU/RAM/Disc Load During Big Client migration</title><content type='html'>&lt;p&gt;I want to show you some performance status from a real world migration when 5000 new SCCM clients were added to a hierarchy where all SCCM site servers are running on Virtual VWware platform.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjY3MnWaCCQELU0NXqrkMWaRoGGne0kguIUZYoh-AjE1LNoWMv97xqmfTPxPXV36KuY48ihRzbDKgbvpc1UY5iXXaaUE-zXgTwQry2Qj0HG8bKJjpC_Oq_NaN27P6vsIhuGBAbOYq_-AnDy/s1600-h/Virtual%252520Central%252520SCCM%252520site%252520server%25252010000%252520active%252520agents%25255B12%25255D.jpg&quot;&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;Virtual Central SCCM site server 10000 active agents&quot; border=&quot;0&quot; alt=&quot;Virtual Central SCCM site server 10000 active agents&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0PCTW_5llkVIl5fu65t-OQM1Hm9DZ44o1HYJDPPPM04vwOtCRWUZ52BRjaGHWwaREsYWTJyWbzmqmyyJ-bMuKxwTHEtv_6pa6UDfIef0tBIadLAbTX9w7FwCXPJ0JmG3IyKH3iBk3LS1S/?imgmax=800&quot; width=&quot;464&quot; height=&quot;128&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;All Primary Child Site Servers has 4 CPUs and 8 GB RAM and the Central site Servers where all the pictures below come from has 12 GB RAM.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFvlNFEW1JOHyYAqklo2l1FvdLehFV_HJFLqPGIFp3-4XRfTuL13FBdzIOSZ6QFUKP7n3R8tNyfN1A_LWcJ8JtwWaranyRj936oFo0459rrSMFt3PnldQo1sq_B2bYtZMfm1tzIZF5S7sO/s1600-h/SQL2008%252520enabled%252520on%2525202%252520CPUs%252520on%252520Server%252520with%2525204%252520total%252520CPUs%252520-%252520Migration%2525209000%252520clients%252520status%25255B6%25255D.jpg&quot;&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;SQL2008 enabled on 2 CPUs on Server with 4 total CPUs - Migration 9000 clients status&quot; border=&quot;0&quot; alt=&quot;SQL2008 enabled on 2 CPUs on Server with 4 total CPUs - Migration 9000 clients status&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpB-dUcj1veTFwmo09DotW1W3yKoRGsjMyrmkLI2cCponxqSHbWkee3sbIpNKnEOigvmiDMORlFenC6jiNPgK2IY3GLS0oSBNKyrCuJqGd7kH9ZkLkhcgesiq1zq0jkmd4nhFN2vfQF3uA/?imgmax=800&quot; width=&quot;464&quot; height=&quot;110&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;SQL 2008 is only allowed to use 2 CPU&#39;s (&lt;a href=&quot;http://slowmovingsoftware.blogspot.se/2012/05/dedicate-2-cpu-for-sql2008-on-sccm.html&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;).&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsNmPUC8G1bYLG46ekN5hO90P1Swe2fyxRFBLpfn1frSM_uRKy_mtvZDe6B2jvSJYVpdgN2XDICTb1RiRwVYJ5jCIA8c7GvN22deM5xvIyqj6YUYVXCrQpG8c-Ja-xMTBq6lSv0bbXj_Ry/s1600-h/Central%252520SCCM%252520site%252520server%252520RAM%252520Memory%252520when%2525205000%252520new%252520clients%252520was%252520added%25255B6%25255D.jpg&quot;&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;Central SCCM site server RAM Memory when 5000 new clients was added&quot; border=&quot;0&quot; alt=&quot;Central SCCM site server RAM Memory when 5000 new clients was added&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD1mvSkj-van_yDLQsPYwxqt8BGAYt-8NXdAz30dYa6fzGjK5MueyHnLdoeIuHjDGYFHYhjlJgqL7pln-qe5SrjdwnSVKo08O7nSOPjTr_Ha64KxYOJqS63hrkfzaTfpJSiSvezfCQ3bbt/?imgmax=800&quot; width=&quot;464&quot; height=&quot;298&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Memory usage duing initial first discovery and HW/SW Inventory.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV8EP1J99Nd3FN9izSifM4jISBnX5UbStXj0M8CForJBFXilt7XZ2D3zKZaFswEydan8fSeIxp06647vzpsCxfau8MwJdo8NIz0_DQFFjWghYo_W6p_OvlLyajwM3Q9spQAs4b_hZ4BrNr/s1600-h/Central%252520SCCM%252520site%252520server%252520CPU%252520when%2525205000%252520new%252520clients%252520was%252520added%25255B6%25255D.jpg&quot;&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;Central SCCM site server CPU when 5000 new clients was added&quot; border=&quot;0&quot; alt=&quot;Central SCCM site server CPU when 5000 new clients was added&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu1so4rwxSJPm9LUZ1fl7D1GDhI_UpiNHnvDW0NjEdJ3qcHUEESLP5nFGVvcuUDOz6eob51bj9LIEl8CQU36SDfUba6k14X3Hdd7eoJWESp_U42I5w2QG5Q3ri3JD54tsZZD9aEe8Yii2H/?imgmax=800&quot; width=&quot;464&quot; height=&quot;295&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;CPU &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguZpwG6HWnjo0qDg8uyG9yM6rpvX4xNgpiod9kPeE-hGXNihfcRW3uintqEcEt-hQz3j4Crl7tnuI6P_FHaHvUw9eGqLsMZiz7lyKzlFx1YQmSdH1JmhuJS5kjIOVTbPaFmijTuFeT48az/s1600-h/Central%252520SCCM%252520site%252520server%252520DISC%252520when%2525205000%252520new%252520clients%252520was%252520added%25255B2%25255D.jpg&quot;&gt;&lt;font color=&quot;#222222&quot;&gt;usage duing initial first discovery and HW/SW Inventory.&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCTuI0iMU8JXthTNrjO7pxT6gJ9vsT4KJwzK2UrCGkatjlEQgc1mPrdsgY4AVxXl44BAYFpn747iqGqQkxqN8AyGcAp9E_IKb6boX73JgjRP0hL-_X8Mgt2-ZUYuUp_eFTF2UsTYGdPZs2/s1600-h/Central%252520SCCM%252520site%252520server%252520DISC%252520when%2525205000%252520new%252520clients%252520was%252520added%25255B6%25255D.jpg&quot;&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;Central SCCM site server DISC when 5000 new clients was added&quot; border=&quot;0&quot; alt=&quot;Central SCCM site server DISC when 5000 new clients was added&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidb8iWyiI_MetFisui_ajHppzta_lyBgsHDVhtMp81uZC9G6b3B7Ajf3StOef8paBwvCS1cayt1BIJhAVEBxpYNvDF6U-qSi0RyymCvBVRIP_WRSSVcGmYdl3K791je1xKDhrZnIG9c3o_/?imgmax=800&quot; width=&quot;464&quot; height=&quot;292&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;And last picture shows Disc u&lt;font color=&quot;#222222&quot;&gt;sage duing initial first discovery and HW/SW Inventory.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;Virtual servers are doing a good job and this same Central site servers has now &amp;gt;40&#39;000 active clients and is still in good shape.&lt;/p&gt; &lt;p&gt;Please use the below comment link if you want to ask something?&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/8730357779541933513'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/8730357779541933513'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2012/05/virtual-central-site-server-cpuramdisc.html' title='Virtual Central Site Server CPU/RAM/Disc Load During Big Client migration'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0PCTW_5llkVIl5fu65t-OQM1Hm9DZ44o1HYJDPPPM04vwOtCRWUZ52BRjaGHWwaREsYWTJyWbzmqmyyJ-bMuKxwTHEtv_6pa6UDfIef0tBIadLAbTX9w7FwCXPJ0JmG3IyKH3iBk3LS1S/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-4726242200849782507</id><published>2012-05-22T03:43:00.001-07:00</published><updated>2012-05-22T03:43:58.653-07:00</updated><title type='text'>SCCM client installation fails - Error 1603</title><content type='html'>&lt;p&gt; &lt;style type=&quot;text/css&quot;&gt;&lt;br /&gt;body { margin: 0 0 0 0; padding:0 0 0 0 }&lt;br /&gt;td,div { font-family:segoe ui;font-size:9pt;vertical-align:top }&lt;br /&gt;/* Copyright IBM Corp. 2011  All Rights Reserved.                    */&lt;br /&gt;body { margin: 0 0 0 0; padding:0 0 0 0; overflow:hidden; }&lt;br /&gt;.transcript { background-color:#d2d2d2; }&lt;br /&gt;.messageblock { padding-left:10px; padding-right:10px; margin-bottom:3px }&lt;br /&gt;.message { padding-left:20px; margin-left:95px; word-wrap:break-word; white-space:-moz-pre-wrap; _white-space:pre; white-space:pre-wrap;}&lt;br /&gt;.messagecont { padding-left:20px; margin-left:95px; word-wrap:break-word; white-space:-moz-pre-wrap; _white-space:pre;white-space:pre-wrap;}&lt;br /&gt;.other { font-size:11px;color:#39577a;vertical-align:top;font-weight:bold;font-style:normal;float:left; width:95px; }&lt;br /&gt;.myself { font-size:11px;color:#da8103;font-style:normal;font-weight:bold;font-style:normal;float:left; width:95px; }&lt;br /&gt;.othercont { font-size:8px;text-align:right; color:#39577a;font-family:arial,lucida grande;font-style:normal;vertical-align:top;font-weight:bold;float:left; width:95px; }&lt;br /&gt;.myselfcont { font-size:8px;text-align:right; color:#da8103;font-family:arial,lucida grande;font-style:normal;vertical-align:top;font-weight:bold;float:left; width:95px; }&lt;br /&gt;.system { font-size:11px; word-wrap:break-word;color:#da8103;font-style:normal;font-weight:normal; white-space:-moz-pre-wrap; _white-space:pre;white-space:pre-wrap; }&lt;br /&gt;.showtimestamp { padding-left:20px; font-size:11px; float:right; color:#999999;font-style:normal;font-weight:normal; }&lt;br /&gt;.other1 { font-size:11px; color:#ac2000;vertical-align:top;font-weight:bold;font-style:normal;float:left; width:95px; }&lt;br /&gt;.othercont1 { font-size:8px;text-align:right; color:#ac2000;font-family:arial,lucida grande;font-style:normal;vertical-align:top;font-weight:bold;float:left; width:95px; }&lt;br /&gt;.other2 { font-size:11px; color:#3c9fa8;vertical-align:top;font-weight:bold;font-style:normal;float:left; width:95px; }&lt;br /&gt;.othercont2 { font-size:8px;text-align:right; color:#3c9fa8;font-family:arial,lucida grande;font-style:normal;vertical-align:top;font-weight:bold;float:left; width:95px; }&lt;br /&gt;.other3 { font-size:11px; color:#e25614;vertical-align:top;font-weight:bold;font-style:normal;float:left; width:95px; }&lt;br /&gt;.othercont3 { font-size:8px;text-align:right; color:#e25614;font-family:arial,lucida grande;font-style:normal;vertical-align:top;font-weight:bold;float:left; width:95px; }&lt;br /&gt;.other4 { font-size:11px; color:#0b6ac8;vertical-align:top;font-weight:bold;font-style:normal;float:left; width:95px; }&lt;br /&gt;.othercont4 { font-size:8px;text-align:right; color:#0b6ac8;font-family:arial,lucida grande;font-style:normal;vertical-align:top;font-weight:bold;float:left; width:95px; }&lt;br /&gt;.other5 { font-size:11px; color:#b23290;vertical-align:top;font-weight:bold;font-style:normal;float:left; width:95px; }&lt;br /&gt;.othercont5 { font-size:8px;text-align:right; color:#b23290;font-family:arial,lucida grande;font-style:normal;vertical-align:top;font-weight:bold;float:left; width:95px; }&lt;br /&gt;.other6 { font-size:11px; color:#02e7c7;vertical-align:top;font-weight:bold;font-style:normal;float:left; width:95px; }&lt;br /&gt;.othercont6 { font-size:8px;text-align:right; color:#02e7c7;font-family:arial,lucida grande;font-style:normal;vertical-align:top;font-weight:bold;float:left; width:95px; }&lt;br /&gt;.other7 { font-size:11px; color:#5b3284;vertical-align:top;font-weight:bold;font-style:normal;float:left; width:95px; }&lt;br /&gt;.othercont7 { font-size:8px;text-align:right; color:#5b3284;font-family:arial,lucida grande;font-style:normal;vertical-align:top;font-weight:bold;float:left; width:95px; }&lt;br /&gt;.highlight { background-color:#bed6f8; }&lt;br /&gt;.datestamp { padding-right:0px; font-size:11px; cursor:default; margin-bottom:1px; background-color:#c0c0c0; width:100%; float:left; text-align:right; color:#ffffff; font-weight:bold; font-style:italic; }&lt;br /&gt;#chatalert { float:left; border-bottom:1px solid #e8d091; padding:6px; width:100%; color:#a5754c; }&lt;br /&gt;#chatalertimage { float:left; }&lt;br /&gt;#chatalerttext { float:left; margin-left:6px; }&lt;br /&gt;#chatalertclose { float:right; margin-right:10px; padding-right:6px; margin-top:0px; }&lt;br /&gt;#chatalerttext a { color:#a5754c; }&lt;br /&gt;#chatalerttext a:hover { color:#a5754c; text-decoration:none; }&lt;br /&gt;&lt;br /&gt;.tsdisplay { display:block }.dsdisplay { display:none }&lt;/style&gt;&amp;nbsp; I am right now doing a big server migration from SMS2003 to SCCM2007 and in some countries the installation fails with an general error code 1603.&lt;/p&gt; &lt;p&gt;To solve this I added this one line to my client installation cmd file right before ccmsetup.exe command line:&lt;/p&gt; &lt;p&gt;If exist %windir%\system32\atl.dll %windir%\system32\regsvr32.exe %windir%\system32\atl.dll /S&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/4726242200849782507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/4726242200849782507'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2012/05/sccm-client-installation-fails-error.html' title='SCCM client installation fails - Error 1603'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-6879841724480723736</id><published>2012-05-06T13:20:00.001-07:00</published><updated>2012-05-06T13:22:32.715-07:00</updated><title type='text'>Enable 2 CPU&amp;#39;s for SQL2008 on SCCM Central site</title><content type='html'>&lt;p&gt;As default all available CPU&#39;s are managed by SQL and on one of my customers Virtual Windows 2008 R2 x64 server (Central site with 40000 clients) i have seen that CPU0 is running very high 80-90% and CPU1 around 50% and the last two barely at all.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg62TmAD2BmqTdzzFx1ruuWdTGO5s84sWtPWDkLCLsQTqIIB0z7ioKQUq5lUdNJaFAfoPYCGtqKFSf7Tt3GC-lkuTHVTdUyjz5p4o_SBQke46HrVbONUYPCq79fJ78jpoFq1nhYLcqsCQTm/s1600-h/Before-Change-Automatic-CPU-Enabled-in-SQL2008%25255B8%25255D.jpg&quot;&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;Before-Change-Automatic-CPU-Enabled-in-SQL2008&quot; border=&quot;0&quot; alt=&quot;Before-Change-Automatic-CPU-Enabled-in-SQL2008&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidvnyXDKw4gVABMvoZkUJ0F3p9SXLbkk5LP_MoYAIH5r-gp0XYDg8JGmmBRhl4enzO1sfoxDJ4YjHVIYdALKUNhOY8LQi2_NpnKXHvIZhzarqHm0oakhmdtbOotqsT4-negTE6IB7pWaWD/?imgmax=800&quot; width=&quot;464&quot; height=&quot;236&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Default setting as above!&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEih3FvemDixIXyqQ5E7uPnNbJS8KlFsopLhdrefAyaofj3KqfCuWuObZY_GIo_ygbtGD6rIetoqsGtdaq8RmU-vDPLHvM_nBatYahCdYey1SM2wNysK33t0uQx7bpsloq1iclug8vXgznET/s1600-h/After-Change-in-SQL2008-Only-Use-CPU2-CPU3%25255B5%25255D.jpg&quot;&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;After-Change-in-SQL2008-Only-Use-CPU2-CPU3&quot; border=&quot;0&quot; alt=&quot;After-Change-in-SQL2008-Only-Use-CPU2-CPU3&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT6cLMR5s3D92vWydyeDFlg2TxJ-J1GPkW5JuKJnOaw3vFfCaqrYZiOG7gJ6LHTm9vehdDy1fGpYgQazeXNpqIqaiRrzE0BUXiz0T0Ec9m_6k_aAZf7eGieSHzMpxpw5gaj4Cy5FGvRwkC/?imgmax=800&quot; width=&quot;464&quot; height=&quot;232&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;After my change in SQL2008 Server Management Studio.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8P9onDoC6_f-A16BOnjpiarF3pbE9WcMkxIkKOKMFL5HbexFbF55v4L_FE-b6WmcjNfypGBmHuPUsrHqn2eATIjmR9AyFku9H2y-SJcHfbHFqvLh-t3BvyuHVL9OHs38AJIp9djmLhjef/s1600-h/SCCM-Central-Site-4-CPU-Virtual-Server-High-Load-on-CPU0%25255B5%25255D.jpg&quot;&gt;&lt;img style=&quot;background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px&quot; title=&quot;SCCM-Central-Site-4-CPU-Virtual-Server-High-Load-on-CPU0&quot; border=&quot;0&quot; alt=&quot;SCCM-Central-Site-4-CPU-Virtual-Server-High-Load-on-CPU0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWvPFIc5Ti9_QAqBoRgz68e1Mdo11UZBvku-mJLEwCx1xGefmqSkdZDaV2Zhvbw5urojA1fu6wGewgv9VZi1BHTEEtRTZ0N2HjDLzLOyppbkT35-I0OVyguZnRcLVRPD0PJTTWwu6-LLY_/?imgmax=800&quot; width=&quot;464&quot; height=&quot;287&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;This was the dramatic change. CPU0 was down to normal and could execute more SCCM processes and CPU3 and 4 was forced to run SQL2008R2.&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/6879841724480723736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/6879841724480723736'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2012/05/dedicate-2-cpu-for-sql2008-on-sccm.html' title='Enable 2 CPU&amp;#39;s for SQL2008 on SCCM Central site'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidvnyXDKw4gVABMvoZkUJ0F3p9SXLbkk5LP_MoYAIH5r-gp0XYDg8JGmmBRhl4enzO1sfoxDJ4YjHVIYdALKUNhOY8LQi2_NpnKXHvIZhzarqHm0oakhmdtbOotqsT4-negTE6IB7pWaWD/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-9054786580873465701</id><published>2011-10-24T02:05:00.001-07:00</published><updated>2011-10-24T02:34:46.798-07:00</updated><title type='text'>Despool.log, MP has rejected a policy request</title><content type='html'>&lt;p&gt;On some SCCM sites I have seen thousands of errors in despool.log about rejected policy. In some cases these are caused by an non-approved client but on one customer site all clients were approved and there were still 3000-3500 errors in the status every morning.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXSOHcgOTHWOdXBNIf-zt7kg8XgY-r1sFj7CRrRlz0ct89mCyp6nA7Mmb8guTnXl7-plCDsJfG8usHKVOOrfkY2v2PzGgiJJS7r15hfW6dnkepV65fqm-HpnlYhgQJ1Z1LQI8ozp0o_RpQ/s1600-h/SCCM%252520SMS_MP_CONTROL_MANAGER%252520Warnings%252520GUID%25255B2%25255D.jpg&quot;&gt;&lt;img style=&quot;border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px&quot; title=&quot;SCCM SMS_MP_CONTROL_MANAGER Warnings GUID&quot; border=&quot;0&quot; alt=&quot;SCCM SMS_MP_CONTROL_MANAGER Warnings GUID&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjb0QqNq2df_AqpSLKF7qbK_7BQhPQBAk0mqDaXLcdTpNQYuVVT_MwQhp8ygr1sQsft71OiAVv2hIPouQr_Dt6DpTOPcPkLIrP6E1XlozikVmA39CCNBDBlXhHcy4FG2ZFl12frxL9AQZdg/?imgmax=800&quot; width=&quot;504&quot; height=&quot;59&quot;&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;All the errors came from one single GUID but in the log there was nothing about which Netbios name this client had so the solution was this query:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;SELECT&lt;br&gt;&amp;nbsp;&amp;nbsp; resourceID, netbios_name0, SMS_Unique_Identifier0&lt;br&gt;FROM&lt;br&gt;&amp;nbsp;&amp;nbsp; dbo.v_R_System&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Select all the results and paste them into Excel or something where you can make a search for the GUID you saw in the log.&lt;/p&gt; &lt;p&gt;I reinstalled the SCCM client on the error-burping server and the log was fine the day after!&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/9054786580873465701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/9054786580873465701'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2011/10/despoollog-mp-has-rejected-policy.html' title='Despool.log, MP has rejected a policy request'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjb0QqNq2df_AqpSLKF7qbK_7BQhPQBAk0mqDaXLcdTpNQYuVVT_MwQhp8ygr1sQsft71OiAVv2hIPouQr_Dt6DpTOPcPkLIrP6E1XlozikVmA39CCNBDBlXhHcy4FG2ZFl12frxL9AQZdg/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-2371304857498411891</id><published>2011-10-05T03:36:00.001-07:00</published><updated>2011-10-05T03:36:15.990-07:00</updated><title type='text'>Latest SCCM Client version is 4.00.6487.2157</title><content type='html'>&lt;p&gt;The latest version of SCCM Client is right now 4.00.6487.2157 and to get there you need to grab the client installation files from a SCCM 2007 SP2 site and then add the R3 hotfix (KB977384).&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXnaYmrs9guaF2bYXOp19IbH4csV0v4BG6hxwJg2RFG4brgcu-kggDBinnAF7n88TAaYi-7yeKQgokDpEExVmfrACQx8k1SBpDokbkM4IN7A9FT91Sz7Kf9h4g9CFOCAWok1ihZVZ2sRA3/s1600-h/Latest%252520SCCM%252520Client%252520SP2%252520R3%252520version%2525204.00.6487.2157%25255B8%25255D.jpg&quot;&gt;&lt;img style=&quot;border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px&quot; title=&quot;Latest SCCM Client SP2 R3 version 4.00.6487.2157&quot; border=&quot;0&quot; alt=&quot;Latest SCCM Client SP2 R3 version 4.00.6487.2157&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0Dt5SNQW-Wz2K1LqcvklRZN-ukoEtZYSln-MSnaZxqVGCFBcpRgcWJUzp81ansxKZAHMpVkQccpp3_ZFquPcq_ibPkqV0ah4s8Q-xbVNodv-n8acbKG_nJjuZXvbAowIIJqxie8BOP7O_/?imgmax=800&quot; width=&quot;504&quot; height=&quot;215&quot;&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;I am right now pilot testing a huge enterprise deployment of KB977384 and it seems to go smooth and does not reboot the system during the patch/upgrade.&lt;/p&gt; &lt;div style=&quot;padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:458bb9e3-8b87-443f-93e7-ba89027e729d&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati-taggar: &lt;a href=&quot;http://technorati.com/tags/Sccm&quot; rel=&quot;tag&quot;&gt;Sccm&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/2007&quot; rel=&quot;tag&quot;&gt;2007&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/sp2&quot; rel=&quot;tag&quot;&gt;sp2&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/r3&quot; rel=&quot;tag&quot;&gt;r3&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/client&quot; rel=&quot;tag&quot;&gt;client&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/version&quot; rel=&quot;tag&quot;&gt;version&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/highest&quot; rel=&quot;tag&quot;&gt;highest&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/latest&quot; rel=&quot;tag&quot;&gt;latest&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/newest&quot; rel=&quot;tag&quot;&gt;newest&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/what&quot; rel=&quot;tag&quot;&gt;what&lt;/a&gt;&lt;/div&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/2371304857498411891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/2371304857498411891'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2011/10/latest-sccm-client-version-is.html' title='Latest SCCM Client version is 4.00.6487.2157'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0Dt5SNQW-Wz2K1LqcvklRZN-ukoEtZYSln-MSnaZxqVGCFBcpRgcWJUzp81ansxKZAHMpVkQccpp3_ZFquPcq_ibPkqV0ah4s8Q-xbVNodv-n8acbKG_nJjuZXvbAowIIJqxie8BOP7O_/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-6243166003764817949</id><published>2011-10-04T06:41:00.001-07:00</published><updated>2011-10-04T06:41:03.773-07:00</updated><title type='text'>Hardware Inventory fails after client is migrated from SMS to SCCM</title><content type='html'>&lt;p&gt;When a client computer is upgraded from SMS 2003 to Configuration Manager 2007 the hardware inventory scan might fail to run on the upgraded client computer. Entries similar to the following appear in InventoryAgent.log on the client computer:&lt;/p&gt; &lt;p&gt;&lt;font size=&quot;2&quot;&gt;Unknown error encountered processing an instance of class CCM_System: 80041013&lt;br&gt;Collection: Failed to process mandatory data item for class: CCM_System. Cycle abandoned !!&amp;nbsp;&amp;nbsp; InventoryAgent&lt;br&gt;Failed to process instances of CCM_System: 80004005&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Solution: Restart the client computer after migration!&lt;/strong&gt;&lt;/p&gt; &lt;div style=&quot;padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b8f447ef-517a-4dcc-aed8-40570ff9aa48&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati-taggar: &lt;a href=&quot;http://technorati.com/tags/Windows&quot; rel=&quot;tag&quot;&gt;Windows&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/2000&quot; rel=&quot;tag&quot;&gt;2000&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/migration&quot; rel=&quot;tag&quot;&gt;migration&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/no&quot; rel=&quot;tag&quot;&gt;no&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/hw&quot; rel=&quot;tag&quot;&gt;hw&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/inventory&quot; rel=&quot;tag&quot;&gt;inventory&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/sms2003&quot; rel=&quot;tag&quot;&gt;sms2003&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/sccm2007&quot; rel=&quot;tag&quot;&gt;sccm2007&lt;/a&gt;&lt;/div&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/6243166003764817949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/6243166003764817949'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2011/10/hardware-inventory-fails-after-client.html' title='Hardware Inventory fails after client is migrated from SMS to SCCM'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-5182326031782620871</id><published>2011-10-04T01:20:00.001-07:00</published><updated>2011-10-04T01:20:54.202-07:00</updated><title type='text'>Export SMS/SCCM data to CSV or TXT by using SQLCMD</title><content type='html'>&lt;p&gt;&lt;/p&gt; &lt;p&gt;I often do automation work and one nice tool when we talk about SMS or SCCM data is SQLCMD.exe.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJhlwuEN2ZqbbFZpDRvkdvC9SBUiQDFhG14Vo8FS3092QIb8ZJG7gP4z2H8hObygOkU1hMszBqzJKpMzhnLaQI5au8qidrAekbQwzelliFB5abPTSMn45eQMmfURuunVFKJnp-dtUVXlJa/s1600-h/SQLCMD%252520export%252520SMS%252520or%252520SCCM%252520data%25255B5%25255D.jpg&quot;&gt;&lt;img style=&quot;border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px&quot; title=&quot;SQLCMD export SMS or SCCM data&quot; border=&quot;0&quot; alt=&quot;SQLCMD export SMS or SCCM data&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLE7e8KXUVZ2aZnswgcJf9q1CNBNGnW6hv4VTd31Gj7wMwuasbYDGmP1Ra_ZiBU2dctFUFSa7mnf7PbF2IMJKhMl1eZrGbqKoj2WKbpnTJMIKjfcVGpDiB9bq3p66F4P9PeT5kjDqak5K_/?imgmax=800&quot; width=&quot;504&quot; height=&quot;276&quot;&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;So how do I use it?&lt;br&gt;&lt;br&gt;1. First I build a SQL query that gives me the data I want. I user query editor to find the right fields and then modify with functions etc.&lt;/p&gt; &lt;p&gt;2. I then normally store the query as a SQL view to make it more easy to call for.&lt;/p&gt; &lt;p&gt;3. Then I create a CMD file with SQLCMD.EXE command that calls for the view I created in step 2. SQLCMD has a lot of nice switches to format the data. See above!&lt;/p&gt; &lt;p&gt;4. When I get out the data in the correct format and into the right place (like to a file share where some non sms/sccm team can reach it) I create a scheduled task to run the CMD file with a user that both has SQL access and write access to the output folder.&lt;/p&gt; &lt;p&gt;Questions? Leace a comment!&lt;/p&gt; &lt;div style=&quot;padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1820c708-4484-4d61-b1d2-ffa0d43094f4&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati-taggar: &lt;a href=&quot;http://technorati.com/tags/SMS&quot; rel=&quot;tag&quot;&gt;SMS&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/SCCM&quot; rel=&quot;tag&quot;&gt;SCCM&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Automation&quot; rel=&quot;tag&quot;&gt;Automation&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Export&quot; rel=&quot;tag&quot;&gt;Export&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Schedule&quot; rel=&quot;tag&quot;&gt;Schedule&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Automate&quot; rel=&quot;tag&quot;&gt;Automate&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Data&quot; rel=&quot;tag&quot;&gt;Data&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/SQL&quot; rel=&quot;tag&quot;&gt;SQL&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/View&quot; rel=&quot;tag&quot;&gt;View&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/txt&quot; rel=&quot;tag&quot;&gt;txt&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/csv&quot; rel=&quot;tag&quot;&gt;csv&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Separator&quot; rel=&quot;tag&quot;&gt;Separator&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/SQLCMD&quot; rel=&quot;tag&quot;&gt;SQLCMD&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Tool&quot; rel=&quot;tag&quot;&gt;Tool&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Guide&quot; rel=&quot;tag&quot;&gt;Guide&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Help&quot; rel=&quot;tag&quot;&gt;Help&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Scheduled+task&quot; rel=&quot;tag&quot;&gt;Scheduled task&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/user&quot; rel=&quot;tag&quot;&gt;user&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/access&quot; rel=&quot;tag&quot;&gt;access&lt;/a&gt;&lt;/div&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/5182326031782620871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/5182326031782620871'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2011/10/export-smssccm-data-to-csv-or-txt-by.html' title='Export SMS/SCCM data to CSV or TXT by using SQLCMD'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLE7e8KXUVZ2aZnswgcJf9q1CNBNGnW6hv4VTd31Gj7wMwuasbYDGmP1Ra_ZiBU2dctFUFSa7mnf7PbF2IMJKhMl1eZrGbqKoj2WKbpnTJMIKjfcVGpDiB9bq3p66F4P9PeT5kjDqak5K_/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-8009046677196500597</id><published>2011-09-28T05:09:00.001-07:00</published><updated>2011-09-28T05:16:07.397-07:00</updated><title type='text'>Deploy Windows 7/2008R2 SP1 with SCCM</title><content type='html'>&lt;p&gt;There are at least two different ways to deploy Service Pack 1 for Windows 2008 R2 and Win7 by using SCCM.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;[Scenario 1] &lt;/strong&gt;&lt;br&gt;Use SCCM SUP (Software Update Point) to deploy SP1 as an normal update.&lt;/p&gt; &lt;p&gt;Fast and Easy way but I prefer to have better control over Service Pack installations than normal Hotfixes/Monthly updates so I do not use this method my self.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;[Scenario 2]&lt;/strong&gt;&lt;br&gt;Build a normal software package with the just the Service Pack Binary and install it using quiet and unattend switches. Let the SP binary do the reboot and make sure that the program can run even if no user is logged on. Also make sure that the installation is allowed to run 180 minutes – it takes at least ONE hour to install Service Pack 1 on a fast server!&lt;/p&gt; &lt;p&gt;Then build a query based collection with all the systems in scope for the Service Pack and advertise the package without any mandatory time against this collection. I prefer to use Download and Execute on Service Pack Advertisements even if this uses the double amount of space.&lt;/p&gt; &lt;p&gt;Then pick some pilot systems in the collection and trigger the advertisement manually to see if everything works. The unattended switch shows you progress on the system console screen so be sure to connect as first user and to Console-0.&lt;/p&gt; &lt;p&gt;After this you can plan and schdule a controlled mass deployment of Service Pack 1 to all your servers/workstations in scope!&lt;/p&gt; &lt;p&gt;If you have any questions, please write a comment below!&lt;/p&gt; &lt;div style=&quot;padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3c7c7646-aaf0-4e2c-bbfa-a86541665392&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati-taggar: &lt;a href=&quot;http://technorati.com/tags/SP1&quot; rel=&quot;tag&quot;&gt;SP1&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Windows&quot; rel=&quot;tag&quot;&gt;Windows&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/2008R2&quot; rel=&quot;tag&quot;&gt;2008R2&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Win7&quot; rel=&quot;tag&quot;&gt;Win7&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Deploy&quot; rel=&quot;tag&quot;&gt;Deploy&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Service+Pack&quot; rel=&quot;tag&quot;&gt;Service Pack&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/How&quot; rel=&quot;tag&quot;&gt;How&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/To&quot; rel=&quot;tag&quot;&gt;To&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Guide&quot; rel=&quot;tag&quot;&gt;Guide&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Help&quot; rel=&quot;tag&quot;&gt;Help&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Ways&quot; rel=&quot;tag&quot;&gt;Ways&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Scenario&quot; rel=&quot;tag&quot;&gt;Scenario&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Rollout&quot; rel=&quot;tag&quot;&gt;Rollout&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Install&quot; rel=&quot;tag&quot;&gt;Install&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Deployment&quot; rel=&quot;tag&quot;&gt;Deployment&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/SUP&quot; rel=&quot;tag&quot;&gt;SUP&lt;/a&gt;&lt;/div&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/8009046677196500597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/8009046677196500597'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2011/09/deploy-windows-2008r2win7-sp1-with-sccm.html' title='Deploy Windows 7/2008R2 SP1 with SCCM'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-17792372783377027</id><published>2011-09-28T03:55:00.001-07:00</published><updated>2011-09-28T03:55:33.333-07:00</updated><title type='text'>New Mobile Template and Anonymous Comments activated in Blogger</title><content type='html'>&lt;p&gt;I checked the blog settings and saw some things I wanted to change.&lt;/p&gt; &lt;p&gt;From now on this blog is looking better when read from a &lt;a href=&quot;http://clk.tradedoubler.com/click?p=46&amp;amp;a=1857449&amp;amp;url=http://cdon.se/mobiltelefoni/topplistan/&quot; target=&quot;_blank&quot;&gt;smartphone&lt;/a&gt; as Iphone, Samsung or HTC. Please test it and comment?&lt;br&gt;&lt;br&gt;The next this was the blog comment feature that is now allowing also anonymous writers and I also disabled the secret word check so now you are free to give me feedback as much as you want!&lt;/p&gt; &lt;p&gt;Best Regards from your SlowMovingSoftware Admin!&lt;/p&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/17792372783377027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/17792372783377027'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2011/09/new-mobile-template-and-anonymous.html' title='New Mobile Template and Anonymous Comments activated in Blogger'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-3631399730794584261</id><published>2011-09-28T03:09:00.001-07:00</published><updated>2011-09-28T03:42:48.321-07:00</updated><title type='text'>Bug! MP installation fails even if WebDav=Ok</title><content type='html'>&lt;p&gt;I have been installing a lot of new SCCM 2007 sites lately and used my step by step guide. In my guide I configure Webdav settings needed by SCCM before starting Configuration Manager installation.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeNvHpFuGUdKp7MGO7QKVCuRauVM2XOSdFrLqaK8o9RizXW0s6olGEApfZgP7UdNzyMY-EU-Vq_OZPC6fPm1ZgcnDAPsz-IT2TXhyphenhyphenciDlgFplSktnu3I-1SDHzKVBzL5fZfnhRJwguuyvr/s1600-h/SCCM%2525202007%252520Re%252520set%252520WebDav%252520settings%252520and%252520Apply%25255B3%25255D.jpg&quot;&gt;&lt;img style=&quot;border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px&quot; title=&quot;SCCM 2007 Re set WebDav settings and Apply&quot; border=&quot;0&quot; alt=&quot;SCCM 2007 Re set WebDav settings and Apply&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuVc-LQJd0msSJYIl6NhJJFyW0iQnzQdg0R6c1l9724J_so-Br-IqUyqu-DecEXt95foKJQD9efELEyaSV6iXpWP7p9i7Ta9UQl-dgbvArcmCxyX0J7iNMcS6ldKx1yD0NL5Xt2UfQ_SHH/?imgmax=800&quot; width=&quot;464&quot; height=&quot;222&quot;&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;When SCCM tries to install Management Point (MP) it fails and in the setup log it says that the WebDav settings are wrong even if they are set correctly?!&lt;/p&gt; &lt;p&gt;Solution is to re-set all the four needed values, apply settings and restart IIS services. Next time MP installation will retry it will success..&lt;/p&gt; &lt;div style=&quot;padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:dd3c86b7-8427-4b8f-ac94-f89d99e8200b&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati-taggar: &lt;a href=&quot;http://technorati.com/tags/WebDav&quot; rel=&quot;tag&quot;&gt;WebDav&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/SCCM&quot; rel=&quot;tag&quot;&gt;SCCM&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/IIS&quot; rel=&quot;tag&quot;&gt;IIS&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/7.5&quot; rel=&quot;tag&quot;&gt;7.5&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Bug&quot; rel=&quot;tag&quot;&gt;Bug&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Error&quot; rel=&quot;tag&quot;&gt;Error&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Configuration&quot; rel=&quot;tag&quot;&gt;Configuration&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Manager&quot; rel=&quot;tag&quot;&gt;Manager&lt;/a&gt;&lt;/div&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/3631399730794584261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/3631399730794584261'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2011/09/bug-mp-installation-fails-even-if.html' title='Bug! MP installation fails even if WebDav=Ok'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuVc-LQJd0msSJYIl6NhJJFyW0iQnzQdg0R6c1l9724J_so-Br-IqUyqu-DecEXt95foKJQD9efELEyaSV6iXpWP7p9i7Ta9UQl-dgbvArcmCxyX0J7iNMcS6ldKx1yD0NL5Xt2UfQ_SHH/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-8028925117356844068</id><published>2011-04-11T05:41:00.001-07:00</published><updated>2011-09-28T03:42:45.364-07:00</updated><title type='text'>Corrupt GPO causes SCCM patch management to fail, solution here!</title><content type='html'>&lt;p&gt;&lt;font size=&quot;2&quot;&gt;Some servers are having GPO problems and these problems makes SCCM unable to update the WindowsUpdate registry values so I made this Registry file and imported it to all systems having GPO issues.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size=&quot;1&quot;&gt;Windows Registry Editor Version 5.00&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size=&quot;1&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]&lt;br&gt;&quot;WUServer&quot;=&quot;&lt;/font&gt;&lt;a href=&quot;http://yyour_sccm_sup_server.xxx.xxx.xxx:80&quot;&gt;&lt;font size=&quot;1&quot;&gt;http://yyour_sccm_sup_server.xxx.xxx.xxx:80&lt;/font&gt;&lt;/a&gt;&lt;font size=&quot;1&quot;&gt;&quot;&lt;br&gt;&quot;WUStatusServer&quot;=&quot;&lt;/font&gt;&lt;a href=&quot;http://your_sccm_sup_server.xxx.xxx.xxx:80&quot;&gt;&lt;font size=&quot;1&quot;&gt;http://your_sccm_sup_server.xxx.xxx.xxx:80&lt;/font&gt;&lt;/a&gt;&lt;font size=&quot;1&quot;&gt;&quot;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size=&quot;1&quot;&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]&lt;br&gt;&quot;UseWUServer&quot;=dword:00000001&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size=&quot;2&quot;&gt;When the file is imported SCCM detects that there are GPO values and then makes his updates making SCCM patch management to start working.&lt;/font&gt;&lt;/p&gt; &lt;div style=&quot;padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f848535d-aa5d-4cef-b81c-5adfcf2afc25&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati-taggar: &lt;a href=&quot;http://technorati.com/tags/SCCM&quot; rel=&quot;tag&quot;&gt;SCCM&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Patch&quot; rel=&quot;tag&quot;&gt;Patch&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Management&quot; rel=&quot;tag&quot;&gt;Management&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/WSUS&quot; rel=&quot;tag&quot;&gt;WSUS&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/SUP&quot; rel=&quot;tag&quot;&gt;SUP&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/GPO&quot; rel=&quot;tag&quot;&gt;GPO&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/WUAhandler&quot; rel=&quot;tag&quot;&gt;WUAhandler&lt;/a&gt;&lt;/div&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/8028925117356844068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/8028925117356844068'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2011/04/corrupt-gpo-causes-sccm-patch.html' title='Corrupt GPO causes SCCM patch management to fail, solution here!'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-4776203557206782332</id><published>2011-03-29T01:12:00.001-07:00</published><updated>2011-09-28T03:42:45.364-07:00</updated><title type='text'>SCCM LastStatusChangeTime updates every day</title><content type='html'>&lt;p&gt;I run this below VBS script every day at SCCM customers to get better an more accurate patch installation status from clients:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font size=&quot;1&quot;&gt;Option Explicit&lt;br&gt;On Error Resume Next&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font size=&quot;1&quot;&gt;Call RefreshServerComplianceState&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font size=&quot;1&quot;&gt;&#39; WScript.Echo &quot;Finished&quot;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font size=&quot;1&quot;&gt;Sub RefreshServerComplianceState()&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font size=&quot;1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &#39; Initialize the UpdatesStore variable.&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dim newCCMUpdatesStore&lt;br&gt;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &#39; Create the COM object.&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set newCCMUpdatesStore = CreateObject (&quot;Microsoft.CCM.UpdatesStore&quot;)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font size=&quot;1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &#39; Refresh the server compliance state by running the RefreshServerComplianceState method.&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; newCCMUpdatesStore.RefreshServerComplianceState&lt;br&gt;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &#39; Output success message.&lt;br&gt;&#39;&amp;nbsp;&amp;nbsp;&amp;nbsp; wscript.echo &quot;Ran RefreshServerComplianceState.&quot;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font size=&quot;1&quot;&gt;End Sub&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;I took it from Microsoft msdn so it’s supported:&lt;br&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/library/cc146437.aspx&quot;&gt;http://msdn.microsoft.com/en-us/library/cc146437.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The only down side i have seen is that the LastStatusChangeTime is updated every time the script is run and therefore you can’t use this field to validate the patch installation date. I query “Add remove programs” table and the patch KB number for that.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhk1AMsrhWe9nkH8uSVFzxD2oTJecIpM1pQ8tYMPtuuJPyZUruSk7KejLBw08-HYmXI4FW8M13QhiwEzPyd53HDGjw3ms805xyF3iYFtPyZosbENd_n2BqA7ClEV5mMl1MRzdKMDV6OfB7I/s1600-h/LastStatusChangeTime%20in%20SCCM%5B12%5D.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px&quot; title=&quot;LastStatusChangeTime in SCCM&quot; border=&quot;0&quot; alt=&quot;LastStatusChangeTime in SCCM&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0zF11xrfQqJ1r9q7kAAo41SG3dMv18bGhTHjAd4alhM5xdmEZ1tpUHEUK0Rpdxgu1SPTJsXVtoUXf4WJrAraxx92vIxBvi9nMc86pilInrPYi05jd8VZoFWfewCL6UulHH41jvNBwZN8z/?imgmax=800&quot; width=&quot;464&quot; height=&quot;338&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;div style=&quot;padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5a314199-c85f-424f-9a00-a928ab8cbbf3&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati-taggar: &lt;a href=&quot;http://technorati.com/tags/SCCM&quot; rel=&quot;tag&quot;&gt;SCCM&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Patch&quot; rel=&quot;tag&quot;&gt;Patch&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Management&quot; rel=&quot;tag&quot;&gt;Management&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Status&quot; rel=&quot;tag&quot;&gt;Status&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Script&quot; rel=&quot;tag&quot;&gt;Script&lt;/a&gt;&lt;/div&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/4776203557206782332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/4776203557206782332'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2011/03/laststatuschangetime-updates-every-day.html' title='SCCM LastStatusChangeTime updates every day'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0zF11xrfQqJ1r9q7kAAo41SG3dMv18bGhTHjAd4alhM5xdmEZ1tpUHEUK0Rpdxgu1SPTJsXVtoUXf4WJrAraxx92vIxBvi9nMc86pilInrPYi05jd8VZoFWfewCL6UulHH41jvNBwZN8z/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-8967583283760113081</id><published>2010-12-23T01:14:00.001-08:00</published><updated>2011-09-28T03:42:48.321-07:00</updated><title type='text'>HTTP 500 Error SCCM web reports 80004005 Response_Buffer_Limit_Exceeded</title><content type='html'>&lt;p&gt;I have built big custom Web reports with SQL views and if running on default SCCM settings you will soon get HTTP 500 errors in web reporting page since the IIS buffers reaches the limit.&lt;/p&gt; &lt;p&gt;First open latest IIS log file in trace32:&lt;br&gt;&amp;lt;drive&amp;gt;:\inetpub\logs\LogFiles\W3SVC1&lt;/p&gt; &lt;p&gt;Then Run the failing report again and check status in log.&lt;br&gt;&lt;br&gt;I got this error:&lt;br&gt;ASP_0251_:_80004005 Response_Buffer_Limit_Exceeded&lt;/p&gt; &lt;p&gt;This means that the IIS buffers needs to be increased from the default value 4MB.&lt;/p&gt; &lt;p&gt;Open IIS management console and select SMSReporting_&amp;lt;sitecode&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3IxxukhLb65V8OGukEdkdDOBD7w4v6i0gnlC2BS0N7rkbRmtQRM4xTYAOn7HX1htvhn4ZzfZpAVEz4Fq1RAkEQE-Xvz7Fg-S74i7Fy6yn5ejsXifdfLEYMlTiRFXO6ttn2ntzKRXVY7tX/s1600-h/IIS_1%5B7%5D.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px&quot; title=&quot;IIS_1&quot; border=&quot;0&quot; alt=&quot;IIS_1&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG-bfUjSxRVRqNX5KoOd7SkY7xR4COZ-UNGopMNfU8vbScLR8sfK8ch8Niwiu7A_1NBmorFQDRJFCbMXyXCuTNzUXGt5Ib3uUj7BBUNPYDYYDqR0P17hp_N9zSOXcD8XT_2WataWb_yj3O/?imgmax=800&quot; width=&quot;464&quot; height=&quot;432&quot;&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Open ASP feature&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr5W3oBjvJewIIjfSYqQZ5mnM4CUujl394AT5fL3aiZA1SjQWCtCDpAs4uI2P1uaFvjflIz90V2dMhMT9yqLJ2CSU7r8t0QdxD9LEIfQlt7lpUy81wMvRCzJyWa-G2zfNKJQ23X-3LKI4z/s1600-h/IIS_2%5B4%5D.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px&quot; title=&quot;IIS_2&quot; border=&quot;0&quot; alt=&quot;IIS_2&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDUAY-rWvdeONQ0jPSVFSTPux6lF2NSH9_CFTf4GlE49WpiGRIW2jt_RALlBXNI22ALPdK8HDKpdBxRM_cRZkhX76gayTa-YwFrjYGMNdgWouXKJ7hGUlvf0lN8adhIjWpQihPXjzyPaqA/?imgmax=800&quot; width=&quot;464&quot; height=&quot;249&quot;&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Adjust the buffer limit by counting 2MB for each 500 rows in the report. I put 40MB of memory (4MB is default).&lt;/p&gt; &lt;p&gt;I also adjusted the Time-out value to 5 minutes.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOiBHOjjnaA3bLh1F4Wdgxm0zGbynwXKBFxpz7fVgj9t6d7DbA0EIZC9vwvNxC582vXYeivUh4M6bxjYaphw2YwEe15ecBaN50IONKbqfJ0SvSEhm5s5MFOIWaQMuVP_DaTEekZ2YFEsa4/s1600-h/IIS_3%5B4%5D.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px&quot; title=&quot;IIS_3&quot; border=&quot;0&quot; alt=&quot;IIS_3&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTrzSSoYyNE28KUiAvdm2TSSxZxo-mIsJzwiOe2QJPciwlVHXI5hCeIKsJ-ECh861MWFpCEriNkJVMqh7RFIZEvzCUyoOZbS7FsU-ZQv5vjVVIH7R6DI0ufJ5WKgS_F_puvnuvIcblhDXW/?imgmax=800&quot; width=&quot;464&quot; height=&quot;143&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Restart IIS service.&lt;/p&gt; &lt;p&gt;This solved my HTTP 500 problems since I got the &lt;br&gt;&lt;strong&gt;“ASP_0251_:_80004005 Response_Buffer_Limit_Exceeded”&lt;br&gt;&lt;/strong&gt;error in the IIS log. Other errorcodes might hade other solutions.&lt;/p&gt; &lt;div style=&quot;padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8df02310-6b9b-4bce-8e12-c8aacb598e5f&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati-taggar: &lt;a href=&quot;http://technorati.com/tags/HTTP500&quot; rel=&quot;tag&quot;&gt;HTTP500&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/80004005&quot; rel=&quot;tag&quot;&gt;80004005&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Response_Buffer_Limit_Exceeded&quot; rel=&quot;tag&quot;&gt;Response_Buffer_Limit_Exceeded&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/IIS&quot; rel=&quot;tag&quot;&gt;IIS&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Buffer&quot; rel=&quot;tag&quot;&gt;Buffer&lt;/a&gt;&lt;/div&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/8967583283760113081'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/8967583283760113081'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2010/12/http-500-error-sccm-web-reports.html' title='HTTP 500 Error SCCM web reports 80004005 Response_Buffer_Limit_Exceeded'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG-bfUjSxRVRqNX5KoOd7SkY7xR4COZ-UNGopMNfU8vbScLR8sfK8ch8Niwiu7A_1NBmorFQDRJFCbMXyXCuTNzUXGt5Ib3uUj7BBUNPYDYYDqR0P17hp_N9zSOXcD8XT_2WataWb_yj3O/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-4564104680716185703</id><published>2010-12-22T04:59:00.001-08:00</published><updated>2011-09-28T03:42:48.322-07:00</updated><title type='text'>Repair Broken WSUS installation (MS DTC)</title><content type='html'>&lt;p&gt;On one SCCM site (Windows 2008 R2 and SCCM2007) WSUS core services failed because &quot;MS DTC&quot; service was not able to start.&lt;/p&gt; &lt;p&gt;Read more –&amp;gt; &lt;a href=&quot;http://support.microsoft.com/kb/916926&quot;&gt;http://support.microsoft.com/kb/916926&lt;/a&gt;&lt;/p&gt; &lt;p&gt;This is how I got the site back online:&lt;/p&gt; &lt;p&gt;1. First I re-run WSUS installation so files were unpacked to C:\&amp;lt;folder&amp;gt;&lt;br&gt;2. Copy SSEE_10.msi to temp folder&lt;br&gt;3. Cancel WSUS setup (temp files are removed)&lt;br&gt;4. Open Admin CMD.exe and run this repair string from msi file folder:&lt;/p&gt; &lt;p&gt;&lt;font size=&quot;2&quot;&gt;Msiexec /i SSEE_10.msi CALLERID=OCSetup.exe REINSTALL=ALL REINSTALLMODE=omus /l*v c:\my_logfile.log&lt;/font&gt;&lt;/p&gt; &lt;p&gt;5. I removed and reinstallaed SUP service on the WSUS server.&lt;br&gt;6. After reboot the MS DTC started and SUP was back online!&lt;/p&gt; &lt;div style=&quot;padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3e53b735-a7bc-4fd5-a9f2-56e0ac0e4b09&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati-taggar: &lt;a href=&quot;http://technorati.com/tags/SCCM&quot; rel=&quot;tag&quot;&gt;SCCM&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Troubleshooting&quot; rel=&quot;tag&quot;&gt;Troubleshooting&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/WSUS&quot; rel=&quot;tag&quot;&gt;WSUS&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/SUP&quot; rel=&quot;tag&quot;&gt;SUP&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/repair&quot; rel=&quot;tag&quot;&gt;repair&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/MS+DTC&quot; rel=&quot;tag&quot;&gt;MS DTC&lt;/a&gt;&lt;/div&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/4564104680716185703'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/4564104680716185703'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2010/12/repair-broken-wsus-installation-ms-dtc.html' title='Repair Broken WSUS installation (MS DTC)'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-3393999137538323240</id><published>2010-12-08T11:47:00.001-08:00</published><updated>2011-09-28T03:42:48.322-07:00</updated><title type='text'>SCCM Add Service Started/State info to default hw inv SMS_DEF.MOF</title><content type='html'>I wonder why Microsoft removed “Started” and “State” values for services from the default hardware inventory in SCCM (In SMS2003 both values&amp;nbsp; were default)?&lt;br /&gt;
I used those values a lot in SMS2003 during SW deployments to check if applications were installed correctly.&lt;br /&gt;
It’s quite easy to fix them back in SCCM. Just change two rows in &lt;br /&gt;
&amp;lt;SCCM folder&amp;gt;\inboxes\clifiles.src\hinv\sms_def.mof&lt;br /&gt;
(Make a copy of the sms_def.mof file first)&lt;br /&gt;
Open the file on all Primary servers in your hirarchy and change the “FALSE” to “TRUE” on the values you want to add to next hardware inventory cycle.&lt;br /&gt;
In my case I searched for “win32_service” and then changed Started and State to TRUE. Worked perfect!&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiij1JFG1W1WfF9PEQJuoUq2XvU_84AQWQs3YPeM6dapar_80kvqV1_TlgKDY0xnlUb1yYpQMM6la_x6Czu3gnPf3keaoj2Bm3THrN1CP0KRhIl7VX__rWJRh1s6mbsV48BNoMxvEqh0whR/s1600-h/SCCM_SMS_DEFmof%5B3%5D.jpg&quot;&gt;&lt;img alt=&quot;SCCM_SMS_DEFmof&quot; border=&quot;0&quot; height=&quot;755&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFoknx5z5ynYnoX8RXuJCnGlTDtB2JKSP3lLUiJbWRbXLDAJOoKNK66UpJVW_z-We3qN8sIPP8yH3xIuY-P-Y6S1SyfSlzc89iDH-HSH_CQQw-posE9bjptiIhfnkskI7RwVcFqMRF5goP/?imgmax=800&quot; style=&quot;border: 0px none; display: inline;&quot; title=&quot;SCCM_SMS_DEFmof&quot; width=&quot;464&quot; /&gt;&lt;/a&gt; &lt;br /&gt;
&lt;div class=&quot;wlWriterEditableSmartContent&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e6962851-354d-4e10-b3f5-51935a44683c&quot; style=&quot;display: inline; float: none; margin: 0px; padding: 0px;&quot;&gt;Technorati-taggar: &lt;a href=&quot;http://technorati.com/tags/SCCM&quot; rel=&quot;tag&quot;&gt;SCCM&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/HW&quot; rel=&quot;tag&quot;&gt;HW&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/Inventory&quot; rel=&quot;tag&quot;&gt;Inventory&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/SMS_DEF.MOF&quot; rel=&quot;tag&quot;&gt;SMS_DEF.MOF&lt;/a&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/3393999137538323240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/3393999137538323240'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2010/12/sccm-add-started-and-state-to-default.html' title='SCCM Add Service Started/State info to default hw inv SMS_DEF.MOF'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFoknx5z5ynYnoX8RXuJCnGlTDtB2JKSP3lLUiJbWRbXLDAJOoKNK66UpJVW_z-We3qN8sIPP8yH3xIuY-P-Y6S1SyfSlzc89iDH-HSH_CQQw-posE9bjptiIhfnkskI7RwVcFqMRF5goP/s72-c?imgmax=800" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-2138707083870593186.post-3265147184144374282</id><published>2010-11-26T03:54:00.000-08:00</published><updated>2011-09-28T03:42:48.322-07:00</updated><title type='text'>SCCM Solve child site replicaton problems</title><content type='html'>&lt;p&gt;If you look at the replication logs I posted yesterday but still can’t understand why child site is not accepting packages from Central site.&lt;br&gt;&lt;br&gt;If you get Errorcodes and errors about cetificates not valid for some packages etc but you have solved the public keys and done everything by the book then you have one more thing to try.&lt;/p&gt; &lt;p&gt;Disconnect Child site from Central parent site&amp;nbsp; and wait a weekend then reconnect it and re-replicate all packages. This solved a corrupted replication for me a couple of times.&lt;/p&gt; &lt;div style=&quot;padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px&quot; id=&quot;scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fad2c075-3f3d-49b8-8ecb-d6606a16cc48&quot; class=&quot;wlWriterEditableSmartContent&quot;&gt;Technorati-taggar: &lt;a href=&quot;http://technorati.com/tags/Microsoft+System+Center+Configuration+Manager&quot; rel=&quot;tag&quot;&gt;Microsoft System Center Configuration Manager&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/SCCM&quot; rel=&quot;tag&quot;&gt;SCCM&lt;/a&gt;,&lt;a href=&quot;http://technorati.com/tags/SCCM2007&quot; rel=&quot;tag&quot;&gt;SCCM2007&lt;/a&gt;&lt;/div&gt;  </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/3265147184144374282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2138707083870593186/posts/default/3265147184144374282'/><link rel='alternate' type='text/html' href='http://slowmovingsoftware.blogspot.com/2010/11/sccm-solve-child-site-replicaton.html' title='SCCM Solve child site replicaton problems'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>