connect to Windows WMI (DCOM/RPC) from Linux

Hi
WMI is the windows implementation of DCOM/RPC. Can anyone help me write an application on Linux using SoftwareAG which would connect to remote windows server WMI and execute query there.

I’m actually evaluating EntireX software for purchase.

Any help would be appreciated

If you want to call Windows WMI functionality from Linux I suggest that you look at the EntireX .NET RPC Server.

This allows to write a small .NET program on Windows which accesses WMI and then you can call this program remotely from Linux via EntireX.

Hi
I don’t want any component on Windows. I need an application on Linux to fetch me events from remote windows machine (plan machine with no additional component). This application needs to be executed on Linux machine.
The communication happens via DCOM.

Any Updates ???