使用 C# 列出 Windows 用户帐户
我必须列出所有用户(本地系统和域)。我尝试使用 WQL,但程序运行需要很长时间。还有其他方法可以从注册表中获取它吗?任何帮助将不胜感激。
I have to list all users (both local system and domain). I tried using WQL but it takes a lot of time for the program to run. Is there any other way to get it from registry? Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载示例应用程序:列出 AD 用户的示例应用程序
来源: 跟进 – 列表活跃目录用户 – 这次是 C#
Download sample application : Sample Application to List AD Users
Source : Follow Up – List active directory users – This time in C#