I have been installing the Lync 2013 August 2014 patches on different Lync 2013 installations. On one installation where we had a Enterprise edtion with 3 servers for the FrontEnd. The first server it all went fine. When I started on the second server it went quite well but the last part of the patch that contains Windows Fabric, it failed.
31/08/2014
19/08/2014
Using ISS ARR as a reverse proxy for Lync
Since TMG Forefront is soon to be close for sale we have to think and look into other reverse proxy solution.
From what we can read from Microsoft is this:
http://technet.microsoft.com/en-us/office/dn788945.aspx
For a new customer I have installed the ISS ARR as a reverse proxy and this is what I did.
From what we can read from Microsoft is this:
http://technet.microsoft.com/en-us/office/dn788945.aspx
For a new customer I have installed the ISS ARR as a reverse proxy and this is what I did.
13/08/2014
Gartner Magic Quadrant 2014
As we
can see. Microsoft is now the leader in Gartner Magic Quadrant. Cisco has the
latest two years been the leader.
From the report we can read this.
Microsoft Lync
Microsoft Lync offers a full
suite of UC functionality that Microsoft continues to improve with each
release. It integrates with Office applications, Active Directory and Skype.
Microsoft has a broad set of additional business applications that will
increasingly be leveraged, including Office Graph (which uses machine learning
to define the context and connect users with relevant documents, conversations
and people) and Cortana (a digital assistant).
01/08/2014
Powershell Script enable users in different OU's and with enterprise Voice
To make Automatic enable users from AD to Lync With Enterprise Voice. I have made a PowerShell script to do this.
This script can be used as a scheduled task. This can be used as you want it.
Here is the code:
#Script for automatic enable users for Lync 2013
#THere can be used list of OU,DC if users are in different OU's.
#Remember to change RegistrarPool
#SipAddresser is EQ Mailaddress
#Made by Kai Stenberg, Solution Architect Lync Skill AS
#$write shall be set to $true when running the script in production
$write = $false;
#Delete old files if the script has been run before
if (Test-Path c:\temp\disabledLyncUsers.txt) {
del c:\temp\disabledLyncUsers.txt;
}
if (Test-Path c:\Temp\enabledLyncUsers.txt) {
del c:\Temp\enabledLyncUsers.txt;
}
#set up your list of OU's and domain name
#See the example under, has to be changed to your settings
$adOus = ("OU=Employees,OU=Users,OU=HQ,DC=domain,DC=local",
"OU=Employees,OU=Users,OU=Bergen,DC=domain,DC=local")
#New users will be enabled and Enterprice voice ready
foreach ($ou in $adOus) {
$newLyncUser = get-csaduser -OU $ou -filter { Enabled -ne $true }
foreach ($user in $newLyncUser) {
if ($write) {
$user | Enable-csuser -RegistrarPool <poolname of Lync> -SipAddressType EmailAddress;
$user | Set-CsUser -EnterpriseVoiceEnabled $true;
#If using other Dialplan or voice policy then Global please remove the # on the next 2 rows
#$user | Set-CsUser -Dialplan "<name of dialplan>"
#$user | Set-CsUser -VoicePolicy "<name of Voicepolicy>"
}
else {
$user | Out-File -Append c:\Temp\disabledLyncUsers.txt;
}
}
}
# get-csaduser -filter {Enabled -ne $True -and OU -iin $adOus} | foreach {
# Enable-CsUser -RegistrarPool <poolnameFQDN> -SipAddressType EmailAddress}
# Set-CsUser -EnterpriseVoiceEnabled $true
This script can be used as a scheduled task. This can be used as you want it.
Here is the code:
#Script for automatic enable users for Lync 2013
#THere can be used list of OU,DC if users are in different OU's.
#Remember to change RegistrarPool
#SipAddresser is EQ Mailaddress
#Made by Kai Stenberg, Solution Architect Lync Skill AS
#$write shall be set to $true when running the script in production
$write = $false;
#Delete old files if the script has been run before
if (Test-Path c:\temp\disabledLyncUsers.txt) {
del c:\temp\disabledLyncUsers.txt;
}
if (Test-Path c:\Temp\enabledLyncUsers.txt) {
del c:\Temp\enabledLyncUsers.txt;
}
#set up your list of OU's and domain name
#See the example under, has to be changed to your settings
$adOus = ("OU=Employees,OU=Users,OU=HQ,DC=domain,DC=local",
"OU=Employees,OU=Users,OU=Bergen,DC=domain,DC=local")
#New users will be enabled and Enterprice voice ready
foreach ($ou in $adOus) {
$newLyncUser = get-csaduser -OU $ou -filter { Enabled -ne $true }
foreach ($user in $newLyncUser) {
if ($write) {
$user | Enable-csuser -RegistrarPool <poolname of Lync> -SipAddressType EmailAddress;
$user | Set-CsUser -EnterpriseVoiceEnabled $true;
#If using other Dialplan or voice policy then Global please remove the # on the next 2 rows
#$user | Set-CsUser -Dialplan "<name of dialplan>"
#$user | Set-CsUser -VoicePolicy "<name of Voicepolicy>"
}
else {
$user | Out-File -Append c:\Temp\disabledLyncUsers.txt;
}
}
}
# get-csaduser -filter {Enabled -ne $True -and OU -iin $adOus} | foreach {
# Enable-CsUser -RegistrarPool <poolnameFQDN> -SipAddressType EmailAddress}
# Set-CsUser -EnterpriseVoiceEnabled $true
29/07/2014
Telenor Office365 and great stuff going on
There
are some interesting things going on here in Norway. As you might know Telenor
is now providing telephony in Office365. It’s not Microsoft Office365, but
Telenor Office365. You can read about it here in Norwegian….http://www.telenor.no/bedrift/office365/
But what
makes this interesting is that this can work together with Azure. This gives
the opportunity to run attendant application in Lync 2013, like Competella.
This
makes it all very interesting and for small customers that don’t can afford to have
Lync 2013 Onpremise but want to replace their PBX, can now go for this
solution.
28/07/2014
Lync Day in Norway
At the 14th October 2014 the first Lync Day in Norway will take place.
More information will be here.
http://lyncday.no/
More information will be here.
http://lyncday.no/
Lync Conference 2015....what's up
From what we can read on Twitter and other social media Microsoft has desided to not have dedicated Lync Conference next year. What they wil do is to make a huge conference where they have the Technet NA, Lync Conference, Sharepoint Conference and many more in one event.
They will name this Microsoft’s unified technology event for enterprises.
More information about this can be read about here:
http://blogs.office.com/2014/07/21/microsofts-unified-technology-event-for-enterprises/
This great event will take place in Chicago IL from 4th May 2015. Does this date ring a bell.....it's the Star Wars Day :-) May the force be with you. See you all there :-)
They will name this Microsoft’s unified technology event for enterprises.
More information about this can be read about here:
http://blogs.office.com/2014/07/21/microsofts-unified-technology-event-for-enterprises/
This great event will take place in Chicago IL from 4th May 2015. Does this date ring a bell.....it's the Star Wars Day :-) May the force be with you. See you all there :-)
27/06/2014
Lync Web App client, Lync 2013 What's is supported
We are all happy about the new web Client for Lync 2013. No more SilverLight is needed to run this Client.
But if you still run Your Windows XP (not supported any more from Microsoft), be aware that you will not get this in Your Web Client:
On supported Windows XP, Windows Vista, and Windows Server 2008 operating systems, computer-based voice and video are not available. Application viewing, application sharing, desktop viewing, and desktop sharing are available.
This has nothing to do With Your browser but Your operating systems. You need to get your IT-Department to Upgrade to a more modern OS.
More information about what kind of functionality you will get in your web Client when installing the plugin you can read about here
http://technet.microsoft.com/en-us/library/gg425820(v=ocs.15).aspx
But if you still run Your Windows XP (not supported any more from Microsoft), be aware that you will not get this in Your Web Client:
On supported Windows XP, Windows Vista, and Windows Server 2008 operating systems, computer-based voice and video are not available. Application viewing, application sharing, desktop viewing, and desktop sharing are available.
This has nothing to do With Your browser but Your operating systems. You need to get your IT-Department to Upgrade to a more modern OS.
More information about what kind of functionality you will get in your web Client when installing the plugin you can read about here
http://technet.microsoft.com/en-us/library/gg425820(v=ocs.15).aspx
23/06/2014
CentralManagement Store moveing, gives some strange error
Normaly when moveing CentralManagement Store (CMS) in Lync we just install the databases With the install-csdatabase commandlet in Lync Management Shell.
But from time to time I have seen that there might be some errors.
One of them was: Move-CsManagementServer : Export configuration data failed. Exception Details:
Exception : System.Data.SqlClient.SqlException (0x80131904):
Could not find stored procedure 'dbo.XdsBackupAllItems'.
Server stack trace:
and when I looked on the server in topology it said it had moved the CMS. Everything was working just fine.
But when I checked the move-centralmanagementServer it still had a old servername. Well then I just went into the old frontend server and run these commands
Export-CsConfiguration -FileName "d:\_source\csConfiguration.zip"
Export-CsLisConfiguration -FileName "c:\_source\CSLisconfiguration.zip"
Then I copied those files over to the New Lync 2013 server.
and then I ran this command:
Move-CsManagementServer -ConfigurationFileName "d:\_source\CsConfiguration.zip" -LisConfigurationFileName "d:\_source\CsLisConfiguration.zip" -Force
This fixed my Error for this case and then we was good to go :-)
But from time to time I have seen that there might be some errors.
One of them was: Move-CsManagementServer : Export configuration data failed. Exception Details:
Exception : System.Data.SqlClient.SqlException (0x80131904):
Could not find stored procedure 'dbo.XdsBackupAllItems'.
Server stack trace:
and when I looked on the server in topology it said it had moved the CMS. Everything was working just fine.
But when I checked the move-centralmanagementServer it still had a old servername. Well then I just went into the old frontend server and run these commands
Export-CsConfiguration -FileName "d:\_source\csConfiguration.zip"
Export-CsLisConfiguration -FileName "c:\_source\CSLisconfiguration.zip"
Then I copied those files over to the New Lync 2013 server.
and then I ran this command:
Move-CsManagementServer -ConfigurationFileName "d:\_source\CsConfiguration.zip" -LisConfigurationFileName "d:\_source\CsLisConfiguration.zip" -Force
This fixed my Error for this case and then we was good to go :-)
10/06/2014
Review of Sennheiser SC 260 Lync USB
For the last 2 weeks I have been useing Sennheiser SC 260 for Lync.
What a headset. The sound of it useing Music, just great. The sound is full and it deliver the way Sennheiser can do sound.
Used With Lync 2013 it is just brilliant. Works smooth and real easy to install.
This is just pure value for Money.
What a headset. The sound of it useing Music, just great. The sound is full and it deliver the way Sennheiser can do sound.
Used With Lync 2013 it is just brilliant. Works smooth and real easy to install.
This is just pure value for Money.
30/05/2014
Wrapup Office365 Summit in Copenhagen
As earlier written I was at Office365 Summit in Copenhagen.
Since I work as known with Lync, I think this was great since I just followed the Lync track.
One of the session was about Networking and scaling network using the bandwidth calculator spreadsheet. Great tool and great to learn how Microsoft Consulting Services thinks about this. I Norway where I work we don't have so large deployment but it was usefull to learn about this.
Lync 2013 Bandwidth Calculator
There was also session about Central Logging tool and how to use this searching for error. Tip to how to use this and what Powershell commands are something like this:
Start-CsClsLogging -Scenario AlwaysOn
Start-CsClsLogging -Scenario IncomingAndOutgoingCall
wait for 5 minutes
try to Call inn
Stop-CsClsLogging –Scenario IncomingAndOutgoingCall
wait for 2 mins
Sync-CsClsLogging
Search-CsClsLogging –OutputFilePath c:\Logfiles\LogFile.txt
Check the output file for information.
We also check out LRS (Lync Room Systems) how it Works and how to configure.
Thanks to all the People who took their time to be there, do the education and great labs aswell.
We also had a great party on thursday, and we had a great time...........
Since I work as known with Lync, I think this was great since I just followed the Lync track.
One of the session was about Networking and scaling network using the bandwidth calculator spreadsheet. Great tool and great to learn how Microsoft Consulting Services thinks about this. I Norway where I work we don't have so large deployment but it was usefull to learn about this.
Lync 2013 Bandwidth Calculator
There was also session about Central Logging tool and how to use this searching for error. Tip to how to use this and what Powershell commands are something like this:
Start-CsClsLogging -Scenario AlwaysOn
Start-CsClsLogging -Scenario IncomingAndOutgoingCall
wait for 5 minutes
try to Call inn
Stop-CsClsLogging –Scenario IncomingAndOutgoingCall
wait for 2 mins
Sync-CsClsLogging
Search-CsClsLogging –OutputFilePath c:\Logfiles\LogFile.txt
Check the output file for information.
We also check out LRS (Lync Room Systems) how it Works and how to configure.
Thanks to all the People who took their time to be there, do the education and great labs aswell.
We also had a great party on thursday, and we had a great time...........
18/05/2014
Office365 Summit in Copenhagen Denmark
Well TechEd_NA is done. Office365 Summit in Denmark is the next show. I will be there. Following the Lync tracks from 21th May to 23th May at Commaxx.
There will be over 80 sessions these 3 days in different directions. But for me it's the Lync 2013 track I will follow.
I will try to blog about this every night so please watch for updates how it was that day.
The first day will be about this:
Module 1: Lync Network Assessment Methodology Part 1
Lab Walk-through: Experiencing Usage Modeling
There will be over 80 sessions these 3 days in different directions. But for me it's the Lync 2013 track I will follow.
I will try to blog about this every night so please watch for updates how it was that day.
The first day will be about this:
Module 1: Lync Network Assessment Methodology Part 1
Lab Walk-through: Experiencing Usage Modeling
| Module 2: Lync Network Assessment Methodology Part 2 |
| More information will come. Please also look for me on Twitter @kaistenberg since I will report there as well. |
26/04/2014
Lync 2013 more about Checkpoint
Note to my self...........
For a customer I had a huge struggle with Checkpoint. I don't know if it's me or what it is :-)
We had this administrator network to reach all the servers, and for this network they had internaly open all the traffic for ANY/ANY since it was only the IT-Department running on this network.
When connecting to Lync2013 from this network it failed.
WHY???? since we had opened it for ANY/ANY.
Well ANY/ANY is not any/any in Checkpoint it's almost any/alomost any :-). When Lync Client connect on SSL, the Checkpoint strip this traffic and you are not able to logon the Lync Client from this network.
Why the Checkpoint does this I don't know. We had to add TCP 5061 in front of the ANY/ANY rule and then it work.
Happy Checkpointing and Lync 2013 out there.
17/04/2014
Lync2013 and CheckPoint Firewall...
I have
noticed something strange when it comes to the customers using Checkpoint
Firewall. What we found out was that if we used the default rules in Checkpoint
for traffic on Port 5061, well then it stripped out the SSL traffic and send
the rest as normal traffic.
Why
Checkpoint strip down the traffic I don’t know. To solve this we had to create
normal TCP 5061 rules for this type of traffic.
There are
other who had this issue http://social.technet.microsoft.com/Forums/lync/en-US/320f12d3-12b3-49ae-8823-bd51b96d62d8/lync-federation-with-checkpoint-firewall
For my
customer we had involved Microsoft Premier Support, have been checking the Lync
2013 deployment up and down, checked the certificates, analysed network,
server, clients and it all. The whole time it was the CheckPoint FW who stopped
us and we could not see it J
26/03/2014
How to move users from LyncOnline to Lync OnPremise?
Well, I have used this script to move users from LyncOnline to LyncOnPremise for a customer.
First we had to set some attributes for the user in Active Directory:
Get-ADUser -identity "<id of the user>" -Properties MSRTCSIP-PrimaryUserAddress | % {
$_."MSRTCSIP-PrimaryUserAddress"
Set-AdUser "<id of the user>" -Add @{'MSRTCSIP-PrimaryUserAddress'="sip:user@domain.com"}
}
Then we moved the user from the Lync Online to the Lync OnPremise:
Move-CsUser -Identity "<id of the user>" -Target <lyncpool.com> -Credential $creds -HostedMigrationOverrideUrl https://admin0e.online.lync.com/HostedMigration/hostedmigrationservice.svc
Then we checked that the user has been moved to the OnPremise Pool:
Get-Csuser | FT RegistrarPool, Identity, SipAddress -AutoSize
Then we had to enable the user for Lync OnPremise:
Enable-CsUser -Identity "<name of the user>" -RegistrarPool "<poolname.domain.com" -SipAddress "sip:<sipaddress@domain.com"
First we had to set some attributes for the user in Active Directory:
Get-ADUser -identity "<id of the user>" -Properties MSRTCSIP-PrimaryUserAddress | % {
$_."MSRTCSIP-PrimaryUserAddress"
Set-AdUser "<id of the user>" -Add @{'MSRTCSIP-PrimaryUserAddress'="sip:user@domain.com"}
}
Then we moved the user from the Lync Online to the Lync OnPremise:
Move-CsUser -Identity "<id of the user>" -Target <lyncpool.com> -Credential $creds -HostedMigrationOverrideUrl https://admin0e.online.lync.com/HostedMigration/hostedmigrationservice.svc
Then we checked that the user has been moved to the OnPremise Pool:
Get-Csuser | FT RegistrarPool, Identity, SipAddress -AutoSize
Then we had to enable the user for Lync OnPremise:
Enable-CsUser -Identity "<name of the user>" -RegistrarPool "<poolname.domain.com" -SipAddress "sip:<sipaddress@domain.com"
20/03/2014
Lync and Azure....my conclution
I have tried as you can see from an earlier blog to install Lync 2013 in Azure. So far the Lync Server 2013 FrontEnd works just fine. No problem as long you remember to use my tip about the SQL and cache on Virtual disks.
When it comes to mediation server and Edge server we all know that they require 2 NIC and this is not supported in Azure.
Based on that information,well and since Microsoft clearly say that Lync 2013 is not supported, I have decided to stop my project at this time.
It was great to try, but as way Azure works now, well then I don't have more time to do this and will build a demo environment based on Hyper-V.
When it comes to mediation server and Edge server we all know that they require 2 NIC and this is not supported in Azure.
Based on that information,well and since Microsoft clearly say that Lync 2013 is not supported, I have decided to stop my project at this time.
It was great to try, but as way Azure works now, well then I don't have more time to do this and will build a demo environment based on Hyper-V.
14/03/2014
Lync in Azure....had to try it
Even Lync 2013 in Azure is not supported from Microsoft, I had to try it to work.
After installed the prerequisites for Windows 2012R2, and did an AD prep, and made up the DNS records I was ready.
Started to install the Lync Tools. Then prepared the first standard edition server.
Lync Local Configstore went just fine. No problems.
When I come to Step 2 in the wizard, it failed. Did some search for the error that it could not create backend SQL.
Found an TechNet article saying that this could be since we did have to little CPU and memory, reconfigured my server to 4 CORE CPU and 28GB Ram, rebooted the server and tried Step 2 again.
It failed again. Startet to check around.
There seems to a timeout issue when it comes to Azure and when creating the backend databases.
A tip from kloud.com.au saying that he had the same error
http://blog.kloud.com.au/2013/07/15/publish-lync-2013-with-2012-r2-preview-web-application-proxy/
See the part about Lync in Azure.
When we make a New drive for the Lync server we did the PowerShell command like this
Then we did Step 2 again and it worked. Then I did Step3 certificates and all services started.
Great job before the weekend comes up. I will see how I can fix the Edge server later next week and just wait for how that goes.
I know that this is not supported from MicroSoft at present time but I think this will give a good way to atleast make a LAB Project and maybe some customer want to build a QA environment i Azure.
Anyway, nice to have done it :-)
After installed the prerequisites for Windows 2012R2, and did an AD prep, and made up the DNS records I was ready.
Started to install the Lync Tools. Then prepared the first standard edition server.
Lync Local Configstore went just fine. No problems.
When I come to Step 2 in the wizard, it failed. Did some search for the error that it could not create backend SQL.
Found an TechNet article saying that this could be since we did have to little CPU and memory, reconfigured my server to 4 CORE CPU and 28GB Ram, rebooted the server and tried Step 2 again.
It failed again. Startet to check around.
There seems to a timeout issue when it comes to Azure and when creating the backend databases.
A tip from kloud.com.au saying that he had the same error
http://blog.kloud.com.au/2013/07/15/publish-lync-2013-with-2012-r2-preview-web-application-proxy/
See the part about Lync in Azure.
When we make a New drive for the Lync server we did the PowerShell command like this
Install-CsDatabase -LocalDatabases -DatabasePaths F:\CsDataThen we did Step 2 again and it worked. Then I did Step3 certificates and all services started.
Great job before the weekend comes up. I will see how I can fix the Edge server later next week and just wait for how that goes.
I know that this is not supported from MicroSoft at present time but I think this will give a good way to atleast make a LAB Project and maybe some customer want to build a QA environment i Azure.
Anyway, nice to have done it :-)
11/03/2014
Lync 2013 direct SIP trunk...who say the sound is bad?
When I am out trying to convince my customer about Lync 2013 and how good this is, I have the last year heard that in Lync 2013 you have bad sound.
Some say that we have been told that they have to have a Cisco CCM PBX in front of the Lync 2013 since Lync 2013 has bad sound?
Well, I think this is wrong, and other Companies trying to sell way much hardware/software and that they don't know how great sound in Lync 2013 and with QoS and great headset, network well then you will get great sound.
When competitors of mine tells that Lync 2013 is bad, but with for exsample with Cisco the sound will be good. Well you are wrong.
This video is in Norwegian and is made by Microsoft and they are Reference customer for Microsoft.
https://www.youtube.com/watch?v=YA1bVgRyQRA
I can understand that partners who is stucked with Cisco will sell this for what it's worth, but why spend all your Money on Cisco lisences when you will get same sound quality using Lync 2013.
You will not get good sound if your network is bad, or your headset is bad. Quality the Whole way will give you great sound in Lync 2013.
Some say that we have been told that they have to have a Cisco CCM PBX in front of the Lync 2013 since Lync 2013 has bad sound?
Well, I think this is wrong, and other Companies trying to sell way much hardware/software and that they don't know how great sound in Lync 2013 and with QoS and great headset, network well then you will get great sound.
When competitors of mine tells that Lync 2013 is bad, but with for exsample with Cisco the sound will be good. Well you are wrong.
This video is in Norwegian and is made by Microsoft and they are Reference customer for Microsoft.
https://www.youtube.com/watch?v=YA1bVgRyQRA
I can understand that partners who is stucked with Cisco will sell this for what it's worth, but why spend all your Money on Cisco lisences when you will get same sound quality using Lync 2013.
You will not get good sound if your network is bad, or your headset is bad. Quality the Whole way will give you great sound in Lync 2013.
08/03/2014
Lync and Avaya, what does it say and what to do
Well Im back from Vegas and LyncConf. What a show, and those News. Just great.
At present time I'm out on job installing Lync 2013 for a customer. HLBA, 3 frontEnd, 2 Mediation and more.
They have and Avaya CS 1000 that shall be Integrated. I have checked out and Avaya is supported on Direct SIP, but as Microsoft say, this is at present time, and we don't know about the next versions of the Avaya software. So we would advise you to use an gateway.
Well, that was easy or was it.
To invest in a gateway for about 2500 users, well you need a lot of SIP lisences for the gateway. Shall the Gateway be part of the cluster og HLB.
How long shall Avaya live before we go for the SIP trunk Direct from a telco?
This is needs that we have to talk to the customer about.
As now we landed on to advise Our customer to go for the Gateway. I think there will be a Sonus SBC 2000 With dual Power......... More will come on this later :-)
At present time I'm out on job installing Lync 2013 for a customer. HLBA, 3 frontEnd, 2 Mediation and more.
They have and Avaya CS 1000 that shall be Integrated. I have checked out and Avaya is supported on Direct SIP, but as Microsoft say, this is at present time, and we don't know about the next versions of the Avaya software. So we would advise you to use an gateway.
Well, that was easy or was it.
To invest in a gateway for about 2500 users, well you need a lot of SIP lisences for the gateway. Shall the Gateway be part of the cluster og HLB.
How long shall Avaya live before we go for the SIP trunk Direct from a telco?
This is needs that we have to talk to the customer about.
As now we landed on to advise Our customer to go for the Gateway. I think there will be a Sonus SBC 2000 With dual Power......... More will come on this later :-)
18/02/2014
LyncConf has started....and what a start
Well here we are. LyncConf14 has started. The News are here and we will get this:
1. HD video betweek SKYPE and LYNC 2013, comes in the end of June.
2. Integration between Tandberg/Cisco and Lync over the VCS
3. Client for Android.
4. Powerpoint support for Iphone.
5. Splitscreen for PowerPoint :-)
For Office365 we will get:
Support for Large Meetings
Microsoft comes now With telephony in O365 and this is not like the Telenor Office365.
More information will come later in the Conference.
1. HD video betweek SKYPE and LYNC 2013, comes in the end of June.
2. Integration between Tandberg/Cisco and Lync over the VCS
3. Client for Android.
4. Powerpoint support for Iphone.
5. Splitscreen for PowerPoint :-)
For Office365 we will get:
Support for Large Meetings
Microsoft comes now With telephony in O365 and this is not like the Telenor Office365.
More information will come later in the Conference.
Subscribe to:
Posts (Atom)



