Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can ManagementScope be used to send wbem queries to Linux / MacOS clients from Windows? C#

I'm currenty using C# and ManagementScope to connect to and run WMI queries on Windows machines on my network, and got this to work.

What I was wondering, and had some trouble finding information about, was if ManagementScope could be used to run WBEM queries on machines running Linux / MacOS? If not, what would I need to do to connect to Linux / MacOS clients from a Windows machine?

Mainly I want the query to return the machine's operating system and running processes. On Windows, this can be found in the WMI classes Win32_OperatingSystem and Win32_Process. What would be the equivalents in Linux/MacOS?

Thanks.

like image 752
Avilan Avatar asked Dec 06 '25 04:12

Avilan


1 Answers

Wouldn't you need to have a server first on the Linux machine? e.g. one of those listed here: http://en.wikipedia.org/wiki/Web-Based_Enterprise_Management#Implementations

like image 87
lmz Avatar answered Dec 07 '25 20:12

lmz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!