Displaying User Photographs in Active Directory

G

Guest

Can anyone tell me how you can store photographs in Active directory and
display them to people searching for user details iwhen they search active
directory using the built in windows search tool

Many thanks
 
L

Laura E. Hunter \(MVP\)

You would need to extend the Active Directory schema to add a new attribute:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnactdir/html/adschemaext.asp

However, I would caution against adding image files into the Active
Directory database, since they're rather large and will greatly increase the
demand on your domain controllers as they try to replicate this information
across your network. Maybe better to store that information on an intranet
site, and add a link to the employee photo rather than the photo itself.
 
J

Joe Richards [MVP]

Actually there is already an attribute in AD for a photo, it is called
thumbnailphoto.

http://msdn.microsoft.com/library/d.../en-us/adschema/adschema/a_thumbnailphoto.asp
http://support.microsoft.com/kb/q292029/

Displaying it however is another matter. Much easier to whip up a web directory
and let people use that to display the photo out of AD.


--
Joe Richards Microsoft MVP Windows Server Directory Services
www.joeware.net


You would need to extend the Active Directory schema to add a new attribute:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnactdir/html/adschemaext.asp

However, I would caution against adding image files into the Active
Directory database, since they're rather large and will greatly increase the
demand on your domain controllers as
they try to replicate this information
 

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

Top