Historic Updates
Microsoft does not keep all historic updates on their servers, usually only the latest one will be available. If you require an historic update please check if it is available here.
Skype for Business / Lync Server Updates
To determine your current update level run the following PowerShell command on your servers which will return each components installed version:Another way you could do this is by running the latest cumulative update installer:
-> Lync Server 2013 Cumulative Update List (updated March 2015)
The latest cumulative update can be found here which includes all previous updates.| Version | Cumulative Update | KB Article |
|---|---|---|
| 5.0.8308.0 | RTM | NA |
| 5.0.8308.291 | February 2013 (CU1) | http://support.microsoft.com/kb/2781547 |
| 5.0.8308.420 | July 2013 (CU2) | http://support.microsoft.com/kb/2819565 |
| 5.0.8308.556 | October 2013 (CU3) | http://support.microsoft.com/kb/2881684 |
| 5.0.8308.577 | January 2014 (CU4) | http://support.microsoft.com/kb/2905048 |
| 5.0.8308.738 | August 2014 (CU5) | http://support2.microsoft.com/kb/2967486 |
| 5.0.8308.815 | Sept 2014 (CU6) | http://support2.microsoft.com/kb/2987510 |
| 5.0.8308.831 | Oct 2014 (CU7) | 3003358 | 3001616 |
| 5.0.8308.834 | Nov 2014 (CU8) | 3011902 | 3010050 | 3010028 |
| 5.0.8308.857 | Dec 2014 (CU9) | 3018161 | 3018158 |
| 5.0.8308.866 | Dec 2014 (CU10) | 3027552 | 3027553 |
| 5.0.8308.871 | Feb 2015 (CU11) | 3036869 | 3031061 | 3031062 | 3031065 | 3033882 |
| 5.0.8308.887 | May 2015 (CU12) | 3051949 | 3051956 | 3051953 | 3051951 | 3051955 | 3051950 | 3051957 |
-> Lync Server 2010 Cumulative Update List (updated Feb 2015)
The latest cumulative update can be found here which includes all previous updates.Skype for Business / Lync Client Updates - Windows
To find the current version go to Options - Help - About Microsoft Lync / Skype for Business-> Skype for Business / Lync 2013 Windows Client (updated April 2015)
-> Lync 2010 Windows Client (updated June 2014)
Lync Client Updates - Windows Store App
-> Lync Windows Store App (updated April 2014)
| Version | Cumulative Update | KB Article |
|---|---|---|
| June, 2013 | http://support.microsoft.com/kb/2848462 |
Lync Client Updates - Mac
To find the current version go to Lync - About Lync-> Lync 2011 Mac Client (updated March 2014)
| Version | Cumulative Update | KB Article |
|---|---|---|
| 14.0.8 | April, 2014 | http://support.microsoft.com/kb/2952672 |
| 14.0.9 | June, 2014 | http://support.microsoft.com/kb/2963369 |
| 14.0.10 | Nov, 2014 | http://support.microsoft.com/kb/3007876 |
| hotfix | Feb, 2014 | https://support.microsoft.com/kb/3019983 |
| 14.0.11 | April, 2014 | https://support.microsoft.com/kb/3037358 |
Lync Client Updates - Lync Room System
-> Lync Room System (updated Nov 2014)
| Version | Cumulative Update | KB Article |
|---|---|---|
| 15.x | Jan, 2014 | http://support.microsoft.com/kb/2920616 |
| 15.x | April, 2014 | http://support.microsoft.com/kb/2929207 |
| 15.10.0 | June, 2014 | http://support.microsoft.com/kb/2962967 |
| 15.12.0 | Nov, 2014 | http://support2.microsoft.com/kb/3011144 |
Lync Phone Edition Cumulative Update List (updated Nov 2014)
-> Polycom CX500, Polycom CX600 and Polycom CX3000
-> Polycom CX700 and LG-Nortel IP Phone 8540
here.-> Aastra 6721ip and Aastra 6725ip
Office Web Apps Server
-> Office Web Apps Server 2013
If you're looking for a decent Office Web Apps update list check out Chris Lehr's article here.Cheers to UC Lobby for helping me get this started!



to Check the version i use at the Lync Shell:
ReplyDeleteGet-WmiObject -query 'select * from win32_product' | where {$_.name -like "Microsoft Lync Server*"} | Select Name, Version |ft -AutoSize
Hey Diego, thanks for the feedback! For some reason on my testing server win32_product doesn't exist. I get the following:
ReplyDeleteGet-WmiObject :
At line:1 char:1
+ Get-WmiObject -query 'select * from win32_product' | where {$_.name -like
"Micro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMExcept
ion
+ FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands
.GetWmiObjectCommand
Have you seen that before??