Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Last Name, First Name 1

Status
Not open for further replies.

robrichardson

Programmer
Mar 14, 2001
86
GB
Does anyone know how to setup the global address list so that the individual names appear as lastname, firstname?
 
Yup. You need to change the display names for the user accounts. This is the way that I did it:


One minor point, the TechNet article says in step #13:

Set the attribute to %<sn>.%<givenName>. Make sure that you click Set.

In my case, I changed the attribute to the more common %<sn>, %<givenName>.



That should cover any new accounts as they are created. Now all you have to do is change the display name on all the old accounts. In my case, I only had about 100 or so users, so I just passed it off to my intern. :)

If you want to get fancy, it shouldn't be too difficult to write a script in .VBS that connects to ADSI and switches users users display names.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top