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
Use the following command to obtain a list of installed applications using PowerShell.
Get-WmiObject -Class Win32_Product | Select-Object -Property Name
Created By Nexus · Powered by Blogger
© All Rights Reserved