<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://wmug.co.uk/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Lionel's configmgr blog : Software Updates</title><link>http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/Software+Updates/default.aspx</link><description>Tags: Software Updates</description><dc:language>en-US</dc:language><generator>6.x Production</generator><item><title>Checking Patch Statuses through WMI</title><link>http://wmug.co.uk/wmug/b/orientalcrusher/archive/2011/05/02/checking-patch-statuses-through-wmi.aspx</link><pubDate>Mon, 02 May 2011 09:58:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:4112</guid><dc:creator>Lionel</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://wmug.co.uk/wmug/b/orientalcrusher/rsscomments.aspx?WeblogPostID=4112</wfw:commentRss><comments>http://wmug.co.uk/wmug/b/orientalcrusher/archive/2011/05/02/checking-patch-statuses-through-wmi.aspx#comments</comments><description>&lt;p&gt;Normally the optimal and quickest way to determine if a patch has definitely been installed on a system is to use WMI. That&amp;#39;s where the SCCM client primarily gets its information from to report back to its parent. There are several ways you can go about but the ways i&amp;#39;ve found to be ideal for me are described below:&lt;/p&gt;
&lt;p&gt;Through the command prompt:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div style="PADDING-LEFT:30px;"&gt;On the system which you wish to query, open up command prompt&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div style="PADDING-LEFT:30px;"&gt;Run &amp;quot;Wmic /namespace:\\root\ccm\softwareupdates\updatesstore path CCM_UpdateStatus get status, Article, Bulletin, UniqueId&amp;quot; &lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div style="PADDING-LEFT:30px;"&gt;This will show you ALL updates on the particular system. I&amp;#39;ve added additional information for reference but you can always play around with what you wish to see returned.&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div style="PADDING-LEFT:30px;"&gt;This is best for an overview and you can quickly do a &lt;em&gt;find or filter &lt;/em&gt;to determine a patch status if you pipe it to a txt file. &lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Through the Wbemtest User Interface:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div style="PADDING-LEFT:30px;"&gt;Start &amp;quot;WBEMTEST&amp;quot; from a run prompt &lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div style="PADDING-LEFT:30px;"&gt;Connect to the namespace &amp;quot;\\&amp;lt;computername&amp;gt;\root\ccm\softwareupdates\updatesstore&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div style="PADDING-LEFT:30px;"&gt;Select the Query button and using WQL, create a statement that suits your needs. Some examples are below:&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;&amp;nbsp; 
&lt;ul&gt;
&lt;li&gt;
&lt;div style="PADDING-LEFT:30px;"&gt;Searching for a Missing Patch that is for Web Components would be:&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div style="PADDING-LEFT:30px;"&gt;&amp;nbsp;select * from ccm_updatestatus where status = &amp;quot;missing&amp;quot; and title like &amp;quot;%web%&amp;quot;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div style="PADDING-LEFT:30px;"&gt;Searching for all installed patches would be:&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div style="PADDING-LEFT:30px;"&gt;select * from ccm_updatestatus where status = &amp;#39;installed&amp;#39;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="PADDING-LEFT:30px;"&gt;&amp;nbsp;&lt;img height="375" width="462" src="http://wmug.co.uk/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-07-metablogapi/wmi.JPG" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Depending on your requirements / needs, have fun! Wbemtest is very useful for quick references to WMI to determine patch statuses whenever you are suspecting the integrity of data received from SCCM due to possible sync issues. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=4112&amp;AppID=114&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/CCM_5F00_UpdateStatus/default.aspx">CCM_UpdateStatus</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/sccm+2007/default.aspx">sccm 2007</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/Software+Updates/default.aspx">Software Updates</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/Wbemtest/default.aspx">Wbemtest</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/wmi/default.aspx">wmi</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/wql/default.aspx">wql</category></item><item><title>Description of Software Update Services and Windows Server Update Services changes in content</title><link>http://wmug.co.uk/wmug/b/orientalcrusher/archive/2011/02/28/description-of-software-update-services-and-windows-server-update-services-changes-in-content.aspx</link><pubDate>Mon, 28 Feb 2011 08:28:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:4064</guid><dc:creator>Lionel</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://wmug.co.uk/wmug/b/orientalcrusher/rsscomments.aspx?WeblogPostID=4064</wfw:commentRss><comments>http://wmug.co.uk/wmug/b/orientalcrusher/archive/2011/02/28/description-of-software-update-services-and-windows-server-update-services-changes-in-content.aspx#comments</comments><description>&lt;p&gt;Was passed this URL by a colleague which will be useful to share around. It shows you detailed changes that are made to WSUS (includes all released updates on top of security updates) and also when updates were added to the catalog. The content is broken down by year, so 2011, 2010 etc. Very useful for quick referencing when performing synchronizations. &lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;2011:&amp;nbsp;&amp;nbsp;&lt;a href="http://support.microsoft.com/kb/894199"&gt;http://support.microsoft.com/kb/894199&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;2010: &lt;a href="http://support.microsoft.com/kb/2492172"&gt;http://support.microsoft.com/kb/2492172&lt;/a&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;2009: &lt;a href="http://support.microsoft.com/kb/979198"&gt;http://support.microsoft.com/kb/979198&lt;/a&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;2008: &lt;a href="http://support.microsoft.com/kb/961825"&gt;http://support.microsoft.com/kb/961825&lt;/a&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=4064&amp;AppID=114&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/Software+Updates/default.aspx">Software Updates</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/WSUS/default.aspx">WSUS</category></item><item><title>Install Software Updates Action Hangs on Windows 7</title><link>http://wmug.co.uk/wmug/b/orientalcrusher/archive/2011/02/03/install-software-updates-action-hangs-on-windows-7.aspx</link><pubDate>Thu, 03 Feb 2011 15:23:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:4034</guid><dc:creator>Lionel</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://wmug.co.uk/wmug/b/orientalcrusher/rsscomments.aspx?WeblogPostID=4034</wfw:commentRss><comments>http://wmug.co.uk/wmug/b/orientalcrusher/archive/2011/02/03/install-software-updates-action-hangs-on-windows-7.aspx#comments</comments><description>&lt;p&gt;**UPDATE!!! &lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/b/configmgrteam/archive/2011/01/28/known-issue-install-software-updates-action-hangs-on-windows-7.aspx"&gt;http://blogs.technet.com/b/configmgrteam/archive/2011/01/28/known-issue-install-software-updates-action-hangs-on-windows-7.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The hotfix is now available from MS : &lt;a href="http://support.microsoft.com/kb/2509007"&gt;http://support.microsoft.com/kb/2509007&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For anyone out there with a problem with stalled software updates (especially with large bundles), the following link will be very useful information for anyone experiencing this issue when software updates hang for no apparent reasons during a build via Task Sequence. A&amp;nbsp;reinitialization may help but the issue appears to be random. Microsoft outlines more of the issue &lt;a target="_blank" href="http://blogs.technet.com/b/configmgrteam/archive/2011/01/28/known-issue-install-software-updates-action-hangs-on-windows-7.aspx"&gt;here&lt;/a&gt;, and more information will be made available from Microsoft when the root cause is found.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Logs affected:&lt;/p&gt;
&lt;p&gt;No progress in the following logs when issue occurs during the running of a Task Sequence:&lt;/p&gt;
&lt;p&gt;&lt;ol&gt;
&lt;li&gt;UpdatesStore.log&lt;/li&gt;
&lt;li&gt;UpdatesHandler.log&lt;/li&gt;
&lt;li&gt;UpdatesDeployment.log&lt;/li&gt;
&lt;li&gt;CAS.log&lt;/li&gt;
&lt;li&gt;SMSTS.log logs that it is repeatedly waiting for a Job Status Notification.&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;Summary of remedies:&lt;/p&gt;
&lt;p&gt;1. Spilt up the Office updates from the main security update bulk. More information &lt;a target="_blank" href="http://technet.microsoft.com/en-us/library/cc178995.aspx#BKMK_UpdatesFolder"&gt;here&lt;/a&gt;.&lt;br /&gt;2. Remove Intel Mass Storage Drivers from the Task Sequence and let Windows 7 install the default Microsoft drivers.&lt;/p&gt;
&lt;p&gt;
&lt;h3 class="post-name"&gt;&lt;/h3&gt;
&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Credit to Brian Huneycutt for the entry below:&lt;/i&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/b/configmgrteam/archive/2011/01/28/known-issue-install-software-updates-action-hangs-on-windows-7.aspx"&gt;http://blogs.technet.com/b/configmgrteam/archive/2011/01/28/known-issue-install-software-updates-action-hangs-on-windows-7.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=4034&amp;AppID=114&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/Configmgr+2007/default.aspx">Configmgr 2007</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/hanging/default.aspx">hanging</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/intel+mass+storage+drivers/default.aspx">intel mass storage drivers</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/office+updates/default.aspx">office updates</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/smsts-log/default.aspx">smsts.log</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/Software+Updates/default.aspx">Software Updates</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/task+sequences/default.aspx">task sequences</category></item><item><title>Information on the ConfigMgr 2007 client side process for Software Updates</title><link>http://wmug.co.uk/wmug/b/orientalcrusher/archive/2010/11/05/information-on-the-configmgr-2007-client-side-process-for-software-updates.aspx</link><pubDate>Fri, 05 Nov 2010 10:25:00 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:3886</guid><dc:creator>Lionel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://wmug.co.uk/wmug/b/orientalcrusher/rsscomments.aspx?WeblogPostID=3886</wfw:commentRss><comments>http://wmug.co.uk/wmug/b/orientalcrusher/archive/2010/11/05/information-on-the-configmgr-2007-client-side-process-for-software-updates.aspx#comments</comments><description>&lt;p&gt;[Informational]&lt;/p&gt;
&lt;p&gt;I saw this on the Configuration Manager Support Team Blog and think it is an excellent piece done up by jchornbe. I&amp;nbsp;enjoyed reading the post and also realise at the same time, that&amp;nbsp;this can better&amp;nbsp;empower you with knowledge on where and what to look at when troubleshooting related issues, in a step by step and&amp;nbsp;systematic manner.&amp;nbsp;&amp;nbsp;I hope that it will prove informative to everyone here as well!&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;a href="http://blogs.technet.com/b/configurationmgr/archive/2010/11/04/information-on-the-configmgr-2007-client-side-process-for-software-updates.aspx"&gt;http://blogs.technet.com/b/configurationmgr/archive/2010/11/04/information-on-the-configmgr-2007-client-side-process-for-software-updates.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://wmug.co.uk/aggbug.aspx?PostID=3886&amp;AppID=114&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/Configmgr+2007/default.aspx">Configmgr 2007</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/information/default.aspx">information</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/sccm/default.aspx">sccm</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/sccm+client/default.aspx">sccm client</category><category domain="http://wmug.co.uk/wmug/b/orientalcrusher/archive/tags/Software+Updates/default.aspx">Software Updates</category></item></channel></rss>