<?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>Thu, 26 Jan 2012 15:51:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Using Pictures from Active Directory &#124; MSitPros Blog</title>
		<link>http://www.arricc.net/active-directory-photos-sharepoint.php/comment-page-2#comment-106040</link>
		<dc:creator>Using Pictures from Active Directory &#124; MSitPros Blog</dc:creator>
		<pubDate>Wed, 14 Dec 2011 09:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.arricc.net/active-directory-photos-sharepoint.php#comment-106040</guid>
		<description>[...] Pictures in Sharepoint: - http://www.uccorner.com/188/sharepoint/sharepoint-2010-user-profile-pictures-two-way/ - http://www.arricc.net/active-directory-photos-sharepoint.php [...]</description>
		<content:encoded><![CDATA[<p>[...] Pictures in Sharepoint: &#8211; <a href="http://www.uccorner.com/188/sharepoint/sharepoint-2010-user-profile-pictures-two-way/" rel="nofollow">http://www.uccorner.com/188/sharepoint/sharepoint-2010-user-profile-pictures-two-way/</a> &#8211; <a href="http://www.arricc.net/active-directory-photos-sharepoint.php" rel="nofollow">http://www.arricc.net/active-directory-photos-sharepoint.php</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fizzgig</title>
		<link>http://www.arricc.net/active-directory-photos-sharepoint.php/comment-page-2#comment-102875</link>
		<dc:creator>Fizzgig</dc:creator>
		<pubDate>Wed, 14 Sep 2011 18:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.arricc.net/active-directory-photos-sharepoint.php#comment-102875</guid>
		<description>Looks about right, but if your pics are named jdoe@live.com.jpg you would also want to change tName to strip eveything after the @ sign.
tName = Left(tName, InStrRev(tName,&quot;@&quot;)-1)

Create a test user to try with and maybe put in some wscript.echo lines to make sure it looks ok before you go for your whole domain :)</description>
		<content:encoded><![CDATA[<p>Looks about right, but if your pics are named <a href="mailto:jdoe@live.com.jpg">jdoe@live.com.jpg</a> you would also want to change tName to strip eveything after the @ sign.<br />
tName = Left(tName, InStrRev(tName,&#8221;@&#8221;)-1)</p>
<p>Create a test user to try with and maybe put in some wscript.echo lines to make sure it looks ok before you go for your whole domain <img src='http://www.arricc.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.arricc.net/active-directory-photos-sharepoint.php/comment-page-2#comment-102873</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Wed, 14 Sep 2011 17:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.arricc.net/active-directory-photos-sharepoint.php#comment-102873</guid>
		<description>The existing employee pictures we have are in the format of .jpg (i.e., jdoe@live.com).  If I don&#039;t want to change the file names, I&#039;m assuming I can use the sAMAAccountName attribute instead of name. So, looking back at the vbs script to import the pictures, i have to change this part

strQuery = “;” &amp; _
“(&amp;(objectClass=person)(name=” &amp; tName &amp; “));name,adspath;subtree”

and replace &quot;name&quot; with sAMAAccountName. 

Is my assumption correct?</description>
		<content:encoded><![CDATA[<p>The existing employee pictures we have are in the format of .jpg (i.e., <a href="mailto:jdoe@live.com">jdoe@live.com</a>).  If I don&#8217;t want to change the file names, I&#8217;m assuming I can use the sAMAAccountName attribute instead of name. So, looking back at the vbs script to import the pictures, i have to change this part</p>
<p>strQuery = “;” &amp; _<br />
“(&amp;(objectClass=person)(name=” &amp; tName &amp; “));name,adspath;subtree”</p>
<p>and replace &#8220;name&#8221; with sAMAAccountName. </p>
<p>Is my assumption correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Script to import user photos into Active Directory &#124; dave.harris.net</title>
		<link>http://www.arricc.net/active-directory-photos-sharepoint.php/comment-page-1#comment-101115</link>
		<dc:creator>Script to import user photos into Active Directory &#124; dave.harris.net</dc:creator>
		<pubDate>Thu, 07 Jul 2011 11:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.arricc.net/active-directory-photos-sharepoint.php#comment-101115</guid>
		<description>[...] found a vb script here that worked very well, In fact I spotted the same script in a few [...]</description>
		<content:encoded><![CDATA[<p>[...] found a vb script here that worked very well, In fact I spotted the same script in a few [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge 's Quest For Knowledge! : Pictures/Photos in Sharepoint</title>
		<link>http://www.arricc.net/active-directory-photos-sharepoint.php/comment-page-1#comment-100748</link>
		<dc:creator>Jorge 's Quest For Knowledge! : Pictures/Photos in Sharepoint</dc:creator>
		<pubDate>Fri, 17 Jun 2011 13:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.arricc.net/active-directory-photos-sharepoint.php#comment-100748</guid>
		<description>[...] how to synchronize the pictures/photos between AD user accounts and Sharepoint user profiles Photos in Active Directory Explains how to show the pictures stored in AD in a Sharepoint webpart Configure profile [...]</description>
		<content:encoded><![CDATA[<p>[...] how to synchronize the pictures/photos between AD user accounts and Sharepoint user profiles Photos in Active Directory Explains how to show the pictures stored in AD in a Sharepoint webpart Configure profile [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

