Powershell script to search for installed software matching with a keyword csv file

Copper Contributor

I am looking to create a powershell script that will search for installed software based on keyword csv file on multiple computers.  I can handle the multiple computers.  However, not sure what the synatx would be for searching for the installed software with the keywords in the product name.  The output would simply be Computer Name,  Product name, version, publisher.  Any help would be greatly appreciated. 

1 Reply

@tomlon29 

You can see this post that explain how to get the installed app

https://devblogs.microsoft.com/scripting/use-powershell-to-quickly-find-installed-software/

also in the WMI or CIM you can use -ComputerName parameter to connect to remote PC