The Mono .NET framework and WMI
问题 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 that can add WMI support? Basically we would want to access a Windows server using WMI from a Linux/OS X box. 回答1: Windows Management Instrumentation is a Microsoft implementation of WBEM (Web-Based Enterprise Management). There are open-source implementations (eg openPegasus) that you might be able to use a client, but there's no telling