可以“说话”吗?到 Windows Intranet 中的服务器并提取信息? (.Net 4.0)
我正在尝试制作一个程序来提取服务器场中的操作系统、IP、服务器名称、网站、数据库等数据。是否有一个 .Net 库允许您连接到服务器并通过正确的身份验证获取此类信息?我真的不知道从哪里开始,谢谢。
大多数服务器都是 2003 标准/企业版 x86 和 x64。
I am attempting to make a program that will pull data such as OS, IP, Server Name, Websites, Databases, etc. in a server farm. Is there a .Net library that allows you to connect to servers and get information such as this with the proper authentication? I do not really know where to start, thank you.
Most of the servers are 2003 standard/enterprise both x86 and x64.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,它的名称为 WMI(Windows 管理和检测)。以下是在 .网。
Yes it's called WMI (Windows management and instrumentation). Here is a link to use WMI in .net.
您是否需要事先知道服务器名称或 IP 地址才能连接到服务器以获取其余信息?
Won't you need to know the server name or IP address before hand to connect to the server to get the rest of the info?