手动检查来自受信任域的用户
如何检查受信任域中的用户是否存在,然后如何检查同一用户是否未启用?
How can I check a user in a trusted domain exists and after that how can I check that the same user is not enabled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于这是在 SO 上发布的,我假设您需要一个编程解决方案。
由于您没有指定语言,我也假设 Powershell 是可以接受的。
测试用户是否存在于域中:
请参阅 这篇文章了解为什么需要 try/catch。
测试用户是否启用:
Since this was posted on SO, I will assume you want a programming solution.
Since you didn't specify a language, I will also assume that Powershell is acceptable.
Test if user exists in domain:
See this article for why this needs try/catch.
Test if user enabled: