如何使用 AD 中的 LDAP 查询从 MS Exchange Server 2010 获取 DAG 信息?
我想了解用于获取有关 Exchange Server 的更多信息的 LDAP 查询。 我有兴趣了解更多有关数据可用性组、相关统计数据和复制状态等的信息。 我知道有一些 CmdLets,但我想避免使用 PowerShell。
我想知道从 Exchange Server 的 Active Directory 获取相同信息的任何可能方法。
I wanted to know about LDAP Queries used to get more information about Exchange Server.
What I am interested in knowing more about Data Availability Groups, Statistics Regarding them and Replication Status etc.
I know there are some CmdLets but I want to avoid using PowerShell.
I want to know any possible way of getting same info from Active Directory for Exchange Server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个很酷的主意!
一切都在配置分区中:
下面的 C# 代码将检索服务器角色,应该可以帮助您入门。
角色信息来自此处。
That's a cool idea!
It's all there in the configuration partition under:
The C# code below will retrieve the server roles, and should help get you started.
The Role info comes from here.