I need to query a list of computer names on the domain and get a list of installed software. Is there a piece of software that will do this for free?<\/p>\n
@Microsoft<\/a><\/p>","upvoteCount":8,"answerCount":15,"datePublished":"2013-08-30T00:41:03.000Z","author":{"@type":"Person","name":"jamesgallagher7400","url":"https://community.spiceworks.com/u/jamesgallagher7400"},"acceptedAnswer":{"@type":"Answer","text":"
I’m haven’t tried this yet, but I will soon; give it a try: PDQ Inventory | PDQ<\/a><\/p>","upvoteCount":2,"datePublished":"2013-08-30T01:08:06.000Z","url":"https://community.spiceworks.com/t/query-installed-software-on-domain-computers/236187/3","author":{"@type":"Person","name":"craigduff","url":"https://community.spiceworks.com/u/craigduff"}},"suggestedAnswer":[{"@type":"Answer","text":" I need to query a list of computer names on the domain and get a list of installed software. Is there a piece of software that will do this for free?<\/p>\n @Microsoft<\/a><\/p>","upvoteCount":8,"datePublished":"2013-08-30T00:41:03.000Z","url":"https://community.spiceworks.com/t/query-installed-software-on-domain-computers/236187/1","author":{"@type":"Person","name":"jamesgallagher7400","url":"https://community.spiceworks.com/u/jamesgallagher7400"}},{"@type":"Answer","text":" Spiceworks<\/p>\n wmic /node:computer product get name (only products installed with msi)<\/p>\n psexec with reg:<\/p>\n reg query “HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall” /s | find “DisplayName”<\/p>\n reg query “HKLM\\Software\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall” /s | find “DisplayName”<\/p>\n http://community.spiceworks.com/help/Tracking_Software_License_Compliance#Scan<\/a><\/p>\n