Windows Admin Notebook Blog created to save time and nerves for Windows admins. windows.ittips.eu
Pages
Windows Admin Notebook
Microsoft Exchange Admin Notebook
Cloud Admin Notebook
IT Blog
Monday, 28 July 2014
Powershell: Get list of installed applications
Enter this to retrieve list of installed applications:
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* |Select DisplayName, DisplayVersion, Publisher, InstallDate, HelpLink, UninstallString
Newer Post
Older Post
Home