ManagementScope 能否用于从 Windows 向 Linux / MacOS 客户端发送 wbem 查询? C#

发布于 2024-11-06 15:10:00 字数 347 浏览 1 评论 0原文

我目前正在使用 C# 和 ManagementScope 连接到网络上的 Windows 计算机并在其上运行 WMI 查询,并使其正常工作。

我想知道并且在查找相关信息时遇到了一些麻烦,即 ManagementScope 是否可用于在运行 Linux / MacOS 的计算机上运行 WBEM 查询?如果没有,我需要做什么才能从 Windows 计算机连接到 Linux / MacOS 客户端?

主要是我希望查询返回机器的操作系统和正在运行的进程。在 Windows 上,可以在 WMI 类 Win32_OperatingSystem 和 Win32_Process 中找到它。 Linux/MacOS 中的等效项是什么?

谢谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

著墨染雨君画夕 2024-11-13 15:10:00

Linux 机器上不需要先有一个服务器吗?例如,此处列出的其中之一: http://en.wikipedia.org/wiki/Web- Based_Enterprise_Management#Implementations

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

够运 2024-11-13 15:10:00

请查看这个解决方案。我什至尝试过 这个 并且成功了。

另外,您是否拥有远程服务器(即 Linux 服务器)的管理员权限?

Please have a look at this solution. I have even tried this and it worked.

Also do you have admin rights on the remote server i.e Linux server?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文