mellin has asked for the wisdom of the Perl Monks concerning the following question:
Hi there
I need to run scheduled queries against certain Windows servers in so that I can further process the data later. I was under the impression that DBD::WMI allows me to do this, but it requires Win32::OLE which in turn seems to be built for Windows platform.
As I'm running these scheduled queries from Linux with the help of crond deamon, does anyone know of any other module that allows me to make WMI queries from Perl running on Linux?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Windows WMI queries under Linux?
by tokpela (Chaplain) on Jan 25, 2010 at 16:40 UTC | |
by mellin (Scribe) on Jan 25, 2010 at 17:14 UTC |