<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Creating an SMS Collection for Systems Missing a Patch</title><link>http://msmvps.com/blogs/lduncan/pages/16129.aspx</link><description>This article provides a couple ways to go about creating an SMS collection of systems that are missing a patch.</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Creating an SMS Collection for Systems Missing a Patch</title><link>http://msmvps.com/blogs/lduncan/pages/16129.aspx#1118656</link><pubDate>Fri, 17 Aug 2007 10:39:20 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1118656</guid><dc:creator>Phil Day</dc:creator><description>&lt;p&gt;Thanks for the sql queries, the did the job for me. &amp;nbsp;I did find that for Officeproducrs I needed to change the query a bit. &amp;nbsp;It seems that Office patches dont have a Q number or an MS0n-nnn number collected in the database. &lt;/p&gt;
&lt;p&gt;Si I created this query to do the same job for Office patches :&lt;/p&gt;
&lt;p&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_G_System_PATCHSTATE on SMS_G_System_PATCHSTATE.ResourceID = SMS_R_System.ResourceId &amp;nbsp; where SMS_G_System_PATCHSTATE.Status = &amp;quot;Applicable&amp;quot; and &amp;nbsp; &amp;nbsp;( SMS_G_System_PATCHSTATE.Title like &amp;#39;%918419%&amp;#39; ) &amp;nbsp; &amp;nbsp; &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1118656" width="1" height="1"&gt;</description></item><item><title>re: Creating an SMS Collection for Systems Missing a Patch</title><link>http://msmvps.com/blogs/lduncan/pages/16129.aspx#1005908</link><pubDate>Fri, 06 Jul 2007 20:11:52 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1005908</guid><dc:creator>Mary B.</dc:creator><description>&lt;p&gt;Just tweaked with patchstateEX and it was as good as new. &amp;nbsp;Thanks for keeping this online. &amp;nbsp;Saved me some time.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1005908" width="1" height="1"&gt;</description></item></channel></rss>