May 4, 2018 at 7:51 am
I would like to update Thumbnails using Active directory and have no idea how to go about it
any help is appreciated..
May 4, 2018 at 10:02 am
I'm not quite clear what you mean. Are you saying that you have image files and some name/login associated with them. You want to use SSIS to import these thumbnail images into AD and somehow match them up?
Can you explain what you have for data and an example of what you'd like to see?
May 4, 2018 at 10:19 am
Steve Jones - SSC Editor - Friday, May 4, 2018 10:02 AMI'm not quite clear what you mean. Are you saying that you have image files and some name/login associated with them. You want to use SSIS to import these thumbnail images into AD and somehow match them up?Can you explain what you have for data and an example of what you'd like to see?
Along with an explanation of how SSIS fits into the picture.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
May 4, 2018 at 10:58 am
yes, I don have jpg files of images in folder and also in database with username,
I plan to create active directory account using ssis package., and If I am able iwould like to upload picture in active dorectory , so it can got to other sources like sharepoint, exchange.
May 4, 2018 at 11:11 am
A couple links to help you. Updating pictures is likely through PoSh or C#
https://blogs.msdn.microsoft.com/rakhiguha/2015/09/27/active-directory-how-to-update-user-thumbnail-photo-using-service-account/
Creating accounts could be done like this:
https://social.technet.microsoft.com/wiki/contents/articles/1293.processing-active-directory-information-in-ssis.aspx
May 4, 2018 at 12:03 pm
Thank you for quick reply. I will try that for upating picture, is there a way I can update manager field in active directory? i tried that but I got errors.
May 4, 2018 at 12:16 pm
That article shows how. If you are getting errors, we can't see them. However, this is really a PoSh/AD issues. if you are having issues, get that working from the PoSh command line. Post questions at MSDN: https://social.technet.microsoft.com/Forums/Windows/en-US/home?forum=winserverpowershell
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply