> I am looking for a tool that could scan a network
> and give a report on
> installed applications. We have a large developer
> wing and the guys are
> installing all sorts of applications on the PC. Does
> anyone know of something that can do this?
WMI is an excellent resource for this...there is a
class that will give you the installed applications on
each machine, as well as additional information about
each application. Implementing it in Perl is
relatively trivial...
> I am looking for a tool that could scan a network
> and give a report on
> installed applications. We have a large developer
> wing and the guys are
> installing all sorts of applications on the PC. Does
> anyone know of something that can do this?
WMI is an excellent resource for this...there is a
class that will give you the installed applications on
each machine, as well as additional information about
each application. Implementing it in Perl is
relatively trivial...
------------------------------------------------------------------------
---
------------------------------------------------------------------------
---
[ reply ]