Ying Li has a cool PowerShell Script to list installed Software on a local computer HERE . When I looked at it and thought to myself, I can do that with 1 line (if I cheat a little). Here it is: PS> gp HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* |Select DisplayName, DisplayVersion, Publisher, InstallDate, HelpLink, UninstallString |ogv Here is what you get
Read More...
Read the complete post at http://blogs.msdn.com/powershell/archive/2009/11/15/i-can-do-that-with-1-line-of-powershell-installed-software.aspx
Posted
Nov 15 2009, 11:42 AM
by
Windows PowerShell Blog