remotely view installed software

If you need to remotely view installed software on a computer in your domain you can use this command from powershell:

gwmi win32_product -ComputerName computer1

  • Change computer1 to the appropriate name

  • ***gwmi is an alias to the Get-WmiObject command in powershell***

    Please see the link for more details:

    GWMI Get-WMIObject