<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://myitforum.com/cs2/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>Shaun Cassells at MyITForum.com : SMS 2003</title><link>http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx</link><description>Tags: SMS 2003</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Auto-Fix Windows Update Agent</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2011/02/02/auto-fix-windows-update-agent.aspx</link><pubDate>Wed, 02 Feb 2011 18:54:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:153945</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=153945</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2011/02/02/auto-fix-windows-update-agent.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;Source&lt;/b&gt;:&amp;nbsp;&lt;a href="http://blogs.technet.com/b/michaelgriswold/archive/2010/04/15/auto-fix-wmi.aspx"&gt;http://blogs.technet.com/b/michaelgriswold/archive/2010/04/15/auto-fix-wmi.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-family:&amp;#39;Segoe UI&amp;#39;, &amp;#39;Lucida Grande&amp;#39;, Verdana, Arial, Helvetica, sans-serif;font-size:12px;line-height:18px;"&gt;&lt;p&gt;One of the hardest things to tackle in SCCM these days is client health.&amp;nbsp; It is an on-going issue because it is hard to diagnose and hard to programmatically fix.&amp;nbsp; SCCM’s client is much improved over older versions but it still has occasional issues and its dependencies such as WMI and Windows Update Agent still have theirs as well.&lt;/p&gt;&lt;p&gt;While looking into this for one customer I came up with a trick that won’t solve all client health problems, but it moves one step closer.&amp;nbsp; This trick is for some of the Windows Update Agent (WUA) issues.&amp;nbsp; If anyone uses this and finds issues or improvements please let me know and I will follow-up or correct this post as needed.&lt;/p&gt;&lt;p&gt;The first step is to identify the machines having WUA issues.&amp;nbsp; There are probably several ways but what I found useful was to look for clients sending 11416 status messages.&amp;nbsp; Creating a status message query was easy but creating a collection based on status messages takes a little more work to build.&amp;nbsp; Here is one I put together that seems to do the trick:&lt;/p&gt;&lt;p&gt;&lt;em&gt;select distinct SYS.Name,SYS.Client from SMS_StatusMessage as stat join sms_r_system as SYS on stat.machinename = SYS.name where stat.ModuleName = &amp;quot;SMS Client&amp;quot; and stat.MessageID = 11416 and DateDiff(dd,stat.Time, GetDate()) &amp;lt;1&lt;/em&gt;&lt;/p&gt;&lt;p&gt;This query gets all the machine names that have sent a 11416 status message in the last day and cross references with the system object for that machine so that a collection of machines can be put together.&lt;/p&gt;&lt;p&gt;Once you have your collection of machines identified the next step is to send those machines something to repair WUA.&amp;nbsp;&amp;nbsp;&lt;a href="http://support.microsoft.com/kb/971058" target="_blank" style="cursor:pointer;text-decoration:none;font-weight:normal;outline-style:none;outline-width:initial;outline-color:initial;"&gt;KB971058&lt;/a&gt;&amp;nbsp;has a nice Fix It script that will do this and you can download it from the KB.&amp;nbsp; It is an MSI and in my testing using the default settings seemed to be enough to fix most machines.&amp;nbsp; As an MSI you can have SCCM create your package and program by creating a package from definition and pointing at the MSI file itself.&amp;nbsp; This should give you a silent run option.&lt;/p&gt;&lt;p&gt;Once you have the package in place advertise it to your collection created based on the query above and see if that solves your WUA health issues.&amp;nbsp; For my customer we saw a 92% reduction in WUA issues using this method.&lt;/p&gt;&lt;p&gt;** Correction** I had previously posted this as a WMI fix, when this is really a WUA fix.&amp;nbsp; I just had WMI on my brain.&amp;nbsp; My apologies for any confusion.&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=153945" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/WSUS/default.aspx">WSUS</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/ConfigMgr/default.aspx">ConfigMgr</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Microsoft+System+Center+Configuration+Manager+2007/default.aspx">Microsoft System Center Configuration Manager 2007</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Client+Health/default.aspx">Client Health</category></item><item><title>Find overlapping boundaries in SMS/ConfigMgr/SCCM</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2010/08/18/find-overlapping-boundaries-in-sms-configmgr-sccm.aspx</link><pubDate>Wed, 18 Aug 2010 17:23:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:150720</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=150720</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2010/08/18/find-overlapping-boundaries-in-sms-configmgr-sccm.aspx#comments</comments><description>&lt;p&gt;I am not sure why I never posted this before:&lt;/p&gt;&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/rslaten/archive/2007/03/20/finding-overlapping-boundaries-in-sms-smsboundaries-v1-42.aspx"&gt;http://blogs.msdn.com/b/rslaten/archive/2007/03/20/finding-overlapping-boundaries-in-sms-smsboundaries-v1-42.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The script works great and has a well written xml generator for vb (for those who like to script&amp;nbsp;spelunk.&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=150720" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003+Scripting/default.aspx">SMS 2003 Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/ConfigMgr/default.aspx">ConfigMgr</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Microsoft+System+Center+Configuration+Manager+2007/default.aspx">Microsoft System Center Configuration Manager 2007</category></item><item><title>Savings Space on SMS / SCCM servers by deleting PCK files - the pitfalls and fixes.</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2009/09/08/savings-space-on-sms-sccm-servers-by-deleting-pck-files-the-pitfalls-and-fixes.aspx</link><pubDate>Tue, 08 Sep 2009 21:05:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:141152</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=141152</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2009/09/08/savings-space-on-sms-sccm-servers-by-deleting-pck-files-the-pitfalls-and-fixes.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;&amp;nbsp;The following is a guest post from: Ted Skarbek&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;The following is a write up on package replication after user deleted PCK files:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;With our aging SMS 2003 servers running out of drive space for the distribution points and new packages being created much faster (and typically larger on average) than the older packages were being retired we were scraping for bits of space to keep moving until the new SCCM 2007 system gets into production.&amp;nbsp; It was found that the servers being used as the DPs had a significant portion (roughly 40%) of the total drive space assigned to the DP being taken up by PCK files.&amp;nbsp; To free up the capacity we elected to delete PCK files which hadn&amp;rsquo;t been modified in the last 3-6 months figuring that anything that hadn&amp;rsquo;t been modified in that time probably wouldn&amp;rsquo;t need to be modified, and if it did then the PCK file should just replicate back out to the DP so it might just take a little longer.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;Somewhat shortly after making the decision to delete the older PCK files we encountered a few older packages which needed to have slight modifications to them replicated out to the DPs.&amp;nbsp; Sometime after issuing an &amp;ldquo;Update Distribution Points&amp;rdquo; command from the SMS console it was noticed that on at least a few of the DPs the package had not yet updated (under package status these sites still indicated the previous source version, targeted &amp;ldquo;1&amp;rdquo;, but installed was &amp;ldquo;0&amp;rdquo;, and retrying was &amp;ldquo;1&amp;rdquo;).&amp;nbsp; This had been an observed behavior in the past and typically would be resolved by just updating the DPs again.&amp;nbsp; In this case it did not resolve the issue so I began digging into it further.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;What I found was that it appeared the DP was giving an error that it couldn&amp;rsquo;t open the PCK file on the local server, which is somewhat to be expected since it isn&amp;rsquo;t there, but common sense would seem to indicate that if the file was not present that it would just get copied out automatically.&amp;nbsp; At this point the package wouldn&amp;rsquo;t even remove from the targeted server since it was aware that it should be updating and that the PCK file was no longer present (apparently if the DP is trying to perform an action on a package, it won&amp;rsquo;t move onto the next one until the first one completes successfully).&amp;nbsp; After a little investigation of the issue the best resources I was able to locate were the following:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb892806.aspx"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;http://technet.microsoft.com/en-us/library/bb892806.aspx&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;Under &amp;ldquo;What it does&amp;rdquo; for Package Updates:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;&amp;ldquo;Builds a new, complete, compressed package file and a delta compressed package file from the updated package source files. The delta file is passed to all distribution points.&amp;rdquo;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;a href="http://www.myitforum.com/forums/m_82981/mpage_1/key_Clearing%252COld%252Cdata/tm.htm#82981"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;http://www.myitforum.com/forums/m_82981/mpage_1/key_Clearing%252COld%252Cdata/tm.htm#82981&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;Under a post from &amp;ldquo;rlauder&amp;rdquo;:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;&amp;ldquo;This is the compressed source of a package and is used for refresh purposes if a subordinate site server is instructed to refresh it&amp;#39; s own copy. If you&amp;#39; re lucky and you&amp;#39; ve trashed it, the parent server may well just request a new copy from its own parent, but don&amp;#39; t bank on it.&amp;rdquo;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;So it seems that the expectation that the PCK files would automatically replicate out was apparently unreasonable.&amp;nbsp; I have been able to determine two solutions to enable us to update the DPs when the PCK files have been removed:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 0.5in;text-indent:-0.25in;mso-list:l0 level1 lfo1;" class="MsoListParagraph"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;1.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;In order to update a package on a DP which was last updated before our modification above here&amp;rsquo;s what seems to work:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 1in;text-indent:-0.25in;mso-list:l0 level2 lfo1;" class="MsoListParagraph"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;a.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;Remove all targeted DP&amp;rsquo;s&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 1in;text-indent:-0.25in;mso-list:l0 level2 lfo1;" class="MsoListParagraph"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;b.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;Wait for the package status to be all 0&amp;rsquo;s on ALL DP&amp;rsquo;s (Source Version &amp;ldquo;0&amp;rdquo;, Targeted &amp;ldquo;0&amp;rdquo;, Installed &amp;ldquo;0&amp;rdquo;, Retrying &amp;ldquo;0&amp;rdquo;)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 1in;text-indent:-0.25in;mso-list:l0 level2 lfo1;" class="MsoListParagraph"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;c.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;Update the Package from Source&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 1in;text-indent:-0.25in;mso-list:l0 level2 lfo1;" class="MsoListParagraph"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;d.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;Re-add the DPs&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 1in;text-indent:-0.25in;mso-list:l0 level2 lfo1;" class="MsoListParagraph"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;e.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;I&amp;rsquo;ve never seen this have a problem.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:#1f497d;font-family:&amp;#39;Century Gothic&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-themecolor:dark2;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;mso-bidi-font-size:11.0pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 0.5in;text-indent:-0.25in;mso-list:l0 level1 lfo1;" class="MsoListParagraph"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;2.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;If the package is updated without removing the DP&amp;rsquo;s what you will likely see is that the Source Version stays the same, Targeted stays at &amp;ldquo;1&amp;rdquo;, Installed goes to &amp;ldquo;0&amp;rdquo;, and Retrying probably goes to &amp;ldquo;1&amp;rdquo; (as seen in the Package Status area).&amp;nbsp; Once this starts happening even removing the DP won&amp;rsquo;t work (Targeted, Installed, and Retrying will all &amp;ldquo;0&amp;rdquo;, but Source Version will still stay the same).&amp;nbsp; &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 1in;text-indent:-0.25in;mso-list:l1 level1 lfo2;" class="MsoListParagraph"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;a.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;To resolve the problem now the PCK files need to be manually copied from the parent server (\\&amp;lt;serverName&amp;gt;\sms_cpsg$\&amp;lt;PKG ID&amp;gt;.pck) to the target server (using the same sms_cpsg$ share).&amp;nbsp; &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 1in;text-indent:-0.25in;mso-list:l1 level1 lfo2;" class="MsoListParagraph"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;b.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;Once the PCK file is back on the server(s) the package can be updated again and everything should be fine.&amp;nbsp; &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 1in;text-indent:-0.25in;mso-list:l1 level1 lfo2;" class="MsoListParagraph"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;c.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Note&lt;/b&gt;: only the PCK file needs to be copied, all files with the *.DLT and *.DLT.x extension can be ignored.&amp;nbsp; &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 1in;text-indent:-0.25in;mso-list:l1 level1 lfo2;" class="MsoListParagraph"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;d.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;Sometimes I do have a problem manually copying the PCK files as it tells me I don&amp;rsquo;t have permission to write to the file on the target location (even though I have create and modify &amp;nbsp;access to the target location and the file isn&amp;rsquo;t present) but in these cases the server Admin&amp;rsquo;s has been able to successfully copy the files.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=141152" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/ConfigMgr/default.aspx">ConfigMgr</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Microsoft+System+Center+Configuration+Manager+2007/default.aspx">Microsoft System Center Configuration Manager 2007</category></item><item><title>CliFix SMS_DEF.Mof edit</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2009/08/26/clifix-sms-def-mof-edit.aspx</link><pubDate>Wed, 26 Aug 2009 21:27:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:140969</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=140969</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2009/08/26/clifix-sms-def-mof-edit.aspx#comments</comments><description>&lt;p&gt;The CliFix script writes to the registry, a count of the number of times a fix has run.&amp;nbsp; And the last time a fix ran.&amp;nbsp; As well as the last time the script ran.&lt;/p&gt;
&lt;p&gt;This will allow you to track trends in your environment, parts of the script not working, or a great pie&amp;nbsp;chart for your management to say how well you&amp;#39;ve fixed your environment.&lt;/p&gt;
&lt;p&gt;Best&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#pragma namespace (&amp;quot;&lt;a&gt;\\\\.\
oot\\cimv2&lt;/a&gt;&amp;quot;)&lt;br /&gt;#pragma deleteclass(&amp;quot;ClientHealthStartup&amp;quot;, NOFAIL)&lt;br /&gt;[DYNPROPS]&lt;br /&gt;Class ClientHealthStartup&lt;br /&gt;{&lt;br /&gt;[key] string KeyName;&lt;br /&gt;String CHK_SYSTEMPATH;&lt;br /&gt;String CHK_SYSTEMPATH_TIME;&lt;br /&gt;String CHK_BITS_SERVICE;&lt;br /&gt;String CHK_BITS_SERVICE_TIME;&lt;br /&gt;String RunCount;&lt;br /&gt;String RunCount_TIME;&lt;br /&gt;String WMI;&lt;br /&gt;String WMI_TIME;&lt;br /&gt;String CHK_FIREWALL_ICS_SERVICE;&lt;br /&gt;String CHK_FIREWALL_ICS_SERVICE_TIME;&lt;br /&gt;String CHK_CCMEXEC;&lt;br /&gt;String CHK_CCMEXEC_TIME;&lt;br /&gt;String CHK_CACHESIZE;&lt;br /&gt;String CHK_CACHESIZE_TIME;&lt;br /&gt;String MSI_SERVICE;&lt;br /&gt;String MSI_SERVICE_TIME;&lt;br /&gt;String WMIStatus;&lt;br /&gt;String WMIStatus_TIME;&lt;br /&gt;String CHK_RPC_SERVICE;&lt;br /&gt;String CHK_RPC_SERVICE_TIME;&lt;br /&gt;String CHK_WMI_SERVICE;&lt;br /&gt;String CHK_WMI_SERVICE_TIME;&lt;br /&gt;String CHK_SERVER_SERVICE;&lt;br /&gt;String CHK_SERVER_SERVICE_TIME;&lt;br /&gt;String CHK_RemoteReg;&lt;br /&gt;String CHK_RemoteReg_TIME;&lt;br /&gt;String CHK_WUS_SERVICE;&lt;br /&gt;String CHK_WUS_SERVICE_TIME;&lt;br /&gt;String SCFileExist;&lt;br /&gt;String SCFileExist_TIME;&lt;br /&gt;String TERMSERVICE_SERVICE;&lt;br /&gt;String TERMSERVICE_SERVICE_TIME;&lt;br /&gt;};&lt;br /&gt;[DYNPROPS]&lt;br /&gt;Instance of ClientHealthStartup&lt;br /&gt;{&lt;br /&gt;keyname=&amp;quot;SystemCenter.fr&amp;quot;;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_SYSTEMPATH&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_SYSTEMPATH;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_SYSTEMPATH_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_SYSTEMPATH_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_BITS_SERVICE&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_BITS_SERVICE;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_BITS_SERVICE_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_BITS_SERVICE_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|RunCount&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] RunCount;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|RunCount_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] RunCount_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|WMI&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] WMI;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|WMI_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] WMI_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_FIREWALL_ICS_SERVICE&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_FIREWALL_ICS_SERVICE;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_FIREWALL_ICS_SERVICE_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_FIREWALL_ICS_SERVICE_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_CCMEXEC&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_CCMEXEC;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_CCMEXEC_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_CCMEXEC_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_CACHESIZE&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_CACHESIZE;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_CACHESIZE_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_CACHESIZE_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|MSI_SERVICE&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] MSI_SERVICE;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|MSI_SERVICE_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] MSI_SERVICE_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|WMIStatus&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] WMIStatus;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|WMIStatus_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] WMIStatus_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_RPC_SERVICE&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_RPC_SERVICE;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_RPC_SERVICE_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_RPC_SERVICE_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_WMI_SERVICE&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_WMI_SERVICE;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_WMI_SERVICE_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_WMI_SERVICE_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_SERVER_SERVICE&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_SERVER_SERVICE;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_SERVER_SERVICE_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_SERVER_SERVICE_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_RemoteReg&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_RemoteReg;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_RemoteReg_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_RemoteReg_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_WUS_SERVICE&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_WUS_SERVICE;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|CHK_WUS_SERVICE_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] CHK_WUS_SERVICE_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|SCFileExist&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] SCFileExist;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|SCFileExist_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] SCFileExist_TIME;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|TERMSERVICE_SERVICE&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] TERMSERVICE_SERVICE;&lt;br /&gt;[PropertyContext(&amp;quot;Local|HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\ClientHealthStartup|TERMSERVICE_SERVICE_TIME&amp;quot;),Dynamic,Provider(&amp;quot;RegPropProv&amp;quot;)] TERMSERVICE_SERVICE_TIME;&lt;br /&gt;};&lt;br /&gt;#pragma namespace (&amp;quot;&lt;a&gt;\\\\.\
oot\\cimv2\\SMS&lt;/a&gt;&amp;quot;)&lt;br /&gt;#pragma deleteclass(&amp;quot;ClientHealthStartup&amp;quot;, NOFAIL)&lt;br /&gt;[SMS_Report(TRUE),SMS_Group_Name(&amp;quot;ClientHealthStartup&amp;quot;),SMS_Class_ID(&amp;quot;ClientHealth|ClientHealthStartup|1.0&amp;quot;)]&lt;br /&gt;Class ClientHealthStartup: SMS_Class_Template&lt;br /&gt;{&lt;br /&gt;[SMS_Report(TRUE),key] string KeyName;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_SYSTEMPATH;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_SYSTEMPATH_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_BITS_SERVICE;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_BITS_SERVICE_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String RunCount;&lt;br /&gt;[SMS_Report(TRUE)] String RunCount_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String WMI;&lt;br /&gt;[SMS_Report(TRUE)] String WMI_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_FIREWALL_ICS_SERVICE;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_FIREWALL_ICS_SERVICE_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_CCMEXEC;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_CCMEXEC_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_CACHESIZE;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_CACHESIZE_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String MSI_SERVICE;&lt;br /&gt;[SMS_Report(TRUE)] String MSI_SERVICE_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String WMIStatus;&lt;br /&gt;[SMS_Report(TRUE)] String WMIStatus_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_RPC_SERVICE;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_RPC_SERVICE_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_WMI_SERVICE;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_WMI_SERVICE_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_SERVER_SERVICE;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_SERVER_SERVICE_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_RemoteReg;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_RemoteReg_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_WUS_SERVICE;&lt;br /&gt;[SMS_Report(TRUE)] String CHK_WUS_SERVICE_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String SCFileExist;&lt;br /&gt;[SMS_Report(TRUE)] String SCFileExist_TIME;&lt;br /&gt;[SMS_Report(TRUE)] String TERMSERVICE_SERVICE;&lt;br /&gt;[SMS_Report(TRUE)] String TERMSERVICE_SERVICE_TIME;&lt;br /&gt;};&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=140969" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/MOF/default.aspx">MOF</category></item><item><title>The Case of the Missing Advertisement and a Restart</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2009/07/16/the-case-of-the-missing-advertisement-and-a-restart.aspx</link><pubDate>Thu, 16 Jul 2009 18:59:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:139888</guid><dc:creator>scassells</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=139888</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2009/07/16/the-case-of-the-missing-advertisement-and-a-restart.aspx#comments</comments><description>&lt;p&gt;&lt;span class="Heading1Char"&gt;&lt;span style="font-size:14pt;line-height:115%;"&gt;&lt;strong&gt;&lt;span style="color:#365f91;font-family:Cambria;"&gt;Mystery&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;:&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;A machine had received an advertisement that may or may not have restarted a workstation.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;text-indent:0.5in;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;The requestor had the Advertisement ID from the machine but they couldn&amp;rsquo;t locate the advertisement in the console.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;For the sake of this mystery our advertisement will be &lt;b style="mso-bidi-font-weight:normal;"&gt;MIS00042&lt;/b&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;span class="Heading3Char"&gt;&lt;strong&gt;&lt;font color="#4f81bd" face="Cambria"&gt;This mystery has two questions&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt;&lt;font face="Calibri"&gt;. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 0.5in;text-indent:-0.25in;mso-list:l0 level1 lfo1;" class="MsoListParagraphCxSpFirst"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;1.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;Where is the advertisement in the console?&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt 0.5in;text-indent:-0.25in;mso-list:l0 level1 lfo1;" class="MsoListParagraphCxSpLast"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;2.&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;Did the SMS Program restart the PC?&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="margin:10pt 0in 0pt;"&gt;&lt;span style="font-size:medium;color:#4f81bd;font-family:Cambria;"&gt;One&lt;/span&gt;&lt;/h2&gt;
&lt;p style="margin:0in 0in 10pt;text-indent:0.25in;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;Where in the console is the advertisement? &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;SMS 2003 does not have a search function like ConfigMgr 2007 however this method will work for either environment.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;There are two tables (not views) that will be helpful.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt 0.5in;text-indent:-0.25in;mso-list:l1 level1 lfo2;" class="MsoListParagraphCxSpFirst"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;Dbo.Folders&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt 0.5in;text-indent:-0.25in;mso-list:l1 level1 lfo2;" class="MsoListParagraphCxSpLast"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-size:small;"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;Dbo.FolderMembers&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;Where in the console is the advert?&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;text-indent:0.5in;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;With SMS 2003 and ConfigMgr folders have become a very useful way to organize info in the console.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;As such we will need a method to search the FolderMembers for the appropriate parent folder.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;span style="font-size:small;"&gt;SELECT&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;dbo.Folders.Name, dbo.Folders.ParentContainerNodeID&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;span style="font-size:small;"&gt;FROM&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;dbo.Folders INNER JOIN&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;dbo.FolderMembers ON dbo.FolderMembers.ContainerNodeID = dbo.Folders.ContainerNodeID&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;span style="font-size:small;"&gt;WHERE&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;(dbo.FolderMembers.InstanceKey = &amp;#39;MSI00042&amp;#39;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;span style="font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;text-indent:0.5in;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;This will return two pieces of information. The first is the &lt;b style="mso-bidi-font-weight:normal;"&gt;Name&lt;/b&gt; of the folder containing the Advertisement. The second is the &lt;/font&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;ParentContainerNodeID&lt;/span&gt;&lt;/b&gt;&lt;font face="Calibri"&gt;.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;If the &lt;/font&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;ParentContainerNodeID&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt; &lt;/span&gt;&lt;font face="Calibri"&gt;is zero then it is a top level folder.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;If the value is not zero, then you can query again basing your where statement on &lt;b style="mso-bidi-font-weight:normal;"&gt;ContainerNodeID&lt;/b&gt;.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;With the &lt;b style="mso-bidi-font-weight:normal;"&gt;Name&lt;/b&gt; of the folder your console spelunking will be much easier.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="margin:10pt 0in 0pt;"&gt;&lt;span style="font-size:medium;color:#4f81bd;font-family:Cambria;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;
&lt;h2 style="margin:10pt 0in 0pt;"&gt;&lt;span style="font-size:medium;color:#4f81bd;font-family:Cambria;"&gt;Two&lt;/span&gt;&lt;/h2&gt;
&lt;p style="margin:0in 0in 10pt;text-indent:0.5in;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;Did this advertised program cause the workstation to restart?&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;First we will assume that the package will not restart the workstation (that can be confirmed in the package run logs &amp;ndash; outside the scope of this discussion).&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Second we need to check the program flags to see if &lt;b style="mso-bidi-font-weight:normal;"&gt;SMS restarts the computer when the program has finished running&lt;/b&gt; bit is set.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;Okay, where are the ProgramFlags?&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The program flags which can be found with just the AdvertisementID in the dbo.v_AdvertisementInfo view.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;span style="font-size:small;"&gt;SELECT&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;*&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;span style="font-size:small;"&gt;FROM&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;dbo.v_AdvertisementInfo&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;span style="font-size:small;"&gt;WHERE&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;(AdvertisementID = &amp;#39;MSI00042&amp;#39;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-family:&amp;#39;Arial Narrow&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;span style="font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;You are looking for the ProgramFlags value.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;In this case it is &lt;b style="mso-bidi-font-weight:normal;"&gt;-2012175360.&lt;/b&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;h4 style="margin:10pt 0in 0pt;"&gt;&lt;em&gt;&lt;span style="color:#4f81bd;font-family:Cambria;"&gt;**********Hex, Binary and Decimal Aside*******************&lt;/span&gt;&lt;/em&gt;&lt;/h4&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;In several Microsoft program values are calculated in Hex or Binary but stored in Decimal.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;If you open up Calc.exe change it to scientific method you can type in the negative number and convert it to &lt;b style="mso-bidi-font-weight:normal;"&gt;Hex&lt;/b&gt; (Hex button is the first from the left under the numerical field)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;In this case when you change the decimal -&lt;b style="mso-bidi-font-weight:normal;"&gt;2012175360 &lt;/b&gt;to hex you get FFFFFFFF8810A400.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;You can ignore the proceeding eight F&amp;rsquo;s.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The Hex value is 8810A400.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;If you open up Calc.exe change it to scientific method you can type in the negative number and convert it to &lt;b style="mso-bidi-font-weight:normal;"&gt;Binary&lt;/b&gt; (Bin button is the fourth from the left under the numerical field)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;In this case when you change the decimal -&lt;b style="mso-bidi-font-weight:normal;"&gt;2012175360 &lt;/b&gt;to hex you get 1111111111111111111111111111111110001000000100001010010000000000.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h4 style="margin:10pt 0in 0pt;"&gt;&lt;em&gt;&lt;span style="color:#4f81bd;font-family:Cambria;"&gt;**********/Aside*******************&lt;/span&gt;&lt;/em&gt;&lt;/h4&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;Okay, that&amp;rsquo;s great so what?&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Well if you reference the SDK (see end of article for links) for SMS_Program.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;You&amp;rsquo;ll find the following Entry in Program Flags for bit 19:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;table cellpadding="0" style="margin:auto auto auto 0.5in;mso-padding-alt:0in 5.4pt 0in 5.4pt;mso-yfti-tbllook:1184;mso-cellspacing:1.5pt;" class="MsoNormalTable"&gt;

&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;bit 19 (0x00040000) &lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;SMS restarts the computer when the program has finished running.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;text-indent:0.5in;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;Notice it is both the binary Bit 19 (a one with 18 zeros after it) and the Hex value of 0X00040000.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;So those two methods above are going to be useful.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;Okay, how do I check to see if the setting is there?&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;You use the logical AND condition.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;8810A400 &amp;amp; 40000 = 0 (or false) if the value returned was 40000 that would mean it is present.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;11111111111111111111111111111111100010000001&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;i style="mso-bidi-font-style:normal;"&gt;&lt;span style="text-decoration:underline;"&gt;&lt;span style="color:red;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;0001010010000000000&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;You may notice that the 19th bit is zero or false.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;If you do bitwise comparison you&amp;rsquo;ll get a value of zero.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Note&lt;/b&gt;: You can do the bitwise AND function in Calc.exe too. (button is under the clear - top right)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Note&lt;/b&gt;: To add a value to a string, use the OR function in either programming or Calc.exe.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="margin:10pt 0in 0pt;"&gt;&lt;span style="font-size:medium;color:#4f81bd;font-family:Cambria;"&gt;Summary&lt;/span&gt;&lt;/h2&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;We were able to find the Advertisement in a folder in the console.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;We were also able to prove that the program was not set to cause SMS to restart the workstation.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="margin:10pt 0in 0pt;"&gt;&lt;span style="font-size:medium;color:#4f81bd;font-family:Cambria;"&gt;References&lt;/span&gt;&lt;/h2&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;SMS 2003 SDK 3.1&lt;/b&gt;:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=58833CD1-6DBB-45BB-BB77-163446068EF6&amp;amp;displaylang=en"&gt;&lt;span style="font-size:small;color:#800080;font-family:Calibri;"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=58833CD1-6DBB-45BB-BB77-163446068EF6&amp;amp;displaylang=en&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Configuration Manager 2007 SDK 4.0&lt;/b&gt;: &lt;/font&gt;&lt;/span&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=064A995F-EF13-4200-81AD-E3AF6218EDCC&amp;amp;displaylang=en"&gt;&lt;span style="font-size:small;color:#800080;font-family:Calibri;"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=064A995F-EF13-4200-81AD-E3AF6218EDCC&amp;amp;displaylang=en&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="font-size:small;"&gt;&lt;font face="Calibri"&gt;SMS 2003 SDK for SMS_Progam&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt 0.5in;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Data type: &lt;b&gt;uint32&lt;/b&gt;&lt;br /&gt;Access type: Read/write&lt;br /&gt;Qualifiers: &lt;b&gt;Bits&lt;/b&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt 0.5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Defines the installation characteristics of the program, such as whether this is an unattended install, the install restarts the computer, or the install runs in a minimized window. The default flags are USERCONTEXT, USEUNCPATH, and ANY_PLATFORM.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt 0.5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;When using &lt;b&gt;SMS_Program&lt;/b&gt; programmatically, ensure that no conflicting options are selected. For example, NOUSERLOGGEDIN and USERCONTEXT should not be used together.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt 0.5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;&amp;nbsp;Note&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt 1in;text-indent:-0.25in;line-height:normal;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l2 level1 lfo3;tab-stops:list .5in;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;mso-bidi-font-size:12.0pt;"&gt;&lt;span style="mso-list:Ignore;"&gt;&amp;middot;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:12pt;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Unlisted bits are either obsolete or unused by SMS. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;table cellpadding="0" style="margin:auto auto auto 0.5in;mso-padding-alt:0in 5.4pt 0in 5.4pt;mso-yfti-tbllook:1184;mso-cellspacing:1.5pt;" class="MsoNormalTable"&gt;

&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit flag&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Description&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:1;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 6 (0x00000020)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Disables MOM alerts while the program runs. Requires SMS 2003 SP1&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:2;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 7 (0x00000040)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Generates MOM alert if the program fails. Requires SMS 2003 SP1.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:3;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 8 (0x00000080)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;For Advanced Client only. If set, this program&amp;#39;s immediate dependent should always be run. &lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:4;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 9 (0x00000100)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Indicates a device program. If set, the program is not offered to desktop clients.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:5;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 10 (0x00000200)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;This program&amp;#39;s immediate dependent should always be run.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:6;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 11 (0x00000400)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;The countdown dialog is not displayed.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:7;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 12 (0x00000800)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;The command requires Add Remove Programs to be restarted&amp;mdash;for example, APASetup.exe.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:8;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 13 (0x00001000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;The command is disabled by company policy&amp;mdash;for example, no &amp;quot;Run from Network&amp;quot; support.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:9;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 14 (0x00002000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;A user must be logged on for the program to run.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:10;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 15 (0x00004000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;The program must be run as the local Administrator account.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:11;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 16 (0x00008000) &lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;The program is offered to each new user that logs on. If this bit is not set, the program is offered only to the first user that logs on.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:12;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 17 (0x00010000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;The program must be run by every user for whom it is valid. Valid only for mandatory jobs.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:13;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 18 (0x00020000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;The program is run only when no user is logged on.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:14;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;bit 19 (0x00040000) &lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;SMS restarts the computer when the program has finished running.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:15;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 20 (0x00080000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Use a UNC path (no drive letter) to access the distribution point.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:16;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 21 (0x00100000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Persists the connection to the drive specified in the &lt;b&gt;DriveLetter&lt;/b&gt; property. The USEUNCPATH bit flag must not be set.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:17;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 22 (0x00200000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Run the program as a minimized window.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:18;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 23 (0x00400000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Run the program as a maximized window.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:19;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 24 (0x00800000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Hide the program window.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:20;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 25 (0x01000000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;SMS logs off the user when the program has finished running.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:21;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 26 (0x02000000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;The program runs using the Legacy Client Software Installation. This account is used for unattended installs and requires the &lt;b&gt;UNATTENDED&lt;/b&gt; bit to be set. For information about this account, see the &lt;i&gt;Microsoft Systems Management Server&amp;nbsp;2003 Concepts, Planning, and Deployment Guide&lt;/i&gt;. You can specify this account in the SMS Administrator console or programmatically by using the &lt;a&gt;site control file&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:22;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 27 (0x04000000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;The program runs on any platform; ignore the supported operating system field. &lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:23;mso-yfti-lastrow:yes;"&gt;
&lt;td style="width:42%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Bit 28 (0x08000000)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="width:58%;background-color:transparent;border:#ece9d8;padding:0.75pt;"&gt;
&lt;p style="margin:0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-size:12pt;line-height:115%;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;"&gt;Notifies the user if the program exceeds the &lt;b&gt;Duration&lt;/b&gt; time by more than 15&amp;nbsp;minutes.&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=139888" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/ConfigMgr/default.aspx">ConfigMgr</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SQL/default.aspx">SQL</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Microsoft+System+Center+Configuration+Manager+2007/default.aspx">Microsoft System Center Configuration Manager 2007</category></item><item><title>Clearing a Client Cache and PowerShell</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2009/04/29/clearing-a-client-cache-and-powershell.aspx</link><pubDate>Wed, 29 Apr 2009 15:02:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:135624</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=135624</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2009/04/29/clearing-a-client-cache-and-powershell.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;Recently we had a bad package deployment that was precached.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Now we need to delete the bad file while excluding Office 2007 and Office 2003 files if they are present:&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;&amp;nbsp;&lt;/font&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font color="#800000"&gt;&lt;font face="Calibri" size="2"&gt;1)&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;Delete everything script from &lt;/font&gt;&lt;a href="http://www.myitforum.com/contrib/default.asp?nm=Tim%20Mintner&amp;amp;cid=7599"&gt;&lt;font face="Calibri" color="#800080" size="2"&gt;Tim Minter&lt;/font&gt;&lt;/a&gt;&lt;/b&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;&amp;nbsp;&lt;/font&gt;&lt;span style="COLOR:black;mso-themecolor:text1;"&gt;&lt;font size="2"&gt;&lt;font face="Calibri"&gt;on error resume next&lt;br /&gt;&lt;br /&gt;dim oUIResManager&lt;br /&gt;dim oCache&lt;br /&gt;dim oCacheElement&lt;br /&gt;dim oCacheElements&lt;br /&gt;&lt;br /&gt;set oUIResManager = createobject(&amp;quot;UIResource.UIResourceMgr&amp;quot;)&lt;br /&gt;&lt;br /&gt;if oUIResManager is nothing then&lt;br /&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;wscript.echo &amp;quot;Couldn&amp;#39;t create Resource Manager - quitting&amp;quot;&lt;br /&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;wscript.quit&lt;br /&gt;end if&lt;br /&gt;&lt;br /&gt;set oCache=oUIResManager.GetCacheInfo()&lt;br /&gt;&lt;br /&gt;if oCache is nothing then&lt;br /&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;set oUIResManager=nothing&lt;br /&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;wscript.echo &amp;quot;Couldn&amp;#39;t get cache info - quitting&amp;quot;&lt;br /&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;wscript.quit&lt;br /&gt;end if&lt;br /&gt;&lt;br /&gt;set oCacheElements=oCache.GetCacheElements&lt;br /&gt;&lt;br /&gt;for each oCacheElement in oCacheElements&lt;br /&gt;&lt;span style="mso-tab-count:1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;oCache.DeleteCacheElement(oCacheElement.CacheElementID)&lt;br /&gt;next&lt;br /&gt;&lt;br /&gt;set oCacheElements=nothing&lt;br /&gt;set oUIResManager=nothing&lt;br /&gt;set oCache=nothing&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoListParagraph" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;font color="#800000"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="2"&gt;2)&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="2"&gt;Delete a specific object&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level2 lfo1;"&gt;&lt;font color="#800000"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="2"&gt;a.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="2"&gt;This would require a modification of the script above to delete the correct package ID.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level2 lfo1;"&gt;&lt;font color="#800000"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="2"&gt;b.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri"&gt;&lt;font size="2"&gt;Add input of package ID to exclude.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Add test in the &lt;i style="mso-bidi-font-style:normal;"&gt;for each&lt;/i&gt;&lt;/font&gt;&lt;font size="2"&gt; section to exclude that packageid that matched the ContentID&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;For fun here is how you would list the cache in &lt;/font&gt;&lt;a href="http://myitforum.com/cs2/blogs/scassells/archive/2008/05/20/powershell-sms-2003-configmgr-2007-scripting.aspx"&gt;&lt;font face="Calibri" color="#800080" size="2"&gt;powershell&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font size="2"&gt;&lt;font color="#800000"&gt;&lt;font face="Calibri"&gt;((New-Object -comobject UIResource.UIResourceMgr).getcacheInfo()).GetCacheElements()&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;A background on the automation of the client cache : &lt;/font&gt;&lt;a href="http://support.microsoft.com/kb/839513"&gt;&lt;font face="Calibri" color="#800080" size="2"&gt;http://support.microsoft.com/kb/839513&lt;/font&gt;&lt;/a&gt;&lt;font face="Calibri" color="#800000" size="2"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="2"&gt;&lt;font color="#800000"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Translation&lt;/b&gt;:&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;When a package is downloaded to the advanced client cache the client agent places a lock on the package and the lock is not removed until a day later (24 hours) after the program is executed or a month (30 Days) if the package has not be executed. When the lock is removed from the package a day or a month later depending in the circumstance it cannot be re-locked until it is removed from the client cache and downloaded again. &lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;When your packages need to be downloaded locally to the advanced client and the cache is full or lacks sufficient free space to accommodate the download the client will enumerate the packages in the cache if any exist and attempt to determine if the existing packages in the cache have already executed and the allotted 24 hours has not yet passed. If it finds packages where this is the case the agent then deletes them to allow more free space and then attempts to download the package again. On the second attempt to download the package if there is now sufficient free space remaining the package is downloaded to be executed. &lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" color="#800000" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font color="#800000"&gt;&lt;font size="2"&gt;&lt;font face="Calibri"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;SCCM&lt;/b&gt;: &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb892803.aspx"&gt;&lt;font face="Calibri" color="#800080" size="2"&gt;http://technet.microsoft.com/en-us/library/bb892803.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=135624" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Microsoft+Office+System+2007/default.aspx">Microsoft Office System 2007</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003+Scripting/default.aspx">SMS 2003 Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/ConfigMgr/default.aspx">ConfigMgr</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Visual+Basic/default.aspx">Visual Basic</category></item><item><title>SMS 2003 Client Health Startup Script v4.19</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2009/04/14/sms-2003-client-health-startup-script-v4-19.aspx</link><pubDate>Tue, 14 Apr 2009 19:21:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:134558</guid><dc:creator>scassells</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=134558</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2009/04/14/sms-2003-client-health-startup-script-v4-19.aspx#comments</comments><description>&lt;p&gt;A few bug fixes.&lt;/p&gt;
&lt;p&gt;Thanks very much to &lt;strong&gt;Hector Cortez:&lt;/strong&gt; &lt;a href="http://myitforum.com/cs2/blogs/hcortez/default.aspx"&gt;http://myitforum.com/cs2/blogs/hcortez/default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Version 4.19: &lt;/strong&gt;&lt;a href="http://myitforum.com/cs2/blogs/scassells/Public_SMS_CLIFIX_4.19.vbs.txt"&gt;http://myitforum.com/cs2/blogs/scassells/Public_SMS_CLIFIX_4.19.vbs.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Orginal Article&lt;/strong&gt;: &lt;a href="http://myitforum.com/cs2/blogs/scassells/archive/2009/01/28/sms-2003-client-health-startup-script-v4-18.aspx"&gt;http://myitforum.com/cs2/blogs/scassells/archive/2009/01/28/sms-2003-client-health-startup-script-v4-18.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=134558" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003+Scripting/default.aspx">SMS 2003 Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Windows+XP/default.aspx">Windows XP</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/MOF/default.aspx">MOF</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Vista/default.aspx">Vista</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/ConfigMgr/default.aspx">ConfigMgr</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Visual+Basic/default.aspx">Visual Basic</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/WMI/default.aspx">WMI</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/CIM+Studio/default.aspx">CIM Studio</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SQL/default.aspx">SQL</category></item><item><title>Windows Update Agent – SMS 2003 SP2 or SP3 - Reporting</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2009/03/02/windows-update-agent-sms-2003-sp2-or-sp3-reporting.aspx</link><pubDate>Mon, 02 Mar 2009 20:52:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:131942</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=131942</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2009/03/02/windows-update-agent-sms-2003-sp2-or-sp3-reporting.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;The Windows Update Agent (WUA) has a lot of versions floating around.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The newest is&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font face="Times New Roman" size="3"&gt;WUA 3.0 version 7.2.6001.788&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Who ever came up with this naming standard needs to have their head examined.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Is it 3.0 or 7.2?&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Yes!?!?!&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Several Key reasons to upgrade namely:&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;a href="http://support.microsoft.com/kb/916089"&gt;&lt;font face="Times New Roman" color="#606420" size="3"&gt;http://support.microsoft.com/kb/916089&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;&lt;a href="http://support.microsoft.com/kb/927891"&gt;http://support.microsoft.com/kb/927891&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Okay cool.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;I also notice that in the SMS_Def.mof there is a class to track WUA version.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Except that it does not work.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The fix is here: &lt;span style="mso-spacerun:yes;"&gt;&lt;a href="http://support.microsoft.com/kb/940182"&gt;http://support.microsoft.com/kb/940182&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="COLOR:red;"&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="COLOR:red;"&gt;!!!Warning!!!&lt;/span&gt;&lt;/b&gt; There is a typo in the fix.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;At the end of step 4 there is a curly brace semicolon - &lt;b style="mso-bidi-font-weight:normal;"&gt;}; -&lt;/b&gt; missing.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Good news, you don’t have to do the fix if you have Software Inventory (SINV) running in at least the default settings.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;SINV default settings include tracking all *.exe files.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;This means you can query on the WUAuclt.exe file name.&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Try this query: (watch out for word wrap)&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;span style="COLOR:green;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;SELECT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbo.vSMS_G_System_SoftwareFile.FileName, dbo.vSMS_G_System_SoftwareFile.FileDescription, dbo.vSMS_G_System_SoftwareFile.FileVersion, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbo.vSMS_G_System_SoftwareFile.FileSize, dbo.vSMS_G_System_SoftwareFile.ModifiedDate, dbo.vSMS_G_System_SoftwareFile.FilePath, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbo.vSMS_G_System_SoftwareFile.FileModifiedDate, dbo.v_R_System.Name0, dbo.v_R_System.User_Domain0, dbo.v_R_System.User_Name0&lt;br /&gt;FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbo.vSMS_G_System_SoftwareFile INNER JOIN&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbo.v_R_System ON dbo.vSMS_G_System_SoftwareFile.ClientId = dbo.v_R_System.ResourceID&lt;br /&gt;WHERE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (dbo.vSMS_G_System_SoftwareFile.FileName IN (&amp;#39;wuauclt.exe&amp;#39;, &amp;#39;wuauclt1.exe&amp;#39;)) AND &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (dbo.vSMS_G_System_SoftwareFile.FilePath = &amp;#39;c:\windows\system32\&amp;#39;)&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p&gt;&lt;strong&gt;Update for SMS 2003 &lt;/strong&gt;- SP3 from MeenEnta&lt;/p&gt;
&lt;p&gt;SELECT dbo.v_GS_SoftwareFile.FileName, dbo.v_GS_SoftwareFile.FileDescription, &lt;br /&gt;dbo.v_GS_SoftwareFile.FileVersion, &lt;br /&gt;dbo.v_GS_SoftwareFile.FileSize, &lt;br /&gt;dbo.v_GS_SoftwareFile.ModifiedDate, &lt;br /&gt;dbo.v_GS_SoftwareFile.FilePath, &lt;br /&gt;dbo.v_R_System.Name0, &lt;br /&gt;dbo.v_R_System.User_Domain0, dbo.v_R_System.User_Name0&lt;br /&gt;FROM dbo.v_GS_SoftwareFile INNER JOIN dbo.v_R_System ON dbo.v_GS_SoftwareFile.ResourceID = dbo.v_R_System.ResourceID&lt;br /&gt;WHERE (dbo.v_GS_SoftwareFile.FileName IN (&amp;#39;wuauclt.exe&amp;#39;)) AND (dbo.v_GS_SoftwareFile.FilePath = &amp;#39;c:\windows\system32\&amp;#39;)&lt;br /&gt;Order by dbo.v_GS_SoftwareFile.FileVersion, dbo.v_R_System.Name0&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Another WMI QUery&lt;/strong&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;"&gt;&lt;font face="Calibri"&gt;select *&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;from&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId &lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;"&gt;&lt;font face="Calibri"&gt;where SMS_R_System.OperatingSystemNameandVersion = &amp;quot;Microsoft Windows NT Workstation 5.1&amp;quot; &lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;"&gt;&lt;font face="Calibri"&gt;and SMS_G_System_SoftwareFile.FileName = &amp;quot;wuauclt.exe&amp;quot; &lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;"&gt;&lt;font face="Calibri"&gt;and SMS_G_System_SoftwareFile.FilePath = &amp;quot;C:\\windows\\system32\\&amp;quot; &lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;"&gt;&lt;font face="Calibri"&gt;and SMS_G_System_SoftwareFile.FileVersion &amp;lt; &amp;quot;7.2.6001.788&amp;quot;&lt;/font&gt;&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=131942" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/MOF/default.aspx">MOF</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/WSUS/default.aspx">WSUS</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SQL/default.aspx">SQL</category></item><item><title>SMS 2003 Client Health Startup Script v4.18</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2009/01/28/sms-2003-client-health-startup-script-v4-18.aspx</link><pubDate>Wed, 28 Jan 2009 20:35:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:128835</guid><dc:creator>scassells</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=128835</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2009/01/28/sms-2003-client-health-startup-script-v4-18.aspx#comments</comments><description>&lt;p&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;Script updated:&amp;nbsp; &lt;a href="http://myitforum.com/cs2/blogs/scassells/archive/2009/04/14/sms-2003-client-health-startup-script-v4-19.aspx"&gt;http://myitforum.com/cs2/blogs/scassells/archive/2009/04/14/sms-2003-client-health-startup-script-v4-19.aspx&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;Below is a listing of features in a reworked version of Dudeworks (Thanks Rob and Brian), 1E, et al. (see bottom for longer list) start up scripts.&amp;nbsp; I recently became aware of Chris Stauffers Client Health Checker v1.2.&amp;nbsp;&amp;nbsp; My script focuses on workstation health, Chris’ focuses on SMS health.&amp;nbsp; It is my hope in 2009 to combine these two if it seems intelligent to do.&amp;nbsp; Hopefully we can have this all together in early 2009.&amp;nbsp; Be great to present and then for everyone to tear apart at MMS... anything is possible.&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:red;FONT-FAMILY:Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:red;FONT-FAMILY:Arial;"&gt;Reminder&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;COLOR:red;FONT-FAMILY:Arial;"&gt;: this is not finalized&lt;b style="mso-bidi-font-weight:normal;"&gt;.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; It takes a community.&amp;nbsp;&lt;/span&gt;&lt;/b&gt;Please feel free to post updates in the forums.&lt;/span&gt; 
&lt;h2 style="MARGIN:12pt 0in 3pt;"&gt;&lt;em&gt;Overview&lt;/em&gt;&lt;/h2&gt;&lt;span style="COLOR:black;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Workstation Client Health maintenance is a continuous process that must be maintained.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The following document gives an overview on how to fix several common workstation issues.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:black;FONT-FAMILY:Arial;"&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; 
&lt;h3 style="MARGIN:auto 0in;"&gt;&lt;a class="" title="_CliFix_GPO_startup" name="_CliFix_GPO_startup"&gt;&lt;/a&gt;&lt;font face="Times New Roman"&gt;CliFix GPO startup script&lt;/font&gt;&lt;/h3&gt;&lt;span style="COLOR:black;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;In an effort to reduce the amount of common workstation issues I have developed a script to check and change the following common issues.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;This script is to be run via GPO startup scripts.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;This requires the script to work as the system account and have intranet connectivity.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Both are accomplished by running as a GPO.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:black;"&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="COLOR:black;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Script Requirements&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt; 
&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l5 level1 lfo1;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Script must be in a location where the computers system account has access.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Usually on your domain controller ex. \\FQDNDomain\sysvol\ FQDNDomain\&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l5 level1 lfo1;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;sc.exe must be present for full successful run.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l5 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Either in the run path&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l5 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;system32&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l5 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;system32\DLLCache&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l5 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Note&lt;/b&gt;: there are multiple versions floating around in the average environment&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l5 level1 lfo1;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;regsvr32.exe needs to be present &lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l5 level1 lfo1;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;%systemroot%\system32 needs to be in system path&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="COLOR:black;"&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; 
&lt;h3 style="MARGIN:auto 0in;"&gt;&lt;font face="Times New Roman"&gt;Script Settings&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;All, unless I missed some, sections of the script can be turned on and off in the top of the script.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Please review the script as some features will fail without modification.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Please Review the following &lt;b style="mso-bidi-font-weight:normal;"&gt;CONFIG SETTINGS&lt;/b&gt; Variables:&lt;/font&gt;&lt;/p&gt;
&lt;ul style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo5;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;SMSVersion&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo5;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;ConfigMgrVersion&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo5;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;WKS_ASSIGNSITECODE&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo5;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;WKS_CacheSize&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo5;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;WKS_LocalAdminGroup&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo5;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;WKS_admACCT&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo5;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;RegPath&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo5;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;strWebAddress&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo5;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;StrCCRServer&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo5;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;strCCRSiteCode&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo5;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;CCMSetUP&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;h3 style="MARGIN:auto 0in;"&gt;&lt;span style="COLOR:black;"&gt;&lt;font face="Times New Roman"&gt;What the Script Does&lt;/font&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Checks to make sure the script has not run in X many hours.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Example if X = 12 the script will not run again until at least 12 hours after the last occurrence.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;This will prevent a slow down on multiple reboots.&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Sets DCOM permissions to be correct for SMS / SCCM configuration&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Checks to make sure System Path has the 3 required windows paths enabled. (does NOT use WMI or require a restart to change values)&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;C:\windows&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;C:\windows\sysetm32&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;C:\windows\system32\wbem&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Also removes %systemroot% from path replacing it with correct full path value&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;If one of the 3 paths is missing, it will parse the full path removing duplicates and adding a,b,or c to the beginning of the path statement leaving all else unchanged.&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Check to see if sc.exe exists in the run from directory and if not in the system32 directory&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Checks to see if this script is run on a workstation or server.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;If a server kills the script&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Checks to make sure the correct local admin group is present (value is set in header of script)&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Checks WMI service to see if it is set to auto and running.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;If not executes sc.exe to start the service.&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Attempts to connect to WMI object&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;If the WMI object connect fails&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Attempt to do a repair (if no previous status is present in the registry and approved via script switches)&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Attempt to do a rebuild (if ‘repair’ status is present in the registry and approved via script switches)&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;If both the above have failed then do nothing and report major error&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Checks to see if Admin$ is present, if not forces existence via WMI&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Checks to see if msxml3.dll is registered, if not forces existence via WSH&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Checks to see if Qmgr.dll and qmgrprxy.dll are registered, if not forces existence via WSH&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Checks to see if OLEAut32.dll is registered, if not forces existence via WSH&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Checks to make sure the following services are set to appropriate Status and Mode&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;RPC&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;WMI&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Firewall/ICS&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Server Service&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Remote Registry&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;BITS&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Windows Update Services&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Terminal Services&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Windows Installer&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Note&lt;/b&gt;: You may want to review the settings for your environment on each of these services.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;All of the above services are set to default and either Manual or Automatic.&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Check the SMS version&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Checks the CCMExec service&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;If SMS is not correct version can be forced to do an install&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Needs Review&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;If the all of the above test passed without issue you have a healthy workstation.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The following two checks are for SMS.&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Check log file last update time.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;If the PolicyEvaluator.log file has not been modified in past 14 days do a repair of the client.&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Check client assignment.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;If no assignment set new site code based on AD boundaries in which the client is present.&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level3 lfo2;tab-stops:list 1.5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Note&lt;/b&gt;: Some people may want to disable this as it relies on AD&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level1 lfo2;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;If any fixes above had to be preformed&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Check the advanced client state.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Which client policies have enabled.&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Check the cache size&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Send a Client Configuration Request (CCR) to have client installed&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l1 level2 lfo2;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Run CCMSetup from the install share on the server.&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;span style="COLOR:black;"&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:black;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Note during this script several forms of reporting, logging, and information submitting have been preformed.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The standard methods of reporting are:&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;
&lt;ul style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l2 level1 lfo3;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Event log&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l2 level1 lfo3;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Log file in the %temp% directory for the account used to run&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ul style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l2 level2 lfo3;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;GPO = C:\windows\temp&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l2 level1 lfo3;tab-stops:list .5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Reporting to a website that submits client status to a SQL table. &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ul style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:black;mso-list:l2 level2 lfo3;tab-stops:list 1.0in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Future WebPost on how to do this&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;span style="COLOR:black;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Other verbose methods include:&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:black;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="COLOR:black;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Two levels of command line reporting&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:black;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Courier New&amp;#39;;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;o&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="COLOR:black;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Log to Command line&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:black;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Courier New&amp;#39;;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;o&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="COLOR:black;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Verbose to command line&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:black;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="COLOR:black;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;network share copy&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt; 
&lt;h2 style="MARGIN:12pt 0in 3pt;"&gt;&lt;em&gt;Future Additions:&lt;/em&gt;&lt;/h2&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Area&amp;#39;s that need improvement&lt;/font&gt;&lt;/p&gt;
&lt;ul style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l3 level1 lfo6;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;Checking the SMS Client&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l3 level1 lfo6;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;Install methods for SMS/ConfigMgr Client&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l3 level1 lfo6;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;ConfigMgr 2007 specific changes&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l3 level1 lfo6;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;WMI fixing / integration with WMIDiag.vbs &lt;/font&gt;&lt;/li&gt;
&lt;ul style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l3 level2 lfo6;tab-stops:list 1.0in;"&gt;&lt;a href="http://www.microsoft.com/technet/scriptcenter/topics/help/wmidiag.mspx"&gt;&lt;font face="Times New Roman" color="#606420" size="3"&gt;http://www.microsoft.com/technet/scriptcenter/topics/help/wmidiag.mspx&lt;/font&gt;&lt;/a&gt;&lt;span style="mso-tab-count:1;"&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l3 level1 lfo6;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;BITS Checking - Correct security&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l3 level1 lfo6;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman" size="3"&gt;BITS version correct&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;span class="Heading2Char"&gt;&lt;span style="FONT-SIZE:14pt;"&gt;&lt;strong&gt;&lt;em&gt;References&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;:&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;MyITForum Forum&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;: &lt;a href="http://www.myitforum.com/forums/tm.asp?m=107044"&gt;&lt;font color="#606420"&gt;http://www.myitforum.com/forums/tm.asp?m=107044&lt;/font&gt;&lt;/a&gt; &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;1E&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;: &lt;a href="http://www.1e.com/"&gt;www.1e.com&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;Chris Stauffers&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt; soon to be reviewed: &lt;a href="http://myitforum.com/cs2/blogs/cstauffer/archive/2008/06/13/client-health-check-script-and-scheduled-task-version-1-1-release.aspx"&gt;http://myitforum.com/cs2/blogs/cstauffer/archive/2008/06/13/client-health-check-script-and-scheduled-task-version-1-1-release.aspx&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;Brian Mason&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;: Original Author of CliFix &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;Rob Olson&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;: Original Author of CliFix at &lt;a href="http://www.dudeworks.com/"&gt;www.dudeworks.com&lt;/a&gt; &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;Greg Ramsey: &lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;&lt;a href="http://myitforum.com/cs2/blogs/gramsey/"&gt;http://myitforum.com/cs2/blogs/gramsey/&lt;/a&gt; &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;Steve Pruitt&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;: &lt;a href="http://myitforum.com/cs2/blogs/spruitt/"&gt;http://myitforum.com/cs2/blogs/spruitt/&lt;/a&gt; &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:Arial;"&gt;And the &lt;b style="mso-bidi-font-weight:normal;"&gt;MSSMS&lt;/b&gt; list &lt;a href="http://www.myitforum.com/"&gt;http://www.myitforum.com&lt;/a&gt; &lt;/span&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Script&lt;/b&gt; v4.18: REMOVED.&amp;nbsp; v4.19&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;a href="http://myitforum.com/cs2/blogs/scassells/archive/2009/04/14/sms-2003-client-health-startup-script-v4-19.aspx"&gt;http://myitforum.com/cs2/blogs/scassells/archive/2009/04/14/sms-2003-client-health-startup-script-v4-19.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-spacerun:yes;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-spacerun:yes;"&gt;hopefully it will be up on &amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;a href="http://www.dudeworks.com/"&gt;&lt;font face="Times New Roman" size="3"&gt;www.dudeworks.com&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman" size="3"&gt; soon&lt;/font&gt;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=128835" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003+Scripting/default.aspx">SMS 2003 Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Windows+XP/default.aspx">Windows XP</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/MOF/default.aspx">MOF</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/MMS/default.aspx">MMS</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/ConfigMgr/default.aspx">ConfigMgr</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Visual+Basic/default.aspx">Visual Basic</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/WMI/default.aspx">WMI</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/CIM+Studio/default.aspx">CIM Studio</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/x64/default.aspx">x64</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SQL/default.aspx">SQL</category></item><item><title>Query: HINV older than 15 days</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2009/01/20/query-hinv-older-than-15-days.aspx</link><pubDate>Tue, 20 Jan 2009 14:32:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:128031</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=128031</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2009/01/20/query-hinv-older-than-15-days.aspx#comments</comments><description>&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;SELECT&lt;/font&gt;&lt;font size="2"&gt; dbo&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;v_R_System&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;Name0&lt;/font&gt;&lt;font color="#808080" size="2"&gt;,&lt;/font&gt;&lt;font size="2"&gt; dbo&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;v_GS_WORKSTATION_STATUS&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;LastHWScan&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;FROM&lt;/font&gt;&lt;font size="2"&gt; dbo&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;v_GS_WORKSTATION_STATUS &lt;/p&gt;&lt;/font&gt;&lt;font color="#808080" size="2"&gt;
&lt;p&gt;INNER&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#808080" size="2"&gt;JOIN&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;dbo&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;v_R_System &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;ON&lt;/font&gt;&lt;font size="2"&gt; dbo&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;v_GS_WORKSTATION_STATUS&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;ResourceID &lt;/font&gt;&lt;font color="#808080" size="2"&gt;=&lt;/font&gt;&lt;font size="2"&gt; dbo&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;v_R_System&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;ResourceID&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;where&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff00ff" size="2"&gt;datediff&lt;/font&gt;&lt;font color="#808080" size="2"&gt;(&lt;/font&gt;&lt;font color="#ff00ff" size="2"&gt;day&lt;/font&gt;&lt;font color="#808080" size="2"&gt;,&lt;/font&gt;&lt;font size="2"&gt; dbo&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;v_GS_WORKSTATION_STATUS&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;/font&gt;&lt;font size="2"&gt;LastHWScan&lt;/font&gt;&lt;font color="#808080" size="2"&gt;,&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff00ff" size="2"&gt;getdate&lt;/font&gt;&lt;font color="#808080" size="2"&gt;())&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#808080" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;font size="2"&gt; 15&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=128031" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003+Scripting/default.aspx">SMS 2003 Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/ConfigMgr/default.aspx">ConfigMgr</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SQL/default.aspx">SQL</category></item><item><title>Software Install Review via the Add Remove Table</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2009/01/06/software-install-review-via-the-add-remove-table.aspx</link><pubDate>Tue, 06 Jan 2009 22:12:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:126638</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=126638</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2009/01/06/software-install-review-via-the-add-remove-table.aspx#comments</comments><description>&lt;p&gt;Software Install Review for Add Remove Table&lt;/p&gt;
&lt;p&gt;I was reading Joe Funk’s Blog Post SMS Reports - Software Install Review.&lt;/p&gt;
&lt;p&gt;I noticed he was using the v_GS_INSTALLED_SOFTWARE table which is included with Asset Intelligence features or ConfigMgr 2007.&amp;nbsp; For those of us who do not have access to that information or for those whose information is not populating.&amp;nbsp; I made a couple of changes so these reports can be run against the v_HS_ADD_REMOVE_PROGRAMS and v_GS_ADD_REMOVE_PROGRAMS tables&lt;/p&gt;
&lt;p&gt;As always be aware of line wrap&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1 – Installdate0 Field&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;First thing I noticed is that in the v_GS_ADD_REMOVE_PROGRAMS table is that the values of InstallDate0 are the Wild West, from null to every format possible to convey some value.&lt;/p&gt;
&lt;p&gt;Take a look at your own with this query:&lt;/p&gt;
&lt;p&gt;SELECT DISTINCT InstallDate0&lt;br /&gt;FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbo.v_GS_ADD_REMOVE_PROGRAMS&lt;/p&gt;
&lt;p&gt;Example output:&lt;/p&gt;
&lt;p&gt;20071011&lt;br /&gt;4/11/2008&lt;br /&gt;Tue Sep 23 08:09:58 PDT 2008&lt;br /&gt;20080108&lt;br /&gt;20060510&lt;br /&gt;2006-10-30 14:30:53&lt;br /&gt;12-5-2006&lt;br /&gt;1/7/2008&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 2 – Filter out invalid dates&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Used the following SQL code to only work with those with valid date times&lt;/p&gt;
&lt;p&gt;((CASE ISDATE(INST.InstallDate0) WHEN 1 THEN CAST(INST.InstallDate0 AS DateTime) ELSE NULL END)&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 3 – Modify the Queries&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Software Install review - Count, per application, of every install over past X days&lt;br /&gt;&amp;#39;Currently Installed - This report contains only records for software that was installed (and remains installed) within the review period&amp;nbsp; still installed when the SMS client last checked&amp;#39;&lt;/p&gt;
&lt;p&gt;Declare @days INT;&lt;br /&gt;Set @days = 4;&lt;/p&gt;
&lt;p&gt;SELECT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INST.DisplayName0 AS Product, COUNT(*) AS Count, @days AS &amp;#39;Scope of software install review (days)&amp;#39;&lt;br /&gt;FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbo.v_GS_ADD_REMOVE_PROGRAMS AS INST INNER JOIN&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbo.v_R_System AS SYS ON SYS.ResourceID = INST.ResourceID&lt;br /&gt;WHERE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((CASE ISDATE(INST.InstallDate0) WHEN 1 THEN CAST(INST.InstallDate0 AS DateTime) ELSE NULL END) &amp;gt;= DATEADD(dd, - CONVERT(INT, @days), &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CURRENT_TIMESTAMP))&lt;br /&gt;GROUP BY INST.DisplayName0&lt;br /&gt;ORDER BY COUNT DESC, INST.DisplayName0&lt;/p&gt;
&lt;p&gt;&amp;#39;Historical - Uninstalled/Reinstalled - This report contains records of software that was installed within the review period but was since uninstalled or reinstalled&amp;#39;&lt;/p&gt;
&lt;p&gt;Declare @days INT;&lt;br /&gt;Set @days = 4;&lt;/p&gt;
&lt;p&gt;SELECT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INSTHist.DisplayName0 AS Product, COUNT(*) AS Count, @days AS &amp;#39;Scope of software install review (days)&amp;#39;&lt;br /&gt;FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbo.v_HS_ADD_REMOVE_PROGRAMS AS INSTHist INNER JOIN&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbo.v_R_System AS SYS ON SYS.ResourceID = INSTHist.ResourceID&lt;br /&gt;WHERE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((CASE ISDATE(INSTHist.InstallDate0) WHEN 1 THEN CAST(INSTHist.InstallDate0 AS DateTime) ELSE NULL END) &amp;gt;= DATEADD(dd, - CONVERT(INT, @days), &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CURRENT_TIMESTAMP))&lt;br /&gt;GROUP BY INSTHist.DisplayName0&lt;br /&gt;ORDER BY COUNT DESC, INSTHist.DisplayName0&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Next steps are to work on the values I ignored as well as values with a NULL install date.&lt;br /&gt;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=126638" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003+Scripting/default.aspx">SMS 2003 Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/ConfigMgr/default.aspx">ConfigMgr</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SQL/default.aspx">SQL</category></item><item><title>PowerShell: WMI WQL Queries – made easy for remote WMI especially for SMS 2003 or ConfigMgr 2007</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2008/10/01/powershell-wmi-wql-queries-made-easy-for-remote-wmi-especially-for-sms-2003-or-configmgr-2007.aspx</link><pubDate>Wed, 01 Oct 2008 19:43:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:122844</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=122844</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2008/10/01/powershell-wmi-wql-queries-made-easy-for-remote-wmi-especially-for-sms-2003-or-configmgr-2007.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Once upon a time to do a WMI query you had to use one of the following:&lt;/font&gt;&lt;/p&gt;
&lt;ul style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;WMIC &lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/li&gt;
&lt;ul style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;font face="Times New Roman" size="3"&gt;Cumbersome&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;font face="Times New Roman" size="3"&gt;Must be an administrator&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;WBEMTEST&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/li&gt;
&lt;ul style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;font face="Times New Roman" size="3"&gt;Make the popup windows stop&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;CIM Studio&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/li&gt;
&lt;ul style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;font face="Times New Roman" size="3"&gt;Why doesn’t this save my query?&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=6430F853-1120-48DB-8CC5-F2ABDC3ED314&amp;amp;displaylang=en"&gt;&lt;font face="Times New Roman" color="#800080" size="3"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=6430F853-1120-48DB-8CC5-F2ABDC3ED314&amp;amp;displaylang=en&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman" size="3"&gt; &lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Now we have PowerShell.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;PowerShell allows a lot of formatting, but check out how easy it is to query WMI:&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Note&lt;/b&gt;: Crtl+C breaks a query in PowerShell&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;1) Create the Query Object&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$q = New-Object System.Management.ObjectQuery&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;2) Enter your Query&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$q.QueryString = &amp;quot;Select * from Win32_MemoryDevice&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;3) Create your searcher and pass the query&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$s = New-Object System.Management.ManagementObjectSearcher($q)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;4) Set your WMI Path &lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$s.Scope.Path = &amp;quot;\root\CIMv2&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Note&lt;/b&gt;: the proceeding slash for local machines&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;5) Run the query!&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$s.Get()&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;Grab some useful info&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$s.Get() | select Caption, EndingAddress&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;table class="MsoTableGrid" style="BORDER-RIGHT:medium none;BORDER-TOP:medium none;BORDER-LEFT:medium none;BORDER-BOTTOM:medium none;BORDER-COLLAPSE:collapse;mso-border-alt:solid windowtext .5pt;mso-yfti-tbllook:480;mso-padding-alt:0in 5.4pt 0in 5.4pt;mso-border-insideh:.5pt solid windowtext;mso-border-insidev:.5pt solid windowtext;" cellspacing="0" cellpadding="0" class="MsoTableGrid"&gt;

&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:windowtext 1pt solid;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;"&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font face="Times New Roman"&gt;Caption&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:windowtext 1pt solid;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font face="Times New Roman"&gt;EndingAddress&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:1;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;font face="Times New Roman"&gt;Memory Device&lt;/font&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;font face="Times New Roman"&gt;2097151&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:2;mso-yfti-lastrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;font face="Times New Roman"&gt;Memory Device&lt;/font&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;font face="Times New Roman"&gt;2097151&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Now lets do that again for a SMS 2003 or ConfigMgr 2007 WQL query!&lt;/font&gt;&lt;/p&gt;
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;1) Create the Query Object&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$q = New-Object System.Management.ObjectQuery&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;2) Enter your Query&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$q.QueryString = &amp;quot;Select * from SMS_R_System&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;3) Create your searcher and pass the query&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$s = New-Object System.Management.ManagementObjectSearcher($q)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;4) Set your WMI Path &lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$s.Scope.Path = &amp;quot;\\ServerName\root\sms\site_SiteCode&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;TEXT-INDENT:0.5in;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Note&lt;/b&gt;: the remote machine name.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;This is how you query remote workstations or server via WMI and PowerShell&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;5) Run the query!&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$s.Get()&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;Grab some useful info&lt;/h3&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$s.Get() | Select Name, ClientVersion, OperatingSystemNameandVersion&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Tip&lt;/b&gt;: this can potentially return a ton of information.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;You can reduce the returns by the following. &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;1 | foreach {$s.get()} | select name, resourceID&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Source&lt;/b&gt;: &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&amp;quot;/\/\o\/\/ [MVP]&amp;quot; &lt;/span&gt;&lt;a href="http://groups.google.nl/group/microsoft.public.windows.server.scripting/browse_thread/thread/7c0e03c992d507ac/2d8706e707d27965?lnk=st&amp;amp;q=get-content+of+large+files.&amp;amp;rnum=1&amp;amp;hl=en#2d8706e707d27965"&gt;&lt;font face="Times New Roman" size="3"&gt;http://groups.google.nl/group/microsoft.public.windows.server.scripting/browse_thread/thread/7c0e03c992d507ac/2d8706e707d27965?lnk=st&amp;amp;q=get-content+of+large+files.&amp;amp;rnum=1&amp;amp;hl=en#2d8706e707d27965&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman" size="3"&gt; &lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span class="Heading3Char"&gt;&lt;span style="FONT-SIZE:13pt;"&gt;&lt;strong&gt;Summary&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;:&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Doing a WQL query via PowerShell is very easy assuming you have the rights to read the WMI.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=122844" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/ConfigMgr/default.aspx">ConfigMgr</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/WMI/default.aspx">WMI</category></item><item><title>PowerShell: How do I trigger SMS 2003 Inventory Actions?</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2008/10/01/powershell-how-do-i-trigger-sms-2003-inventory-actions.aspx</link><pubDate>Wed, 01 Oct 2008 19:07:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:122839</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=122839</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2008/10/01/powershell-how-do-i-trigger-sms-2003-inventory-actions.aspx#comments</comments><description>&lt;font face="Times New Roman" size="3"&gt;The following is a continuation of: &lt;/font&gt;&lt;a href="http://myitforum.com/cs2/blogs/scassells/archive/2008/05/20/powershell-sms-2003-configmgr-2007-scripting.aspx"&gt;&lt;font face="Times New Roman" color="#800080" size="3"&gt;http://myitforum.com/cs2/blogs/scassells/archive/2008/05/20/powershell-sms-2003-configmgr-2007-scripting.aspx&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;h2 style="MARGIN:12pt 0in 3pt;"&gt;&lt;span class="Heading1Char"&gt;&lt;span style="FONT-SIZE:16pt;"&gt;&lt;em&gt;COM object for the SMS 2003 control panel API&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font size="3"&gt;&lt;span style="BACKGROUND:silver;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-highlight:silver;"&gt;$a = New-Object -comobject cpapplet.cpappletmgr&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;font size="3"&gt;Expose the member variables via Get-Member or GM &lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;span style="BACKGROUND:silver;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-highlight:silver;"&gt;$a | gm&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; 
&lt;table class="MsoTableGrid" style="BORDER-RIGHT:medium none;BORDER-TOP:medium none;BORDER-LEFT:medium none;BORDER-BOTTOM:medium none;BORDER-COLLAPSE:collapse;mso-border-alt:solid windowtext .5pt;mso-yfti-tbllook:480;mso-padding-alt:0in 5.4pt 0in 5.4pt;mso-border-insideh:.5pt solid windowtext;mso-border-insidev:.5pt solid windowtext;" cellspacing="0" cellpadding="0" class="MsoTableGrid"&gt;

&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:windowtext 1pt solid;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:113.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;Name&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:windowtext 1pt solid;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:1.25in;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;MemberType&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:windowtext 1pt solid;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;Definition&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:1;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:113.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;GetClientActions&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:1.25in;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Method &lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;IClientActions GetClientActions ()&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:2;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:113.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;GetClientComponents&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:1.25in;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Method &lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;IClientComponents GetClientComponents ()&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:3;mso-yfti-lastrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:113.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;GetClientProperties&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:1.25in;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Method &lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;IClientProperties GetClientProperties ()&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;span style="BACKGROUND:silver;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-highlight:silver;"&gt;$a.GetClientActions() | Format-table ActionID, Name&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; 
&lt;table class="MsoTableGrid" style="BORDER-RIGHT:medium none;BORDER-TOP:medium none;BORDER-LEFT:medium none;BORDER-BOTTOM:medium none;BORDER-COLLAPSE:collapse;mso-border-alt:solid windowtext .5pt;mso-yfti-tbllook:480;mso-padding-alt:0in 5.4pt 0in 5.4pt;mso-border-insideh:.5pt solid windowtext;mso-border-insidev:.5pt solid windowtext;" cellspacing="0" cellpadding="0" class="MsoTableGrid"&gt;

&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:windowtext 1pt solid;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;ActionID&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:windowtext 1pt solid;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;Name&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:1;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;{00000000-0000-0000-0000-000000000102}&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Software Inventory Collection Cycle&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:2;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;{00000000-0000-0000-0000-000000000107}&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;MSI Product Source Update Cycle&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:3;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;{00000000-0000-0000-0000-000000000101}&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Hardware Inventory Collection Cycle&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:4;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;{00000000-0000-0000-0000-000000000104}&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Standard File Collection Cycle&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:5;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;{00000000-0000-0000-0000-000000000103}&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Discovery Data Collection Cycle&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:6;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;{3A88A2F3-0C39-45fa-8959-81F21BF500CE}&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Request &amp;amp; Evaluate User Policy&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:7;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;{8EF4D77C-8A23-45c8-BEC3-630827704F51}&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Request &amp;amp; Evaluate Machine Policy&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:8;mso-yfti-lastrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;{00000000-0000-0000-0000-000000000106}&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:221.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Software Metering Usage Report Cycle&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; 
&lt;h3 style="MARGIN:12pt 0in 3pt;"&gt;&lt;span class="Heading2Char"&gt;&lt;span style="FONT-SIZE:14pt;"&gt;&lt;em&gt;What are the members for GetClientAction&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;s()?&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;/span&gt;&lt;/h3&gt;&lt;font size="3"&gt;&lt;span style="BACKGROUND:silver;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-highlight:silver;"&gt;$a.GetClientActions() | gm&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; 
&lt;table class="MsoTableGrid" style="BORDER-RIGHT:medium none;BORDER-TOP:medium none;BORDER-LEFT:medium none;BORDER-BOTTOM:medium none;BORDER-COLLAPSE:collapse;mso-border-alt:solid windowtext .5pt;mso-yfti-tbllook:480;mso-padding-alt:0in 5.4pt 0in 5.4pt;mso-border-insideh:.5pt solid windowtext;mso-border-insidev:.5pt solid windowtext;" cellspacing="0" cellpadding="0" class="MsoTableGrid"&gt;

&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:windowtext 1pt solid;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:113.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;Name&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:windowtext 1pt solid;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:1.25in;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;MemberType&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:windowtext 1pt solid;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;Definition&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:1;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:113.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;PerformAction&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:1.25in;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Method&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;void PerformAction ()&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:2;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:113.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;ActionID&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:1.25in;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Property&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;string ActionID () {get}&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:3;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:113.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;DisplayNameResDLL&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:1.25in;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Property&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;string DisplayNameResDLL () {get}&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:4;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:113.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;DisplayNameResID&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:1.25in;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Property&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;int DisplayNameResID () {get}&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:5;mso-yfti-lastrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:windowtext 1pt solid;WIDTH:113.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Name&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:1.25in;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;Property&lt;/span&gt;&lt;/td&gt;
&lt;td class="" style="BORDER-RIGHT:windowtext 1pt solid;PADDING-RIGHT:5.4pt;BORDER-TOP:#d4d0c8;PADDING-LEFT:5.4pt;PADDING-BOTTOM:0in;BORDER-LEFT:#d4d0c8;WIDTH:239.4pt;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;BACKGROUND-COLOR:transparent;mso-border-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-top-alt:solid windowtext .5pt;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial Narrow&amp;#39;;mso-bidi-font-family:&amp;#39;Courier New&amp;#39;;"&gt;string Name () {get}&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;font size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; 
&lt;h2 style="MARGIN:12pt 0in 3pt;"&gt;&lt;em&gt;&lt;span class="Heading1Char"&gt;&lt;span style="FONT-SIZE:16pt;"&gt;To Trigger these actions&lt;/span&gt;&lt;/span&gt;:&lt;/em&gt;&lt;/h2&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span class="Heading3Char"&gt;&lt;span style="FONT-SIZE:13pt;"&gt;&lt;strong&gt;Perform a software inventory&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Times New Roman" size="3"&gt;:&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;$a.GetClientActions() |? {$_.name -like &amp;#39;Soft*Inv*&amp;#39;} |% {$_.PerformAction()}&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span class="Heading3Char"&gt;&lt;span style="FONT-SIZE:13pt;"&gt;&lt;strong&gt;Perfom a Hardware Inventory&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Times New Roman" size="3"&gt;: (no shortcuts)&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="BACKGROUND:silver;mso-highlight:silver;"&gt;&lt;font face="Times New Roman" size="3"&gt;(New-Object –COMObject CPApplet.cpappletmgr).GetClientActions() |? {$_.Name –like ‘Hardware*’} |% {$_.PerformAction()}&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=122839" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/Scripting/default.aspx">Scripting</category></item><item><title>I have the WMI table name how to I find the corresponding SQL table?</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2008/09/30/i-have-the-wmi-table-name-how-to-i-find-the-corresponding-sql-table.aspx</link><pubDate>Tue, 30 Sep 2008 18:08:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:122786</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=122786</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2008/09/30/i-have-the-wmi-table-name-how-to-i-find-the-corresponding-sql-table.aspx#comments</comments><description>&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;The easiest way is to change the SMS_ to V_ and look around in the SQL Database.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Lots of great articles about that on myitforum.&lt;/font&gt;&lt;/font&gt; 
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;How about a query to match on partial table names:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;Select correct database.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Usually SMS_&amp;lt;SiteCode&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt;SELECT&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt; &lt;span style="COLOR:gray;"&gt;*&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="COLOR:blue;"&gt;FROM&lt;/span&gt; sysobjects&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="COLOR:blue;"&gt;WHERE&lt;/span&gt; &lt;span style="COLOR:blue;"&gt;name&lt;/span&gt; &lt;span style="COLOR:gray;"&gt;LIKE&lt;/span&gt; &lt;span style="COLOR:red;"&gt;&amp;#39;%Compliance%&amp;#39;&lt;/span&gt; &lt;span style="COLOR:gray;"&gt;and&lt;/span&gt; xtype &lt;span style="COLOR:gray;"&gt;in&lt;/span&gt; &lt;span style="COLOR:gray;"&gt;(&lt;/span&gt;&lt;span style="COLOR:red;"&gt;&amp;#39;U&amp;#39;&lt;/span&gt;&lt;span style="COLOR:gray;"&gt;,&lt;/span&gt; &lt;span style="COLOR:red;"&gt;&amp;#39;V&amp;#39;&lt;/span&gt;&lt;span style="COLOR:gray;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:gray;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt;&amp;nbsp;&lt;/span&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;What is xtype?&lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;C = CHECK constraint &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;D = Default or DEFAULT constraint &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;F = FOREIGN KEY constraint &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;L = Log &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;P = Stored procedure &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;PK = PRIMARY KEY constraint (type is K) &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;RF = Replication filter stored procedure &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;S = System table &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;TR = Trigger &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;U = User table &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;UQ = UNIQUE constraint (type is K) &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;V = View &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;mso-list:l0 level1 lfo1;tab-stops:list .5in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;X = Extended stored procedure &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;One last thing to try.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;There is a table in SMS 2.0, SMS 2003 and ConfigMgr that displays collection queries in both WQL (what you see in the console) and SQL.&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt;SELECT&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;CollectionID&lt;span style="COLOR:gray;"&gt;,&lt;/span&gt; QueryKey&lt;span style="COLOR:gray;"&gt;,&lt;/span&gt; WQL&lt;span style="COLOR:gray;"&gt;,&lt;/span&gt; SQL&lt;/span&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt;FROM&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-no-proof:yes;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;dbo&lt;span style="COLOR:gray;"&gt;.&lt;/span&gt;Collection_Rules_SQL&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=122786" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SCCM/default.aspx">SCCM</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/WMI/default.aspx">WMI</category></item><item><title>ConfigMgr / SMS Reporting Website – What if you enter the wrong credentials?</title><link>http://myitforum.com/cs2/blogs/scassells/archive/2008/09/09/configmgr-sms-reporting-website-what-if-you-enter-the-wrong-credentials.aspx</link><pubDate>Tue, 09 Sep 2008 17:12:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:122202</guid><dc:creator>scassells</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myitforum.com/cs2/blogs/scassells/rsscomments.aspx?PostID=122202</wfw:commentRss><comments>http://myitforum.com/cs2/blogs/scassells/archive/2008/09/09/configmgr-sms-reporting-website-what-if-you-enter-the-wrong-credentials.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;I was working with my LAB default reporting site the other day when it prompted me for my user credentials.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Without paying attention I typed in my production credentials.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;It loaded up fine except the navigation window displays nothing.&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Oh good, security is working as desired.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Now I just need to log out and change my credentials.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Hang on there is no logout or switch credentials. How annoying.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Well, I have 30 other windows open.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;I don’t want to close Internet explorer.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;1)&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;Delete all cookies. &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;a.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;No Joy&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;2)&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;Delete Files&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;a.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;No Joy&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;tab-stops:list .5in;"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;3)&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;Clear History&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;a.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;No Joy&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Come on this cant be that impossible.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Searching Google… nada.&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;The only consistent way I found to change the ID was to close and reopen IE.&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&lt;/font&gt;&amp;nbsp; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Anyone have any suggestions?&lt;/font&gt;&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=122202" width="1" height="1"&gt;</description><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/SMS+2003/default.aspx">SMS 2003</category><category domain="http://myitforum.com/cs2/blogs/scassells/archive/tags/ConfigMgr/default.aspx">ConfigMgr</category></item></channel></rss>