<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Use PowerShell to Find and Uninstall Software</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/12/14/use-powershell-to-find-and-uninstall-software.aspx</link><description>Learn how to use Windows PowerShell to get software installation locations, and to uninstall software from remote computers.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Use PowerShell to Find and Uninstall Software</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/12/14/use-powershell-to-find-and-uninstall-software.aspx#3503020</link><pubDate>Sun, 10 Jun 2012 03:51:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3503020</guid><dc:creator>ecommerce reviews</dc:creator><description>&lt;p&gt;Nice post! I know that every problem has the some solutions so we need to search in a suitable place or person to know the actual concept that how it can be done. Actually ,i am a new in this industry but i will search the solution and then write it. I hope to you to present this type of post in the future also.&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://ecommercesoftwarereviewss.com/&amp;quot;&amp;gt;ecommerce"&gt;ecommercesoftwarereviewss.com/&amp;quot;&amp;gt;ecommerce&lt;/a&gt; reviews&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;Thanks for sharing the information.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3503020" width="1" height="1"&gt;</description></item><item><title>re: Use PowerShell to Find and Uninstall Software</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/12/14/use-powershell-to-find-and-uninstall-software.aspx#3493297</link><pubDate>Thu, 19 Apr 2012 21:55:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3493297</guid><dc:creator>Jeffrey S. Patton</dc:creator><description>&lt;p&gt;This is by far the best solution I have found, it&amp;#39;s very quick, and doesn&amp;#39;t trigger a repair.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/b/askds/archive/2012/04/19/how-to-not-use-win32-product-in-group-policy-filtering.aspx"&gt;blogs.technet.com/.../how-to-not-use-win32-product-in-group-policy-filtering.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Create a custom MOF&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3493297" width="1" height="1"&gt;</description></item><item><title>re: Use PowerShell to Find and Uninstall Software</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/12/14/use-powershell-to-find-and-uninstall-software.aspx#3482069</link><pubDate>Mon, 20 Feb 2012 18:09:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3482069</guid><dc:creator>pamarths</dc:creator><description>&lt;p&gt;Per one of the previous articles on this blog, usage of Win32_Product WMI class is not a right choice. I advised many people to stop using that class because of performance reasons and it&amp;#39;s unnecessary attempt to repair of applications when a simple query is triggered to get list of softwares. Marc Carter explained more about it in &lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/b/heyscriptingguy/archive/2011/11/13/use-powershell-to-quickly-find-installed-software.aspx"&gt;blogs.technet.com/.../use-powershell-to-quickly-find-installed-software.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you would like to use other available approaches to uninstall a product, see &lt;a rel="nofollow" target="_new" href="http://techibee.com/powershell/powershell-uninstall-software-on-remote-computer/1400"&gt;techibee.com/.../1400&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3482069" width="1" height="1"&gt;</description></item><item><title>re: Use PowerShell to Find and Uninstall Software</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/12/14/use-powershell-to-find-and-uninstall-software.aspx#3470793</link><pubDate>Wed, 14 Dec 2011 12:22:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3470793</guid><dc:creator>Klaus Schulte</dc:creator><description>&lt;p&gt;Hi Ed,&lt;/p&gt;
&lt;p&gt;I read through your very interesting blog article.&lt;/p&gt;
&lt;p&gt;Even on my slow machine it is signifficantly faster to use the [wmi] type accelerator but the time it took to get at the $classKey using:&lt;/p&gt;
&lt;p&gt;gwmi win32_product -filter &amp;quot;Name LIKE &amp;#39;%Silverlight%&amp;#39;&amp;quot;&lt;/p&gt;
&lt;p&gt;compensates for that, I&amp;#39; afraid ...&lt;/p&gt;
&lt;p&gt;Constructing the concrete $classkey with all those escape sequences is no fun either!&lt;/p&gt;
&lt;p&gt;So I&amp;#39;d like to stay with the slower but much more intuitive approach:&lt;/p&gt;
&lt;p&gt;measure-command {gwmi win32_product | ? {$_.name -match &amp;#39;silverlight&amp;#39;}}&lt;/p&gt;
&lt;p&gt;Of course having to repeat this command, maybe including a lot of different servers, it may well be worth to go for the faster version.&lt;/p&gt;
&lt;p&gt;There maybe one mistake in the article, After the statement:&lt;/p&gt;
&lt;p&gt;&amp;quot;If you suspect that the problem with the filter is that I used the like operator as opposed to the equality operator, that is not the case. Here are the results from using the equality operator.&amp;quot;&lt;/p&gt;
&lt;p&gt;you are repeating the exactly same command and output as before. This looks like a copy&amp;amp;paste bug :-) ...&lt;/p&gt;
&lt;p&gt;Klaus.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3470793" width="1" height="1"&gt;</description></item></channel></rss>