搜索全局目录
如果我对全局编录进行查询(我计划使用 SDS.P),起始路径应该是什么,以便我可以搜索整个 GC?
例如,我想枚举 GC 中的所有用户。 假设我的 gc 有 3 个域的用户(一个父域,两个子域):
TEST.COM
ONE.TEST.COM
TWO.TEST.COM
并且我在 ONE.TEST.COM 中的一台计算机上。我不想硬编码 DC=XXX,DC=yyy,我想在运行时确定这一点。
蒂亚! -将要
If I do a query (I plan to use SDS.P) against the global catalog, what should the starting path be so I can search the entire GC?
I want to enumerate all users in GC, for example.
Let's say my gc has users for 3 domains (one parent, two children):
TEST.COM
ONE.TEST.COM
TWO.TEST.COM
and i'm on a computer in ONE.TEST.COM. I do not want to hardcode DC=XXX,DC=yyy, I would like to determine that at runtime.
TIA!
-Will
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是查询全局目录的示例函数:
Here's an example function that queries the global catalog: