获取 Active Directory 中 FirstName 不为空或 NULL 的 Active Directory 用户
Searcher.Filter = "(&(objectCategory=person)(objectClass=user)(!givenName=""))"
我正在使用上面的活动目录搜索过滤器来尝试获取活动目录中 FirstName 不为空或 NULL 的用户,但过滤器仍然返回空条目。
我应该在过滤器中更改什么以仅检索名字不为 NULL 或空的用户
Searcher.Filter = "(&(objectCategory=person)(objectClass=user)(!givenName=""))"
I'am using the above active directory search filter to try and get users whose FirstName in active directory is not empty or NULL but the filter still returns null entries.
What should I change in the filter to only retreive users with a first name that is not NULL or Empty
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试:
要构建过滤器,您可以在 Active-Directory MMC 中使用注册查询:
Can you try :
To build a filter you can use registered query in Active-Directory MMC :