Forum Discussion
tomlon29
Feb 25, 2021Copper Contributor
Powershell script to search for installed software matching with a keyword csv file
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 s...
farismalaeb
Feb 26, 2021Steel Contributor
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