使用 C# 确定系统上 Exchange 服务器的版本
有没有办法通过 C# 检测正在运行的 Exchange Server 版本(2007 或 2010)?
Is there a way to detect which version of Exchange Server is running (2007 or 2010) via c#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有 VBScript使用 WMI 和 AD 获取域中所有 Exchange 服务器的版本。如果它不能按原样使用,您可以将此逻辑转换为适当的 .Net 类。
There is VBScript here that gets the version for all Exchange Servers in the domain using WMI and AD. You could convert this logic to the appropriate .Net classes if this is not usable as is.
您最好的选择是使用 WMI
Your best bet would be to use WMI