Property pages : DC ok but problem on client

  • Thread starter Thread starter Emmanuel
  • Start date Start date
E

Emmanuel

Hi all,

here is the issue i have. We are implementing Active
Directory and some of the fields are not visible using
the MMC ( exemple the Employee ID..) So using MSDN, i
managed to create a new user property page. So now, when
you open "Active Directory Users and Computers" on the DC
itself, select a user and right-click on properties a new
tab is present called "Human Ressources" where you can see
the EmpID and change it.

The problem comes when you are on workstation and want
to remotely connect to the DC using the MMC
(Choose "Connect to Domain Controller") When you open a
user's property page you don't see the tab.

What should i do?
Thank for your help.
Emmanuel
 
This tabs are special dll's which are registered on your server. You must
probably install your app admin tools (don't know which app) on your
workstation to see this tab in your AD users and computers.

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), Windows MVP
(e-mail address removed)
http://ladava.com
 
You will need to copy the dll that you created that implements the property
page to any machine you want to use that property page on. Then register the
dll with regsvr32. Then you should be able to see the page.
 
Back
Top