<?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/"
		>
<channel>
	<title>Comments on: Photos in Active Directory</title>
	<atom:link href="http://www.arricc.net/active-directory-photos-sharepoint.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.arricc.net/active-directory-photos-sharepoint.php</link>
	<description>50% IT snippets that I couldn&#039;t readily find existing help on. 50% drivel.</description>
	<lastBuildDate>Wed, 24 Feb 2010 22:31:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: GT</title>
		<link>http://www.arricc.net/active-directory-photos-sharepoint.php/comment-page-1#comment-91764</link>
		<dc:creator>GT</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.arricc.net/active-directory-photos-sharepoint.php#comment-91764</guid>
		<description>For Outlook 2010 it seems that it is the thumbnailPhoto attribute that must be populated and not jpegphoto.  I just the line in the vbs that has ObjUser.Put &quot;jpegPhoto&quot; to ObjUser.Put &quot;thumbnailPhoto&quot; and it worked perfectly (with a jpeg pic).  I read somewhere else that photos must be &lt; 10 kb, but haven&#039;t tested this myself.

Thanks for the script!</description>
		<content:encoded><![CDATA[<p>For Outlook 2010 it seems that it is the thumbnailPhoto attribute that must be populated and not jpegphoto.  I just the line in the vbs that has ObjUser.Put &#8220;jpegPhoto&#8221; to ObjUser.Put &#8220;thumbnailPhoto&#8221; and it worked perfectly (with a jpeg pic).  I read somewhere else that photos must be &lt; 10 kb, but haven&#039;t tested this myself.</p>
<p>Thanks for the script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fizzgig</title>
		<link>http://www.arricc.net/active-directory-photos-sharepoint.php/comment-page-1#comment-91711</link>
		<dc:creator>Fizzgig</dc:creator>
		<pubDate>Fri, 12 Feb 2010 12:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.arricc.net/active-directory-photos-sharepoint.php#comment-91711</guid>
		<description>Hi Steve,

You have to remember that whatever pic size you use will increate the size of your AD, and also be aware of the initial hit of replication traffic to all of your DCs.

1,500 pics at 40Kb = 60,000Kb or ~58.5Mb not too much of an increase in size maybe, certainly not as much as if you were using Group Policy to deploy and app!

You can use Irfanview[1] for batch processing your images, its quite powerful.

I&#039;ve just found out that the #1 requirement of people posting on this article- photos in Outlook - is finally a feature of Outlook 2010 apparently against Exchange 2010. And, typically, it uses a different attribute. I&#039;ve not had any time to look at this and check if the byte encoding my article uses is the same, and the script could just be changed to use the thumbnailPhoto instead.

http://blogs.technet.com/ilvancri/archive/2009/11/17/upload-picture-in-outlook-2010-using-the-exchange-management-shell-exchange-2010.aspx

[1] http://www.irfanview.com/</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>You have to remember that whatever pic size you use will increate the size of your AD, and also be aware of the initial hit of replication traffic to all of your DCs.</p>
<p>1,500 pics at 40Kb = 60,000Kb or ~58.5Mb not too much of an increase in size maybe, certainly not as much as if you were using Group Policy to deploy and app!</p>
<p>You can use Irfanview[1] for batch processing your images, its quite powerful.</p>
<p>I&#8217;ve just found out that the #1 requirement of people posting on this article- photos in Outlook &#8211; is finally a feature of Outlook 2010 apparently against Exchange 2010. And, typically, it uses a different attribute. I&#8217;ve not had any time to look at this and check if the byte encoding my article uses is the same, and the script could just be changed to use the thumbnailPhoto instead.</p>
<p><a href="http://blogs.technet.com/ilvancri/archive/2009/11/17/upload-picture-in-outlook-2010-using-the-exchange-management-shell-exchange-2010.aspx" rel="nofollow">http://blogs.technet.com/ilvancri/archive/2009/11/17/upload-picture-in-outlook-2010-using-the-exchange-management-shell-exchange-2010.aspx</a></p>
<p>[1] <a href="http://www.irfanview.com/" rel="nofollow">http://www.irfanview.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Lee</title>
		<link>http://www.arricc.net/active-directory-photos-sharepoint.php/comment-page-1#comment-91710</link>
		<dc:creator>Steve Lee</dc:creator>
		<pubDate>Fri, 12 Feb 2010 11:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.arricc.net/active-directory-photos-sharepoint.php#comment-91710</guid>
		<description>Is there a recommended limit to how big the photos should be? You suggest 25kb, all my photos are 40kb, would you suggest I make them smaller? If so can anyone suggest a batch tool? I have 1500 photos :-(

You can use the trial version of the program below to view the images, it was useful when I was testing the script.
http://www.dovestones.com/products/Active_Directory_jpegPhoto.asp</description>
		<content:encoded><![CDATA[<p>Is there a recommended limit to how big the photos should be? You suggest 25kb, all my photos are 40kb, would you suggest I make them smaller? If so can anyone suggest a batch tool? I have 1500 photos <img src='http://www.arricc.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>You can use the trial version of the program below to view the images, it was useful when I was testing the script.<br />
<a href="http://www.dovestones.com/products/Active_Directory_jpegPhoto.asp" rel="nofollow">http://www.dovestones.com/products/Active_Directory_jpegPhoto.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattW</title>
		<link>http://www.arricc.net/active-directory-photos-sharepoint.php/comment-page-1#comment-91111</link>
		<dc:creator>MattW</dc:creator>
		<pubDate>Thu, 12 Nov 2009 20:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.arricc.net/active-directory-photos-sharepoint.php#comment-91111</guid>
		<description>Could someone tell me the difference between the Photo attribute in the AD Schema vs, say the jpegphoto attribute?  I keep reading that the Photo attribute is an object encoded in G3 fax format to store monochrome images, but then I&#039;ve read in other articles that people are using that attribute to import .jpeg&#039;s.   I don&#039;t understand the purpose of the attribute, and it irritates me.  Can anyone enlighten me?</description>
		<content:encoded><![CDATA[<p>Could someone tell me the difference between the Photo attribute in the AD Schema vs, say the jpegphoto attribute?  I keep reading that the Photo attribute is an object encoded in G3 fax format to store monochrome images, but then I&#8217;ve read in other articles that people are using that attribute to import .jpeg&#8217;s.   I don&#8217;t understand the purpose of the attribute, and it irritates me.  Can anyone enlighten me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Williams</title>
		<link>http://www.arricc.net/active-directory-photos-sharepoint.php/comment-page-1#comment-90885</link>
		<dc:creator>Jason Williams</dc:creator>
		<pubDate>Wed, 07 Oct 2009 14:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.arricc.net/active-directory-photos-sharepoint.php#comment-90885</guid>
		<description>It would seem that you could link the SharePoint User Photo (in the top left corner of a MySite) to the Active Directory jpegPhoto property, but I am finding that is not the case.  Anyone have any luck doing this?</description>
		<content:encoded><![CDATA[<p>It would seem that you could link the SharePoint User Photo (in the top left corner of a MySite) to the Active Directory jpegPhoto property, but I am finding that is not the case.  Anyone have any luck doing this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
