Thursday, July 4, 2013

Obtain a list of installed applications using PowerShell

Use the following command to obtain a list of installed applications using PowerShell.

Get-WmiObject -Class Win32_Product | Select-Object -Property Name

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.