<?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>Rick Houchins at myITforum.com - All Comments</title><link>http://myitforum.com/cs2/blogs/rhouchins/default.aspx</link><description>Together we can do amazing things...</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>re: SCCM Right Click Tools</title><link>http://myitforum.com/cs2/blogs/rhouchins/archive/2008/04/09/sccm-right-click-tools.aspx#158193</link><pubDate>Tue, 28 Jun 2011 16:52:20 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:158193</guid><dc:creator>rejohnson</dc:creator><description>&lt;p&gt;Funny that the install is so inconsistent. &amp;nbsp;I've had some that worked w/o any duplicates, and others that had the dupes - same image on both PCs.&lt;/p&gt;
&lt;p&gt;Anyway, I guess there's no more updating to these tools? &amp;nbsp;They are not compatible with 64-bit clients as many of the executables are looking for the wrong location to act on - CCM is in SysWOW64, not system32, and ccmsetup is in Windows, not system32... &amp;nbsp;Really need both x86 and x64 links in the tools.&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=158193" width="1" height="1"&gt;</description></item><item><title>re: SCCM Right Click Tools</title><link>http://myitforum.com/cs2/blogs/rhouchins/archive/2008/04/09/sccm-right-click-tools.aspx#154828</link><pubDate>Fri, 25 Feb 2011 19:08:23 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:154828</guid><dc:creator>rejohnson</dc:creator><description>&lt;p&gt;I think the tools need to be updated for Windows 7 64-bit. &amp;nbsp;Some of them appear to be looking in the wrong folder locations, such as ccmsetup.&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
&lt;p&gt;Russell&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=154828" width="1" height="1"&gt;</description></item><item><title>re: SCCM Right Click Tools</title><link>http://myitforum.com/cs2/blogs/rhouchins/archive/2008/04/09/sccm-right-click-tools.aspx#153825</link><pubDate>Wed, 26 Jan 2011 21:31:43 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:153825</guid><dc:creator>tysonflint</dc:creator><description>&lt;p&gt;Here's a BAT file that does the cleanup. &amp;nbsp;Run it after installing &amp;quot;Right Click Tools&amp;quot; if you have multiple &amp;quot;Client Tools&amp;quot; menu options when right clicking a machine in the SCCM admin console.&lt;/p&gt;
&lt;p&gt;Copy the below into notepad and save as cleanup-extra-menu-items.bat.&lt;/p&gt;
&lt;p&gt;You may need to do a search and replace on the quotation marks, as sometimes web posts will convert these to &amp;quot;left quotes&amp;quot; and &amp;quot;right quotes&amp;quot;, which are different than the standard quote. &amp;nbsp;You'll need to do two search and replaces. Copy the &amp;quot;left quote&amp;quot; at the beginning of the line, search for it, and replace with a standard quote by typing in a quote from the keyboard. Copy the &amp;quot;right quote&amp;quot; at the end of the line and replace with a standard quote by typing it in.&lt;/p&gt;
&lt;p&gt;Tyson Flint&lt;/p&gt;
&lt;p&gt;Seattle, WA&lt;/p&gt;
&lt;p&gt;Jan 26, 2011&lt;/p&gt;
&lt;p&gt;@echo off&lt;/p&gt;
&lt;p&gt;echo This script will cleanup the extra &amp;quot;Client Tools&amp;quot; menu options when right clicking a machine.&lt;/p&gt;
&lt;p&gt;echo These options are part of the &amp;quot;Right Click Tools&amp;quot; install.&lt;/p&gt;
&lt;p&gt;echo Please verify the path to the SCCM Admin console is correct in the script before proceeding.&lt;/p&gt;
&lt;p&gt;pause&lt;/p&gt;
&lt;p&gt;set SCCMExtensionPath=C:\Program Files\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6&lt;/p&gt;
&lt;p&gt;del &amp;quot;%SCCMExtensionPath%\*install.xml&amp;quot;&lt;/p&gt;
&lt;p&gt;ren &amp;quot;%SCCMExtensionPath%\dClient WebReports.xml&amp;quot; &amp;quot;dClient WebReports.bak&amp;quot;&lt;/p&gt;
&lt;p&gt;del &amp;quot;%SCCMExtensionPath%\*Client WebReports.xml&amp;quot;&lt;/p&gt;
&lt;p&gt;ren &amp;quot;%SCCMExtensionPath%\dClient WebReports.bak&amp;quot; &amp;quot;dClient WebReports.xml&amp;quot;&lt;/p&gt;
&lt;p&gt;ren &amp;quot;c:\windows\SccmTools\install.vbs&amp;quot; install.bak&lt;/p&gt;
&lt;p&gt;del &amp;quot;c:\windows\SccmTools\*install.vbs&amp;quot;&lt;/p&gt;
&lt;p&gt;ren &amp;quot;c:\windows\SccmTools\install.bak&amp;quot; install.vbs&lt;/p&gt;
&lt;p&gt;echo Cleanup complete, please restart your SCCM Admin Console.&lt;/p&gt;
&lt;p&gt;echo This window will now close.&lt;/p&gt;
&lt;p&gt;pause&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=153825" width="1" height="1"&gt;</description></item><item><title>re: SCCM Right Click Tools</title><link>http://myitforum.com/cs2/blogs/rhouchins/archive/2008/04/09/sccm-right-click-tools.aspx#153807</link><pubDate>Tue, 25 Jan 2011 22:40:33 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:153807</guid><dc:creator>tysonflint</dc:creator><description>&lt;p&gt;More cleanup for the duplicate menu items. &amp;nbsp;After completing the steps above, I noticed I still had two entries for &amp;quot;Client Tools&amp;quot; when right clicking a computer. &amp;nbsp;I looked into it and found that the install.xml is the file responsible for the duplicate entry, as it's contents are duplicated in the bigger file named AConfigMgrTools.xml.&lt;/p&gt;
&lt;p&gt;I have come to the conclusion that I should delete all files named &amp;quot;Web Reports.XML&amp;quot; that start with a number (leaving the dClient WebReports.xml behind) and also delte all files named install.xml whether they start with a number or not.&lt;/p&gt;
&lt;p&gt;The extra XML files made reference to extra unneeded files in C:\windows\SCCMTools. &amp;nbsp;You can delete these, as they corresponded to the #install.xml files in the SCCM extensions folder listed in the prior post:&lt;/p&gt;
&lt;p&gt;C:\windows\SCCMTools\cen1install.vbs&lt;/p&gt;
&lt;p&gt;C:\windows\SCCMTools\cen2install.vbs&lt;/p&gt;
&lt;p&gt;C:\windows\SCCMTools\cen1install.vbs&lt;/p&gt;
&lt;p&gt;C:\windows\SCCMTools\cen1install.vbs&lt;/p&gt;
&lt;p&gt;C:\windows\SCCMTools\cen1install.vbs&lt;/p&gt;
&lt;p&gt;C:\windows\SCCMTools\cen1install.vbs&lt;/p&gt;
&lt;p&gt;C:\windows\SCCMTools\cen1install.vbs&lt;/p&gt;
&lt;p&gt;C:\windows\SCCMTools\cen1install.vbs&lt;/p&gt;
&lt;p&gt;These are all duplicates of:&lt;/p&gt;
&lt;p&gt;C:\windows\SCCMTools\install.vbs&lt;/p&gt;
&lt;p&gt;There is a legitimate file file named C:\windows\SCCMTools\install.vbs that is used by AConfigMgrTools.xml, so it should be left behind.&lt;/p&gt;
&lt;p&gt;Tyson Flint&lt;/p&gt;
&lt;p&gt;Seattle, WA&lt;/p&gt;
&lt;p&gt;Jan 25, 2011&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=153807" width="1" height="1"&gt;</description></item><item><title>re: SCCM Right Click Tools</title><link>http://myitforum.com/cs2/blogs/rhouchins/archive/2008/04/09/sccm-right-click-tools.aspx#153788</link><pubDate>Tue, 25 Jan 2011 05:18:51 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:153788</guid><dc:creator>tysonflint</dc:creator><description>&lt;p&gt;I've installed this on a few client machines now and am noticing multiple entries for &amp;quot;Client Tools&amp;quot; when right clicking a machine name in SCCM 2007 SP2. &amp;nbsp;I've seen another user with this issue: &lt;a rel="nofollow" target="_new" href="http://blog.danovich.com.au/2010/11/16/sccm-right-click-tools-adds-multiple-client-tools-entries/"&gt;blog.danovich.com.au/.../sccm-right-click-tools-adds-multiple-client-tools-entries&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In my case I have two folders that appear to be related to this tool under C:\program files\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions&lt;/p&gt;
&lt;p&gt;One folder is named 716f8f86-5c3e-448d-baa2-8d2763fa8e7a and has 8 files in it.&lt;/p&gt;
&lt;p&gt;Another folder under the Action folder is named 7ba8bf44-2344-4035-bdb4-16630291dcf6 and has 25 files in it.&lt;/p&gt;
&lt;p&gt;I came across this info:&lt;/p&gt;
&lt;p&gt;7ba8bf44-2344-4035-bdb4-16630291dcf6 is the &amp;quot;Computer Object&amp;quot; GUID for storing menu extensions relating to right clicking on a computer name.&lt;/p&gt;
&lt;p&gt;716f8f86-5c3e-448d-baa2-8d2763fa8e7a is for computers in a &amp;quot;Query&amp;quot;.&lt;/p&gt;
&lt;p&gt;dbb315c3-1d8b-4e6a-a7b1-db8246890f59 is for &amp;quot;Top Level&amp;quot; collections.&lt;/p&gt;
&lt;p&gt;fa922e1a-6add-477f-b70e-9a164f3b11a2 is for &amp;quot;Sub collections&amp;quot;.&lt;/p&gt;
&lt;p&gt;So the &amp;quot;Computer Object&amp;quot; related folder has too many files in it.&lt;/p&gt;
&lt;p&gt;Heres the listing: &amp;nbsp;&lt;/p&gt;
&lt;p&gt;12/01/2007 &amp;nbsp;02:50 AM &amp;nbsp; &amp;nbsp; &amp;nbsp; 66 1AbSeparator2.xml&lt;/p&gt;
&lt;p&gt;12/01/2007 &amp;nbsp;02:50 AM &amp;nbsp; &amp;nbsp; &amp;nbsp; 66 Separator3.xml&lt;/p&gt;
&lt;p&gt;02/14/2009 &amp;nbsp;03:04 AM &amp;nbsp; &amp;nbsp;1,361 1Client WebReports.xml&lt;/p&gt;
&lt;p&gt;02/14/2009 &amp;nbsp;03:04 AM &amp;nbsp; &amp;nbsp;1,361 2Client WebReports.xml&lt;/p&gt;
&lt;p&gt;02/14/2009 &amp;nbsp;03:04 AM &amp;nbsp; &amp;nbsp;1,361 3Client WebReports.xml&lt;/p&gt;
&lt;p&gt;02/14/2009 &amp;nbsp;03:04 AM &amp;nbsp; &amp;nbsp;1,361 4Client WebReports.xml&lt;/p&gt;
&lt;p&gt;02/14/2009 &amp;nbsp;03:04 AM &amp;nbsp; &amp;nbsp;1,361 5Client WebReports.xml&lt;/p&gt;
&lt;p&gt;02/14/2009 &amp;nbsp;03:04 AM &amp;nbsp; &amp;nbsp;1,361 6Client WebReports.xml&lt;/p&gt;
&lt;p&gt;02/14/2009 &amp;nbsp;03:04 AM &amp;nbsp; &amp;nbsp;1,361 7Client WebReports.xml&lt;/p&gt;
&lt;p&gt;02/14/2009 &amp;nbsp;03:04 AM &amp;nbsp; &amp;nbsp;1,361 8Client WebReports.xml&lt;/p&gt;
&lt;p&gt;02/18/2009 &amp;nbsp;06:04 AM &amp;nbsp; &amp;nbsp;9,090 Client Log Files.xml&lt;/p&gt;
&lt;p&gt;02/18/2009 &amp;nbsp;06:09 AM &amp;nbsp; &amp;nbsp;5,310 Client Security Update Log Files.xml&lt;/p&gt;
&lt;p&gt;02/19/2009 &amp;nbsp;03:57 PM &amp;nbsp; &amp;nbsp;3,883 Client Actions.xml&lt;/p&gt;
&lt;p&gt;02/19/2009 &amp;nbsp;04:36 PM &amp;nbsp; &amp;nbsp;1,519 dClient WebReports.xml&lt;/p&gt;
&lt;p&gt;03/20/2009 &amp;nbsp;11:18 AM &amp;nbsp; &amp;nbsp; &amp;nbsp;561 1install.xml&lt;/p&gt;
&lt;p&gt;03/20/2009 &amp;nbsp;11:18 AM &amp;nbsp; &amp;nbsp; &amp;nbsp;561 2install.xml&lt;/p&gt;
&lt;p&gt;03/20/2009 &amp;nbsp;11:19 AM &amp;nbsp; &amp;nbsp; &amp;nbsp;561 3install.xml&lt;/p&gt;
&lt;p&gt;03/20/2009 &amp;nbsp;11:19 AM &amp;nbsp; &amp;nbsp; &amp;nbsp;561 4install.xml&lt;/p&gt;
&lt;p&gt;03/20/2009 &amp;nbsp;11:19 AM &amp;nbsp; &amp;nbsp; &amp;nbsp;561 5install.xml&lt;/p&gt;
&lt;p&gt;03/20/2009 &amp;nbsp;11:19 AM &amp;nbsp; &amp;nbsp; &amp;nbsp;561 6install.xml&lt;/p&gt;
&lt;p&gt;03/20/2009 &amp;nbsp;11:20 AM &amp;nbsp; &amp;nbsp; &amp;nbsp;561 7install.xml&lt;/p&gt;
&lt;p&gt;03/20/2009 &amp;nbsp;11:20 AM &amp;nbsp; &amp;nbsp; &amp;nbsp;561 8install.xml&lt;/p&gt;
&lt;p&gt;03/24/2009 &amp;nbsp;12:55 PM &amp;nbsp; &amp;nbsp;1,434 eshutdown.xml&lt;/p&gt;
&lt;p&gt;03/24/2009 &amp;nbsp;02:20 PM &amp;nbsp; &amp;nbsp;5,927 AConfigMgrTools.xml&lt;/p&gt;
&lt;p&gt;01/21/2011 &amp;nbsp;01:16 PM &amp;nbsp; &amp;nbsp; &amp;nbsp;658 SMSCliCtr.xml&lt;/p&gt;
&lt;p&gt;I deleted these files:&lt;/p&gt;
&lt;p&gt;2Client WebReports.xml&lt;/p&gt;
&lt;p&gt;3Client WebReports.xml&lt;/p&gt;
&lt;p&gt;4Client WebReports.xml&lt;/p&gt;
&lt;p&gt;5Client WebReports.xml&lt;/p&gt;
&lt;p&gt;6Client WebReports.xml&lt;/p&gt;
&lt;p&gt;7Client WebReports.xml&lt;/p&gt;
&lt;p&gt;8Client WebReports.xml&lt;/p&gt;
&lt;p&gt;And deleted these:&lt;/p&gt;
&lt;p&gt;2install.xml&lt;/p&gt;
&lt;p&gt;3install.xml&lt;/p&gt;
&lt;p&gt;4install.xml&lt;/p&gt;
&lt;p&gt;5install.xml&lt;/p&gt;
&lt;p&gt;6install.xml&lt;/p&gt;
&lt;p&gt;7install.xml&lt;/p&gt;
&lt;p&gt;8install.xml&lt;/p&gt;
&lt;p&gt;I then noticed that I had two similar looking files:&lt;/p&gt;
&lt;p&gt;1Client WebReports.xml&lt;/p&gt;
&lt;p&gt;dClient WebReports.xml&lt;/p&gt;
&lt;p&gt;I compared these with CompareIt and noticed that only the first line was different (other than a few extra lines of space).&lt;/p&gt;
&lt;p&gt;On my test SCCM server, I didn't have the right click tools installed, so only had:&lt;/p&gt;
&lt;p&gt;dClient WebReports.xml&lt;/p&gt;
&lt;p&gt;I assummed this must have been bug, so then deleted:&lt;/p&gt;
&lt;p&gt;1Client WebReports.xml&lt;/p&gt;
&lt;p&gt;I renamed 1Install.xml to Install.xml, as SCCM appears to read all XML files in these folders regardless of filename.&lt;/p&gt;
&lt;p&gt;I closed and re-opened the console and now when I right click on a computer I get the behavior I was expecting, which is only one menu entry for &amp;quot;Client Tools&amp;quot; (taken from Install.XML).&lt;/p&gt;
&lt;p&gt;Here are the final contents of my folder:&lt;/p&gt;
&lt;p&gt;c:\program files\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6&lt;/p&gt;
&lt;p&gt;12/01/2007 &amp;nbsp;02:50 AM &amp;nbsp; &amp;nbsp; &amp;nbsp; 66 1AbSeparator2.xml&lt;/p&gt;
&lt;p&gt;12/01/2007 &amp;nbsp;02:50 AM &amp;nbsp; &amp;nbsp; &amp;nbsp; 66 Separator3.xml&lt;/p&gt;
&lt;p&gt;02/18/2009 &amp;nbsp;06:04 AM &amp;nbsp; &amp;nbsp;9,090 Client Log Files.xml&lt;/p&gt;
&lt;p&gt;02/18/2009 &amp;nbsp;06:09 AM &amp;nbsp; &amp;nbsp;5,310 Client Security Update Log Files.xml&lt;/p&gt;
&lt;p&gt;02/19/2009 &amp;nbsp;03:57 PM &amp;nbsp; &amp;nbsp;3,883 Client Actions.xml&lt;/p&gt;
&lt;p&gt;02/19/2009 &amp;nbsp;04:36 PM &amp;nbsp; &amp;nbsp;1,519 dClient WebReports.xml&lt;/p&gt;
&lt;p&gt;03/20/2009 &amp;nbsp;11:18 AM &amp;nbsp; &amp;nbsp; &amp;nbsp;561 install.xml&lt;/p&gt;
&lt;p&gt;03/24/2009 &amp;nbsp;12:55 PM &amp;nbsp; &amp;nbsp;1,434 eshutdown.xml&lt;/p&gt;
&lt;p&gt;03/24/2009 &amp;nbsp;02:20 PM &amp;nbsp; &amp;nbsp;5,927 AConfigMgrTools.xml&lt;/p&gt;
&lt;p&gt;01/21/2011 &amp;nbsp;01:16 PM &amp;nbsp; &amp;nbsp; &amp;nbsp;658 SMSCliCtr.xml&lt;/p&gt;
&lt;p&gt;Tyson Flint&lt;/p&gt;
&lt;p&gt;Seattle, WA&lt;/p&gt;
&lt;p&gt;Jan 24, 2011&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=153788" width="1" height="1"&gt;</description></item><item><title>re: SCCM Right Click Tools</title><link>http://myitforum.com/cs2/blogs/rhouchins/archive/2008/04/09/sccm-right-click-tools.aspx#149679</link><pubDate>Wed, 23 Jun 2010 00:34:48 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:149679</guid><dc:creator>tysonflint</dc:creator><description>&lt;p&gt;Starting this weekend, Symantec Endpoint Protection detected some of these files as viruses. &amp;nbsp;I'm thinking that it must be something in the latest antivirus definitions. &amp;nbsp;We had to create an exclusion in the Symantec Admin console for these folders and them reinstall the right click tools:&lt;/p&gt;
&lt;p&gt;C:\Program Files\Microsoft Configuration Manager Console\AdminUI\XmlStorage\Tools\&lt;/p&gt;
&lt;p&gt;C:\Program Files (x86)\Microsoft Configuration Manager Console\AdminUI\XmlStorage\Tools\&lt;/p&gt;
&lt;p&gt;Someone should probably contact Symantec on this, so the hash for these EXEs can be whitelisted:&lt;/p&gt;
&lt;p&gt;Security Risk Found!Trojan.Gen in File: C:\Program Files (x86)\Microsoft Configuration Manager Console\AdminUI\XmlStorage\Tools\whatcoll.exe by: Auto-Protect scan. &amp;nbsp;Action: Quarantine failed : Delete failed : Access denied. &amp;nbsp;Action Description: The file was left unchanged.&lt;/p&gt;
&lt;p&gt;Security Risk Found!Trojan.Gen in File: C:\Program Files (x86)\Microsoft Configuration Manager Console\AdminUI\XmlStorage\Tools\sms_ping.exe by: Auto-Protect scan. &amp;nbsp;Action: Delete succeeded. &amp;nbsp;Action Description: The file was deleted successfully.&lt;/p&gt;
&lt;p&gt;Security Risk Found!Trojan.Gen in File: C:\Program Files (x86)\Microsoft Configuration Manager Console\AdminUI\XmlStorage\Tools\connectc.exe by: Auto-Protect scan. &amp;nbsp;Action: Quarantine failed : Delete failed : Access denied. &amp;nbsp;Action Description: The file was left unchanged.&lt;/p&gt;
&lt;p&gt;Security Risk Found!Trojan.Gen in File: C:\Program Files (x86)\Microsoft Configuration Manager Console\AdminUI\XmlStorage\Tools\coll-changecache.exe by: Auto-Protect scan. &amp;nbsp;Action: Delete succeeded. &amp;nbsp;Action Description: The file was deleted successfully.&lt;/p&gt;
&lt;p&gt;Security Risk Found!Trojan.Gen in File: C:\Program Files (x86)\Microsoft Configuration Manager Console\AdminUI\XmlStorage\Tools\sms_ping.exe by: Auto-Protect scan. &amp;nbsp;Action: Quarantine failed : Delete failed : Access denied. &amp;nbsp;Action Description: The file was left unchanged.&lt;/p&gt;
&lt;p&gt;Security Risk Found!Trojan.Gen in File: C:\Program Files (x86)\Microsoft Configuration Manager Console\AdminUI\XmlStorage\Tools\logs.exe by: Auto-Protect scan. &amp;nbsp;Action: Delete succeeded. &amp;nbsp;Action Description: The file was deleted successfully.&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=149679" width="1" height="1"&gt;</description></item></channel></rss>
