简体   繁体   中英

Add property sheet in Active directory user obejct

I searched a lot in google to find a good documentation in how to add an own property sheet for an active directory user object. Some of the documentation is outdated and does not work with 64-bit systems.

What I would like to do is, to add some extra information which are not stored in the AD and needs to be gathered from other systems, so ADExplorer by sysinternals or ADSI will not help at this point. These information must be displayed within the property dialog of an AD user object. An external app is not an option.

Does anybody know a good link or maybe a good example (C++ or C# would be nice) in how to create a custom property sheet for this dialog?

在“用于Windows Server 2003 R2的Microsoft平台SDK”中,有一个C ++示例控制台项目,称为“ PropSheetHost”,它将打开Active Directory对象的属性表。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM