从活动目录中获取任何用户的用户名和昵称
我想从我的活动目录中获取任何用户的昵称和用户名,我该怎么做?
I want to get the NickName and username of any users from my active directory how can i do it??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有 2 篇关于 C# 和 Active Directory 的好文章:
目录 - 查找用户
通过 C# 访问目录
如何访问 AD 的示例:
包括 System.DirectoryServices.dll 引用。
以下是您可以获取其值的其他属性的列表: IAD用户界面
Here are 2 good articles about C# and active directory:
Directory—Finding Users
Directory via C#
A sample of how to access AD:
include System.DirectoryServices.dll reference.
Here is a list of other properties which values you can get out: IADsUser Interface