Skip navigation
installation

MSI Installed Applications

Q: How can I use PowerShell to view MSI installations on my machine?

A: The Windows Installer PowerShell Module includes several cmdlets related to MSI interaction, such as installing products and checking installation status. After you download the module, you can use the following command to easily view installations:

Get-MSIProductInfo

To check products installed in a certain time range, look at the InstallDate property. For example, the following figure shows a search for everything installed in the past 7 days.

 

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish