通过C#代码列出AD中用户的所有属性

时间:2012-02-15 15:57:04

标签: c# active-directory

假设我的Windows登录用户名是“test”。我想列出所有属性,如“cn”和“samaccountname”等。

C#代码可以吗? 感谢。

1 个答案:

答案 0 :(得分:0)

您可以使用System.DirectoryServices命名空间来执行您想要的操作。 Codeproject has more information关于你能做什么。