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
***gwmi is an alias to the Get-WmiObject command in powershell***
Please see the link for more details:
GWMI Get-WMIObject