<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>BMC Communities: Message List - Software Usage &amp; Software Removal</title>
    <link>http://communities.bmc.com/communities/community/bmcdn/bmc_service_automation/client_configuration_automation?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 24 Jun 2009 15:40:30 GMT</pubDate>
    <generator>Clearspace 2.5.15 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-06-24T15:40:30Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Software Usage &amp; Software Removal</title>
      <link>http://communities.bmc.com/communities/message/100330?tstart=0#100330</link>
      <description>&lt;!-- [DocumentBodyStart:c676a9c6-5122-4d3d-bed6-fbd85b907b53] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Yes, Where xzy software was deployed as channel its pretty easy to complete.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Use report center to create the list of target machines (I would not build a collection to do this at first to be safe)&lt;/p&gt;&lt;p&gt;2. Review list then apply removal of channel policy to them.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If the xyz software was NOT deployed as a channel (common) its more difficult.&amp;#160; Something like Visio I would take all the possible unstall GUID or write a script like below to remove them all at once:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;Sub Uninstall&lt;br/&gt;On Error Resume Next&lt;br/&gt;Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2")&lt;br/&gt;Set colSoftware = objWMIService.ExecQuery("Select * from Win32_Product Where Name LIKE 'Visio%'")&lt;br/&gt;For Each objSoftware In colSoftware&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; objSoftware.Uninstall()&lt;br/&gt;Next&lt;br/&gt;End Sub&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c676a9c6-5122-4d3d-bed6-fbd85b907b53] --&gt;</description>
      <pubDate>Wed, 24 Jun 2009 15:40:30 GMT</pubDate>
      <author>chris@cm-ug.com</author>
      <guid>http://communities.bmc.com/communities/message/100330?tstart=0#100330</guid>
      <dc:date>2009-06-24T15:40:30Z</dc:date>
      <clearspace:dateToText>5 months, 59 minutes ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Software Usage &amp; Software Removal</title>
      <link>http://communities.bmc.com/communities/message/100328?tstart=0#100328</link>
      <description>&lt;!-- [DocumentBodyStart:05969a32-d417-4e9c-83b2-4b2719b418c3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;You have to make sure that the removal policy is communicate to the user.&amp;#160; Or you get helpdesk ticket traffic that will work against your goals.&amp;#160; I would not use the collection but use a manal process of added the user to the removeal group after communicate has been sent to the user's manager and the user.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:05969a32-d417-4e9c-83b2-4b2719b418c3] --&gt;</description>
      <pubDate>Wed, 24 Jun 2009 15:33:56 GMT</pubDate>
      <author>forums@developer.bmc.com</author>
      <guid>http://communities.bmc.com/communities/message/100328?tstart=0#100328</guid>
      <dc:date>2009-06-24T15:33:56Z</dc:date>
      <clearspace:dateToText>5 months, 1 hour ago</clearspace:dateToText>
    </item>
    <item>
      <title>Software Usage &amp; Software Removal</title>
      <link>http://communities.bmc.com/communities/message/100312?tstart=0#100312</link>
      <description>&lt;!-- [DocumentBodyStart:3768c8c1-d03b-453c-976e-6f7de5a818ca] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Has anyone out there used software usage data to facilitate the removal of software from endpoints?&amp;#160; I am looking for any experience information people may have.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am looking into using software usage data to setup a collection and policy to remove Microsoft Visio from endpoints where the software has not been used in 3 months.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone attempted anything like this and what was your experience?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3768c8c1-d03b-453c-976e-6f7de5a818ca] --&gt;</description>
      <pubDate>Wed, 24 Jun 2009 13:54:44 GMT</pubDate>
      <author>jason_mcbride@hermanmiller.com</author>
      <guid>http://communities.bmc.com/communities/message/100312?tstart=0#100312</guid>
      <dc:date>2009-06-24T13:54:44Z</dc:date>
      <clearspace:dateToText>5 months, 2 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
  </channel>
</rss>

