in reply to Windows WMI queries under Linux?
I have not done this for WMI but I have for connecting to a Windows database using ODBC.
You could try to use DBI's dbiproxy script and DBD::WMI.
The dbiproxy script would be running on the Windows box and would also have the DBD::WMI module installed.
The Linux box would make the call using a proxy to the Windows box. The Windows box would execute the WMI query, gather the results and send back to the Linux box.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Windows WMI queries under Linux?
by mellin (Scribe) on Jan 25, 2010 at 17:14 UTC |