The Mono .NET framework and WMI

前端 未结 3 514
旧时难觅i
旧时难觅i 2020-12-09 22:21

We have a .NET project that uses WMI and are interested in porting it to the Mono framework.

It appears Mono does not support WMI.

Are there any libraries th

3条回答
  •  粉色の甜心
    2020-12-09 22:49

    I know you can install wmi-client on Linux (sudo apt-get install wmi-client). You should be able to query any wmi object on a Windows box from the Linux command line using this.

提交回复
热议问题