Forum Discussion
ADumith
Dec 08, 2021Iron Contributor
Search installed app
Hello everyone.
I am using this command
Get-AppxPackage –AllUsers | Select Name, PackageFullNamto search for some apps that I need to uninstall later.
But the command output does not show me the Office 2016, or other third-party applications?
How do I solve it?
Thank you very much
I solved it, this is the command in case someone needs it.
Get-WMIObject -Query "SELECT * FROM Win32_Product" | FT