Can ManagementScope be used to send wbem queries to Linux / MacOS clients from Windows? C# -
i'm currenty using c# , managementscope connect , run wmi queries on windows machines on network, , got work.
what wondering, , had trouble finding information about, if managementscope used run wbem queries on machines running linux / macos? if not, need connect linux / macos clients windows machine?
mainly want query return machine's operating system , running processes. on windows, can found in wmi classes win32_operatingsystem , win32_process. equivalents in linux/macos?
thanks.
wouldn't need have server first on linux machine? e.g. 1 of listed here: http://en.wikipedia.org/wiki/web-based_enterprise_management#implementations
Comments
Post a Comment