I would like to do a search on my network to see which workstations have .NET 4 installed. I have a software rollout coming that needs this version<\/p>","upvoteCount":1,"answerCount":5,"datePublished":"2013-11-06T17:01:50.000Z","author":{"@type":"Person","name":"billbacon3827","url":"https://community.spiceworks.com/u/billbacon3827"},"acceptedAnswer":{"@type":"Answer","text":"
Use Spiceworks inventory; check the software report; you will see it over there<\/p>","upvoteCount":0,"datePublished":"2013-11-06T17:14:16.000Z","url":"https://community.spiceworks.com/t/how-to-search-my-workstations-for-installed-software/253313/3","author":{"@type":"Person","name":"ricardoarias","url":"https://community.spiceworks.com/u/ricardoarias"}},"suggestedAnswer":[{"@type":"Answer","text":"
I would like to do a search on my network to see which workstations have .NET 4 installed. I have a software rollout coming that needs this version<\/p>","upvoteCount":1,"datePublished":"2013-11-06T17:01:50.000Z","url":"https://community.spiceworks.com/t/how-to-search-my-workstations-for-installed-software/253313/1","author":{"@type":"Person","name":"billbacon3827","url":"https://community.spiceworks.com/u/billbacon3827"}},{"@type":"Answer","text":"
Are you comfortable with power shell?<\/p>\n
c:\\ > Get-WmiObject -Class Win32_Product | Select-Object -Property Name<\/p>","upvoteCount":0,"datePublished":"2013-11-06T17:14:08.000Z","url":"https://community.spiceworks.com/t/how-to-search-my-workstations-for-installed-software/253313/2","author":{"@type":"Person","name":"john3504","url":"https://community.spiceworks.com/u/john3504"}},{"@type":"Answer","text":"
To get the same thing on a remote computer try this:<\/p>\n
PS C:\\> Get-WmiObject -Class Win32_Product -ComputerName computer1,computer2 | Select-Object -Property Name\n<\/code><\/pre>\nThis will list all the apps installed on computer1 and computer2.<\/p>","upvoteCount":0,"datePublished":"2013-11-06T17:33:42.000Z","url":"https://community.spiceworks.com/t/how-to-search-my-workstations-for-installed-software/253313/4","author":{"@type":"Person","name":"john3504","url":"https://community.spiceworks.com/u/john3504"}},{"@type":"Answer","text":"
Thanks Ricardo537. I think that did the trick.<\/p>\n
John3504 - Thanks for the Power Shell script. I am working on becoming proficient with PS but still learning. I am also glad that I understood what you wrote. Maybe I am learning soemthing.
<\/p>","upvoteCount":0,"datePublished":"2013-11-06T17:40:24.000Z","url":"https://community.spiceworks.com/t/how-to-search-my-workstations-for-installed-software/253313/5","author":{"@type":"Person","name":"billbacon3827","url":"https://community.spiceworks.com/u/billbacon3827"}}]}}