<?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 for codesalot.com</title>
	<atom:link href="http://www.codesalot.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codesalot.com</link>
	<description>Thoughts, ponderings and technical solutions, tips and tricks about Unified Communications and Video Conferencing</description>
	<lastBuildDate>Wed, 25 Jan 2012 13:19:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Lync 2010 and Exchange Web Services/autoconfigure by AN</title>
		<link>http://www.codesalot.com/2011/lync-2010-and-exchange-web-servicesautoconfigure/comment-page-1/#comment-12856</link>
		<dc:creator>AN</dc:creator>
		<pubDate>Wed, 25 Jan 2012 13:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesalot.com/?p=260#comment-12856</guid>
		<description>Hi Tom,

So, your suggestion is, create a copy of the DNS zone domain.com in our internal DNS and create a SRV Record?

Thanks, I&#039;ll try that..</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>So, your suggestion is, create a copy of the DNS zone domain.com in our internal DNS and create a SRV Record?</p>
<p>Thanks, I&#8217;ll try that..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lync 2010 and Exchange Web Services/autoconfigure by tom</title>
		<link>http://www.codesalot.com/2011/lync-2010-and-exchange-web-servicesautoconfigure/comment-page-1/#comment-12837</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 24 Jan 2012 23:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesalot.com/?p=260#comment-12837</guid>
		<description>Ah, I see. If the clients are only internal, and you have control over internal DNS, you could try to create a split-brain DNS where you add the SRV records as their own zone in the internal DNS, like it&#039;s done in this &lt;a href=&quot;http://blogs.technet.com/b/dougl/archive/2009/06/12/communicator-automatic-configuration-and-split-brain-dns.aspx&quot; rel=&quot;nofollow&quot;&gt;post&lt;/a&gt;, only you add the SRVs for autodiscover instead of sipinternaltls.</description>
		<content:encoded><![CDATA[<p>Ah, I see. If the clients are only internal, and you have control over internal DNS, you could try to create a split-brain DNS where you add the SRV records as their own zone in the internal DNS, like it&#8217;s done in this <a href="http://blogs.technet.com/b/dougl/archive/2009/06/12/communicator-automatic-configuration-and-split-brain-dns.aspx" rel="nofollow">post</a>, only you add the SRVs for autodiscover instead of sipinternaltls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lync 2010 and Exchange Web Services/autoconfigure by AN</title>
		<link>http://www.codesalot.com/2011/lync-2010-and-exchange-web-servicesautoconfigure/comment-page-1/#comment-12834</link>
		<dc:creator>AN</dc:creator>
		<pubDate>Tue, 24 Jan 2012 22:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesalot.com/?p=260#comment-12834</guid>
		<description>Hi Tom,

Thanks, I can set the SIP domain the same as my SMTP domain, but my SMTP domain does not contains a SRV record, because my provider does not support it, that&#039;s the problem. Lync will always search in the domain.com zone and not in the domain.local zone for a SRV record. 

When I change the default SMTP Address of the user in Exchange (set as reply) to user@domain.local, then Lync will search in the domain.local zone and finds a SRV record pointing to the Exchange. In this situation EWS is working. But, i don&#039;t want to change the default SMTP address to user@domain.local...</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>Thanks, I can set the SIP domain the same as my SMTP domain, but my SMTP domain does not contains a SRV record, because my provider does not support it, that&#8217;s the problem. Lync will always search in the domain.com zone and not in the domain.local zone for a SRV record. </p>
<p>When I change the default SMTP Address of the user in Exchange (set as reply) to <a href="mailto:user@domain.local">user@domain.local</a>, then Lync will search in the domain.local zone and finds a SRV record pointing to the Exchange. In this situation EWS is working. But, i don&#8217;t want to change the default SMTP address to <a href="mailto:user@domain.local">user@domain.local</a>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lync 2010 and Exchange Web Services/autoconfigure by tom</title>
		<link>http://www.codesalot.com/2011/lync-2010-and-exchange-web-servicesautoconfigure/comment-page-1/#comment-12832</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 24 Jan 2012 21:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesalot.com/?p=260#comment-12832</guid>
		<description>Hi AN

If your SIP domain and your SMTP domain doesn&#039;t match, and the user does not have his SIP address as an SMTP alias, the outlook integration will not work automatically at all, regardless of autodiscover setup. 

What you could try to do is to set the DisableEmailComparisonCheck to $true on the users Client Policy:

&lt;code&gt;Set-CsClientPolicy -Identity RedmondClientPolicy -DisableEmailComparisonCheck $true&lt;/code&gt;

That should make the Lync client assume that the running outlook profile is the users without running the check (link to &lt;a href=&quot;http://technet.microsoft.com/en-us/library/gg398300.aspx&quot; rel=&quot;nofollow&quot;&gt;technet doc&lt;/a&gt;. Also remember to change the Policy name to one that affects the users.)

However if you are able to change the SIP address of the users to equal your SMTP domain, that would be a much better solution and also make your deployment best practice.</description>
		<content:encoded><![CDATA[<p>Hi AN</p>
<p>If your SIP domain and your SMTP domain doesn&#8217;t match, and the user does not have his SIP address as an SMTP alias, the outlook integration will not work automatically at all, regardless of autodiscover setup. </p>
<p>What you could try to do is to set the DisableEmailComparisonCheck to $true on the users Client Policy:</p>
<p><code>Set-CsClientPolicy -Identity RedmondClientPolicy -DisableEmailComparisonCheck $true</code></p>
<p>That should make the Lync client assume that the running outlook profile is the users without running the check (link to <a href="http://technet.microsoft.com/en-us/library/gg398300.aspx" rel="nofollow">technet doc</a>. Also remember to change the Policy name to one that affects the users.)</p>
<p>However if you are able to change the SIP address of the users to equal your SMTP domain, that would be a much better solution and also make your deployment best practice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lync 2010 and Exchange Web Services/autoconfigure by AN</title>
		<link>http://www.codesalot.com/2011/lync-2010-and-exchange-web-servicesautoconfigure/comment-page-1/#comment-12830</link>
		<dc:creator>AN</dc:creator>
		<pubDate>Tue, 24 Jan 2012 20:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesalot.com/?p=260#comment-12830</guid>
		<description>Hi,

Thanks for this post!

I just installed a Lync Server (not upgraded). Unfortunately, EWS is not working. The Lync Client tells me &quot;EWS not deployed&quot;. So I installed Microsoft Network Monitor and start a trace. 

I found out that the Lync Client search for a SRV record in the DNS zone of the default SMTP domain from the user. Our SMTP domain has no SRV record and we can&#039;t add them because our provider doesn&#039;t support SRV records.

Our default SIP domein is domain.local. Can I force the Lync-client to search in the zone domain.local for a SRV Record?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this post!</p>
<p>I just installed a Lync Server (not upgraded). Unfortunately, EWS is not working. The Lync Client tells me &#8220;EWS not deployed&#8221;. So I installed Microsoft Network Monitor and start a trace. </p>
<p>I found out that the Lync Client search for a SRV record in the DNS zone of the default SMTP domain from the user. Our SMTP domain has no SRV record and we can&#8217;t add them because our provider doesn&#8217;t support SRV records.</p>
<p>Our default SIP domein is domain.local. Can I force the Lync-client to search in the zone domain.local for a SRV Record?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding external contacts to the #Lync addressbook by codesalot.com » Blog Archive » Adding external contacts to the #Lync addressbook &#171; JC&#8217;s Blog-O-Gibberish</title>
		<link>http://www.codesalot.com/2012/adding-external-contacts-to-the-lync-addressbook/comment-page-1/#comment-12631</link>
		<dc:creator>codesalot.com » Blog Archive » Adding external contacts to the #Lync addressbook &#171; JC&#8217;s Blog-O-Gibberish</dc:creator>
		<pubDate>Wed, 18 Jan 2012 15:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesalot.com/?p=364#comment-12631</guid>
		<description>[...] Adding external contacts to the #Lync&#160;addressbook  Posted on January 18, 2012 by johnacook   http://www.codesalot.com/2012/adding-external-contacts-to-the-lync-addressbook/  Share this:StumbleUponDiggRedditLike this:LikeBe the first to like this [...]</description>
		<content:encoded><![CDATA[<p>[...] Adding external contacts to the #Lync&nbsp;addressbook  Posted on January 18, 2012 by johnacook   <a href="http://www.codesalot.com/2012/adding-external-contacts-to-the-lync-addressbook/" rel="nofollow">http://www.codesalot.com/2012/adding-external-contacts-to-the-lync-addressbook/</a>  Share this:StumbleUponDiggRedditLike this:LikeBe the first to like this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding external contacts to the #Lync addressbook by Lync Server and PowerShell &#8211; My favourite features, oneliners and scripts &#171; msunified.net</title>
		<link>http://www.codesalot.com/2012/adding-external-contacts-to-the-lync-addressbook/comment-page-1/#comment-12629</link>
		<dc:creator>Lync Server and PowerShell &#8211; My favourite features, oneliners and scripts &#171; msunified.net</dc:creator>
		<pubDate>Wed, 18 Jan 2012 13:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesalot.com/?p=364#comment-12629</guid>
		<description>[...] New-SipContact.ps1 [...]</description>
		<content:encoded><![CDATA[<p>[...] New-SipContact.ps1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Photos in Lync 2010 by Using Pictures from Active Directory &#124; MSitPros Blog</title>
		<link>http://www.codesalot.com/2010/photos-in-lync-2010/comment-page-1/#comment-11527</link>
		<dc:creator>Using Pictures from Active Directory &#124; MSitPros Blog</dc:creator>
		<pubDate>Wed, 14 Dec 2011 09:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesalot.com/?p=186#comment-11527</guid>
		<description>[...] in Lync: - http://www.codesalot.com/2010/photos-in-lync-2010/ - [...]</description>
		<content:encoded><![CDATA[<p>[...] in Lync: &#8211; <a href="http://www.codesalot.com/2010/photos-in-lync-2010/" rel="nofollow">http://www.codesalot.com/2010/photos-in-lync-2010/</a> &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Photos in Lync 2010 by Pictures in Active Directory Users and Computers &#124; MSitPros Blog</title>
		<link>http://www.codesalot.com/2010/photos-in-lync-2010/comment-page-1/#comment-11526</link>
		<dc:creator>Pictures in Active Directory Users and Computers &#124; MSitPros Blog</dc:creator>
		<pubDate>Wed, 14 Dec 2011 07:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesalot.com/?p=186#comment-11526</guid>
		<description>[...] Information on using pictures in Lync 2010: http://www.codesalot.com/2010/photos-in-lync-2010/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Information on using pictures in Lync 2010: <a href="http://www.codesalot.com/2010/photos-in-lync-2010/" rel="nofollow">http://www.codesalot.com/2010/photos-in-lync-2010/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Photos in Lync 2010 by Jerry Sparse</title>
		<link>http://www.codesalot.com/2010/photos-in-lync-2010/comment-page-1/#comment-9370</link>
		<dc:creator>Jerry Sparse</dc:creator>
		<pubDate>Thu, 13 Oct 2011 09:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesalot.com/?p=186#comment-9370</guid>
		<description>Hi

I just wanted to add to this article that there is also a free tool uploading pictures to Active Directory and letting you display them in Link 2010. It&#039;s reviewed on Outlook-Center: http://outlook-center.com/How-to-add-edit-manage-or-remove-Active-Directory-users-photographs/136/</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I just wanted to add to this article that there is also a free tool uploading pictures to Active Directory and letting you display them in Link 2010. It&#8217;s reviewed on Outlook-Center: <a href="http://outlook-center.com/How-to-add-edit-manage-or-remove-Active-Directory-users-photographs/136/" rel="nofollow">http://outlook-center.com/How-to-add-edit-manage-or-remove-Active-Directory-users-photographs/136/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

