<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Importing User pictures from Active Directory to MOSS 2007</title>
	<atom:link href="http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/</link>
	<description>Stories from a SharePoint Engineer that isn&#039;t afraid of Visual Studio.</description>
	<lastBuildDate>Tue, 16 Mar 2010 02:39:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stinchcomb1676@gmail.com</title>
		<link>http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3870</link>
		<dc:creator>Stinchcomb1676@gmail.com</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3870</guid>
		<description>Howdy. 1st I desire to say that I genuinely like your blog, just discovered it last week but I&#039;ve been reading it ever since then. 

I seem to be to agree with most of your thinkings and opinions and this submit is no exception. I fully 

Thank you to get a good blog and I hope you retain up the beneficial operate. If you do I will carry on to checked out it. 

Possess a fantastic evening.</description>
		<content:encoded><![CDATA[<p>Howdy. 1st I desire to say that I genuinely like your blog, just discovered it last week but I&#8217;ve been reading it ever since then. </p>
<p>I seem to be to agree with most of your thinkings and opinions and this submit is no exception. I fully </p>
<p>Thank you to get a good blog and I hope you retain up the beneficial operate. If you do I will carry on to checked out it. </p>
<p>Possess a fantastic evening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed Kharboush</title>
		<link>http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3850</link>
		<dc:creator>Mohammed Kharboush</dc:creator>
		<pubDate>Mon, 01 Mar 2010 07:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3850</guid>
		<description>Hi All,

I put the pictures into the images folder under Layouts, and I used one of the AD attributes to store the employee picture path in the form of http://mossSite/_layouts/Images/Employee.Png  , and its work fine for me after I did a full import of the users profile.

Thanks for your nice article :)</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I put the pictures into the images folder under Layouts, and I used one of the AD attributes to store the employee picture path in the form of <a href="http://mossSite/_layouts/Images/Employee.Png" rel="nofollow">http://mossSite/_layouts/Images/Employee.Png</a>  , and its work fine for me after I did a full import of the users profile.</p>
<p>Thanks for your nice article <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3846</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Fri, 26 Feb 2010 18:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3846</guid>
		<description>how do I get the pictures from the AD attribute thumbnailphoto  into a Picture library ?</description>
		<content:encoded><![CDATA[<p>how do I get the pictures from the AD attribute thumbnailphoto  into a Picture library ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose M. Tamez</title>
		<link>http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3845</link>
		<dc:creator>Jose M. Tamez</dc:creator>
		<pubDate>Fri, 26 Feb 2010 18:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3845</guid>
		<description>You can put those User Profile pictures anywhere but the ideal location is in a picture library. You then change the URL to point to the library for those pictures in AD. You need to install Gary LaPointe stsadm commands and use the following:

stsadm -o gl-setpictureurl -path &quot;http://intranet/hr/EmployeePictures/$(username).jpg&quot; -overwrite

Do a User Profile full import and they will show up on My Sites, assuming you have your pictures saved with windows account username.jpg. Then run an incremental crawl to see them in your peopleresults.aspx page. Good Luck!</description>
		<content:encoded><![CDATA[<p>You can put those User Profile pictures anywhere but the ideal location is in a picture library. You then change the URL to point to the library for those pictures in AD. You need to install Gary LaPointe stsadm commands and use the following:</p>
<p>stsadm -o gl-setpictureurl -path &#8220;http://intranet/hr/EmployeePictures/$(username).jpg&#8221; -overwrite</p>
<p>Do a User Profile full import and they will show up on My Sites, assuming you have your pictures saved with windows account username.jpg. Then run an incremental crawl to see them in your peopleresults.aspx page. Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3842</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Tue, 23 Feb 2010 22:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3842</guid>
		<description>Hello Guys.

Has anybody been sucessfull in importing the AD attribute thumbnailphoto which contains the user&#039;s photo into MySite ?

I need guidance on this. thanks in advance</description>
		<content:encoded><![CDATA[<p>Hello Guys.</p>
<p>Has anybody been sucessfull in importing the AD attribute thumbnailphoto which contains the user&#8217;s photo into MySite ?</p>
<p>I need guidance on this. thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3804</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 27 Jan 2010 12:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3804</guid>
		<description>This sounds fine but how do you get the URL&#039;s into Active Direcory in the first place. I have the photos in the PhotoJpg field in AD but it stores it in an Octet Stream and I have no way of getting it back to the sharepoint profile</description>
		<content:encoded><![CDATA[<p>This sounds fine but how do you get the URL&#8217;s into Active Direcory in the first place. I have the photos in the PhotoJpg field in AD but it stores it in an Octet Stream and I have no way of getting it back to the sharepoint profile</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ÁghyBlog &#187; links for 2009-06-08</title>
		<link>http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3791</link>
		<dc:creator>ÁghyBlog &#187; links for 2009-06-08</dc:creator>
		<pubDate>Fri, 15 Jan 2010 00:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3791</guid>
		<description>[...] Importing User pictures from Active Directory to MOSS 2007 (tags: sharepoint2007 ActiveDirectory administration howto) [...]</description>
		<content:encoded><![CDATA[<p>[...] Importing User pictures from Active Directory to MOSS 2007 (tags: sharepoint2007 ActiveDirectory administration howto) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valrie Benack</title>
		<link>http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3742</link>
		<dc:creator>Valrie Benack</dc:creator>
		<pubDate>Tue, 22 Dec 2009 20:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3742</guid>
		<description>You must know, your post goes to the center of the issue. Your lucidity leaves me wanting to know more. Just so you know, i will  immediately grab your feed to keep up to date with your website. Sounding Out thanks is simply my little way of saying bravo for a wonderful resource. Accept my nicest wishes for your inflowing article.</description>
		<content:encoded><![CDATA[<p>You must know, your post goes to the center of the issue. Your lucidity leaves me wanting to know more. Just so you know, i will  immediately grab your feed to keep up to date with your website. Sounding Out thanks is simply my little way of saying bravo for a wonderful resource. Accept my nicest wishes for your inflowing article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint Development Blog by Jeremy Thake in Perth, Australia - My Site Creation Timeouts and managing MOSS's mess</title>
		<link>http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3700</link>
		<dc:creator>SharePoint Development Blog by Jeremy Thake in Perth, Australia - My Site Creation Timeouts and managing MOSS's mess</dc:creator>
		<pubDate>Sat, 21 Nov 2009 09:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3700</guid>
		<description>[...] the bright side, I found a nice little article on storing profile pictures in Active Directory so that when they do create their MySite it takes [...]</description>
		<content:encoded><![CDATA[<p>[...] the bright side, I found a nice little article on storing profile pictures in Active Directory so that when they do create their MySite it takes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalie</title>
		<link>http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3662</link>
		<dc:creator>Natalie</dc:creator>
		<pubDate>Thu, 08 Oct 2009 23:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/#comment-3662</guid>
		<description>I&#039;m not able to get this to work.  We&#039;ve added the photos to a location on our SharePoint site, added the link in the attributes for the AD and followed the steps to map the picture.  The link shows up if I view the profile properties for the users in shared services, but the photos do not show up on the profile pages.  Suggestions?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not able to get this to work.  We&#8217;ve added the photos to a location on our SharePoint site, added the link in the attributes for the AD and followed the steps to map the picture.  The link shows up if I view the profile properties for the users in shared services, but the photos do not show up on the profile pages.  Suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
