http://www.perlmonks.org?node_id=819516

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?