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