I noticed that by viewing the properties of a workstation, you can see wich programs are installed. In my organization, we want to do a scan wich retrieves all installed software on the workstations. Is it possible to do this in hyena (see the installed software per workstation) without having to click every workstation separately?
Announcement
Collapse
No announcement yet.
check installed software on all computers
Collapse
X
-
Re: check installed software on all computers
Currently your only solution is with scripting. If all of your systems support WMI, running a query of the Win32_Product WMI class will produce the results you want.
Here's a sample (and explanation) to get you started:
https://www.microsoft.com/technet/treevi...as_cpm_dgls.asp
Slightly modifying this to enumerate all machines on the domain and looping the script within will get you there.
Let me know if I can be of more assistance.
Joel
Comment
Comment