<?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>Powershell command to see what’s installed</title><link>http://blogs.technet.com/tmintner/archive/2006/06/24/438680.aspx</link><description>Here is a quick little Powershell script that I find useful to see what I have installed on my system. This will return the installed program and the date that it was installed: get-wmiobject -class "win32reg_addremoveprograms" -namespace "root\cimv2"</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Interesting Finds: June 25, 2006 AM edition</title><link>http://blogs.technet.com/tmintner/archive/2006/06/24/438680.aspx#438767</link><pubDate>Sun, 25 Jun 2006 18:41:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:438767</guid><dc:creator>Jason Haley</dc:creator><description /></item><item><title>Our friend, Tim Mintner posted a great PowerShell script today on his blog.</title><link>http://blogs.technet.com/tmintner/archive/2006/06/24/438680.aspx#438876</link><pubDate>Mon, 26 Jun 2006 17:29:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:438876</guid><dc:creator>Ron Crumbaker at myITforum.com, Inc.</dc:creator><description>Our friend, Tim Mintner&amp;amp;amp;nbsp;posted a great PowerShell script today on his blog.&lt;br&gt;&amp;amp;amp;nbsp;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/tmintner/archive/2006/06/24/438680.aspx"&gt;http://blogs.technet.com/tmintner/archive/2006/06/24/438680.aspx&lt;/a&gt;...</description></item><item><title>re: Powershell command to see what’s installed</title><link>http://blogs.technet.com/tmintner/archive/2006/06/24/438680.aspx#438878</link><pubDate>Mon, 26 Jun 2006 18:00:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:438878</guid><dc:creator>EBGreen</dc:creator><description>It should be noted that this will only find software that puts a key in the add/remove registry hive. Since that covers 905% or more of installed software, it is still useful code. Thanks for sharing it.</description></item><item><title>re: Powershell command to see what’s installed</title><link>http://blogs.technet.com/tmintner/archive/2006/06/24/438680.aspx#438900</link><pubDate>Mon, 26 Jun 2006 19:44:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:438900</guid><dc:creator>tmintner</dc:creator><description>That is a very good point EBGreen. &amp;nbsp;Most programs add keys to add/remove but this won't work for old DOS programs or very old Windows programs.</description></item><item><title>re: Powershell command to see what’s installed</title><link>http://blogs.technet.com/tmintner/archive/2006/06/24/438680.aspx#441410</link><pubDate>Thu, 13 Jul 2006 07:36:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:441410</guid><dc:creator>jsnover</dc:creator><description>PSMDTAG:TYPE:WMI: Win32reg_addremoveprograms&lt;br&gt;&lt;br&gt;PSMDTAG:FAQ: What Programs are installed on my system?&lt;br&gt;&lt;br&gt;Jeffrey Snover [MSFT]&lt;br&gt;Windows PowerShell/Aspen Architect&lt;br&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;br&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;</description></item></channel></rss>