how I can add Employee ID and display it in AD

  • Thread starter Thread starter Sudeep Batra
  • Start date Start date
S

Sudeep Batra

Hi all,

Can some suggest how I can add Employee ID and display it in the AD.



Sudeep
 
Sudeep said:
Hi all,

Can some suggest how I can add Employee ID and display it in the AD.

You can use any of existing attributes of user objects which are not
used in Your organisation or one of extendedattributes.

What You mean by "display it in AD" ?
 
AD already has a user attribute called employeeID. It's not exposed in the
GUI but you can view and change it with ldp or ADSI Edit. If you want to
extend AD Users & Computers to show this attribute you need some hefty
programming skills. What might be easier is creating a web application that
returns the values instead. Have a read of this for details on extending the
GUI.
http://msdn.microsoft.com/library/d...ive_directory_users_and_computers_snap_in.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top