Excel 数据与 Active Directory 的连接
我想在 excel-2007 中创建数据连接 提取 active 的结果-目录查询我的工作簿中的工作表。
我发现我可以做到这一点使用VBA,但我同意Rob 这里 应该比这更容易,只需使用“OLE DB Provider for Microsoft Directory Services”
一点谷歌搜索表明,这是我们集体知识中的一个漏洞,值得填补!
I want to create a data connection in excel-2007 that pulls the result of an active-directory query into a sheet in my workbook.
I see that I can do this with VBA but I agree with Rob here that it should be easier than that, just using "OLE DB Provider for Microsoft Directory Services"
A bit of googling suggests that this is a hole in our collective knowledge that deserves to be filled!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过 4 小时的试用 &错误,我放弃了,并在 SQL 端做了 AD 工作,使用
但这需要设置链接服务器,这违背了 DBA 最佳实践。幸运的是,就我而言,我已经拥有了一个。 ;)
After 4 hours trial & error, I gave up and did the AD stuff on the SQL-side, using
But this requires a linked server to be set up, which is against DBA best practice. Luckily in my case I had one already. ;)