ADUC Dialog
Well I promised that I would show the work that has been done with the ADUC (Active Directory Users and Computers).
I have heard so many times how difficult it is to add a new tab to an Active Directory objects Dialog box in the ADUC MMC. To tell you the truth IT IS DIFFICULT, however using .net (yes that's right .NET and VB.NET actually) it is now possible to extend the ADUC dialog to add tabs as you see fit.
With in these tabs you can add which ever .net Controls that you like and do what ever you want to with these controls. Think of it as a User Control (In Windows Forms), the reason being is because it is actually a user control ;) and YES this DOES mean you can eventually see the Employee ID if you want to or even the full DN of the object. You can DO ANYTHING your programming knowledge allows you to ;)
Below is a screen shot of the "test tab" that was created using this code:
