Forum Discussion

ADumith's avatar
ADumith
Iron Contributor
Dec 08, 2021
Solved

Search installed app

Hello everyone.

 

I am using this command 

Get-AppxPackage –AllUsers | Select Name, PackageFullNam

to 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

  • ADumith 

    I solved it, this is the command in case someone needs it.

     

    Get-WMIObject -Query "SELECT * FROM Win32_Product" | FT

1 Reply

  • ADumith's avatar
    ADumith
    Iron Contributor

    ADumith 

    I solved it, this is the command in case someone needs it.

     

    Get-WMIObject -Query "SELECT * FROM Win32_Product" | FT

Resources