使用 S.DS.ActiveDirectory 命名空间枚举 OU 属性
我想使用类似于 S.DS.AccountManagement
的内容检索组织单位的所有属性。
由于 S.DS.Accountmanagement
仅适用于用户和组,在这种情况下是否可以使用 S.DS.ActiveDirectory
命名空间?我还没有找到很多使用 S.DS.ActiveDirectory
的示例。
I want to retrieve all the properties of an organizational unit with something similar to S.DS.AccountManagement
.
Since S.DS.Accountmanagement
is only for users and groups, is it possible to use the S.DS.ActiveDirectory
namespace in this case? I have not found many examples using S.DS.ActiveDirectory
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
然后你可以检查你的属性,例如:
then you can check your properties for example :