<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Confused Amused</title>
	<atom:link href="http://www.confusedamused.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.confusedamused.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 02:58:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Migrating OCS conference directories to Lync the hard way</title>
		<link>http://www.confusedamused.com/notebook/migrating-ocs-conference-directories-to-lync-the-hard-way/</link>
		<comments>http://www.confusedamused.com/notebook/migrating-ocs-conference-directories-to-lync-the-hard-way/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 02:58:20 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Lync Server 2010]]></category>
		<category><![CDATA[Office Communications Server 2007 R2]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[dbimpexp]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[lync]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[pool]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/?p=1198</guid>
		<description><![CDATA[A few evenings ago I ran into a scenario where moving a conference directory from OCS to Lync failed, and the conference directory ended up in this limbo state where it wasn&#8217;t on Lync, I couldn&#8217;t move it back to OCS, and the conferencing attendant wouldn&#8217;t recognize any PSTNs IDs which were part of the [...]]]></description>
			<content:encoded><![CDATA[<p>A few evenings ago I ran into a scenario where moving a conference directory from OCS to Lync failed, and the conference directory ended up in this limbo state where it wasn&#8217;t on Lync, I couldn&#8217;t move it back to OCS, and the conferencing attendant wouldn&#8217;t recognize any PSTNs IDs which were part of the directory. Not a great scenario.</p>

<p>After running Move-CsConferenceDirectory I could verify the move was in progress, but it never completed. The status would show it was trying to move, and OCS eventually started throwing errors that it no longer had a conference directory, but it never fully made it to Lync. The TargetServerIfMoving parameter stayed populated:</p>

<p><pre><code>Get-CsConferenceDirectory -Identity 5
Identity: 5
ServiceId: UserServer:OCSPOOL.ptown.local
TargetServerIfMoving: UserServer:LYNCPOOL.ptown.local</pre></code></p>

<p>Trying to run Move-CsConferenceDirectory again would consistently fail with the following errors:</p>

<blockquote>WARNING: Move operation failed for conference directory with ID "5". Cannot
perform a rollback because data migration might have already started. Retry the
 operation.<br />
WARNING: Before using the -Force parameter, ensure that you have exported the
conference directory data using DBImpExp.exe and imported the data on the
target pool. Refer to the DBImpExp-Readme.htm file for more information.<br />
Exception from HRESULT: 0xC3EE7950, Microsoft.Rtc.Management.ConferenceDirectoryCmdlets.MoveConferenceDirectoryCmdlet</blockquote>

<p>In the end I needed to export the data from the OCS directory via DbImpExp, force the directory to move, and then import the data. Not the cleanest route, but it works. The order is important, so be patient.</p>

<p>On the OCS pool and database export the conference directory data:</p>

<p><pre><code>DbImpExp.exe /hrxmlfile:C:\Temp\OCSDirectory5.xml /SQLServer:OCS-SQL.ptown.local /restype:confdir</pre></code></p>

<p>Only once you're positive you have a good export (Read: opened the file and checked!), and made a copy of it you can force the Move-CsConferenceDirectory operation:</p>

<p><pre><code>Move-CsConferenceDirectory 5 -TargetPool LYNCPOOL.ptown.local -Force</pre></code></p>

<p>Congrats. You've moved the directory to Lync, but it's empty. Copy the .xml export file to a FE in the Lync pool. On the Lync pool and database import the directory data while specifying the conference directory ID to recover the old data:</p>

<p><pre><code>DbImpExp.exe /import /hrxmlfile:C:\Temp\OCSDirectory5.xml /SQLServer:LYNC-SQL.ptown.local /restype:confdir /dirid:5</pre></code></p>

<p>At this point I could see the directory was no longer moving because TargetServerIfMoving was empty, and the conference attendant was now recognizing PSTN IDs which had been created against this directory.</p>

<p><pre><code>Get-CsConferenceDirectory -Identity 5
Identity: 5
ServiceId: UserServer:LYNCPOOL.ptown.local
TargetServerIfMoving: </pre></code></p>

<p>Again, this is a good reason to always do a DbImpExp.exe dump before moving directories or databases around. Those .XML files can save your skin!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/migrating-ocs-conference-directories-to-lync-the-hard-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lync Mobile on a Windows Phone 7 Emulator</title>
		<link>http://www.confusedamused.com/notebook/lync-mobile-on-a-windows-phone-7-emulator/</link>
		<comments>http://www.confusedamused.com/notebook/lync-mobile-on-a-windows-phone-7-emulator/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 05:02:03 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Lync Server 2010]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[lync]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/?p=1179</guid>
		<description><![CDATA[Looking to try out Lync Mobile on Windows Phone 7, but don&#8217;t have a Windows Phone? That was my scenario when I needed to troubleshoot a sign-in issue specific to WP7. I figured it would be as easy as firing up the WP7 emulator, but there are a few roadblocks here such as the fact [...]]]></description>
			<content:encoded><![CDATA[<p>Looking to try out Lync Mobile on Windows Phone 7, but don&#8217;t have a Windows Phone? That was my scenario when I needed to troubleshoot a sign-in issue specific to WP7. I figured it would be as easy as firing up the WP7 emulator, but there are a few roadblocks here such as the fact that a WP7 emulator exists, but you can&#8217;t access the Marketplace in it. There are some workarounds for that, but even if manage you launch the Marketplace you can&#8217;t actually sign in with a Live ID to download anything.</p>

<p>So, Phone7Market to the rescue. This freebie application allows you to download an app from the Marketplace and load it into the emulator. The first thing you&#8217;ll need is the Windows Phone 7 emulator so start by downloading and installing the <a href="http://www.microsoft.com/download/en/details.aspx?id=27570">Windows Phone 7 SDK</a> from Microsoft.</p>

<p>Now that you have the SDK installed you can launch the emulator, but as you can see there&#8217;s not much you can do with it out of the box:</p>

<p><a href="http://www.confusedamused.com/wp-content/pictures/2012/01/wp7-a.png"><img src="http://www.confusedamused.com/wp-content/pictures/2012/01/wp7-a-159x300.png" alt="" title="wp7--a" width="159" height="300" class="alignnone size-medium wp-image-1184" /></a></p>

<p>Next you&#8217;ll need to download and install the <a href="http://ried.cl/mobile/wp7desktopmarketplace.html">Phone7Market</a> application in order to load Lync Mobile. </p>

<p>After installing, open the Phone7Market program and search for Lync.</p>

<p><a href="http://www.confusedamused.com/wp-content/pictures/2012/01/phone7markett-1.png"><img src="http://www.confusedamused.com/wp-content/pictures/2012/01/phone7markett-1-e1325703739983.png" alt="" title="phone7markett-1" width="500" height="240" class="alignnone size-full wp-image-1181" /></a></p>

<p>Right-click the Lync 2010 result, select Quick actions, and select Deploy to Emulator.</p>

<p><a href="http://www.confusedamused.com/wp-content/pictures/2012/01/phone7market-21.png"><img src="http://www.confusedamused.com/wp-content/pictures/2012/01/phone7market-21-e1325703840961.png" alt="" title="phone7market-2" width="498" height="184" class="alignnone size-full wp-image-1191" /></a></p>

<p>This should launch your WP7 emulator and you&#8217;ll see the Lync 2010 application loaded for you:</p>

<p><a href="http://www.confusedamused.com/wp-content/pictures/2012/01/wp7.png"><img src="http://www.confusedamused.com/wp-content/pictures/2012/01/wp7-e1325703884295.png" alt="" title="wp7" width="300" height="500" class="alignnone size-full wp-image-1182" /></a></p>

<p>Tip: Press Page Up once to enable keyboard entry from the host PC. You should be able to sign-in successfully:</p>

<p><a href="http://www.confusedamused.com/wp-content/pictures/2012/01/wp7-2.png"><img src="http://www.confusedamused.com/wp-content/pictures/2012/01/wp7-2-e1325703915521.png" alt="" title="wp7-2" width="300" height="500" class="alignnone size-full wp-image-1183" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/lync-mobile-on-a-windows-phone-7-emulator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lync Mobile Clients and TMG Server Farms</title>
		<link>http://www.confusedamused.com/notebook/lync-mobile-clients-and-tmg-server-farms/</link>
		<comments>http://www.confusedamused.com/notebook/lync-mobile-clients-and-tmg-server-farms/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 17:17:03 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Forefront Threat Management Gateway]]></category>
		<category><![CDATA[Lync Server 2010]]></category>
		<category><![CDATA[fe]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[lync]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[tmg]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/?p=1173</guid>
		<description><![CDATA[Quick update here for those of you publishing Lync web services with TMG and having trouble with mobile clients:

If you&#8217;re following the Mobility load balancing requirements you&#8217;ll find that cookie-based persistence is recommended in order to ensure the clients are always directed to the same Front-End server and session. This isn&#8217;t an issue for a [...]]]></description>
			<content:encoded><![CDATA[<p>Quick update here for those of you publishing Lync web services with TMG and having trouble with mobile clients:</p>

<p>If you&#8217;re following the Mobility load balancing requirements you&#8217;ll find that cookie-based persistence is recommended in order to ensure the clients are always directed to the same Front-End server and session. This isn&#8217;t an issue for a single FE, but once you start publishing a farm of FEs within TMG you&#8217;ll notice the Lync mobile clients can&#8217;t sign in. Android clients can for some reason, but WP7 and iPhone cannot. </p>

<p>The issue you&#8217;ll face is that while TMG offers you cookie persistence when publishing a web farm, it really only works when the web listener is enabled for forms-based authentication. Since the Lync Web Services cannot be published via FBA the cookie never gets inserted. The end result is that TMG will now round-robin requests between the published farm members and the mobile clients will never sign in due to a ping-pong behavior. You can verify this behavior by draining all Front-End servers from the farm except for one and you&#8217;ll see the clients can now sign in.</p>

<p>For a small deployment where a single FE can handle your entire user load I recommend switching your TMG persistence to source IP. All requests will hit a single FE, but the mobile clients can now maintain their session. And if an FE fails TMG will then fail over to the next server in the farm automatically. For the folks where multiple FEs are used more for capacity reasons you&#8217;ll need to use something other than TMG for publishing Lync going forward. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/lync-mobile-clients-and-tmg-server-farms/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Lync Topology Builder error: &#8220;The directory name is invalid&#8221;</title>
		<link>http://www.confusedamused.com/notebook/lync-topology-builder-error-the-directory-name-is-invalid/</link>
		<comments>http://www.confusedamused.com/notebook/lync-topology-builder-error-the-directory-name-is-invalid/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 06:44:17 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Lync Server 2010]]></category>
		<category><![CDATA[lync]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[topology]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/?p=1161</guid>
		<description><![CDATA[Earlier this week I had a project where we were moving the back-end Lync database from a standalone SQL to a clustered instance (pilot to production for Enterprise Voice!), but we ran into an error I haven&#8217;t hit before when trying to add the new SQL store to the topology &#8211; Topology Builder was failing [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this week I had a project where we were moving the back-end Lync database from a standalone SQL to a clustered instance (pilot to production for Enterprise Voice!), but we ran into an error I haven&#8217;t hit before when trying to add the new SQL store to the topology &#8211; Topology Builder was failing on the enabling topology step with the error &#8220;The directory name is invalid.&#8221; As a result the databases and permissions were not even being populated in the new instance.</p>

<p>We checked the usual suspects: firewalls, permissions, etc with no luck. In the end we just used a different machine that had Topology Builder installed and the same topology file published OK. After doing some more research it seems this is a very generic SQL error that can typically be resolved with a reboot (of the server trying to talk to the SQL instance). So if you hit this error I would suggest just using a different machine, or restart the one you&#8217;re using.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/lync-topology-builder-error-the-directory-name-is-invalid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk-Uploads of Lync Phone Edition Updates</title>
		<link>http://www.confusedamused.com/notebook/bulk-uploads-of-lync-phone-edition-updates/</link>
		<comments>http://www.confusedamused.com/notebook/bulk-uploads-of-lync-phone-edition-updates/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 23:54:53 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Lync Server 2010]]></category>
		<category><![CDATA[cab]]></category>
		<category><![CDATA[lync]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/?p=1147</guid>
		<description><![CDATA[For environments with only a few Front-End pools applying device updates is a fairly simple process. You run the Import-CsDeviceUpdate cmdlet a few times to cover each phone vendor and you&#8217;re done, but I&#8217;ve found that once you have a number of pools to update this process becomes incredibly tedious. In order to expedite this [...]]]></description>
			<content:encoded><![CDATA[<p>For environments with only a few Front-End pools applying device updates is a fairly simple process. You run the Import-CsDeviceUpdate cmdlet a few times to cover each phone vendor and you&#8217;re done, but I&#8217;ve found that once you have a number of pools to update this process becomes incredibly tedious. In order to expedite this I&#8217;ve created a simple little PowerShell script which will search the environment for all Front-End pools and upload all the .cab files to each FE. </p>

<p>You can copy this text and save it as a .ps1 file on your Lync server.</p>

<pre><code>Get-CsService -WebServer | Select PoolFQDN | ForEach {
    Import-CsDeviceUpdate -Identity ('WebServer:' + $_.PoolFQDN) -FileName Aastra.cab
    Import-CsDeviceUpdate -Identity ('WebServer:' + $_.PoolFQDN) -FileName HP.cab
    Import-CsDeviceUpdate -Identity ('WebServer:' + $_.PoolFQDN) -FileName Polycom.cab
    Import-CsDeviceUpdate -Identity ('WebServer:' + $_.PoolFQDN) -FileName Tanjay.cab
}</code></pre>

<p>The only actions required from the admin are:</p>

<p><ol>
<li>Download each of the Lync Phone Edition packages.</li>
<li>Extract each UCUpdates.cab files to a single common folder. Rename them as follows: Aastra.cab, HP.cab, Polycom.cab, Tanjay.cab</li>
<li>Open the Lync Management Shell, and CD into the folder where the .cab files were extracted.</li>
<li>Launch the script.</li>
<ol></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/bulk-uploads-of-lync-phone-edition-updates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linksys E4200 and Apple AirPlay</title>
		<link>http://www.confusedamused.com/notebook/linksys-e4200-and-apple-airplay/</link>
		<comments>http://www.confusedamused.com/notebook/linksys-e4200-and-apple-airplay/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 04:47:11 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/?p=1144</guid>
		<description><![CDATA[Not Microsoft related, but I wanted to point out the Linksys E4200 is something to avoid for anyone who uses Apple AirPlay. Bought one a few weeks ago and updated to the latest firmware they offered. Any time I tried to stream audio to more than 2 devices via AirPlay the router would die and [...]]]></description>
			<content:encoded><![CDATA[<p>Not Microsoft related, but I wanted to point out the Linksys E4200 is something to avoid for anyone who uses Apple AirPlay. Bought one a few weeks ago and updated to the latest firmware they offered. Any time I tried to stream audio to more than 2 devices via AirPlay the router would die and need a power cycling. All other features were fine, but I could consistently crash it by trying to stream to a 3rd AirPlay device. It would go totally unresponsive &#8211; wouldn&#8217;t even reply to a ping from a device physically plugged into it. The AirPlay streaming to my AppleTV was also really choppy and unreliable. </p>

<p>Replaced it tonight with a Belkin N750 and everything seems well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/linksys-e4200-and-apple-airplay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s About Time</title>
		<link>http://www.confusedamused.com/notebook/its-about-time/</link>
		<comments>http://www.confusedamused.com/notebook/its-about-time/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 18:36:32 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Lync Server 2010]]></category>
		<category><![CDATA[av]]></category>
		<category><![CDATA[lync]]></category>
		<category><![CDATA[mras]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/?p=1135</guid>
		<description><![CDATA[My latest joy was tracking down a Lync problem where users on just a single pool were seeing the &#8220;Limited External Calling&#8221; error in their client after signing in. This had been working previously and no changes to the firewalls, certificates, DNS, or servers had taken place. All the usual stuff checked out OK and [...]]]></description>
			<content:encoded><![CDATA[<p>My latest joy was tracking down a Lync problem where users on just a single pool were seeing the &#8220;Limited External Calling&#8221; error in their client after signing in. This had been working previously and no changes to the firewalls, certificates, DNS, or servers had taken place. All the usual stuff checked out OK and the logging traces on the client actually looked pretty clean. We saw no errors on the server and all other functionality seemed just fine.</p>

<p>After digging through the server-side traces I finally noticed a few diagnostic messages appearing periodically while looking for MRAS issues (some portions snipped for readability):</p>

<blockquote>
<b>LogType</b>: diagnostic<br />
<b>Severity</b>: error<br />
<b>Text</b>: Message expired in the outbound queue before it could be sent<br />
<b>SIP-Start-Line</b>: SERVICE sip:&lt;Edge Internal Pool Name&gt;:5062;grid SIP/2.0<br />
<b>Peer</b>: &lt;Edge Internal Pool Name&gt;:5062<br />
</blockquote>

<blockquote>
<b>LogType</b>: diagnostic<br />
<b>Severity</b>: warning<br />
<b>Text</b>: Message or one of its headers caused SIP transaction processing error<br />
<b>Result-Code</b>: 0xc3e93f5b SIPPROXY_E_TRANSACTION_TIMEOUT<br />
<b>Data</b>: Transaction Time-out: Type [2] Method [0x40] Call-Id [7d8d76435a474b568f430436e49cfcfd\n] RUri[sip:&lt;SIP URI&gt;;opaque=user:epid:uZWEVFe3nFqIKFtM_NzmFwAA;gruu] From[&lt;SIP URI&gt;;tag=8E780080] To[&lt;SIP URI&gt;;tag=af1b73d16f]
</blockquote>

<p>The timeout and expiry messages finally clued me in on the real problem &#8211; it turned out the timezone on this server had been flipped incorrectly by an automated process.</p>

<p>After correcting the clock settings and restarting the FE services we found the A/V authentication working properly again. So if everything else looks correct, it may come down to the basics &#8211; make sure your clock is set properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/its-about-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving the Lync RtcReplicaRoot Folder Drive</title>
		<link>http://www.confusedamused.com/notebook/moving-the-lync-rtcreplicaroot-folder-drive/</link>
		<comments>http://www.confusedamused.com/notebook/moving-the-lync-rtcreplicaroot-folder-drive/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 03:28:01 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Lync Server 2010]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[lync]]></category>
		<category><![CDATA[replica]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/?p=1123</guid>
		<description><![CDATA[A fairly frustrating item in any Lync deployment is the fact that you cannot control what drive the Replica service creates its folder and file share on. There is no way to control this during the Lync installation and it seems fairly random as far as I can tell. 

In many instances a Lync server [...]]]></description>
			<content:encoded><![CDATA[<p>A fairly frustrating item in any Lync deployment is the fact that you cannot control what drive the Replica service creates its folder and file share on. There is no way to control this during the Lync installation and it seems fairly random as far as I can tell. </p>

<p>In many instances a Lync server will only have a single disk so this isn&#8217;t a big issue, but if you are collocating a Monitoring or Archiving role on a SQL cluster node you can run into some serious problems. Since the drive selection is random, you may find the RtcReplicaRoot folder created on a shared cluster disk. This works fine when that node is active, but as soon as the cluster fails over that drive letter becomes inaccessible and the replica&#8217;s topology is out-of-date.</p>

<p>In a scenario where you find the folder on the wrong drive you can move it, but it does require a few manual steps. Much of this is a combination of a <a href="http://social.technet.microsoft.com/Forums/en-US/ocspresenceim/thread/46991235-7d15-4cb2-9bf4-845d244f5847/">Technet forum thread</a> and my own experience, but here is the process which worked for me:</p>

<ol>
<li>Stop the Replica service on the node you are changing.</li>
<li>Open a command prompt (As Administrator) and use this command to move the content:<br /><pre><code>xcopy &lt;Old Drive&gt;\RtcReplicaRoot &lt;New Drive&gt;\RtcReplicaRoot /O /X /E /T /H /K</code></pre></li>
<li>Manually unshare the old folder. It does not show in the Computer Management shares snap-in, so you should check the folder properties directly and unshare from there.</li>
<li>Take ownership of the old xds-replica folder inside of the old RtcReplicaRoot folder.</li>
<li>Delete the old RtcReplicaRoot folder.</li>
<li>Share the new xds-replica folder inside of the new RtcReplicaRoot folder.</li>
<li>Grant Network Service full control of this share.</li>
<li>Grant (Local)\RTC Local Config Replicator full control of this share.</li>
<li>Open Regedit and navigate to HKLM\System\CurrentControlSet\Services\REPLICA</li>
<li>Modify the drive letter referenced in the ImagePath value to point to the new drive. </li>
<li>Start the replica service.</li>
<li>Open the Lync ManagementShell and run:<br /><pre><code>Invoke-CsManagementStoreReplication -ReplicaFQDN &lt;Server FQDN&gt;</code></pre></li>
<li>Restart the Replica service once more and verify your topology status is up-to-date.</li>
</ol>

<p>Hope this helps. Pretty sure this falls in the unsupported section since this is not documented anywhere.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/moving-the-lync-rtcreplicaroot-folder-drive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ExtraTeam is hiring a Microsoft UC Engineer</title>
		<link>http://www.confusedamused.com/notebook/extrateam-is-hiring-a-microsoft-uc-engineer/</link>
		<comments>http://www.confusedamused.com/notebook/extrateam-is-hiring-a-microsoft-uc-engineer/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 15:19:11 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Exchange Server 2010]]></category>
		<category><![CDATA[Lync Server 2010]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[lync]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/?p=1107</guid>
		<description><![CDATA[Sorry for the off topic post, but my company is growing and looking to add another Microsoft UC Consultant to the team. Please reach out to jobs&#8230;at&#8230;extrateam.com if interested. The full job posting is below.

Microsoft Unified Communications Consultant @ ExtraTeam
We tend to assume success, and for good reason. We&#8217;ve built a bleeding edge technology organization [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry for the off topic post, but my company is growing and looking to add another Microsoft UC Consultant to the team. Please reach out to jobs&#8230;at&#8230;extrateam.com if interested. The full job posting is below.</p>

<p><b>Microsoft Unified Communications Consultant @ ExtraTeam</b><br />
We tend to assume success, and for good reason. We&#8217;ve built a bleeding edge technology organization from the ground up. Each and every day we receive validation on our immense value to the world in strategizing and deploying the best of the best technology solutions. Our Microsoft practice has more than doubled over the past year and we continue to expand at a breath-taking pace. You will be joining the top Microsoft consulting team in the Bay Area; our team consists of Microsoft Certified Masters, MVP&#8217;s, and published authors.</p>

<p>This is high-performanceville and we just can&#8217;t wait to have you here.</p>

<p>Standard description to an exceptional opportunity:</p>

<p>This is a fast moving job where you will be working on all the latest technology from Microsoft.</p>

<p>Typical projects you will be working on include designing, deploying and maintaining;</p>

<ul>
<li>Exchange 2010 including Unified Messaging</li>
<li>Lync 2010 with full voice and video integration</li>
</ul>

<p>Job Responsibilities:</p>

<ul>
<li>Designing: Work closely with our customers to assess their needs and design appropriate solutions as well as being an evangelist for ExtraTeam.</li>
<li>Implementing: You will be part of a high level team responsible for meeting our customers&#8217; implementation, configuration, installation and management needs.</li>
<li>Troubleshooting: Work closely with customers to resolve networking problems across a wide range of technologies.</li>
<li>Documenting: Ensure high quality technical documents are produced quickly and accurately.</li>
</ul>

<p>Our customer base is a very diverse mix including many household names, defense contractors, retail giants, leading pharmaceuticals as well as local government and education.</p>

<p>Although technical expertise is key, your attitude and aptitude will be far more important. We&#8217;re looking for someone with a strong desire to learn from the best, as part of our tightly-knit team.</p>

<p>We are a long standing Microsoft Gold Partner as well as a Cisco Gold Partner.</p>

<p>What&#8217;s in it for you:</p>

<ul>
<li>Strong base salary, quarterly bonus, benefits, 401K, and much more.</li>
<li>Stable, fun, and team-oriented work environment.</li>
<li>Opportunity to innovate with the latest tools at your disposal.</li>
<li>Opportunity to work remotely on select projects</li>
<li>Opportunity for growth. This is a full-time, permanent position. We&#8217;re thinking long term.</li>
</ul>

<p>Requirements for you to meet your potential:</p>

<ul>
<li>Microsoft MCITP certification in Exchange 2010 and/or Lync 2010</li>
<li>You will need to be able to handle multiple projects concurrently and drive them to completion (yes, we&#8217;re very busy)</li>
<li>Cisco certification would be desirable</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/extrateam-is-hiring-a-microsoft-uc-engineer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Speech Languages to an Existing Exchange UM Dial Plan</title>
		<link>http://www.confusedamused.com/notebook/adding-speech-languages-to-an-existing-exchange-um-dial-plan/</link>
		<comments>http://www.confusedamused.com/notebook/adding-speech-languages-to-an-existing-exchange-um-dial-plan/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 22:52:21 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[Exchange Server 2010]]></category>
		<category><![CDATA[adsiedit]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[UM]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/?p=1085</guid>
		<description><![CDATA[There have been a few instances lately where I&#8217;ve needed to add a speech language pack to an Exchange Unified Messaging server after a dial plan and auto-attendants have been created. Installing the language pack is no problem, but what you&#8217;ll find is that the new language is only available to new dial plans and [...]]]></description>
			<content:encoded><![CDATA[<p>There have been a few instances lately where I&#8217;ve needed to add a speech language pack to an Exchange Unified Messaging server after a dial plan and auto-attendants have been created. Installing the language pack is no problem, but what you&#8217;ll find is that the new language is only available to new dial plans and any objects tied to them. You cannot simply install the pack and then select the language for an existing user or auto-attendant. </p>

<p>Here is an example case where I&#8217;ve installed the Portuguese language pack on a server:</p>

<p><a href="http://www.confusedamused.com/wp-content/pictures/2011/09/um2.png"><img src="http://www.confusedamused.com/wp-content/pictures/2011/09/um2.png" alt="" title="um2" width="444" height="336" class="alignnone size-full wp-image-1090" /></a></p>

<p>But you can see the pack is not available for a dial plan created prior to the installation:</p>

<p><a href="http://www.confusedamused.com/wp-content/pictures/2011/09/um5.png"><img src="http://www.confusedamused.com/wp-content/pictures/2011/09/um5.png" alt="" title="um5" width="440" height="501" class="alignnone size-full wp-image-1093" /></a></p>

<p>I&#8217;m sure the Microsoft answers are either to A &#8211; make sure you install the language packs up front, or B &#8211; create a new dial plan and auto-attendants, but in my case A was not possible and I had no interest in the effort involved for B. </p>

<p>So, ADSI Edit to the rescue. You can grab the language codes for installed packs from the UM server object properties at CN=&lt;Server Name&gt;, CN=Servers, CN=Exchange Administrative Group (FYDIBOHF23SPDLT), CN=Administrative Groups, CN=&lt;Exchange Org Name&gt;, CN=Microsoft Exchange, CN=Services, CN=Configuration, DC=&lt;Forest&gt;, DC=&lt;TLD&gt;. The msExchUMAvailableLanguages attribute will list the languages installed on the server (1033 is US English):</p>

<p><a href="http://www.confusedamused.com/wp-content/pictures/2011/09/um1.png"><img src="http://www.confusedamused.com/wp-content/pictures/2011/09/um1.png" alt="" title="um1" width="407" height="444" class="alignnone size-full wp-image-1089" /></a></p>

<p>Now, armed with the language code for Portuguese (1046) you can modify the existing dial plan or auto-attendants objects in the UM AutoAttendant or UM DialPlan containers to support this language. The containers for these objects are found within CN=Exchange Administrative Group (FYDIBOHF23SPDLT), CN=Administrative Groups, CN=&lt;Exchange Org Name&gt;, CN=Microsoft Exchange, CN=Services, CN=Configuration, DC=&lt;Forest&gt;, DC=&lt;TLD&gt;. You can add the language as an option by modifying the msExchUMAvailableLanguages attribute to include the new language code. Here I have added it to an existing plan called Brazil:</p>

<p><a href="http://www.confusedamused.com/wp-content/pictures/2011/09/um3.png"><img src="http://www.confusedamused.com/wp-content/pictures/2011/09/um3.png" alt="" title="um3" width="404" height="285" class="alignnone size-full wp-image-1091" /></a></p>

<p>You can now see this language appear as an option for the dial plan within the Exchange Management Console:</p>

<p><a href="http://www.confusedamused.com/wp-content/pictures/2011/09/um4.png"><img src="http://www.confusedamused.com/wp-content/pictures/2011/09/um4.png" alt="" title="um4" width="437" height="502" class="alignnone size-full wp-image-1092" /></a></p>

<p>You can use this same method for an auto-attendant, but I would add the language first to the dial plan the auto-attendant is associated with. Obviously using ADSI Edit incorrectly has potential for causing some serious issues. Proceed at your own risk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/adding-speech-languages-to-an-existing-exchange-um-dial-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

