<?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/"
	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>IT based Communications</title>
	<atom:link href="http://itbasedtelco.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://itbasedtelco.wordpress.com</link>
	<description>another Unified Communications site</description>
	<lastBuildDate>Wed, 22 Feb 2012 22:31:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='itbasedtelco.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>IT based Communications</title>
		<link>http://itbasedtelco.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://itbasedtelco.wordpress.com/osd.xml" title="IT based Communications" />
	<atom:link rel='hub' href='http://itbasedtelco.wordpress.com/?pushpress=hub'/>
		<item>
		<title>LyncIn1Box: Installing Lync on a Domain Controller</title>
		<link>http://itbasedtelco.wordpress.com/2012/02/04/installing-lync-on-a-domain-controller/</link>
		<comments>http://itbasedtelco.wordpress.com/2012/02/04/installing-lync-on-a-domain-controller/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 23:41:06 +0000</pubDate>
		<dc:creator>LuisR</dc:creator>
				<category><![CDATA[Lync]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[Lync setup]]></category>

		<guid isPermaLink="false">http://itbasedtelco.wordpress.com/?p=843</guid>
		<description><![CDATA[You might noticed when you try to install Lync on a Domain Controller the bootstrapper stops on the prerequirements phase that &#8216;the product cannot be installed on a DC. Why you might want to do this? For lab resource savings (one single server, less administration) Why it&#8217;s not possible? By analysing the structure of the product [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=843&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2012/02/lyncfaildcrequirements.jpg"><img class="alignright size-medium wp-image-844" title="LyncFailDCrequirements" src="http://itbasedtelco.files.wordpress.com/2012/02/lyncfaildcrequirements.jpg?w=300&#038;h=224" alt="" width="300" height="224" /></a>You might noticed when you try to install Lync on a Domain Controller the bootstrapper stops on the prerequirements phase that &#8216;the product cannot be installed on a DC.<br />
Why you might want to do this? For lab resource savings (one single server, less administration)<br />
Why it&#8217;s not possible? By analysing the structure of the product modules, most of them are configured with ACL&#8217;s, local group accounts and services with the computer Network Service Account. When you promote the computer to a DC, you loose access to those accounts and local groups.</p>
<p style="text-align:justify;">On this post you will find the manual instructions to perform an installation of Lync Standard Edition with IM, enterprise voice (collocated mediation server) and conferencing. This is the first version, it has not been fully tested and&#8230; it will not be a valid configuration supported by Microsoft.<br />
With more time I will try to post a script file to execute this steps automatically. But if you follow this instructions you just have to copy/paste the commands (identified in <span style="color:#808000;">brown</span>) and execute on your server.<br />
The scripting is designed to run with any computername, domain or lync names, so you don&#8217;t have follow exactly the names shown. All instructions are to be performed with an elevated previleges command prompt, with a domain administrator account.</p>
<h4 style="text-align:justify;">1. The environment requirements</h4>
<p>This configuration was sucessfully tested on a virtual environment:</p>
<ul>
<li>2 vCPU, 4GB RAM, 16+10GB vHDD (drive C and D);</li>
<li>Windows 2008 R2 Standard edition server;</li>
<li>Server with an Active directory, DNS and a Enterprise Root CA and Powershell.</li>
<li>The Lync server setup binaries (virtual cd, local or network drive);</li>
</ul>
<p>After you setup your server and install de AD, DNS and a CA&#8230; start the command prompt (run as an administrator).<br />
<strong>2.</strong> The first requiremente are the windows components:<br />
<span style="color:#808000;">POWERSHELL -Command &#8220;Import-Module ServerManager; <strong>Add-WindowsFeature</strong> NET-Framework,web-server,Web-Static-Content,Web-Default-Doc,Web-Http-Errors,Web-Http-Redirect,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Http-Logging,Web-Log-Libraries,Web-Http-Tracing,Web-Windows-Auth,Web-Client-Auth,Web-Filtering,Web-Stat-Compression,Web-Mgmt-Console,Web-Scripting-Tools -verbose&#8221;</span><br />
<strong>3.</strong> Install windows media package<br />
<span style="color:#808000;">dism.exe /online /norestart /add-package /packagepath:%windir%\servicing\Packages\Microsoft-Windows-Media-Format-Package~31bf3856ad364e35~amd64~~6.1.7601.17514.mum /ignorecheck</span><br />
4. Althought the system doesn&#8217;t report de need, you should <span style="color:#808000;">reboot the server</span> because the VC2008 component will fail to install due to a lock down condition caused by the previous components. After log in open again the command prompt</p>
<h4>5. The script guided variables</h4>
<p>The script will follow all the settings defined by this variables that you must provide. If you restart your server in the middle of this instructions you need to set these environment variables. You can define/change the following variables:</p>
<ul>
<li>SETUPSRV &#8211; The path where the Lync setup binaries are located (the amd64 from the original ISO)</li>
<li>LYNCDIR &#8211; Root folder where Lync will be installed;</li>
<li>SQLEXP &#8211; folder installation of sql express executables binaries (databases will be installed on %LYNCDIR%\DB)</li>
<li>SETUPLOG &#8211; almost all script commands will write log at this location. This will help you troubleshooting any problem.</li>
</ul>
<p>Here are the values I used:<br />
<span style="color:#808000;">SET RUN=CMD /C</span><br />
<span style="color:#808000;">SET SQLEXP=D:\SQL</span><br />
<span style="color:#808000;">SET SETUPSRC=D:\Temp\Lync 2010\amd64</span><br />
<span style="color:#808000;">SET LYNCDIR=D:\Lync</span><br />
<span style="color:#808000;">SET LYNCPS=%CommonProgramFiles%\Microsoft Lync Server 2010\Modules\Lync\Lync.psd1</span><br />
<span style="color:#808000;">SET SETUPLOG=%LYNCDIR%\Deployment\Logs</span></p>
<h4><span style="color:#000000;">6. Lync AD prep and central management store</span></h4>
<p><span style="color:#808000;"><span style="color:#000000;">Creating the log folder and jumping to the setup source binaries folder:</span><br />
MKDIR &#8220;%SETUPLOG%&#8221;<br />
</span><span style="color:#808000;">PUSHD &#8220;%SETUPSRC%&#8221;<br />
<span style="color:#000000;">VC++2008 and SQL 2005 backward compatibility (to old for Lync no?)</span><br />
</span><span style="color:#808000;">%RUN% <strong>vcredist_x64.exe</strong> /q</span><br />
<span style="color:#808000;">%RUN% Msiexec /i <strong>SQLServer2005_BC.msi</strong> /qb! /L*v &#8220;%SETUPLOG%\SQLServer2005_BC.log&#8221;<br />
<span style="color:#000000;">Now for the first Lync base common and administration tools<br />
</span></span><span style="color:#808000;">%RUN% Msiexec /i setup\<strong>OcsCore</strong>.msi ADDLOCAL=Feature_OcsCore REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /qb! /L*v &#8220;%SETUPLOG%\Feature_OcsCore.log&#8221;</span><br />
<span style="color:#808000;">CMD /C Msiexec /i setup\<strong>UcmaRunTime</strong>.msi ADDLOCAL=Feature_UCMARuntime REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; BOOT=1 /qb! /L*v &#8220;%SETUPLOG%\Feature_UCMARuntime.log&#8221;</span><br />
<span style="color:#808000;">CMD /C Msiexec /i setup\<strong>AdminTools</strong>.msi ADDLOCAL=Feature_AdminTools REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /qb! /L*v &#8220;%SETUPLOG%\Feature_AdminTools.log&#8221;<br />
<span style="color:#000000;">Active Directory preparation<br />
</span></span><span style="color:#808000;">powershell.exe -command &#8220;Import-Module &#8216;%LYNCPS%&#8217;;<strong>Install-CsAdServerSchema</strong> -verbose -Report &#8216;%SETUPLOG%\Install-CsADServerSchema.html&#8217;;Get-CsAdServerSchema&#8221;</span><br />
<span style="color:#808000;">powershell.exe -command &#8220;Import-Module &#8216;%LYNCPS%&#8217;;<strong>Enable-CsAdForest</strong> -verbose -Report &#8216;%SETUPLOG%\Install-CsADForest.html&#8217;;Get-CsAdForest&#8221;</span><br />
<span style="color:#808000;">powershell.exe -command &#8220;Import-Module &#8216;%LYNCPS%&#8217;;<strong>Enable-CsAdDomain</strong> -verbose -Report &#8216;%SETUPLOG%\Install-CsADDomain.html&#8217;;Get-CsAdDomain&#8221;<br />
<span style="color:#000000;">SQL Express setup &#8211; this is the first trick: custom setup SQL to run services with the LocalSystem account<br />
(tip: you can use a more recent version of SQL express like SP3)</span><br />
</span><span style="color:#808000;">%RUN% <strong>SQLEXPR_x64.exe</strong> /ACTION=&#8221;Install&#8221; /QUIETSIMPLE=&#8221;True&#8221; /FEATURES=SQLENGINE,TOOLS /INSTANCEDIR=&#8221;%SQLEXP%&#8221; /SQLUSERDBDIR=&#8221;%LYNCDIR%\DB\RTC&#8221; /SQLUSERDBLOGDIR=&#8221;%LYNCDIR%\DB\RTC&#8221; /SQLBACKUPDIR=&#8221;%LYNCDIR%\DB\Backup&#8221; /INSTANCENAME=&#8221;<strong>RTC</strong>&#8221; /TCPENABLED=&#8221;1&#8243; /SQLSYSADMINACCOUNTS=&#8221;Builtin\Administrators&#8221; /SQLSVCACCOUNT=&#8221;NT AUTHORITY\SYSTEM&#8221; /SQLSVCSTARTUPTYPE=&#8221;Automatic&#8221; /BROWSERSVCSTARTUPTYPE=&#8221;Automatic&#8221;<br />
<span style="color:#000000;">Create the databases for the central management store<br />
</span></span><span style="color:#808000;">powershell.exe -command &#8220;Import-Module &#8216;%LYNCPS%&#8217;;$sysinfo = Get-WmiObject -Class Win32_ComputerSystem;$fqdn = “{0}.{1}” -f $sysinfo.Name, $sysinfo.Domain;<strong>Install-CsDatabase -CentralManagementDatabase</strong> -SqlServerFqdn $fqdn -SqlInstanceName RTC -UseDefaultSqlPaths -Clean -Verbose -Report &#8220;%SETUPLOG%\Install-CentralManagementDatabase.html&#8221;</span><br />
<span style="color:#808000;"><strong>COPY</strong> &#8220;%TEMP%\Create-CentralMgmtStore-ONESERVER*.log&#8221; &#8220;%SETUPLOG%</span></p>
<h4><span style="color:#000000;">7. Topology building</span></h4>
<p><span style="color:#000000;">Now for the manual part (still don&#8217;t get it why there are not commands for that&#8230;).<br />
</span>Create the file share before because topology builder cannot do that and will generate an error:<br />
<span style="color:#808000;">SET LYNCSHARE=%LYNCDIR%\FileShare</span><br />
<span style="color:#808000;">MKDIR &#8220;%LYNCSHARE%&#8221;</span><br />
<span style="color:#808000;">ICACLS %LYNCSHARE% /inheritance:r</span><br />
<span style="color:#808000;">ICACLS %LYNCSHARE% /remove &#8220;BUILTIN\Administrators:(F)&#8221;</span><br />
<span style="color:#808000;">ICACLS %LYNCSHARE% /grant &#8220;BUILTIN\Administrators:(OI)(CI)(F)&#8221;</span><br />
<span style="color:#808000;">ICACLS %LYNCSHARE% /grant &#8220;NT AUTHORITY\SYSTEM:(OI)(CI)(F)&#8221;</span><br />
<span style="color:#808000;">ICACLS %LYNCSHARE% /grant &#8220;CREATOR OWNER:(OI)(CI)(F)&#8221;</span><br />
<span style="color:#808000;">NET SHARE <span style="color:#008000;"><strong>LyncShare</strong></span>=&#8221;%LYNCSHARE%&#8221; /GRANT:everyone,FULL</span><br />
<span style="color:#000000;">Run topology builder and create a new topology. I will not post pictures, so each bullet correspond to a windows wizard. you can choose the names, but your better follow the options in <span style="color:#008000;">green<span style="color:#000000;">:</span></span></span></p>
<ul>
<li>Primary SIP Domain: &lt;your sip domain&gt;</li>
<li>&lt; you can add additional sip domains&gt;</li>
<li>First Site Name: &lt;define your site name&gt;</li>
<li>&lt;No site details&gt;</li>
<li>Open new Front End wizard</li>
<li>Front End pool fqdn<br />
FQDN: &lt;your server fqdn&gt;<br />
Select option: <span style="color:#008000;">Standard Edition Server</span></li>
<li>Select features:<br />
<span style="color:#008000;">Check</span> Conferencing, which includes audio, video and application Sharing<br />
<span style="color:#008000;">Check</span> Enterprise voice</li>
<li><a href="http://itbasedtelco.files.wordpress.com/2012/02/oneserver-topology.jpg"><img class=" wp-image-852 alignright" title="OneServer-Topology" src="http://itbasedtelco.files.wordpress.com/2012/02/oneserver-topology.jpg?w=373&#038;h=249" alt="" width="373" height="249" /></a>Select collocated server roles<br />
<span style="color:#008000;">Check</span> Collocate Mediation Server</li>
<li>Associate server roles&#8230;&lt;No roles selected&gt;</li>
<li>Define SQL store &lt;no selections are possible&gt;</li>
<li>Define a new file share<br />
File server FQDN: &lt;your server fqdn&gt;<br />
File Share: <strong><span style="color:#008000;">lyncshare</span></strong></li>
<li>Specify the web services URL<br />
Keep the suggested External base URL</li>
<li>Specify PSTN gateways &lt;none select&gt;</li>
</ul>
<p>You can now choose &#8216;publish topology&#8217;. On &#8216;Select Central Management Server&#8217;, <span style="color:#008000;">click</span> &#8216;Advanced&#8217; and <span style="color:#008000;">select</span> &#8216;Use SQL Server Instance Defaults&#8217;. You should have a Lync Standard Topology similar to the one on the picture.</p>
<h4>8. Trick #1 &#8211; &#8220;local groups&#8221; and security</h4>
<p>With a standard edition server, from this point configurations are based on local groups create at the server level. This will result in setup fails and errors. To control and minimize we will create domain local groups identical to a normal setup with the required membership:<br />
<span style="color:#808000;">Powershell.exe -command &#8220;Import-Module activedirectory;<strong>New-ADGroup</strong> &#8216;<strong>RTC Component Local Group</strong>&#8216; -GroupScope DomainLocal -Description &#8216;Lync Server Web Components And MCU service accounts are granted appropriate local permissions through this group&#8217; -Verbose;Add-ADGroupMember &#8216;RTC Component Local Group&#8217; &#8216;RTCComponentUniversalServices&#8217;,'RTCUniversalServerAdmins&#8217; -Verbose&#8221;</span><br />
<span style="color:#808000;">Powershell.exe -command &#8220;Import-Module activedirectory;<strong>New-ADGroup &#8216;RTC Local Administrators&#8217;</strong> -GroupScope DomainLocal -Description &#8216;RTC domain Server Administrators get local Central Management database access through this group&#8217; -Verbose;Add-ADGroupMember &#8216;RTC Local Administrators&#8217; &#8216;Domain Admins&#8217;,'RTCUniversalServerAdmins&#8217; -Verbose&#8221;</span><br />
<span style="color:#808000;">Powershell.exe -command &#8220;Import-Module activedirectory;<strong>New-ADGroup &#8216;RTC Local Config Replicator&#8217;</strong> -GroupScope DomainLocal -Description &#8216;Lync Server replication services are granted appropriate local permissions through this group&#8217; -Verbose;Add-ADGroupMember &#8216;RTC Local Config Replicator&#8217; &#8216;RTCUniversalConfigReplicator&#8217; -Verbose&#8221;</span><br />
<span style="color:#808000;">Powershell.exe -command &#8220;Import-Module activedirectory;<strong>New-ADGroup &#8216;RTC Local Read-only Administrators&#8217;</strong> -GroupScope DomainLocal -Description &#8216;RTC domain Read-only Administrators get local Central Management database access through this group&#8217; -Verbose;Add-ADGroupMember &#8216;RTC Local Read-only Administrators&#8217; &#8216;RTCUniversalReadOnlyAdmins&#8217; -Verbose&#8221;</span><br />
<span style="color:#808000;">Powershell.exe -command &#8220;Import-Module activedirectory;<strong>New-ADGroup &#8216;RTC Local User Administrators&#8217;</strong> -GroupScope DomainLocal -Description &#8216;RTC domain User Administrators get local DCOM permissions through this group&#8217; -Verbose;Add-ADGroupMember &#8216;RTC Local User Administrators&#8217; &#8216;RTCUniversalUserAdmins&#8217; -Verbose&#8221;</span><br />
<span style="color:#808000;">Powershell.exe -command &#8220;Import-Module activedirectory;<strong>New-ADGroup &#8216;RTC Server Applications&#8217;</strong> -GroupScope DomainLocal -Description &#8216;Lync Server Server applications are granted appropriate local permissions through this group&#8217; -Verbose&#8221;</span><br />
<span style="color:#808000;">Powershell.exe -command &#8220;Import-Module activedirectory;<strong>New-ADGroup &#8216;RTC Server Local Group&#8217;</strong> -GroupScope DomainLocal -Description &#8216;Lync Server service accounts are granted appropriate local permissions through this group&#8217; -Verbose;Add-ADGroupMember &#8216;RTC Server Local Group&#8217; &#8216;RTCHSUniversalServices&#8217;&#8221;</span></p>
<h4>9. Trick #2 &#8211; Central application databases</h4>
<p>The following command normally would create all the required databases:<br />
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn &lt;localserverfqdn&gt;-UseDefaultSqlPaths<br />
but will fail on this case, because will try to assign local groups and permissions (server\group name) and they are not to be found.<br />
So lets execute the database procedures with the &#8216;fixed&#8217; local groups <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> :<br />
<span style="color:#808000;">PUSHD &#8220;%CommonProgramFiles%\Microsoft Lync Server 2010\DbSetup&#8221;</span><br />
<span style="color:#808000;">cscript.exe //Nologo &#8220;<strong>DbSetup.wsf</strong>&#8221; /clean /sqlserver:%computername%.%userdnsdomain%\rtc /serveracct:%userdomain%\RTCHSUniversalServices;&#8221;%userdomain%\<span style="color:#0000ff;">RTC Server Local Group</span>&#8221; /adminacct:%userdomain%\RTCUniversalServerAdmins;&#8221;%userdomain%\<span style="color:#0000ff;">RTC Local Administrators</span>&#8221; /roacct:%userdomain%\RTCUniversalReadOnlyAdmins /role:se /verbose &gt; &#8220;%SETUPLOG%\DbSetup-BackEndStore.log&#8221;</span><br />
<span style="color:#808000;">cscript.exe //Nologo &#8220;<strong>RtcAbDBSetup</strong>.wsf&#8221; /clean /sqlserver:%computername%.%userdnsdomain%\rtc /serveracct:%userdomain%\RTCComponentUniversalServices;&#8221;%userdomain%\<span style="color:#0000ff;">RTC Component Local Group</span>&#8221; /verbose &gt; &#8220;%SETUPLOG%\DbSetup-ABStore.log&#8221;</span><br />
<span style="color:#808000;">cscript.exe //Nologo &#8220;<strong>RgsConfigDbSetup</strong>.wsf&#8221; /clean /sqlserver:%computername%.%userdnsdomain%\rtc /serveracct:%userdomain%\RTCComponentUniversalServices;&#8221;%userdomain%\<span style="color:#0000ff;">RTC Component Local Group</span>&#8221; /adminacct:%userdomain%\RTCUniversalServerAdmins /roacct:%userdomain%\RTCUniversalReadOnlyAdmins /verbose &gt; &#8220;%SETUPLOG%\DbSetup-ApplicationStore.log&#8221;</span><br />
<span style="color:#808000;">cscript.exe //Nologo &#8220;<strong>RgsDynDbSetup</strong>.wsf&#8221; /clean /sqlserver:%computername%.%userdnsdomain%\rtc /serveracct:%userdomain%\RTCComponentUniversalServices;&#8221;%userdomain%\<span style="color:#0000ff;">RTC Component Local Group</span>&#8221; /adminacct:%userdomain%\RTCUniversalServerAdmins /roacct:%userdomain%\RTCUniversalReadOnlyAdmins /verbose &gt;&gt; &#8220;%SETUPLOG%\DbSetup-ApplicationStore.log&#8221;</span><br />
<span style="color:#808000;">cscript.exe //Nologo &#8220;<strong>CpsDynDbSetup</strong>.wsf&#8221; /clean /sqlserver:%computername%.%userdnsdomain%\rtc /serveracct:%userdomain%\RTCComponentUniversalServices;&#8221;%userdomain%\<span style="color:#0000ff;">RTC Component Local Group</span>&#8221; /adminacct:%userdomain%\RTCUniversalServerAdmins /roacct:%userdomain%\RTCUniversalReadOnlyAdmins /verbose &gt;&gt; &#8220;%SETUPLOG%\DbSetup-ApplicationStore.log&#8221;</span><br />
<span style="color:#808000;">cscript.exe //Nologo &#8220;<strong>xdssetup</strong>.wsf&#8221; /setsecurity /sqlserver:%computername%.%userdnsdomain%\rtc /publisheracct:%userdomain%\RTCUniversalServerAdmins;&#8221;%userdomain%\<span style="color:#0000ff;">RTC Local Administrators</span>&#8221; /replicatoracct:%userdomain%\RTCUniversalConfigReplicator;&#8221;%userdomain%\<span style="color:#0000ff;">RTC Local Config Replicator</span>&#8221; /consumeracct:%userdomain%\RTCUniversalReadOnlyAdmins;&#8221;%userdomain%\<span style="color:#0000ff;">RTC Local Read-only Administrators</span>&#8221; /role:master /verbose &gt; &#8220;%SETUPLOG%\DbSetup-SetSecurity.log&#8221;</span><br />
<span style="color:#808000;">POPD</span></p>
<h4>10. Trick #3 &#8211; Local database and replication service</h4>
<p>The &#8216;rtclocal&#8217; database SQL setup is similar to the central management store &#8216;rtc&#8217;<br />
<span style="color:#808000;">%RUN% <strong>SQLEXPR_x64.exe</strong> /ACTION=&#8221;Install&#8221; /QUIETSIMPLE=&#8221;True&#8221; /FEATURES=SQLENGINE,TOOLS /INSTANCEDIR=&#8221;%SQLEXP%&#8221; /SQLUSERDBDIR=&#8221;%LYNCDIR%\DB\RTCLOCAL&#8221; /SQLUSERDBLOGDIR=&#8221;%LYNCDIR%\DB\RTCLOCAL&#8221; /SQLBACKUPDIR=&#8221;%LYNCDIR%\DB\Backup&#8221; /INSTANCENAME=&#8221;<strong>RTCLOCAL</strong>&#8221; /TCPENABLED=&#8221;1&#8243; /SQLSYSADMINACCOUNTS=&#8221;Builtin\Administrators&#8221; /SQLSVCACCOUNT=&#8221;NT AUTHORITY\SYSTEM&#8221; /SQLSVCSTARTUPTYPE=&#8221;Automatic&#8221; /BROWSERSVCSTARTUPTYPE=&#8221;Automatic&#8221;<br />
<span style="color:#000000;">The setup of the replication service that will sync the central &#8216;XDS&#8217; database with the local one:<br />
</span></span>OcsCore.msi ADDLOCAL=Feature_LocalMgmtStore REPLICA_ROOT_DIR=&#8221;%LYNCDIR%&#8221; INSTALLDIR=&#8221;%LYNCDIR%&#8221; /qb!<br />
will report a sucessfull install, but will not install anything&#8230; so we have to manually recreate all his actions.<br />
<strong>10.1.</strong> creating the local xds database<br />
<span style="color:#808000;">PUSHD &#8220;%CommonProgramFiles%\Microsoft Lync Server 2010\DbSetup&#8221;</span><br />
<span style="color:#808000;">cscript.exe //U //Nologo <strong>xdssetup</strong>.wsf /clean /publisheracct:&#8221;%userdomain%\RTC Local Administrators&#8221; /replicatoracct:&#8221;%userdomain%\RTC Local Config Replicator&#8221; /consumeracct:&#8221;%userdomain%\RTC Server Local Group;%userdomain%\RTC Component Local Group;%userdomain%\RTC Local Read-only Administrators&#8221; /role:replica /verbose &gt; %SETUPLOG%\DbSetup-LocalReplica.log&#8221;</span><br />
<span style="color:#808000;">POPD<br />
<span style="color:#000000;"><strong>10.2.</strong> Creating the replica shared folder<br />
</span>MKDIR &#8220;%LYNCDIR%\xds-replica&#8221;</span><br />
<span style="color:#808000;">NET SHARE xds-replica=&#8221;%LYNCDIR%\xds-replica&#8221; /GRANT:&#8221;RTC Local Config Replicator,FULL&#8221;</span><br />
<span style="color:#808000;">ICACLS &#8220;%LYNCDIR%\xds-replica&#8221; /grant &#8220;RTC Local Config Replicator:(OI)(CI)(F)&#8221;</span><br />
<span style="color:#808000;">ICACLS &#8220;%LYNCDIR%\xds-replica&#8221; /remove &#8220;BUILTIN\Users&#8221;</span><br />
<strong> 10.3.</strong> Manually extract and install the binary files and registry settings<br />
<span style="color:#808000;">%RUN% Msiexec /a setup\<strong>OcsCore</strong>.msi TARGETDIR=&#8221;%TEMP%\OcsCore&#8221; /passive /l &#8220;%SETUPLOG%\Feature_LocalStore.log&#8221;</span><br />
<span style="color:#808000;">XCOPY &#8220;%TEMP%\OcsCore\Program Files\Microsoft Lync Server 2010\Server\Replica Replicator Agent&#8221; &#8220;%LYNCDIR%\Server\Replica Replicator Agent\&#8221;</span><br />
<span style="color:#808000;">REG ADD &#8220;HKLM\Software\Microsoft\Real-Time Communications\{2A0B4BB2-4921-4b40-BA9E-81747CB84635}&#8221; /v &#8220;Version&#8221; /d &#8220;4.0.7577.0&#8243; /f</span><br />
<span style="color:#808000;">REG ADD &#8220;HKLM\Software\Microsoft\Real-Time Communications\{2A0B4BB2-4921-4b40-BA9E-81747CB84635}&#8221; /v &#8220;InstallDir&#8221; /d &#8220;%LYNCDIR%\\&#8221; /f</span><br />
<span style="color:#808000;">REG ADD &#8220;HKLM\Software\Microsoft\Real-Time Communications\{F812C31A-2347-41de-9B1B-E8E412051254}&#8221; /v &#8220;Version&#8221; /d &#8220;4.0.7577.0&#8243; /f</span><br />
<span style="color:#808000;">REG ADD &#8220;HKLM\Software\Microsoft\Real-Time Communications\{F812C31A-2347-41de-9B1B-E8E412051254}&#8221; /v &#8220;InstallDir&#8221; /d &#8220;%LYNCDIR%\\&#8221; /f<br />
<span style="color:#000000;"><strong>10.4.</strong> Create the replica service<br />
</span>SC CREATE REPLICA binpath= &#8220;%LYNCDIR%\Server\Replica Replicator Agent\ReplicaReplicatorAgent.exe -s /replicaRootDir:%LYNCDIR%\ /sqlInstance:(local)\rtclocal /sqlDatabase:xds&#8221; type= own start= auto DisplayName= &#8220;Lync Server Replica Replicator Agent&#8221; obj= LocalSystem</span><br />
<span style="color:#808000;">SC description REPLICA  &#8220;Lync Server Replica Replicator Agent&#8221;</span><br />
<span style="color:#808000;">SC sidtype REPLICA unrestricted</span><br />
<span style="color:#808000;">SC failure REPLICA reset= 86400 actions= restart/180000/restart/180000/noaction/0</span><br />
<span style="color:#808000;">POWERSHELL -Command &#8220;$objUser = New-Object System.Security.Principal.NTAccount(&#8216;RTC Local Config Replicator&#8217;);$strSID = $objUser.Translate([System.Security.Principal.SecurityIdentifier]);$strSID.Value&#8221;&gt;&#8221;%TEMP%\SID1.txt&#8221; &amp;&amp; SET /P SID1= &lt;&#8221;%TEMP%\SID1.txt&#8221;</span><br />
<span style="color:#808000;">SC sdset REPLICA D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)(A;;LCSWRPWPCR;;;%SID1%)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)<br />
<strong><span style="color:#000000;">10.5.</span></strong><span style="color:#000000;"> Initial XDS database copy and replica configuration<br />
</span></span><span style="color:#808000;">powershell.exe -command &#8220;Import-Module Lync;$config = <strong>Export-CSConfiguration</strong> -AsBytes -Verbose;<strong>Import-CSConfiguration</strong> -ByteInput $config -LocalStore -Verbose;<strong>Enable-CSReplica</strong> -Verbose -Confirm:$false -Report &#8216;%SETUPLOG%\Enable-CSReplica.html&#8217;&#8221;<br />
</span>Note: Enable-CSReplica will generate an error while trying to add a &#8216;replica&#8217; account to group&#8230; No problem. We just need it to configure the firewall and service validation</p>
<h4>11. The quiet part</h4>
<p>The main Lync services components setup are executed almost the same way as the bootstrapper does, with a difference: I only installed the english speech languages. You can copy/paste all the commands and wait. I put some comments to explain what they are, but will not interfere on the process.<br />
<span style="color:#808000;">ECHO &#8230;<strong>IIS URL Rewrite Module 2</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i rewrite_2.0_rtw_x64.msi REBOOT=ReallySuppress /qb! /L*v &#8220;%SETUPLOG%\rewrite_2.0_rtw_x64.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Visual J# 2.0</strong></span><br />
<span style="color:#808000;">%RUN% vj2se_x64.exe /Q:A /C:&#8221;install /QB!&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Microsoft Server Speech Platform Runtime</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i setup\speech\SpeechPlatformRuntime.msi REBOOT=ReallySuppress /QB! /L*v &#8220;%SETUPLOG%\SpeechPlatformRuntime.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;&#8230;<strong>English Speech</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i setup\speech\en-US\MSSpeech_TTS_en-US_Helen.msi REBOOT=ReallySuppress /QB! /L*v &#8220;%SETUPLOG%\MSSpeech_TTS_en-US_Helen.log&#8221;</span><br />
<span style="color:#808000;">%RUN% Msiexec /i setup\speech\en-US\MSSpeech_SR_en-US_TELE.msi REBOOT=ReallySuppress /QB! /L*v &#8220;%SETUPLOG%\MSSpeech_SR_en-US_TELE.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Unified Communications Managed API 3.0, Windows Workflow Activities Runtime</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i setup\ucmaworkflowruntime.msi REBOOT=ReallySuppress CLIENTUILEVEL=3 /QB! /L*v &#8220;%SETUPLOG%\ucmaworkflowruntime.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Conferencing Server</strong> (Common Feature for OcsMCU) &#8211; needed to manually fix ACL </span><br />
<span style="color:#808000;">%RUN% Msiexec /i setup\OcsMcu.msi ADDLOCAL=OcsMCUCommon REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\OcsMCUCommon.log&#8221;</span><br />
<span style="color:#808000;">MKDIR &#8220;%LYNCDIR%\OCSMCU&#8221;</span><br />
<span style="color:#808000;">ICACLS &#8220;%LYNCDIR%\OCSMCU&#8221; /grant &#8220;RTC Component Local Group:(OI)(CI)(RX)&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;Conferencing Server (<strong>Application Sharing Server</strong>)</span><br />
<span style="color:#808000;">%RUN% Msiexec /i setup\OcsMcu.msi ADDLOCAL=ASMCU REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\ASMCU.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;Conferencing Server (<strong>Audio/Video Conferencing Server</strong>)</span><br />
<span style="color:#808000;">%RUN% Msiexec/i setup\OcsMcu.msi ADDLOCAL=AVMCU REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\AVMCU.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Application Host</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\AppServer.msi ADDLOCAL=Feature_AppServer REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB!  /L*v &#8220;%SETUPLOG%\Feature_AppServer.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Audio Test Service</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\Ats.msi ADDLOCAL=Feature_Ats REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\Feature_Ats.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Call Park Services</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\CPS.msi ADDLOCAL=Feature_CPS REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\Feature_CPS.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Web Conferencing Server</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\DataMcu.msi  ADDLOCAL=Feature_DataMCU REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\DataMCU.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;Core Management Server (<strong>Core Management Server</strong>)</span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\MgmtServer.msi ADDLOCAL=Feature_MGMTServer REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\Feature_MGMTServer.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;Core Management Server (<strong>Master Replication Agent</strong>)</span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\MgmtServer.msi ADDLOCAL=Feature_Master REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\Feature_Master.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;Core Management Server (<strong>File Transfer Agent</strong>)</span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\MgmtServer.msi ADDLOCAL=Feature_FTA REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\Feature_FTA.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Mediation Server</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\MediationServer.msi ADDLOCAL=Feature_MediationServer REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\Feature_MediationServer .log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Response Group Service</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\Rgs.msi ADDLOCAL=Feature_RGS REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\Feature_RGS.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Lync Server</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\Server.msi ADDLOCAL=Feature_Server REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\Server.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;Web Components Server (<strong>Common Files</strong>)</span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\WebComponents.msi ADDLOCAL=Feature_WebComponents_CommonFiles REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\Feature_WebComponents_CommonFiles.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;Web Components Server (<strong>Reach Web</strong>)</span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\WebComponents.msi ADDLOCAL=Feature_WebComponent_ReachWeb REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\Feature_WebComponent_ReachWeb.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Reach Fonts</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\ReachFonts.msi ADDLOCAL=Feature_WebComponent_ReachFonts REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\Feature_WebComponent_ReachFonts.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Web Components Server</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\WebComponents.msi ADDLOCAL=Feature_WebComponents_CommonFiles,Feature_WebComponent_AddressBook,Feature_WebComponent_AuthFramework,Feature_WebComponent_AdminUI,Feature_WebComponent_CertProv,Feature_WebComponent_DataMCUWeb,Feature_WebComponent_DevUpdate,Feature_WebComponent_DialinPage,Feature_WebComponent_GroupExpansion,Feature_WebComponent_JoinLauncher,Feature_WebComponent_LocationInfo,Feature_WebComponent_MeetingMCUWeb,Feature_WebComponent_OcsPowershell,Feature_WebComponent_Rgs,Feature_WebComponent_ReachWeb,Feature_WebComponent_WebTicket REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\WebComponents_All.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;Conferencing Server (<strong>IM Conferencing Server</strong>)</span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\OcsMcu.msi ADDLOCAL=IMMCU REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\IMMCU.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;Conferencing Server (Web Conferencing Compatibility Server)</span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\OcsMcu.msi ADDLOCAL=MeetingMCU REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\MeetingMCU.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;<strong>Registrar Store</strong></span><br />
<span style="color:#808000;">%RUN% Msiexec /i Setup\Server.msi ADDLOCAL=RegistrarStore REBOOT=ReallySuppress INSTALLDIR=&#8221;%LYNCDIR%&#8221; /QB! /L*v &#8220;%SETUPLOG%\RegistrarStore.log&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230; <strong>Exiting source setup dir folder</strong></span><br />
<span style="color:#808000;">POPD<br />
</span><span style="color:#808000;">ECHO &#8230;<strong>Enable server roles</strong> (firewall config, register services,ACL&#8217;s. You can ignore the error related t add account to groups)</span><br />
<span style="color:#808000;">Powershell -Command &#8220;Import-Module  &#8216;%LYNCPS%&#8217;;Enable-CsComputer -Verbose -Report &#8216;%SETUPLOG%\Enable-CsComputer.html&#8217;&#8221;</span></p>
<h4>12. Server Certificates</h4>
<p>First detect local CA setting to use on the request command:<br />
<span style="color:#808000;">FOR /F &#8220;tokens=3*&#8221; %x in (&#8216;REG QUERY HKLM\SYSTEM\CurrentControlSet\services\CertSvc\Configuration /v Active&#8217;) DO @SET CANAME=%x%y</span><br />
<span style="color:#808000;">FOR /F &#8220;tokens=3*&#8221; %x in (&#8216;REG QUERY HKLM\SYSTEM\CurrentControlSet\services\CertSvc\Configuration\%CANAME% /v CASERVERNAME&#8217;) DO @SET CAFQDN=%x%y<br />
<span style="color:#000000;">Now lets request the certificates. I choose to separate the Default and Webinternal from the External</span><br />
%RUN% POWERSHELL -Command &#8220;Import-Module &#8216;%LyncPS%&#8217;;$cert=<strong>Request-CSCertificate</strong> -New -Type <strong>Default,WebServicesInternal</strong> -CA &#8216;%CAFQDN%\%CANAME%&#8217; -FriendlyName &#8216;LyncDefInternal&#8217; -KeySize 2048 -PrivateKeyExportable $False -Verbose -Report &#8216;%SETUPLOG%\Request-CSCertificate-DefaultInternal.html&#8217; ;<strong>Set-CSCertificate</strong> -Type Default,WebServicesInternal -Verbose -Confirm:$false -Thumbprint $cert.thumbprint -Report &#8216;%LYNCLOG%\Set-CSCertificate-DefaultInternal.html&#8217;&#8221;</span><br />
<span style="color:#808000;">%RUN% POWERSHELL -Command &#8220;Import-Module &#8216;%LyncPS%&#8217;;$cert=<strong>Request-CSCertificate</strong> -New -Type <strong>WebServicesExternal</strong> -CA &#8216;%CAFQDN%\%CANAME%&#8217; -FriendlyName &#8216;LyncExternal&#8217; -KeySize 2048 -PrivateKeyExportable $False -Verbose -Report &#8216;%SETUPLOG%\Request-CSCertificate-WebExternal.html&#8217; ;<strong>Set-CSCertificate</strong> -Type WebServicesExternal -Verbose -Confirm:$false -Thumbprint $cert.thumbprint -Report &#8216;%LYNCLOG%\Set-CSCertificate-WebExternal.html&#8217;&#8221;</span></p>
<h4>13. Almost there &#8211; the main trick</h4>
<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2012/02/lyncservicesmmc.jpg"><img class="alignright  wp-image-859" title="LyncServicesMMC" src="http://itbasedtelco.files.wordpress.com/2012/02/lyncservicesmmc.jpg?w=408&#038;h=154" alt="" width="408" height="154" /></a>At this point you should have all the Lync services on the computer. You can confirm that they are configured with the NetworkService account, which is going to fail when starting the service. Will will change this and fix  some services enablement the the Enable-CSComputer didn&#8217;t complete (don&#8217;t know where it fails)<br />
<span style="color:#808000;">FOR %s IN (RTCASMCU RTCAVMCU FTA RTCSRV RTCIMMCU MASTER RTCMEDSRV REPLICA RTCDATAMCU RTCMEETINGMCU RTCCPS RTCATS RTCRGS RTCRGS RTCMEETINGMCU) DO <strong>SC config</strong> %s obj= LocalSystem start= auto</span></p>
<p style="text-align:justify;"><span style="color:#808000;"><span style="color:#000000;">A similar &#8216;Identity tunning&#8217; is required on the Lync Web applications.<br />
<span style="color:#000000;"><a href="http://itbasedtelco.files.wordpress.com/2012/02/lyncinetpoolapplications.jpg"><img class="wp-image-861 alignnone" title="LyncInetPoolApplications" src="http://itbasedtelco.files.wordpress.com/2012/02/lyncinetpoolapplications.jpg?w=441&#038;h=313" alt="" width="441" height="313" /></a><br />
</span><span style="color:#808000;">ECHO &#8230; detecting IIS installation folder</span><br />
</span></span><span style="color:#808000;">FOR /F &#8220;tokens=3*&#8221; %x in (&#8216;REG QUERY HKLM\SYSTEM\CurrentControlSet\services\W3SVC\Parameters /v InstallPath&#8217;) DO ECHO SET IIS=%x%y&gt;%temp%\IIS.CMD</span><br />
<span style="color:#808000;">CALL %temp%\IIS.CMD</span><br />
<span style="color:#808000;">ECHO &#8230;Changing application identity</span><br />
<span style="color:#808000;">FOR %p IN (CSExtAuthAppPool CSExtConfAppPool CSExternalAppPool CSExtReachAppPool CSExtSearchAppPool CSIntAuthAppPool CSIntConfAppPool CSInternalAppPool CSIntReachAppPool CSIntSearchAppPool) DO (&#8220;%IIS%\<strong>appcmd</strong>&#8221; set config /section:applicationPools /[name='%p'].processModel.identityType:LocalSystem)<br />
</span>It is necessary to fix the Web service startup. The default web site is started and prevents the Lync Internal site to start<br />
<span style="color:#808000;">POWERSHELL -Command &#8220;Import-Module WebAdministration; Stop-WebSite &#8216;Default Web Site&#8217; -Verbose;Start-WebSite &#8216;Lync Server Internal Web Site&#8217; -Verbose;Start-WebSite &#8216;Lync Server External Web Site&#8217; -Verbose&#8221;<br />
<span style="color:#000000;">Note: After the first reboot go to the IIS MMC and check if the Default Web site has started again. If so, fix it using the MMC.</span></span></p>
<h4>14. It show time - start the engines!</h4>
<p>Now is just time to start and tune the system:<br />
<span style="color:#808000;">ECHO &#8230;Disable CDR and QoE monitoring</span><br />
<span style="color:#808000;">POWERSHELL -Command &#8220;Import-Module &#8216;%LYNCPS%&#8217;;Set-CsCdrConfiguration -Identity global -EnableCDR $false -Verbose;Set-CsQoEConfiguration -Identity Global -EnableQoE $false -Verbose&#8221;</span><br />
<span style="color:#808000;">ECHO &#8230;Starting Lync Services</span><br />
<span style="color:#808000;">POWERSHELL -Command &#8220;Import-Module &#8216;%LYNCPS%&#8217;;Start-CsWindowsService -Verbose -Report &#8216;%SETUPLOG%\Start-LyncServices.html&#8217;&#8221;</span><br />
Go to the Lync Event Log and check for any important errors.</p>
<p>Only just some final recommendations to get all great:</p>
<ul>
<li>Add administrator account to Lync administrators<br />
<span style="color:#808000;">Powershell.exe -command &#8220;Import-Module activedirectory;Add-ADGroupMember &#8216;CSAdministrator&#8217; Administrator -Verbose&#8221;</span></li>
<li>Install <a href="http://www.microsoft.com/getsilverlight/get-started/install/default.aspx" target="_blank">Silverlight</a>. You will need touse Lync Control Panel</li>
<li>Configure DNS for internal autodiscover and the simple URLs. here&#8217;s my sample:<br />
DNSCMD %computername% /RecordAdd lync.local _sipinternaltls._tcp SRV 0 0 5061 %computername%.%userdnsdomain%<br />
DNSCMD %computername% /RecordAdd lync.local meet CNAME oneserver.lync.local.<br />
DNSCMD %computername% /RecordAdd lync.local dialin CNAME oneserver.lync.local.</li>
<li>Reboot the server to see if everything is stable</li>
</ul>
<h4>15. The final result</h4>
<p style="text-align:justify;">Now you should have a Lync lab with only one server. This is just a Proof-of-concept, but the initial tests I made show that most of the features are available&#8230; even a videoconferencing as shown</p>
<p><a href="http://itbasedtelco.files.wordpress.com/2012/02/lynconebox-poc1.jpg"><img class="aligncenter size-full wp-image-868" title="LyncOneBox-POC" src="http://itbasedtelco.files.wordpress.com/2012/02/lynconebox-poc1.jpg?w=630&#038;h=451" alt="" width="630" height="451" /></a></p>
<p style="text-align:justify;">Feedback is very welcomed</p>
<br /> Tagged: <a href='http://itbasedtelco.wordpress.com/tag/domain-controller/'>Domain Controller</a>, <a href='http://itbasedtelco.wordpress.com/tag/lync-setup/'>Lync setup</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itbasedtelco.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itbasedtelco.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itbasedtelco.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itbasedtelco.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itbasedtelco.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itbasedtelco.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itbasedtelco.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itbasedtelco.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itbasedtelco.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itbasedtelco.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itbasedtelco.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itbasedtelco.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itbasedtelco.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itbasedtelco.wordpress.com/843/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=843&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itbasedtelco.wordpress.com/2012/02/04/installing-lync-on-a-domain-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c8a825207696a6797cf07dd03859c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luismramos</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2012/02/lyncfaildcrequirements.jpg?w=300" medium="image">
			<media:title type="html">LyncFailDCrequirements</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2012/02/oneserver-topology.jpg" medium="image">
			<media:title type="html">OneServer-Topology</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2012/02/lyncservicesmmc.jpg" medium="image">
			<media:title type="html">LyncServicesMMC</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2012/02/lyncinetpoolapplications.jpg" medium="image">
			<media:title type="html">LyncInetPoolApplications</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2012/02/lynconebox-poc1.jpg" medium="image">
			<media:title type="html">LyncOneBox-POC</media:title>
		</media:content>
	</item>
		<item>
		<title>Lync devices: Phone experience review</title>
		<link>http://itbasedtelco.wordpress.com/2012/01/23/lync-devices-phone-experience-review/</link>
		<comments>http://itbasedtelco.wordpress.com/2012/01/23/lync-devices-phone-experience-review/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 23:40:51 +0000</pubDate>
		<dc:creator>LuisR</dc:creator>
				<category><![CDATA[Lync]]></category>
		<category><![CDATA[CX600]]></category>
		<category><![CDATA[CX700]]></category>
		<category><![CDATA[Lync phones]]></category>
		<category><![CDATA[Snom 821]]></category>

		<guid isPermaLink="false">http://itbasedtelco.wordpress.com/?p=822</guid>
		<description><![CDATA[On the last weeks I received 3 telephones gently borrowed from two distributors: A Polycom CX600, a CX700 and a Snom 821. Unfortunally with only enough time for some basic setup and make the demonstration to some customers, I can only write some impressions. In commom all phones are PoE capable which is good to save extra wiring. But if you lack [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=822&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">On the last weeks I received 3 telephones gently borrowed from two distributors: A Polycom CX600, a CX700 and a Snom 821.<br />
Unfortunally with only enough time for some basic setup and make the demonstration to some customers, I can only write some impressions. In commom all phones are PoE capable which is good to save extra wiring. But if you lack of PoE switching, be aware that CX600 and the Snom 821 are not shipped with an AC power adapter.</p>
<h3 style="text-align:justify;"><img class=" wp-image-825 alignright" title="Polycom-CX600" src="http://itbasedtelco.files.wordpress.com/2012/01/polycom-cx600.jpg?w=219&#038;h=128" alt="" width="219" height="128" /><a href="http://www.polycom.com/products/voice/desktop_solutions/microsoft_optimized_devices/cx600.html" target="_blank">Polycom CX600</a></h3>
<p style="text-align:justify;">Once you managed to <a href="http://technet.microsoft.com/en-us/library/gg425854.aspx" target="_blank">configure your network</a> for Lync phones (DHCP, DNS, firmware upload), things are really a simple &#8216;plug-and-use&#8217;. On the initial setup you can configure the phone automatically by connecting (using USB cable) to a PC client, or you can use it as a standalone unit by providing the extension and PIN number.<br />
Then you can use your contact list or search for a person and make a voice call. When you receive a call (or get contact details), the GAL picture is displayed.<br />
The audio quality is great and the presence is consistent and updates by (in)activity, locked or manually.<br />
But Outlook integration (today&#8217;s calendard, call logs, MWI and voice-mail) can only be achieved if you load your credentials  using an USB with your PC client.</p>
<h3 style="text-align:justify;"><img class="alignleft  wp-image-826" title="PolycomCX700" src="http://itbasedtelco.files.wordpress.com/2012/01/polycomcx700.jpg?w=156&#038;h=141" alt="" width="156" height="141" /><a href="http://www.polycom.com/products/voice/desktop_solutions/microsoft_optimized_devices/communicator_cx700.html" target="_blank">Polycom CX700</a></h3>
<p style="text-align:justify;">This is the executive model, with a touch screen, touch wheel scroll and biometric authentication.<br />
You can pair and configure with an USB pc connection, but it can also work as a standalone client with your SIP address and credentials which allows you to have Outlook integration directly.<br />
You can search the GAL, manage your contacts and presence. Voice quality is just&#8230; Polycom perfect.<br />
The touch display is large and easy to use <a href="http://itbasedtelco.files.wordpress.com/2012/01/polycomcx700display.jpg"><img class="alignnone  wp-image-828" title="PolycomCX700display" src="http://itbasedtelco.files.wordpress.com/2012/01/polycomcx700display.jpg?w=41&#038;h=18" alt="" width="41" height="18" /></a>. But this top of class model doesn&#8217;t show any contact pictures <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> &#8230; only the name and details of the caller.<br />
On the bright side: just take the phone home, connect to your internet router, sign-in&#8230; and you have work deskphone working without any additional configuration (plain remote Lync user access).</p>
<h3 style="text-align:justify;"><img class="alignright  wp-image-831" title="snom821vision" src="http://itbasedtelco.files.wordpress.com/2012/01/snom821vision.jpg?w=224&#038;h=167" alt="" width="224" height="167" /><a href="http://www.snom.com/en/products/ip-phones/snom-821/" target="_blank">Snom 821 UC</a></h3>
<p style="text-align:justify;">I was particullary curious about this German product, because of  the announced high resolution color display, xml browser support (can <a href="http://www.youtube.com/watch?v=OF_xvi7Mo_k&amp;feature=player_detailpage#t=139s" target="_blank">stream video</a>), multiple SIP users  and fully customizable.<br />
When you configure this phone remotly using a web browser (or use <a href="http://wiki.snom.com/Features/Auto_Provisioning/Server" target="_blank">autoprovision server</a>), you soon discover how much flexible it is&#8230; too much really&#8230; especially with  limited (or confusing) documentation.<br />
After updating with the UC firmware you soon discover that the phone can register with the Lync server (up to 4 accounts at least), setup presence, and assign SIP contacts to buttons. But that&#8217;s all the integration you have. No Outlook calendar, voice-mail and even pictures are URL or locally stored contact locally assigned.<br />
After some dissapointment I&#8217;m pretty sure that with some &#8216;mastering&#8217;, this phone can be configured to its fully potential (I only had time to make active directory search and display customization)<br />
Sadly the Vision accessory was unavailable for test. The extra buttons with color LED display (to show pictures), can really put this phone on the model top list for a recepcionist / secretary.</p>
<p style="text-align:justify;">In conclusion,<br />
I can say that these 3 phones are very good examples to support Lync as a corporate VoIP.<br />
They are more than simple desk phones and can match (if not beat) other well known Lync competitors&#8230;</p>
<br /> Tagged: <a href='http://itbasedtelco.wordpress.com/tag/cx600/'>CX600</a>, <a href='http://itbasedtelco.wordpress.com/tag/cx700/'>CX700</a>, <a href='http://itbasedtelco.wordpress.com/tag/lync-phones/'>Lync phones</a>, <a href='http://itbasedtelco.wordpress.com/tag/snom-821/'>Snom 821</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itbasedtelco.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itbasedtelco.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itbasedtelco.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itbasedtelco.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itbasedtelco.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itbasedtelco.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itbasedtelco.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itbasedtelco.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itbasedtelco.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itbasedtelco.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itbasedtelco.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itbasedtelco.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itbasedtelco.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itbasedtelco.wordpress.com/822/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=822&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itbasedtelco.wordpress.com/2012/01/23/lync-devices-phone-experience-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c8a825207696a6797cf07dd03859c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luismramos</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2012/01/polycom-cx600.jpg?w=300" medium="image">
			<media:title type="html">Polycom-CX600</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2012/01/polycomcx700.jpg?w=298" medium="image">
			<media:title type="html">PolycomCX700</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2012/01/polycomcx700display.jpg?w=150" medium="image">
			<media:title type="html">PolycomCX700display</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2012/01/snom821vision.jpg" medium="image">
			<media:title type="html">snom821vision</media:title>
		</media:content>
	</item>
		<item>
		<title>My 2011 blog review</title>
		<link>http://itbasedtelco.wordpress.com/2012/01/13/my-2011-blog-review/</link>
		<comments>http://itbasedtelco.wordpress.com/2012/01/13/my-2011-blog-review/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 19:38:26 +0000</pubDate>
		<dc:creator>LuisR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itbasedtelco.wordpress.com/?p=820</guid>
		<description><![CDATA[The WordPress.com stats helper monkeys prepared a 2011 annual report for my blog. Here&#8217;s an excerpt: The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about 34,000 times in 2011. If it were a concert at Sydney Opera House, it would take about 13 sold-out performances for that many people [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=820&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The WordPress.com stats helper monkeys prepared a 2011 annual report for my blog.</p>
<p><a href="/2011/annual-report/"><img src="http://www.wordpress.com/wp-content/mu-plugins/annual-reports/img/emailteaser.jpg" alt="" width="100%" /></a></p>
<p>Here&#8217;s an excerpt:</p>
<blockquote><p>The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about <strong>34,000</strong> times in 2011. If it were a concert at Sydney Opera House, it would take about 13 sold-out performances for that many people to see it.</p></blockquote>
<p><a href="/2011/annual-report/">Click here to see the complete report.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itbasedtelco.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itbasedtelco.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itbasedtelco.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itbasedtelco.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itbasedtelco.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itbasedtelco.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itbasedtelco.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itbasedtelco.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itbasedtelco.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itbasedtelco.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itbasedtelco.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itbasedtelco.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itbasedtelco.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itbasedtelco.wordpress.com/820/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=820&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itbasedtelco.wordpress.com/2012/01/13/my-2011-blog-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c8a825207696a6797cf07dd03859c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luismramos</media:title>
		</media:content>

		<media:content url="http://www.wordpress.com/wp-content/mu-plugins/annual-reports/img/emailteaser.jpg" medium="image" />
	</item>
		<item>
		<title>Lync Multitenant Pack for hosters released</title>
		<link>http://itbasedtelco.wordpress.com/2012/01/08/lync-multitenant-pack-for-hosters-released/</link>
		<comments>http://itbasedtelco.wordpress.com/2012/01/08/lync-multitenant-pack-for-hosters-released/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 18:01:48 +0000</pubDate>
		<dc:creator>LuisR</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Lync]]></category>
		<category><![CDATA[multitenant]]></category>

		<guid isPermaLink="false">http://itbasedtelco.wordpress.com/?p=812</guid>
		<description><![CDATA[One question that some people asked since Lync release: is it Multitenant capable of supporting diferent companies while keeping user separated as one single Lync server instance? Office 365 shows that Microsoft could make this somehow, and there are some Control Panel software makers and Service Providers that prove that is possible. For those like me who analyse Lync server deep inside [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=812&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">One question that some people asked since Lync release: is it Multitenant capable of supporting diferent companies while keeping user separated as one single Lync server instance?<br />
Office 365 shows that Microsoft could make this somehow, and there are some Control Panel software makers and Service Providers that prove that is possible.<br />
For those like me who analyse Lync server deep inside you noticed some the existence of some AD fields that looks related to some kind of segregation (ex: msRTCSIP-TenantId, msRTCSIP-GroupingID).</p>
<p>Microsoft somehow abandon their hosting partners after HMC 4.5 (EOL support: <span style="color:#0000ff;"><a href="http://www.microsoft.com/hosting/en/us/solutions/hostedmessaging.aspx" target="_blank"><span style="color:#0000ff;">12 dec 2011</span></a>), <span style="color:#000000;">but with the relesase of</span> <a href="http://www.microsoft.com/download/en/details.aspx?id=28565" target="_blank"><span style="color:#0000ff;">Exchange 2010 SP2</span></a> <span style="color:#000000;">and</span>  <a href="http://www.microsoft.com/download/en/details.aspx?id=28587" target="_blank"><span style="color:#0000ff;">Lync Multitenant </span></a><span style="color:#000000;">Packs resources things looks back on the track again&#8230;.hopefully</span>.</span></p>
<blockquote><p>&#8220;<strong>Microsoft Lync Server Multitenant Hosting Pack</strong> is a special deployment configuration scoped for hosting or telecom services providers. The solution enables service providers to host multitenant Lync Server instances shared across multiple customer environments. In addition, the Lync Server Multitenant Hosting Pack solution includes an add-on layer that allows our partners to build communication packages that use the Lync Server Multitenant Hosting Pack to integrate with the core layer&#8221;.</p></blockquote>
<p>I haven&#8217;t tested yet, but here&#8217;s some particular facts gathered:</p>
<ul>
<li>Features: Presence, instant messaging, data and desktop sharing, <strong>two-way</strong> (!) conferencing, unified messaging (exchange integration), PBX replacement (the hoster has to done this, ok?);</li>
<li>Features sets: conferencing server gateway video, mobility solution, audio conferencing provider, SMS &#8211; these features mentioned on the document are more potencial capabilities that hosters can provide;</li>
<li>Difference between this pack and Lync Online are two: No PIC (presence, IM, audio and video) connectivity;</li>
<li>You can only use the Control Panel as read-only. All provision has to be done using management shell and commands;</li>
<li>There are some overall design sample architectures for 5&#8217;000 and 50&#8217;000 users;</li>
<li>There are no add-ons or tools to build a customers offer from start (like web interface or billing), but there is a lot of code samples to explain how to provision. Unfortunally not much is explained about Service Plans and Exchange integration;</li>
<li>&#8220;Front End pools are external-facing, and are therefore visible to the public Internet&#8230;. This is different from a Lync Server 2010 enterprise deployment.&#8221; &#8211; this means, all users can only access Lync from the Internet, right !?</li>
</ul>
<p style="text-align:justify;">The software pack is available in the Microsoft Volume Licensing Service <span style="color:#000080;"><a href="http://go.microsoft.com/fwlink/?LinkId=238381" target="_blank"><span style="color:#000080;">Center</span></a><span style="color:#000000;">, and hosters are required to download and use this package. I downloaded it and analyzed it with the documentation setup section. Here are some details:</span></span></p>
<p style="text-align:justify;">The initial setup procedure is just like you install a Lync Server Enterprise edition. From the Lync server original package there are only seven additional files (all the other files have the same MD5 checksum):</p>
<ul>
<li>LyncServerUpdateInstaller.exe &#8211; this is Lync CU4;</li>
<li>SharedManagementObjects.msi &#8211; Microsoft SQL Server 2008 Management Objects (this is <span style="color:#000080;"><a href="http://www.microsoft.com/download/en/details.aspx?id=3522" target="_blank"><span style="color:#000080;">SQL feature pack </span></a></span>component);</li>
<li>SQLSysClrTypes.msi &#8211; SQL Server System CLR Types (also a SQL feature pack component)</li>
<li>BackupService.msi &#8211; Microsoft Lync Server 2010, Backup (no documentation about this one!)</li>
<li>WebScheduler.msi &#8211; Lync Server 2010, <span style="color:#000080;"><a href="http://www.microsoft.com/download/en/details.aspx?id=3398" target="_blank"><span style="color:#000080;">Web Scheduler </span></a></span></li>
<li>CsServices.msi &#8211; Lync Online 2010, Hosted Management Services.</li>
<li>ServiceSchema.ldf &#8211; AD schema extension for service plans.</li>
</ul>
<p style="text-align:justify;">Extracting the (very small) CsServices.msi packages we find the &#8220;Lync Online&#8221; powershell modules, two small executables (&#8216;GenerateParentChildTopologies.exe&#8217; and &#8216;SimpleUrlDBImporter.exe&#8217;), a &#8216;Microsoft.Rtc.Management.Hosted.dll&#8217; file and the &#8216;ServiceSchema.ldf&#8217;.</p>
<p>For now only two more impressions about this package:</p>
<ul>
<li>The extra files are dated March 2011;</li>
<li>An 299Kb dll file, extended schema and powershell modules are required to make Lync multitenant?</li>
</ul>
<br /> Tagged: <a href='http://itbasedtelco.wordpress.com/tag/multitenant/'>multitenant</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itbasedtelco.wordpress.com/812/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itbasedtelco.wordpress.com/812/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itbasedtelco.wordpress.com/812/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itbasedtelco.wordpress.com/812/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itbasedtelco.wordpress.com/812/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itbasedtelco.wordpress.com/812/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itbasedtelco.wordpress.com/812/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itbasedtelco.wordpress.com/812/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itbasedtelco.wordpress.com/812/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itbasedtelco.wordpress.com/812/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itbasedtelco.wordpress.com/812/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itbasedtelco.wordpress.com/812/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itbasedtelco.wordpress.com/812/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itbasedtelco.wordpress.com/812/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=812&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itbasedtelco.wordpress.com/2012/01/08/lync-multitenant-pack-for-hosters-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c8a825207696a6797cf07dd03859c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luismramos</media:title>
		</media:content>
	</item>
		<item>
		<title>OCS to Lync: a different migration scenario</title>
		<link>http://itbasedtelco.wordpress.com/2011/11/27/migrating-ocs-to-lync-scenarioa/</link>
		<comments>http://itbasedtelco.wordpress.com/2011/11/27/migrating-ocs-to-lync-scenarioa/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 17:34:34 +0000</pubDate>
		<dc:creator>LuisR</dc:creator>
				<category><![CDATA[Lync]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[migration to Lync]]></category>

		<guid isPermaLink="false">http://itbasedtelco.wordpress.com/?p=770</guid>
		<description><![CDATA[It&#8217;s difficult to find some time to keep feeding my blog as planned&#8230; On the last weeks I&#8217;ve been working day (and night and weekends) on a project for a customer: a migration from OCS (2007 R2) to Lync. I decided to post a little about this to share you some of the experience. You [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=770&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">It&#8217;s difficult to find some time to keep feeding my blog as planned&#8230;<br />
<a href="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync.jpg"><img class="alignleft  wp-image-803" title="OCS2Lync" src="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync.jpg?w=191&#038;h=143" alt="" width="191" height="143" /></a>On the last weeks I&#8217;ve been working day (and night and weekends) on a project for a customer: a migration from OCS (2007 R2) to Lync. I decided to post a little about this to share you some of the experience.<br />
You might think for now: &#8220;I have read <a href="http://technet.microsoft.com/en-us/library/gg413057.aspx" target="_blank">documentation</a> about that&#8221;, &#8220;already seen how&#8221; or &#8220;already done it&#8221;.</p>
<p style="text-align:justify;">Well&#8230; this migration is somehow less common and documented. It will be a <span style="text-decoration:underline;">side-by-side</span> migration, i.e., OCS users will be transferred to a Lync pool at another domain, but will remain on their existing domain (both Active Directory and SIP) with authentication  maintained by domain trusts.</p>
<h4 style="text-align:justify;">The challenge: planning and testing</h4>
<p style="text-align:justify;">Just like any IT project this is the important phase and we don&#8217;t want to &#8220;try and see if works&#8221; on the production environment. By performing a detailed survey and design the scenario will clearly help you to see what the really challenges are. Here&#8217;s what I have:</p>
<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-mig.jpg"><img class="alignnone  wp-image-775" title="OCS2Lync-Mig" src="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-mig.jpg?w=623&#038;h=387" alt="" width="623" height="387" /></a></p>
<p style="text-align:justify;">This design was validated after another important factor: a Lab where to test and validate the configurations required. To achieve this let me summarize the 3 particular challenges:</p>
<h4 style="text-align:justify;">1. No end-user impact</h4>
<p>This is my personal requirement. The user should by aware of the change, but shouldn&#8217;t be concerned or requested to perform any reconfigurations at his desktop applications. There should be enough automated procedures or scripts that will ease service-desk support and that the user will simple log-in on the next day and find a new application interface fully configured.</p>
<h4>2. Phased user migration</h4>
<p style="text-align:justify;">I personally don&#8217;t like a &#8216;rip-and-replace&#8217; migration and on this project, the high number of users, their locations and the limited of resources will require a migration of OCS accounts in groups by days. This is good for one reason: it will give a feedback of unplanned problems and help you plan and correct for the next move wave . The challenge is: how to move some users of the same SIP domain to a different pool. The plan was simple: use a temporary sip domain on the Lync side.</p>
<p style="text-align:center;"><a href="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-sipmig.jpg"><img class="alignnone size-full wp-image-776" title="OCS2Lync-SIPMig" src="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-sipmig.jpg?w=630" alt=""   /></a></p>
<p style="text-align:justify;">Note: this is fine since there&#8217;s no important external federation with other domains, and we can break communications for the migration timeframe.</p>
<h4 style="text-align:justify;">3. OCS and Lync interoperability</h4>
<div id="attachment_777" class="wp-caption alignright" style="width: 240px"><a href="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-federation.jpg"><img class=" wp-image-777" title="OCS2Lync-Federation" src="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-federation.jpg?w=230&#038;h=172" alt="" width="230" height="172" /></a><p class="wp-caption-text">Federation requires enabling user permissions and has more communications routing</p></div>
<p style="text-align:justify;">Since this is a phased user migration, it&#8217;s required that user migrated to Lync pool can communicate with user still on the OCS pool. The answer could be simple: enable external federation between domains (using Edge Servers). There are two requirements I didn&#8217;t like: Allow everyone federation permission, and allow presence visibility to every external domain (by default only external contact in the personal contact list are visible to each other).</p>
<p style="text-align:justify;"><span style="color:#ffffff;">.</span></p>
<div id="attachment_778" class="wp-caption alignright" style="width: 240px"><a href="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-routing.jpg"><img class="wp-image-778 " title="OCS2Lync-Routing" src="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-routing.jpg?w=230&#038;h=171" alt="" width="230" height="171" /></a><p class="wp-caption-text">Routing enables direct and full user communications</p></div>
<p style="text-align:justify;">The alternate solution is to perform an internal routing (using the pool servers): user presence is visible and communications are direct without the need of setting any user permissions.<br />
The other advantage is that troubleshooting communication problems is easier.</p>
<h4>The next challenges</h4>
<p style="text-align:justify;">This are the steps at the server side, but for the end-user migration another challenges are presented:</p>
<ul>
<li>When to perform software upgrade? ex: OCS users schedule live meeting invitations, but Lync clients schedule using URL web services;</li>
<li>How to migrate user personal contact list and update those contacts as they are migrated?</li>
<li>Can to adapt Outlook and Exchange to the user&#8217;s migration?</li>
</ul>
<h4>Conclusion</h4>
<p>What I wanted to demonstrate on this post is that:</p>
<ul>
<li>This migration process is possible, although it requires a lot of testing and well documented procedures.</li>
<li>It&#8217;s a possible scenario for OCS and Lync co-existence, especially if we have companies merges or even multinational ones that have separate IT administration, are connect with dedicated WAN links and want to control external access and communications using internet links.</li>
</ul>
<p>Comments always welcomed</p>
<br /> Tagged: <a href='http://itbasedtelco.wordpress.com/tag/lync/'>Lync</a>, <a href='http://itbasedtelco.wordpress.com/tag/migration-to-lync/'>migration to Lync</a>, <a href='http://itbasedtelco.wordpress.com/tag/ocs/'>OCS</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itbasedtelco.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itbasedtelco.wordpress.com/770/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itbasedtelco.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itbasedtelco.wordpress.com/770/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itbasedtelco.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itbasedtelco.wordpress.com/770/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itbasedtelco.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itbasedtelco.wordpress.com/770/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itbasedtelco.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itbasedtelco.wordpress.com/770/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itbasedtelco.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itbasedtelco.wordpress.com/770/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itbasedtelco.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itbasedtelco.wordpress.com/770/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=770&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itbasedtelco.wordpress.com/2011/11/27/migrating-ocs-to-lync-scenarioa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c8a825207696a6797cf07dd03859c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luismramos</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync.jpg" medium="image">
			<media:title type="html">OCS2Lync</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-mig.jpg?w=1024" medium="image">
			<media:title type="html">OCS2Lync-Mig</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-sipmig.jpg" medium="image">
			<media:title type="html">OCS2Lync-SIPMig</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-federation.jpg?w=300" medium="image">
			<media:title type="html">OCS2Lync-Federation</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/11/ocs2lync-routing.jpg?w=300" medium="image">
			<media:title type="html">OCS2Lync-Routing</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing UC &#8211; Part 0: planning for Lync</title>
		<link>http://itbasedtelco.wordpress.com/2011/10/30/installing-uc-part-0-lync-planning/</link>
		<comments>http://itbasedtelco.wordpress.com/2011/10/30/installing-uc-part-0-lync-planning/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 22:26:36 +0000</pubDate>
		<dc:creator>LuisR</dc:creator>
				<category><![CDATA[Lync]]></category>
		<category><![CDATA[Lync Planning]]></category>
		<category><![CDATA[Lync setup]]></category>
		<category><![CDATA[UC setup]]></category>

		<guid isPermaLink="false">http://itbasedtelco.wordpress.com/?p=746</guid>
		<description><![CDATA[I spent all this months introducing UC, showing solutions and their capabilities. Since I reach the 30th milestone post it is time to show how to deploy those solutions, starting with a Lync infrastructure. There are already several great blogs about this, but I will try make some things a little different &#8230; by going [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=746&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2011/10/setuplab.jpg"><img class="alignright size-full wp-image-749" title="setupLab" src="http://itbasedtelco.files.wordpress.com/2011/10/setuplab.jpg?w=630" alt=""   /></a>I spent all this months introducing UC, showing solutions and their capabilities. Since I reach the 30th milestone post it is time to show how to deploy those solutions, starting with a Lync infrastructure. There are already several great blogs about this, but I will try make some things a little different &#8230; by going &#8216;behind&#8217; the traditional step-by-step deployment, using my Reference Lab environment <strong>(RLab</strong>).<br />
Although is just a lab, I intend to use it to support all my future posts based on it, following the names and updating diagrams as I extend it with more and new features.</p>
<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2011/10/planning.jpg"><img class="alignleft size-full wp-image-748" title="planning" src="http://itbasedtelco.files.wordpress.com/2011/10/planning.jpg?w=630" alt=""   /></a>So, like a real production environment, <strong>planning</strong> is the first and an important step and the Lync setup procedure really enforce you to do that. Reading the <a href="http://www.microsoft.com/download/en/details.aspx?id=21646" target="_blank">Lync planning</a> guide can give a good overview, but Microsoft also create a <a href="http://www.microsoft.com/download/en/details.aspx?id=12295" target="_blank">capacity calculator</a> and a planning <a href="http://www.microsoft.com/download/en/details.aspx?id=19711" target="_blank">tool</a> that will help you about server sizing, TCP port requirements, firewall/DMZ configuration, &#8230;<br />
I will start with a deployment of an Enterprise edition, and as for a lab, server sizing is not an issue (no more then 10 users) and will not follow some recommendations like a separate audio/video server.</p>
<p style="text-align:justify;">Now let&#8217;s present the RLab v1.0 with this initial configuration and elements:</p>
<ul>
<li>built on a Vmware vSphere 5.0 platform;</li>
<li>Windows 2008 R2 domain;</li>
<li>Domain Controller, DNS and an Enterprise CA &#8211; Windows 2008 R2 Standard Core ;</li>
<li>Database/File Server &#8211; Windows 2008 R2 Standard with and SQL 2008 R2 Standard;</li>
<li>Lync Node #1 &#8211; Windows 2008 R2 Standard with a Lync 2010 Enterprise;</li>
<li>Workstations &#8211; (2) Windows 7 x64 and (1) Mac OSX 10.6.</li>
</ul>
<div id="attachment_747" class="wp-caption alignright" style="width: 310px"><a href="http://itbasedtelco.files.wordpress.com/2011/10/rlab.jpg"><img class="size-medium wp-image-747" title="RLAB" src="http://itbasedtelco.files.wordpress.com/2011/10/rlab.jpg?w=300&#038;h=174" alt="" width="300" height="174" /></a><p class="wp-caption-text">My UC Lab v1.0</p></div>
<p style="text-align:justify;">To minimize the number of posts to complete the setup, I will just consider for now: one Lync server, with internal IM, audio, video and web-conferencing. External connectivity, enterprise voice and other features will be included and &#8216;posted&#8217; later.</p>
<p style="text-align:justify;">If you intend to follow this deployment, familiar yourself with this names:</p>
<ul>
<li>Windows Domain: <span style="color:#993366;">uc.lab</span></li>
<li>Domain Controller: <span style="color:#993366;">DC-10</span>.uc.lab</li>
<li>Database Server: <span style="color:#993366;">DB-10</span>.uc.lab (SQL instance: <span style="color:#993366;">PRD</span>)</li>
<li>Lync Server Node#1:  <span style="color:#993366;">COMM-10</span><span style="color:#000000;">.uc.lab</span></li>
<li><span style="color:#000000;">Workstations: <span style="color:#800080;">WS70</span>, <span style="color:#800080;">WS71</span>, <span style="color:#800080;">WS80</span></span></li>
<li>Lync Enterprise Pool: <span style="color:#800080;">uc.lync.lab</span></li>
<li>SIP host domains: mylync.</li>
</ul>
<p style="text-align:justify;">Important notes:</p>
<ul>
<li>to minimize virtual resources, the Certificate Authority is installed on the Domain Controller. This is not recommended on a production environment and you should follow other resources to plan and deploy a CA;</li>
<li>You should host the Lync user resources on your dedicated file share, if exists. Avoid using any Lync server of the pool;</li>
<li>the setup procedures for the Domain, DNS, CA and SQL are not covered. Only the steps to complete a Lync setup will be documented on the next posts.</li>
</ul>
<p style="text-align:justify;">If I caught your attention, keep visiting this blog.<br />
I intend to show how far you can build a rich UC infrastructure <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align:justify;">
<br /> Tagged: <a href='http://itbasedtelco.wordpress.com/tag/lync-planning/'>Lync Planning</a>, <a href='http://itbasedtelco.wordpress.com/tag/lync-setup/'>Lync setup</a>, <a href='http://itbasedtelco.wordpress.com/tag/uc-setup/'>UC setup</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itbasedtelco.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itbasedtelco.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itbasedtelco.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itbasedtelco.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itbasedtelco.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itbasedtelco.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itbasedtelco.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itbasedtelco.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itbasedtelco.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itbasedtelco.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itbasedtelco.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itbasedtelco.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itbasedtelco.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itbasedtelco.wordpress.com/746/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=746&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itbasedtelco.wordpress.com/2011/10/30/installing-uc-part-0-lync-planning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c8a825207696a6797cf07dd03859c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luismramos</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/setuplab.jpg" medium="image">
			<media:title type="html">setupLab</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/planning.jpg" medium="image">
			<media:title type="html">planning</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/rlab.jpg?w=300" medium="image">
			<media:title type="html">RLAB</media:title>
		</media:content>
	</item>
		<item>
		<title>Gartner Magic Quadrant for UC: 2006-2011</title>
		<link>http://itbasedtelco.wordpress.com/2011/10/17/gartner-magic-quadrant-for-uc-2006-2011/</link>
		<comments>http://itbasedtelco.wordpress.com/2011/10/17/gartner-magic-quadrant-for-uc-2006-2011/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 21:57:03 +0000</pubDate>
		<dc:creator>LuisR</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Gartner]]></category>
		<category><![CDATA[Unified Communications]]></category>

		<guid isPermaLink="false">http://itbasedtelco.wordpress.com/?p=720</guid>
		<description><![CDATA[Today, I reread the most recent report to update my customer presentation about Lync. I&#8217;m not going to summarize it here, because I recommend all of you &#8216;UC evangelists&#8217; to read. I&#8217;ll just post one interesting paragraph: &#8220;Although most vendors are pushing enterprises to adopt their UC suites as sole providers, Gartner does not recommend [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=720&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Today, I reread the most recent report to update my customer presentation about Lync. I&#8217;m not going to summarize it here, because I recommend all of you &#8216;UC evangelists&#8217; to read. I&#8217;ll just post one interesting paragraph:<br />
&#8220;Although most vendors are pushing enterprises to adopt their UC suites as sole providers, Gartner does not recommend the second single-vendor approach when it involves sacrificing best-of-breed functionality for the sake of UC consolidation. Most users want the best functionality in each area.&#8221;</p>
<p style="text-align:justify;">But I became curious to see earlier reports and try to understand how is the market evolving and maturing. If we are interest on reading them, I manage to find all Gartner reports spread across the web: <a href="http://www.itbuda.com/files/Gartner_UnifiedMessaging.pdf" target="_blank">2006</a>, <a href="http://www.centratel.co.za/UserFiles/File/UC%20global%20magicquadrant_2007_200807.pdf" target="_blank">2007</a>, <a href="http://www.momentuminfocare.com/admin/UserFiles/File/Magic%20Quadrant%20for%20Unified%20...pdf" target="_blank">2008</a>, <a href="http://www.siemens-enterprise.com/main/Info_Center/%7E/media/0439790B150A41A3B879D0D10398D293.ashx" target="_blank">2009</a>, <a href="http://www.tagsolutions.com/solutions/unified_communications/resources/2010_Gartner_Magic_Quadrant_for_Unified_Communications.pdf" target="_blank">2010</a>, <a href="http://www.siemens-enterprise.com/de/%7E/media/internet%202010/Documents/Reports/Gartner_MQ_for_UC2011_Reprint.pdf" target="_blank">2011</a>.</p>
<p>But if you just want to see the evolution, I put the Magic Quadrants for a quick side by side comparison.<a href="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2006.png"><img class="alignnone size-full wp-image-721" title="GartnerUC-2006" src="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2006.png?w=630" alt=""   /></a><a href="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2007.png"><img class="alignnone size-full wp-image-722" title="GartnerUC-2007" src="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2007.png?w=630" alt=""   /></a></p>
<p><a href="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2008.png"><img class="alignnone size-full wp-image-723" title="GartnerUC-2008" src="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2008.png?w=630" alt=""   /></a><a href="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2009.png"><img class="alignnone size-full wp-image-724" title="GartnerUC-2009" src="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2009.png?w=630" alt=""   /></a></p>
<p><a href="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2010.png"><img class="alignnone size-full wp-image-725" title="GartnerUC-2010" src="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2010.png?w=630" alt=""   /></a><a href="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2011.png"><img class="alignnone size-full wp-image-726" title="GartnerUC-2011" src="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2011.png?w=630" alt=""   /></a></p>
<p>Kommentarer välkomnas <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /> Tagged: <a href='http://itbasedtelco.wordpress.com/tag/gartner/'>Gartner</a>, <a href='http://itbasedtelco.wordpress.com/tag/unified-communications/'>Unified Communications</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itbasedtelco.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itbasedtelco.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itbasedtelco.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itbasedtelco.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itbasedtelco.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itbasedtelco.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itbasedtelco.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itbasedtelco.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itbasedtelco.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itbasedtelco.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itbasedtelco.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itbasedtelco.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itbasedtelco.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itbasedtelco.wordpress.com/720/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=720&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itbasedtelco.wordpress.com/2011/10/17/gartner-magic-quadrant-for-uc-2006-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c8a825207696a6797cf07dd03859c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luismramos</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2006.png" medium="image">
			<media:title type="html">GartnerUC-2006</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2007.png" medium="image">
			<media:title type="html">GartnerUC-2007</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2008.png" medium="image">
			<media:title type="html">GartnerUC-2008</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2009.png" medium="image">
			<media:title type="html">GartnerUC-2009</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2010.png" medium="image">
			<media:title type="html">GartnerUC-2010</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/gartneruc-2011.png" medium="image">
			<media:title type="html">GartnerUC-2011</media:title>
		</media:content>
	</item>
		<item>
		<title>Can Lync replace my company’s PBX?</title>
		<link>http://itbasedtelco.wordpress.com/2011/10/09/can-lync-replace-my-company-pbx/</link>
		<comments>http://itbasedtelco.wordpress.com/2011/10/09/can-lync-replace-my-company-pbx/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 20:00:40 +0000</pubDate>
		<dc:creator>LuisR</dc:creator>
				<category><![CDATA[Lync]]></category>
		<category><![CDATA[corporate voice]]></category>
		<category><![CDATA[telephony]]></category>

		<guid isPermaLink="false">http://itbasedtelco.wordpress.com/?p=689</guid>
		<description><![CDATA[Here’s the one million euro question! from my personal opinion the answer is: “Yes it can, but…” This is a very important post for me. It expresses in this lines, 4 years of personal experience investment and I hope I can help corporate decision makers evaluating and considering Lync. I grouped 5 points to evidence [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=689&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="alignright" title="decision question" src="http://www.getfreeimage.com/pictures/businessman-and-question-mark-pic.jpg" alt="" width="178" height="134" />Here’s the one million euro question! from my personal opinion the answer is:</p>
<h2 align="center">“Yes it can, but…”</h2>
<p style="text-align:justify;">This is a very important post for me. It expresses in this lines, 4 years of personal experience investment and I hope I can help corporate decision makers evaluating and considering Lync.</p>
<p style="text-align:justify;">I grouped 5 points to evidence Lync response has a corporate IP-PBX, but remember that has much more capabilities like video and content sharing.</p>
<blockquote><address>Note: Don’t think that this is a market revolution from Microsoft. All major IP-PBX vendors have similar solutions. To be completely sure in choosing MS, compare and even test with one other vendor at least. If you read my blog, you already find some reviews.</address>
</blockquote>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" bgcolor="#5F9EA0" width="676"><strong>End user devices</strong></td>
</tr>
</tbody>
</table>
<p style="text-align:justify;">Remembering my rule: “UC is all about user experience”. Lync is revolutionary compared to traditional communications, but it does not have to be disruptive when introducing in a company.</p>
<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2011/09/lync4winmain.jpg"><img class="alignleft size-medium wp-image-673" title="Lync4winMain" src="http://itbasedtelco.files.wordpress.com/2011/09/lync4winmain.jpg?w=88&#038;h=145" alt="" width="88" height="145" /></a>The richest devices are the software <strong>clients</strong> for <a href="../../../../../2011/05/23/lync-2010-review/">Windows</a> and <a href="../../../../../2011/09/26/lync-for-mac-2011-review/">Mac</a> with all capabilities (IM, voice and video conferencing and content sharing) anywhere and you can also find interesting solutions for <a href="https://xync.damaka.com/xync/" target="_blank"><strong>mobile</strong> devices</a>.</p>
<p style="text-align:justify;">This doesn’t mean the end of the <strong>deskphone</strong>. You still want to have these devices on meeting rooms, manufacturing areas, etc. and provide communications to personal with no or less computer experience. Another reason is you don’t need a personal computer, and these phones are a lower investment.<br />
<a href="http://itbasedtelco.files.wordpress.com/2011/05/polycomcx500.jpg"><img class="alignright size-full wp-image-445" title="PolycomCX500" src="http://itbasedtelco.files.wordpress.com/2011/05/polycomcx500.jpg?w=630" alt=""   /></a>There are several deskphones from <span style="color:#993366;">3<sup>rd</sup> party</span> vendors (<a href="http://www.polycom.com/products/voice/desktop_solutions/microsoft_optimized_devices/index.html">Polycom</a>, <a href="http://www.aastra.com/products-mobility-families.htm?curr_cat=Microsoft+Lync+Telephones&amp;curr_fam=Aastra+6720ip&amp;curr_type=Product&amp;mode_l=2&amp;mode_c=1&amp;mode_f=1">Aastra</a>, <a href="http://www.snom.com/en/products/unified-communications/microsoft-lync-qualified-products/">Snom</a>, <a href="http://www.plantronics.com/us/category/unified-communications/#familycat6500036">Plantronics</a>, …), from a simple keyboard/handset style to a model with a lync client display including the <a href="http://windowspbx.blogspot.com/2011/05/snom-social-element-on-phones-pbx.html">contact pictures</a>. On the lowest model you got presence and voice calls capabilities.</p>
<p style="text-align:justify;">Other interesting solutions from <span style="color:#993366;">3<sup>rd</sup> party</span> are some gateways that allows you to connect <strong>other phones</strong> that are not Lync enabled (<a href="http://www.audiocodes.com/sps">Audiocodes</a>, <a href="http://www.net.com/Pages/MicrosoftUC.aspx?pgid=213">Net</a>,…). Two advantages from those: you can user some of your existing IP phones and even the analog ones, and you can connect softphone from other brands and platforms, like Linux desktops.</p>
<p style="text-align:justify;"><img class="alignleft" title="front office reception" src="http://us.123rf.com/400wm/400/400/marcelmooij/marcelmooij0904/marcelmooij090400015/4718451-reception-or-front-desk-in-an-officebuilding.jpg" alt="" width="140" height="93" />There is one particular device that you should carefully consider: the company’s <strong>receptionist</strong> (or even a secretary). Although Lync is more than a PBX, organizations will still have use of switchboard operators working at an attendant console, to handle, put on hold/queue, retrieve and forward multiple calls. Microsoft has a software client called <a href="../../../../../2011/02/09/lync-clients-attendant-console/">Lync Attendant</a> for this, but you might want to use a more traditional hardware based solution like a <a href="http://www.snom.com/en/products/ip-phones/snom-370/">snom370 with expansion panel</a> (you can get up to 138 buttons with speed dial). The big advantage is that receptionists often don&#8217;t need additional training on a physical phone. Like Snom there are other <span style="color:#993366;">3<sup>rd</sup> party</span> solutions that report similar capabilities, but I never tested them: <a href="http://www.competella.se/Products.aspx">Multimedia Attendant</a>,<a href="http://www.trio.se/web/21c518c0-e6f6-4fa4-bee1-444f3e1d1a63.aspx"> Trio Enterprise 3.1</a>, <a href="http://www.visionutveckling.se/Visionutveckling/Pressrum/Pressmeddelanden/Vision8020integrerasmedMicrosoftLync2010/tabid/519/Default.aspx"> Vision 80/20</a>, or <a href="http://www.zylinc.com/microsoft-ocs.html">ZyCall Switch</a></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" bgcolor="#5F9EA0" width="676"><strong>Public network connectivity</strong></td>
</tr>
</tbody>
</table>
<p style="text-align:justify;">This is the key decision for a Lync deployment has a full solution. You need to be sure that you can make and receive calls outside your company, especially the <a href="http://en.wikipedia.org/wiki/Public_switched_telephone_network">PSTN</a>. Microsoft and partners will say no problem, but you must have to be sure. As the decision it’s you neck that is at risk.</p>
<p style="text-align:justify;">VoIP communications outside the Lync infrastructure are done by the mediation server. From this point forward you have two main options to connect to your Telecom Provider:</p>
<ul style="text-align:justify;">
<li>Using <span style="color:#993366;">3rd party</span> IP gateways &#8211; more simple or complete in features, they connect Lync using any available connectivity (SIP Trunk, PRI/BRI, ISDN). There is a large list of official choices available to connect <a href="http://technet.microsoft.com/en-us/lync/gg131938#tab=1">directly</a> or <a href="http://technet.microsoft.com/en-us/lync/gg131938#tab=2">through</a> your IP-PBX.</li>
<li>The simple and less expensive is a direct connectivity using a SIP trunk. The list of <a href="http://technet.microsoft.com/en-us/lync/gg131938#tab=4">providers</a> is growing, but your local and reliable Telecom provider might not give you that choice (I’m not going to discuss that now…it’s somehow a technical and political issue), so you might want to go to the first option or use an <a href="http://technet.microsoft.com/en-us/lync/gg131938#tab=5">SBC</a>.</li>
</ul>
<p><img class="aligncenter" title="Voice connectivity sample" src="http://blogs.technet.com/resized-image.ashx/__size/850x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-84-94/4186.AudioCodes_5F00_SBC_5F00_UseThis_5F00_Fig1.JPG" alt="" width="572" height="203" /></p>
<p style="text-align:justify;"><img class="alignright" title="Emergency workflow" src="http://i.technet.microsoft.com/gg412936.4438f5fc-f1b2-444b-8565-09035363ed43%28en-us,OCS.14%29.jpg" alt="" width="185" height="86" />Lync also implemented <strong>emergency call support</strong>, but I’m not sure if it’s supported in European countries. To comply with legal rules you must be able to provide the location of the phone call, and this is a challenge not only for the mobile Lync users, but it becoming also a problem for the existing telephony leaders and the Government itself</p>
<p style="text-align:justify;">I’m not going to detail <strong>other types</strong> of Lync external connectivity, like federation for IM and voice and even video interoperability… and there is lot of <span style="color:#993366;">3rd party</span> solutions available, some already mentioned on my blog.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" bgcolor="#5F9EA0" width="776">Office locations</td>
</tr>
</tbody>
</table>
<p style="text-align:justify;"><strong>Multiple office locations</strong> are not a problem for Lync. You can simply use wan links and let devices connect using IP/DNS or deploy more than one Lync pool and multiple servers and connect them. Whether you have multiple/separate domains, telephony can be shared easily.</p>
<p style="text-align:justify;">One thing that was missing (and criticized by the competition) was <strong>bandwidth control</strong> for wan traffic. QoE can guarantee minimum traffic for calls and <a href="http://technet.microsoft.com/en-us/library/ff731056.aspx">CAC</a> implements policies that prevent Lync user calls to flood your IP links and minimize impact on other application services.</p>
<p style="text-align:justify;">Office survivability (in case wan link failures) is discussed on the next topic.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" bgcolor="#5F9EA0" width="776"><strong>Scalability, reliability and resilience</strong></td>
</tr>
</tbody>
</table>
<p style="text-align:justify;">How critical are voice communications for your company? … No need to answer that <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p style="text-align:justify;">Is Lync capable of managing your large, worldwide spread company? I guess so. Let’s check the facts:</p>
<ul>
<li>Lync can <strong>scale</strong> to a very large number servers and pools and ensure high availability and load balancing.</li>
<li>You can use Lync <a href="http://technet.microsoft.com/en-us/lync/gg131938#tab=3">SBA</a> at branch offices, provided by 3rd party manufacturers. These products can provide Voice PSTN connectivity in case of wan outages.</li>
<li><a href="http://itbasedtelco.files.wordpress.com/2011/10/miercom-lynclab.jpg"><img class="alignright size-medium wp-image-696" title="Miercom-LyncLab" src="http://itbasedtelco.files.wordpress.com/2011/10/miercom-lynclab.jpg?w=48&#038;h=36" alt="" width="48" height="36" /></a>There’s a <a href="http://www.miercom.com/pdf/reports/20101117.pdf">study</a> that shows a 100% uptime of Lync with 4’107’951 calls in 13 days. I know… it’s just a lab but the fact is that the number of Lync customers is increasing in number and size.</li>
</ul>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" bgcolor="#5F9EA0" width="976"><strong>Extensibility</strong></td>
</tr>
</tbody>
</table>
<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2011/10/lyncpartnerecosystem.png"><img class="alignleft size-medium wp-image-698" title="LyncPartnerEcosystem" src="http://itbasedtelco.files.wordpress.com/2011/10/lyncpartnerecosystem.png?w=229&#038;h=86" alt="" width="229" height="86" /></a>This post is becoming too large (and exciting to write…), so I will just say on this point that you can find any type of <span style="color:#993366;">3rd party</span> <strong>solutions</strong> that can respond to your needs: auto attendants, contact centers, communication accounting and billing, video recording streaming, translation, voice recognition, GPS, SMS,…</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" bgcolor="#7FFF00" width="776"><strong>Conclusion</strong></td>
</tr>
</tbody>
</table>
<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2011/10/green-traffic-light.png"><img class="size-full wp-image-704 alignright" title="green-traffic-light" src="http://itbasedtelco.files.wordpress.com/2011/10/green-traffic-light.png?w=630" alt=""   /></a>In conclusion, with Lync we can have almost all well-known (traditional) corporate phone capabilities, but you add presence, messaging, video, content sharing and mobility. All capable of integrating with your desktop environment and business applications (CEBP), enabling a true corporate collaboration. This is the first part of the post question: <span style="text-decoration:underline;">Yes it can</span> replace or enhance your existing voice infrastructure. It’s really worthy.</p>
<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2011/10/yellow-traffic-light.png"><img class="alignleft size-full wp-image-705" title="yellow-traffic-light" src="http://itbasedtelco.files.wordpress.com/2011/10/yellow-traffic-light.png?w=630" alt=""   /></a>Now let’s talk about the ‘but…’</p>
<p>You noticed one particular set of words in a different <span style="color:#993366;">color</span>. The ‘3rd party’ factor is important. Unlike the competition (Cisco, Avaya or Alcatel), Microsoft mainly provides the software solution, and you have to contact different manufacturers according to your needs. This might represent additional knowledge requirements and support contracts.</p>
<p style="text-align:justify;">Another challenge is the management: it’s not just a Windows server. I has voice, video and real-time communications with a lot of connected users that don’t want their phone unavailable at any time.</p>
<p style="text-align:justify;">If you think that you will replace your Telecom provider and save money by delivering responsibilities to your IT (sysadmins and helpdesk), think six or more times. Even after a 6 months trial, they are not ready for a production environment. There’s a lot of troubleshooting: it’s not just TCP packets, High CPU or databases performances. There are protocols (SIP, STUN, ICE,…), network bandwidth, voice and video codecs (RTaudio, G.711, H.264, …) to analyze from the desktop, throw the servers and to the other side of an external network or PSTN.</p>
<p style="text-align:justify;">If you think about how much painful can be an Exchange user, let’s now add poor voice call quality, conference calls disconnecting, video freezing or failing to your team daily tasks: ‘<a href="http://www.youtube.com/watch?v=JOxGL5G8Pbk">do you feel lucky?</a>’</p>
<blockquote><address>I came from 16 years from IT administration, and after 4 years with Microsoft OCS/Lync, Cisco, Polycom I’m still learning a lot about VoIP, technologies standards and protocols. And I still have a lot to learn about joining the IT and Telecom world (at least another 10 years…)</address>
</blockquote>
<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2011/10/attention-signal.jpg"><img class="alignright size-full wp-image-706" title="attention-signal" src="http://itbasedtelco.files.wordpress.com/2011/10/attention-signal.jpg?w=630" alt=""   /></a>My recommendation is: if you want to go with Microsoft Lync, carefully choose one (or two) partner capable and with experience in Lync, telephony and the Telecom service providers.<br />
Your traditional MS partner might not have the experience to manage and deal with your voice provider, and your Telecom provider might not have the IT experience to deploy and manage a Lync server infrastructure…. Though choice!</p>
<p style="text-align:justify;">I end this post with the complete answer:</p>
<h2 style="text-align:center;">‘Yes it can, but… you better know well how and when to.’</h2>
<br /> Tagged: <a href='http://itbasedtelco.wordpress.com/tag/corporate-voice/'>corporate voice</a>, <a href='http://itbasedtelco.wordpress.com/tag/lync/'>Lync</a>, <a href='http://itbasedtelco.wordpress.com/tag/telephony/'>telephony</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itbasedtelco.wordpress.com/689/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itbasedtelco.wordpress.com/689/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itbasedtelco.wordpress.com/689/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itbasedtelco.wordpress.com/689/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itbasedtelco.wordpress.com/689/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itbasedtelco.wordpress.com/689/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itbasedtelco.wordpress.com/689/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itbasedtelco.wordpress.com/689/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itbasedtelco.wordpress.com/689/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itbasedtelco.wordpress.com/689/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itbasedtelco.wordpress.com/689/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itbasedtelco.wordpress.com/689/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itbasedtelco.wordpress.com/689/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itbasedtelco.wordpress.com/689/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=689&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itbasedtelco.wordpress.com/2011/10/09/can-lync-replace-my-company-pbx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c8a825207696a6797cf07dd03859c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luismramos</media:title>
		</media:content>

		<media:content url="http://www.getfreeimage.com/pictures/businessman-and-question-mark-pic.jpg" medium="image">
			<media:title type="html">decision question</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/09/lync4winmain.jpg?w=183" medium="image">
			<media:title type="html">Lync4winMain</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/05/polycomcx500.jpg" medium="image">
			<media:title type="html">PolycomCX500</media:title>
		</media:content>

		<media:content url="http://us.123rf.com/400wm/400/400/marcelmooij/marcelmooij0904/marcelmooij090400015/4718451-reception-or-front-desk-in-an-officebuilding.jpg" medium="image">
			<media:title type="html">front office reception</media:title>
		</media:content>

		<media:content url="http://blogs.technet.com/resized-image.ashx/__size/850x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-84-94/4186.AudioCodes_5F00_SBC_5F00_UseThis_5F00_Fig1.JPG" medium="image">
			<media:title type="html">Voice connectivity sample</media:title>
		</media:content>

		<media:content url="http://i.technet.microsoft.com/gg412936.4438f5fc-f1b2-444b-8565-09035363ed43%28en-us,OCS.14%29.jpg" medium="image">
			<media:title type="html">Emergency workflow</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/miercom-lynclab.jpg?w=300" medium="image">
			<media:title type="html">Miercom-LyncLab</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/lyncpartnerecosystem.png?w=300" medium="image">
			<media:title type="html">LyncPartnerEcosystem</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/green-traffic-light.png" medium="image">
			<media:title type="html">green-traffic-light</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/yellow-traffic-light.png" medium="image">
			<media:title type="html">yellow-traffic-light</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/10/attention-signal.jpg" medium="image">
			<media:title type="html">attention-signal</media:title>
		</media:content>
	</item>
		<item>
		<title>Lync for Mac 2011: review</title>
		<link>http://itbasedtelco.wordpress.com/2011/09/26/lync-for-mac-2011-review/</link>
		<comments>http://itbasedtelco.wordpress.com/2011/09/26/lync-for-mac-2011-review/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 23:02:54 +0000</pubDate>
		<dc:creator>LuisR</dc:creator>
				<category><![CDATA[Lync]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[UC clients]]></category>

		<guid isPermaLink="false">http://itbasedtelco.wordpress.com/?p=662</guid>
		<description><![CDATA[On this post I wrote a client for OCS/Lync. Now,  Microsoft released a version specifically design for Lync server features called&#8230; &#8216;Lync for Mac&#8217;. I think this name choice is because how much it looks like &#8216;Lync &#8220;for Windows&#8221;&#8216;, and it&#8217;s really impressive how the user experience looks like in both platforms. Everything was well [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=662&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2011/09/lync4mac.jpg"><img class="alignleft size-full wp-image-663" title="Lync4Mac Logo" src="http://itbasedtelco.files.wordpress.com/2011/09/lync4mac.jpg?w=630" alt=""   /></a>On <a href="http://itbasedtelco.wordpress.com/2011/02/15/uc-clients-communicator-2011-for-macosx/" target="_blank">this post</a> I wrote a client for OCS/Lync.<br />
Now,  Microsoft released a version specifically design for Lync server features called&#8230; &#8216;Lync for Mac&#8217;. I think this name choice is because how much it looks like &#8216;Lync &#8220;for Windows&#8221;&#8216;, and it&#8217;s really impressive how the user experience looks like in both platforms.<a href="http://itbasedtelco.files.wordpress.com/2011/09/lync4macmain1.jpg"><img class="alignright size-full wp-image-668" title="Lync4macMain" src="http://itbasedtelco.files.wordpress.com/2011/09/lync4macmain1.jpg?w=630" alt=""   /></a></p>
<p style="text-align:justify;">Everything was well designed, from the main interface (on the left), the context actions when clicking on a contact and even the toast has the same look-alike and actions:<br />
<a href="http://itbasedtelco.files.wordpress.com/2011/09/lync4mac_toast.jpg"><img class="alignnone size-full wp-image-670" title="Lync4Mac_toast" src="http://itbasedtelco.files.wordpress.com/2011/09/lync4mac_toast.jpg?w=630" alt=""   /></a><br />
You can compare them with the Windows version <a href="http://itbasedtelco.files.wordpress.com/2011/09/lync4winmain.jpg" target="_blank">here</a> and <a href="http://itbasedtelco.files.wordpress.com/2011/09/lync4win_toast.jpg" target="_blank">here</a>, but I would say that the UC features are about 90% equal. Let me resume some:</p>
<div>
<ul>
<li>Search Corporate address Book and manage contacts;</li>
<li>Rich presence (including calendar based);</li>
<li>Presence in Office for Mac applications;</li>
<li>IM, Audio and video conferencing with multiple users;</li>
<li>IM with public and federated networks;</li>
<li>Share desktop;</li>
<li>Send and receive files;</li>
<li>Make and receive PSTN voice calls.</li>
</ul>
</div>
<div>But there are new important features that were missing from previous Mac clients:</div>
<div>
<ul>
<li>As you already see, the <strong>directory contact picture</strong> is available next to the name, on the search box, conversation window,&#8230;;</li>
<li>Unique conversation window with one or more contacts. You can escalate from an IM, to a voice and video call and even participate on a shared content or presentation (including remote control):
<p><div id="attachment_679" class="wp-caption alignnone" style="width: 640px"><a href="http://itbasedtelco.files.wordpress.com/2011/09/lync4mac_sharing.jpg"><img class="size-full wp-image-679" title="Lync4Mac_sharing" src="http://itbasedtelco.files.wordpress.com/2011/09/lync4mac_sharing.jpg?w=630&#038;h=385" alt="" width="630" height="385" /></a><p class="wp-caption-text">Just like the windows client, Lync includes the stage pane for content sharing</p></div></li>
<li>You can now join virtual meetings (audio+ video + content sharing) from the an invitation URL and even schedule from Outlook 2011 (you have to apply the Microsoft Office 2011 14.1.3 <a href="http://www.microsoft.com/mac/downloads?pid=Mactopia_Office2011&amp;fid=535FCF4A-EEB2-44EB-B2A6-9C512509C49D#viewer" target="_blank">Update</a>):
<p><div id="attachment_687" class="wp-caption alignnone" style="width: 640px"><a href="http://itbasedtelco.files.wordpress.com/2011/09/outlook2011onlinemeeting.jpg"><img class="size-full wp-image-687" title="Outlook2011OnlineMeeting" src="http://itbasedtelco.files.wordpress.com/2011/09/outlook2011onlinemeeting.jpg?w=630&#038;h=422" alt="" width="630" height="422" /></a><p class="wp-caption-text">Scheduling an online meeting will generate the URL at the body of the message.</p></div></li>
</ul>
</div>
<div>But there are still some differences between Windows and Mac clients:</div>
<div>
<ul>
<li>The conversation records are kept separately instead of the Outlook folder;</li>
<li>No activity feeds tab is available, so has the conversation and voice mail messages;</li>
<li>You can view any shared content, but you can only share your Mac desktop with others;</li>
</ul>
<p>This table show the features available on each client</p>
<table cellspacing="0">
<tbody>
<tr>
<th width="40%">Unified user interface</th>
<th width="20%">Lync for Mac</th>
<th>Communicator for Mac</th>
<th>Lync for Windows</th>
</tr>
<tr>
<td>See photos of contacts for quick identification.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td style="text-align:center;">
<p style="text-align:left;">Get easy access to presence, instant messaging, voice, audio, video, and online meeting.</p>
</td>
<td style="text-align:center;"> √</td>
<td style="text-align:center;">  √</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>See and monitor the meeting roster for participants who are having difficulty with audio, video, or sharing connections during online meetings.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Join, accept, decline, or redirect the meeting invites, audio/video calls and instant messages right from the invite alerts.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">partial</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Communicate from within Outlook, Word, or PowerPoint.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Communicate from within SharePoint.</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
</tbody>
</table>
<table cellspacing="0">
<tbody>
<tr>
<th width="40%">Rich presence and instant messaging</th>
<th width="20%">Lync for Mac</th>
<th>Communicator for Mac</th>
<th>Lync for Windows</th>
</tr>
<tr>
<td>Send instant messages.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Display published phone numbers, job titles, and office information all on contact cards.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Set presence status manually or automatically based on calendar, login status, and more.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Specify access levels for sharing information with different contacts.</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Connect with people outside the organization with public instant-messaging connectivity (PIC), such as AOL Instant Messenger (AIM), Yahoo!, and Windows Live Messenger.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
</tbody>
</table>
<table cellspacing="0">
<tbody>
<tr>
<th width="40%">Enterprise Voice</th>
<th width="20%">Lync for Mac</th>
<th>Communicator for Mac</th>
<th>Lync for Windows</th>
</tr>
<tr>
<td>Place a call from the Lync/Communicator contact card.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Receive call notifications on the computer.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Configure call forwarding in Lync/Communicator.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Access voice mail from Lync/ Communicator.</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Use the client dial pad to call external numbers.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Add outside phone numbers to your Contact List.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
</tbody>
</table>
<table cellspacing="0">
<tbody>
<tr>
<th width="40%">Audio, video, and web conferencing</th>
<th width="20%">Lync for Mac</th>
<th>Communicator for Mac</th>
<th>Lync for Windows</th>
</tr>
<tr>
<td style="text-align:center;">
<p style="text-align:left;">Connect using audio calls.</p>
</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Connect using video calls.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Make audio and video calls to your Windows Live Messenger contacts.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Schedule conferences in Outlook.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Start an impromptu online meeting, with the click of a mouse.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Join conferences scheduled from Outlook.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Join an audio conference call using a regular mobile, desk, or home phone.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
</tbody>
</table>
<table cellspacing="0">
<tbody>
<tr>
<th width="40%">Desktop and file sharing</th>
<th width="20%">Lync for Mac</th>
<th>Communicator for Mac</th>
<th>Lync for Windows</th>
</tr>
<tr>
<td>Share your desktop with other contacts.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Add audio and video to the desktop sharing session and see participants from around the world at their desks.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Join and control a PowerPoint presentation initiated from a Windows desktop.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Initiate a PowerPoint sharing session from client.</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Collaborate with rich white boarding, including copy and paste images and other content, annotations, and polling.</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Conduct polling.</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
<tr>
<td>Upload files to share with meeting participants.</td>
<td style="text-align:center;">√</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">√</td>
</tr>
</tbody>
</table>
</div>
<h3>My opinion: <span style="color:#008000;">Impressive</span></h3>
<div>In summary, Microsoft has now complete UC client solution for both Mac and Windows desktop users that can keep them on the leading UC market. Just can&#8217;t wait for the Lync mobile release on the next weeks&#8230;</div>
<div>Comments are welcome.</div>
<div>Lync for Mac resources link can be found in the <a href="http://itbasedtelco.wordpress.com/lync-resources/">resources page</a></div>
<br /> Tagged: <a href='http://itbasedtelco.wordpress.com/tag/lync/'>Lync</a>, <a href='http://itbasedtelco.wordpress.com/tag/mac/'>mac</a>, <a href='http://itbasedtelco.wordpress.com/tag/osx/'>osx</a>, <a href='http://itbasedtelco.wordpress.com/tag/uc-clients/'>UC clients</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itbasedtelco.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itbasedtelco.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itbasedtelco.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itbasedtelco.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itbasedtelco.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itbasedtelco.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itbasedtelco.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itbasedtelco.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itbasedtelco.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itbasedtelco.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itbasedtelco.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itbasedtelco.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itbasedtelco.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itbasedtelco.wordpress.com/662/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=662&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itbasedtelco.wordpress.com/2011/09/26/lync-for-mac-2011-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c8a825207696a6797cf07dd03859c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luismramos</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/09/lync4mac.jpg" medium="image">
			<media:title type="html">Lync4Mac Logo</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/09/lync4macmain1.jpg" medium="image">
			<media:title type="html">Lync4macMain</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/09/lync4mac_toast.jpg" medium="image">
			<media:title type="html">Lync4Mac_toast</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/09/lync4mac_sharing.jpg" medium="image">
			<media:title type="html">Lync4Mac_sharing</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/09/outlook2011onlinemeeting.jpg" medium="image">
			<media:title type="html">Outlook2011OnlineMeeting</media:title>
		</media:content>
	</item>
		<item>
		<title>Still posting</title>
		<link>http://itbasedtelco.wordpress.com/2011/08/25/still-posting/</link>
		<comments>http://itbasedtelco.wordpress.com/2011/08/25/still-posting/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 19:02:42 +0000</pubDate>
		<dc:creator>LuisR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itbasedtelco.wordpress.com/?p=657</guid>
		<description><![CDATA[Just to say I&#8217;m still here for the posts. After some weeks of vacations, I&#8217;m now packing off my swim shorts and watching the suntan disappearing. It is also time to recover daily work tasks and help business while other colleagues are on vacation. I&#8217;m looking forward for some spare to time write new posts, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=657&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://itbasedtelco.files.wordpress.com/2011/08/thebeach.jpg"><img class="alignleft size-full wp-image-658" title="thebeach" src="http://itbasedtelco.files.wordpress.com/2011/08/thebeach.jpg?w=630" alt=""   /></a>Just to say I&#8217;m still here for the posts. After some weeks of vacations, I&#8217;m now packing off my swim shorts and watching the suntan disappearing. It is also time to recover daily work tasks and help business while other colleagues are on vacation.<br />
I&#8217;m looking forward for some spare to time write new posts, as I noticed there is a interesting number of daily visits to my pages.</p>
<p style="text-align:justify;">So&#8230;. Keep visiting my blog <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itbasedtelco.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itbasedtelco.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itbasedtelco.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itbasedtelco.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itbasedtelco.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itbasedtelco.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itbasedtelco.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itbasedtelco.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itbasedtelco.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itbasedtelco.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itbasedtelco.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itbasedtelco.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itbasedtelco.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itbasedtelco.wordpress.com/657/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itbasedtelco.wordpress.com&amp;blog=19779560&amp;post=657&amp;subd=itbasedtelco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itbasedtelco.wordpress.com/2011/08/25/still-posting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c8a825207696a6797cf07dd03859c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luismramos</media:title>
		</media:content>

		<media:content url="http://itbasedtelco.files.wordpress.com/2011/08/thebeach.jpg" medium="image">
			<media:title type="html">thebeach</media:title>
		</media:content>
	</item>
	</channel>
</rss>
