Summary
This article describes the cumulative update for Microsoft Lync Server 2013, Core Components that is dated February 2013. The version number of this update is 5.0.8308.291.
Introduction
Issues that this update package fixes
The cumulative update fixes the following issues:
-
2785193 Missed call notification for delegates who do not answer incoming calls in a Lync Server 2013 environment
-
2785196 A PIC or unverified user can unexpectedly view your presence status in Lync 2013 in a Lync Server 2013 organization
-
2798143 An update is available that enables you to use a Call Leg Media Quality Report in a Lync Server 2013 environment
-
2798145 Changes are not updated in the ABS databases for a user whose distinguished name is changed in AD DS in a Lync Server 2013 environment
-
2794261 You cannot sign in to a client for Lync Server 2013 after a connection issue occurs between the primary Front End server and other servers in a Lync Server 2013 environment
More Information
Microsoft Download Center
To install the cumulative update for Lync Server 2013, Core Components, use one of the following methods.
Method 1: Cumulative Server Update Installer
The Cumulative Server Update Installer applies all updates for the appropriate server role in one operation. To use the Cumulative Server Update Installer, follow these steps.
Note If User Account Control (UAC) is turned on, you must start the Cumulative Server Update Installer by using elevated permissions to make sure that all updates are installed correctly.-
Download the Cumulative Server Update Installer. To do this, go to the following Microsoft Download Center website:Download the update package now.
-
Run the Cumulative Server Update Installer by using the user interface (UI) or by using a command line.
Note When you click Install Updates, the UI indicates which updates are installed. To run the Cumulative Server Update Installer, run the following command together with the appropriate switches for your situation:LyncServerUpdateInstaller.exe [/silentmode [/forcereboot]] | [/extractall]Notes
-
The /silentmode /forcereboot switch applies all applicable updates in the background. Additionally, the switch automatically restarts the server at the end of the installation process if this is necessary.
-
The /extractall switch extracts the updates from the installer and saves the updates in a subfolder that is named "Extracted." The subfolder is in the folder in which you ran the command.
-
Method 2: Microsoft Update
Lync Server 2013 updates are also available from the Microsoft Update website. Note After you install the updates for Lync Server 2013 by using Microsoft Update, you also need to update the databases on the back-end servers.
Update the database after the installation
After you install the update for the Core Components server role on a Lync Server 2013 Enterprise Edition front end server or on a Lync Server 2013 Standard Edition server, the updated SQL databases on the server are dropped. To apply the database changes, run the following cmdlet.
Lync Server 2013 Standard Edition
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn SE.FQDN -VerboseNote You must run the cmdlet on the Lync Server 2013 Standard Edition server.
Lync Server 2013 Enterprise Edition
You must perform several configuration operations, depending on the kind of Lync Server 2013 Enterprise Edition back end servers that you are using.
Note Different kinds of Lync Server 2013 Enterprise Edition back end server include mirrored Enterprise Edition back end servers and mirrored Enterprise Edition back end servers that have the Central Management Server collocated.-
If the Lync Server 2013 Enterprise Edition back end servers do not have SQL mirroring configured, run the following cmdlet to apply the changes:
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn FEBE.FQDN -VerboseNote In a Lync Server 2013 Enterprise Edition environment in which the archiving or monitoring services are collocated with a Lync Server 2013 Enterprise Edition back end server, run this cmdlet on the Enterprise Edition front end server.
-
If the Lync Server 2013 Enterprise Edition back end servers have SQL mirroring configured, follow these steps to apply the database changes:
-
Run the following cmdlet to retrieve the mirror database state:
Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -Verbose
-
In the returned results, the value of the StateOnPrimary field should be "Principal" for all the databases that are associated with the server pool.
-
If an SQL database mirroring witness is deployed, some databases may fail over to the primary database, and other databases may fail over to the mirror database. If you do not configure all databases to fail over to the primary database before you run the Uninstall-CsMirrorDatase cmdlet, the databases are split across both servers.
-
-
Run the following cmdlet to remove the mirror:
Uninstall-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.FQDN -SqlInstanceName SQLInstanceName -DropExistingDatabasesOnMirror -Verbose
-
Run the following cmdlet to apply the changes:
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn EEBE.Fqdn -VerboseNote In a Lync Server 2013 Enterprise Edition environment in which the archiving or monitoring services are collocated with an Enterprise Edition back end server, run this cmdlet on the Lync Server 2013 Enterprise Edition back end server.
-
Run the following cmdlet to reinstall the mirror:
Install-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.Fqdn -SqlInstanceName SQLInstanceName -FileShare MirrorFileshare -Verbose
-
Run the following cmdlet to retrieve the mirror database state:
Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -Verbose
Note In the results, the StateOnPrimary field should be Principal for all databases that are associated with the server pool.
-
-
If the Lync Server 2013 Enterprise Edition back end servers have SQL mirroring configured and the Central Management database installed, follow these steps to apply the database changes:
-
Run the following cmdlet to retrieve the mirror database state:
Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -VerboseNotes
-
In the returned results, the value of the StateOnPrimary field should be "Principal" for all the databases that are associated with the server pool.
-
If an SQL database mirroring witness is deployed, some databases may fails over to the primary database, and other databases may fail over to the mirror database. If you do not configure all databases to fail over to the primary database before you run the Uninstall-CsMirrorDatase cmdlet, the databases are split across both servers.
-
-
Run the following cmdlet to remove the mirror:
Uninstall-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.FQDN -SqlInstanceName SQLInstanceName -DropExistingDatabasesOnMirror -Verbose
-
Run the following cmdlet to apply the changes to the Lync Server 2013 Enterprise Edition back end server:
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn EEBE.FQDN -VerboseNote In a Lync Server 2013 Enterprise Edition environment in which the archiving or monitoring services are collocated with an Enterprise Edition back end server, run this cmdlet on the Enterprise Edition back end server.
-
Run the following cmdlet to apply the changes to the Central Management Server database:
Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn CMS.FQDN -SqlInstanceName DBInstanceName -VerboseNote In a Lync Server 2013 Enterprise Edition environment in which the Central Management Service is collocated with an Enterprise Edition back-end server, run this cmdlet from the Lync Server 2013 Enterprise Edition front-end server.
-
Run the following cmdlet to reinstall the mirror:
Install-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.FQDN -SqlInstanceName SQLInstanceName -FileShare MirrorFileshare -Verbose
-
Run the following cmdlet to retrieve the mirror database state:
Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -VerboseNote In the results, the StateOnPrimary field should be Principal for all databases that are associated with the server pool.
-
-
To apply the changes to the Monitoring back end database, following these steps:
-
If the Archiving and Monitoring databases are not collocated, run the following cmdlet to apply the database changes:
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn ArchMonBE.FQDN -VerboseNote In a Lync Server 2013 Enterprise Edition environment in which the archiving or monitoring services are not collocated with an Enterprise Edition back end server, run this cmdlet on the Enterprise Edition front end server.
-
After the Lync Server 2013 Enterprise Edition front end server or the Lync Server 2013 Standard Edition server is updated, run the following cmdlet to update the Central Management Store:
Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn CMS.FQDN -SqlInstanceName DBInstanceName -VerboseNote In a Lync Server 2013 Standard Edition environment, run the cmdlet on the Standard Edition server.
To enable the Mobility service, run the following cmdlet:Enable-CsTopology
Prerequisites
There are no prerequisites for installing this cumulative update.
Registry information
To use one of the cumulative updates in this package, you do not have to make any changes to the registry.
Restart requirement
You may have to restart the computer after you apply this cumulative update.
Update package installation information
To apply this cumulative update, run the LyncServerUpdateInstaller.exe on computers that are the following server roles:
-
Lync Server 2013 - Standard Edition Server
-
Lync Server 2013 - Enterprise Edition - Front End server
-
Lync Server 2013 - Director
-
Lync Server 2013 - Edge Server
-
Lync Server 2013 - Standalone Mediation Server
-
Lync Server 2013 - Monitoring Server
-
Lync Server 2013 - Archiving Server
-
Lync Server 2013 - Administration Tools
-
Lync Server 2013 - Persistent Chat Server
-
Lync Server 2013 - Trusted Application Server
This cumulative update may not contain all the files that you must have to fully update a product to the latest build. This cumulative update contains only the files that you must have to correct the issues that are listed in this article.
After the cumulative update is installed, the global version of this cumulative update has the file attributes, or a later version of the file attributes, that are listed in the following table:
File name |
File version |
File size |
Date |
Time |
Platform |
---|---|---|---|---|---|
Cdrdb.sql |
Not Applicable |
1,278,232 |
18-Feb-13 |
11:26 |
Not Applicable |
Component_gac_microsoft.rtc.internal.storage.dll |
5.0.8308.291 |
777,784 |
18-Feb-13 |
14:03 |
x86 |
Dbcommon.sql |
Not Applicable |
27,215 |
18-Feb-13 |
11:20 |
Not Applicable |
Dbrtc.sql |
Not Applicable |
1,975,820 |
18-Feb-13 |
11:40 |
Not Applicable |
File_clsagent.exe |
5.0.8308.291 |
332,768 |
18-Feb-13 |
14:03 |
x86 |
File_clscontroller.resources.dll.de_de |
5.0.8308.0 |
26,656 |
18-Feb-13 |
14:09 |
Not Applicable |
File_clscontroller.resources.dll.es_es |
5.0.8308.0 |
26,672 |
18-Feb-13 |
14:09 |
Not Applicable |
File_clscontroller.resources.dll.fr_fr |
5.0.8308.0 |
26,656 |
18-Feb-13 |
14:10 |
Not Applicable |
File_clscontroller.resources.dll.it_it |
5.0.8308.0 |
26,672 |
18-Feb-13 |
14:10 |
Not Applicable |
File_clscontroller.resources.dll.ja_jp |
5.0.8308.0 |
27,168 |
18-Feb-13 |
14:09 |
Not Applicable |
File_clscontroller.resources.dll.ko_kr |
5.0.8308.0 |
26,144 |
18-Feb-13 |
14:10 |
Not Applicable |
File_clscontroller.resources.dll.pt_br |
5.0.8308.0 |
26,656 |
18-Feb-13 |
14:10 |
Not Applicable |
File_clscontroller.resources.dll.ru_ru |
5.0.8308.0 |
29,216 |
18-Feb-13 |
14:10 |
Not Applicable |
File_clscontroller.resources.dll.zh_cn |
5.0.8308.0 |
25,136 |
18-Feb-13 |
14:10 |
Not Applicable |
File_clscontroller.resources.dll.zh_tw |
5.0.8308.0 |
25,120 |
18-Feb-13 |
14:11 |
Not Applicable |
File_clsformat.dll |
5.0.8308.291 |
701,928 |
18-Feb-13 |
14:02 |
x64 |
File_cpsdyn.sql |
Not Applicable |
18,798 |
23-Jan-13 |
16:09 |
Not Applicable |
File_default.tmx |
Not Applicable |
######### |
18-Feb-13 |
13:10 |
Not Applicable |
File_default.xml |
Not Applicable |
1,409,735 |
18-Feb-13 |
13:10 |
Not Applicable |
File_deploy.exe |
5.0.8308.291 |
737,240 |
18-Feb-13 |
14:10 |
x86 |
File_deploy.resources.dll.de_de |
5.0.8308.291 |
256,512 |
18-Feb-13 |
14:11 |
Not Applicable |
File_deploy.resources.dll.es_es |
5.0.8308.291 |
256,000 |
18-Feb-13 |
14:11 |
Not Applicable |
File_deploy.resources.dll.fr_fr |
5.0.8308.291 |
257,552 |
18-Feb-13 |
14:08 |
Not Applicable |
File_deploy.resources.dll.it_it |
5.0.8308.291 |
256,000 |
18-Feb-13 |
14:08 |
Not Applicable |
File_deploy.resources.dll.ja_jp |
5.0.8308.291 |
260,112 |
18-Feb-13 |
14:08 |
Not Applicable |
File_deploy.resources.dll.ko_kr |
5.0.8308.291 |
256,000 |
18-Feb-13 |
14:07 |
Not Applicable |
File_deploy.resources.dll.pt_br |
5.0.8308.291 |
256,016 |
18-Feb-13 |
14:07 |
Not Applicable |
File_deploy.resources.dll.ru_ru |
5.0.8308.291 |
270,848 |
18-Feb-13 |
14:07 |
Not Applicable |
File_deploy.resources.dll.zh_cn |
5.0.8308.291 |
250,880 |
18-Feb-13 |
14:06 |
Not Applicable |
File_deploy.resources.dll.zh_tw |
5.0.8308.291 |
251,392 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.admin.authenticationhelper.dll.de_de |
5.0.8308.0 |
23,712 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.admin.authenticationhelper.dll.es_es |
5.0.8308.0 |
23,696 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.admin.authenticationhelper.dll.fr_fr |
5.0.8308.0 |
23,712 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.admin.authenticationhelper.dll.it_it |
5.0.8308.0 |
23,184 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ja_jp |
5.0.8308.0 |
23,712 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ko_kr |
5.0.8308.0 |
23,184 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.admin.authenticationhelper.dll.pt_br |
5.0.8308.0 |
23,184 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ru_ru |
5.0.8308.0 |
24,224 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_cn |
5.0.8308.0 |
22,672 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_tw |
5.0.8308.0 |
22,672 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.chat.endpoint.dll |
5.0.8308.291 |
1,202,224 |
18-Feb-13 |
14:02 |
x86 |
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.de_de |
5.0.8308.291 |
27,232 |
18-Feb-13 |
14:14 |
Not Applicable |
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.es_es |
5.0.8308.291 |
27,232 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.fr_fr |
5.0.8308.291 |
27,752 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.it_it |
5.0.8308.291 |
27,240 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ja_jp |
5.0.8308.291 |
28,784 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ko_kr |
5.0.8308.291 |
27,768 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.pt_br |
5.0.8308.291 |
27,256 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ru_ru |
5.0.8308.291 |
29,288 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_cn |
5.0.8308.291 |
26,728 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_tw |
5.0.8308.291 |
26,232 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.internal.clscommon.dll |
5.0.8308.291 |
372,288 |
18-Feb-13 |
14:03 |
x86 |
File_gac_microsoft.rtc.internal.clscontrollerlib.dll |
5.0.8308.291 |
324,680 |
18-Feb-13 |
14:14 |
x86 |
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.de_de |
5.0.8308.0 |
145,544 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.es_es |
5.0.8308.0 |
145,544 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.fr_fr |
5.0.8308.0 |
145,544 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.it_it |
5.0.8308.0 |
145,544 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ja_jp |
5.0.8308.0 |
145,560 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ko_kr |
5.0.8308.0 |
145,544 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.pt_br |
5.0.8308.0 |
145,544 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ru_ru |
5.0.8308.0 |
145,544 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.zh_cn |
5.0.8308.0 |
145,544 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.zh_tw |
5.0.8308.0 |
145,544 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.internal.ucwa.clientmodel.dll |
5.0.8308.291 |
594,016 |
18-Feb-13 |
14:04 |
x86 |
File_gac_microsoft.rtc.internal.ucwa.resourcecontract.dll |
5.0.8308.291 |
368,248 |
18-Feb-13 |
14:03 |
x86 |
File_gac_microsoft.rtc.management.adconnect.resources.dll.de_de |
5.0.8308.0 |
48,760 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.adconnect.resources.dll.es_es |
5.0.8308.0 |
47,752 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.adconnect.resources.dll.fr_fr |
5.0.8308.0 |
50,808 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.adconnect.resources.dll.it_it |
5.0.8308.0 |
47,752 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.adconnect.resources.dll.ja_jp |
5.0.8308.0 |
51,320 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.management.adconnect.resources.dll.ko_kr |
5.0.8308.0 |
49,288 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.management.adconnect.resources.dll.pt_br |
5.0.8308.0 |
47,752 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.adconnect.resources.dll.ru_ru |
5.0.8308.0 |
56,456 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.adconnect.resources.dll.zh_cn |
5.0.8308.0 |
44,680 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.management.adconnect.resources.dll.zh_tw |
5.0.8308.0 |
44,152 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.archjournal.resources.dll.de_de |
5.0.8308.0 |
24,192 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.management.archjournal.resources.dll.es_es |
5.0.8308.0 |
24,192 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.management.archjournal.resources.dll.fr_fr |
5.0.8308.0 |
24,704 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.archjournal.resources.dll.it_it |
5.0.8308.0 |
24,192 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.archjournal.resources.dll.ja_jp |
5.0.8308.0 |
24,720 |
18-Feb-13 |
14:11 |
Not Applicable |
File_gac_microsoft.rtc.management.archjournal.resources.dll.ko_kr |
5.0.8308.0 |
24,704 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.archjournal.resources.dll.pt_br |
5.0.8308.0 |
24,192 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.archjournal.resources.dll.ru_ru |
5.0.8308.0 |
25,232 |
18-Feb-13 |
14:11 |
Not Applicable |
File_gac_microsoft.rtc.management.archjournal.resources.dll.zh_cn |
5.0.8308.0 |
23,680 |
18-Feb-13 |
14:11 |
Not Applicable |
File_gac_microsoft.rtc.management.archjournal.resources.dll.zh_tw |
5.0.8308.0 |
23,680 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.management.common.resources.dll.de_de |
5.0.8308.0 |
49,272 |
18-Feb-13 |
14:11 |
Not Applicable |
File_gac_microsoft.rtc.management.common.resources.dll.es_es |
5.0.8308.0 |
47,736 |
18-Feb-13 |
14:11 |
Not Applicable |
File_gac_microsoft.rtc.management.common.resources.dll.fr_fr |
5.0.8308.0 |
49,768 |
18-Feb-13 |
14:11 |
Not Applicable |
File_gac_microsoft.rtc.management.common.resources.dll.it_it |
5.0.8308.0 |
47,232 |
18-Feb-13 |
14:12 |
Not Applicable |
File_gac_microsoft.rtc.management.common.resources.dll.ja_jp |
5.0.8308.0 |
51,840 |
18-Feb-13 |
14:12 |
Not Applicable |
File_gac_microsoft.rtc.management.common.resources.dll.ko_kr |
5.0.8308.0 |
48,256 |
18-Feb-13 |
14:12 |
Not Applicable |
File_gac_microsoft.rtc.management.common.resources.dll.pt_br |
5.0.8308.0 |
47,208 |
18-Feb-13 |
14:12 |
Not Applicable |
File_gac_microsoft.rtc.management.common.resources.dll.ru_ru |
5.0.8308.0 |
57,464 |
18-Feb-13 |
14:12 |
Not Applicable |
File_gac_microsoft.rtc.management.common.resources.dll.zh_cn |
5.0.8308.0 |
43,624 |
18-Feb-13 |
14:12 |
Not Applicable |
File_gac_microsoft.rtc.management.common.resources.dll.zh_tw |
5.0.8308.0 |
43,624 |
18-Feb-13 |
14:12 |
Not Applicable |
File_gac_microsoft.rtc.management.core.de_de |
5.0.8308.291 |
841,824 |
18-Feb-13 |
14:04 |
Not Applicable |
File_gac_microsoft.rtc.management.core.es_es |
5.0.8308.291 |
841,824 |
18-Feb-13 |
14:04 |
Not Applicable |
File_gac_microsoft.rtc.management.core.fr_fr |
5.0.8308.291 |
844,896 |
18-Feb-13 |
14:04 |
Not Applicable |
File_gac_microsoft.rtc.management.core.it_it |
5.0.8308.291 |
840,800 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.core.ja_jp |
5.0.8308.291 |
850,528 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.core.ko_kr |
5.0.8308.291 |
843,872 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.core.pt_br |
5.0.8308.291 |
840,800 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.management.core.ru_ru |
5.0.8308.291 |
863,344 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.management.core.zh_cn |
5.0.8308.291 |
834,144 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.management.core.zh_tw |
5.0.8308.291 |
833,632 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.management.dbsetup.dll |
5.0.8308.291 |
151,616 |
18-Feb-13 |
14:03 |
x86 |
File_gac_microsoft.rtc.management.dbsetup.resources.dll.de_de |
5.0.8308.291 |
43,648 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.management.dbsetup.resources.dll.es_es |
5.0.8308.291 |
43,136 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.management.dbsetup.resources.dll.fr_fr |
5.0.8308.291 |
47,232 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.management.dbsetup.resources.dll.it_it |
5.0.8308.291 |
43,648 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ja_jp |
5.0.8308.291 |
47,232 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ko_kr |
5.0.8308.291 |
45,168 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.management.dbsetup.resources.dll.pt_br |
5.0.8308.291 |
42,608 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ru_ru |
5.0.8308.291 |
50,304 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.dbsetup.resources.dll.zh_cn |
5.0.8308.291 |
41,072 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.dbsetup.resources.dll.zh_tw |
5.0.8308.291 |
40,560 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.deployment.de_de |
5.0.8308.291 |
443,024 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.management.deployment.dll |
5.0.8308.291 |
2,318,432 |
18-Feb-13 |
14:09 |
x86 |
File_gac_microsoft.rtc.management.deployment.es_es |
5.0.8308.291 |
440,448 |
18-Feb-13 |
14:09 |
Not Applicable |
File_gac_microsoft.rtc.management.deployment.fr_fr |
5.0.8308.291 |
448,656 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.deployment.it_it |
5.0.8308.291 |
438,928 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.deployment.ja_jp |
5.0.8308.291 |
456,832 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.deployment.ko_kr |
5.0.8308.291 |
444,544 |
18-Feb-13 |
14:11 |
Not Applicable |
File_gac_microsoft.rtc.management.deployment.pt_br |
5.0.8308.291 |
437,888 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.deployment.ru_ru |
5.0.8308.291 |
481,912 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.deployment.zh_cn |
5.0.8308.291 |
420,992 |
18-Feb-13 |
14:10 |
Not Applicable |
File_gac_microsoft.rtc.management.deployment.zh_tw |
5.0.8308.291 |
420,472 |
18-Feb-13 |
14:11 |
Not Applicable |
File_gac_microsoft.rtc.management.dll |
5.0.8308.291 |
7,038,496 |
18-Feb-13 |
14:03 |
x86 |
File_gac_microsoft.rtc.management.lynconlineconnector.dll.de_de |
5.0.8308.0 |
20,128 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.management.lynconlineconnector.dll.es_es |
5.0.8308.0 |
20,144 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.lynconlineconnector.dll.fr_fr |
5.0.8308.0 |
20,640 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.management.lynconlineconnector.dll.it_it |
5.0.8308.0 |
20,128 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ja_jp |
5.0.8308.0 |
20,128 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ko_kr |
5.0.8308.0 |
20,128 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.management.lynconlineconnector.dll.pt_br |
5.0.8308.0 |
20,128 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ru_ru |
5.0.8308.0 |
20,640 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_cn |
5.0.8308.0 |
20,128 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_tw |
5.0.8308.0 |
20,144 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.resources.dll.de_de |
5.0.8308.291 |
583,768 |
18-Feb-13 |
14:13 |
Not Applicable |
File_gac_microsoft.rtc.management.resources.dll.es_es |
5.0.8308.291 |
576,088 |
18-Feb-13 |
14:12 |
Not Applicable |
File_gac_microsoft.rtc.management.resources.dll.fr_fr |
5.0.8308.291 |
613,464 |
18-Feb-13 |
14:13 |
Not Applicable |
File_gac_microsoft.rtc.management.resources.dll.it_it |
5.0.8308.291 |
564,824 |
18-Feb-13 |
14:13 |
Not Applicable |
File_gac_microsoft.rtc.management.resources.dll.ja_jp |
5.0.8308.291 |
630,344 |
18-Feb-13 |
14:13 |
Not Applicable |
File_gac_microsoft.rtc.management.resources.dll.ko_kr |
5.0.8308.291 |
582,216 |
18-Feb-13 |
14:13 |
Not Applicable |
File_gac_microsoft.rtc.management.resources.dll.pt_br |
5.0.8308.291 |
567,392 |
18-Feb-13 |
14:13 |
Not Applicable |
File_gac_microsoft.rtc.management.resources.dll.ru_ru |
5.0.8308.291 |
724,040 |
18-Feb-13 |
14:13 |
Not Applicable |
File_gac_microsoft.rtc.management.resources.dll.zh_cn |
5.0.8308.291 |
507,976 |
18-Feb-13 |
14:13 |
Not Applicable |
File_gac_microsoft.rtc.management.resources.dll.zh_tw |
5.0.8308.291 |
507,984 |
18-Feb-13 |
14:13 |
Not Applicable |
File_gac_microsoft.rtc.management.writableconfig.de_de |
5.0.8308.291 |
35,984 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.writableconfig.es_es |
5.0.8308.291 |
35,984 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.writableconfig.fr_fr |
5.0.8308.291 |
37,008 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.writableconfig.it_it |
5.0.8308.291 |
35,472 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.management.writableconfig.ja_jp |
5.0.8308.291 |
38,048 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.management.writableconfig.ko_kr |
5.0.8308.291 |
36,488 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.management.writableconfig.pt_br |
5.0.8308.291 |
34,960 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.management.writableconfig.ru_ru |
5.0.8308.291 |
42,136 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.management.writableconfig.zh_cn |
5.0.8308.291 |
33,936 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.management.writableconfig.zh_tw |
5.0.8308.291 |
33,936 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.server.mcuinfrastructure.dll |
5.0.8308.291 |
2,577,512 |
18-Feb-13 |
14:11 |
x86 |
File_gac_microsoft.rtc.server.udclib.dll |
5.0.8308.291 |
479,800 |
18-Feb-13 |
14:11 |
x86 |
File_gac_microsoft.rtc.synthetictransactions.dll |
5.0.8308.291 |
1,813,072 |
18-Feb-13 |
14:04 |
x86 |
File_gac_microsoft.rtc.synthetictransactions.resources.dll.de_de |
5.0.8308.291 |
433,792 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.synthetictransactions.resources.dll.es_es |
5.0.8308.291 |
433,792 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.synthetictransactions.resources.dll.fr_fr |
5.0.8308.291 |
441,472 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.synthetictransactions.resources.dll.it_it |
5.0.8308.291 |
433,784 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ja_jp |
5.0.8308.291 |
445,064 |
18-Feb-13 |
14:05 |
Not Applicable |
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ko_kr |
5.0.8308.291 |
434,304 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.synthetictransactions.resources.dll.pt_br |
5.0.8308.291 |
430,712 |
18-Feb-13 |
14:06 |
Not Applicable |
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ru_ru |
5.0.8308.291 |
464,008 |
18-Feb-13 |
14:07 |
Not Applicable |
File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_cn |
5.0.8308.291 |
420,480 |
18-Feb-13 |
14:08 |
Not Applicable |
File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_tw |
5.0.8308.291 |
419,960 |
18-Feb-13 |
14:08 |
Not Applicable |
File_installcsdatabase.exe |
5.0.8308.291 |
225,304 |
18-Feb-13 |
14:10 |
x86 |
File_localocscmdlets.format.ps1xml |
Not Applicable |
354,333 |
18-Feb-13 |
14:10 |
Not Applicable |
File_microsoft.rtc.management.core.dll |
5.0.8308.291 |
1,945,656 |
18-Feb-13 |
14:02 |
x86 |
File_microsoft.rtc.management.dbsetup.dll |
5.0.8308.291 |
151,616 |
18-Feb-13 |
14:03 |
x86 |
File_microsoft.rtc.management.dllhelp.xml |
Not Applicable |
######### |
23-Jan-13 |
16:08 |
Not Applicable |
File_microsoft.rtc.management.dllhelp.xml.de_de |
Not Applicable |
######### |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.management.dllhelp.xml.es_es |
Not Applicable |
######### |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.management.dllhelp.xml.fr_fr |
Not Applicable |
######### |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.management.dllhelp.xml.it_it |
Not Applicable |
######### |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.management.dllhelp.xml.ja_jp |
Not Applicable |
######### |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.management.dllhelp.xml.ko_kr |
Not Applicable |
######### |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.management.dllhelp.xml.pt_br |
Not Applicable |
######### |
23-Jan-13 |
16:05 |
Not Applicable |
File_microsoft.rtc.management.dllhelp.xml.ru_ru |
Not Applicable |
######### |
23-Jan-13 |
16:05 |
Not Applicable |
File_microsoft.rtc.management.dllhelp.xml.zh_cn |
Not Applicable |
######### |
23-Jan-13 |
16:05 |
Not Applicable |
File_microsoft.rtc.management.dllhelp.xml.zh_tw |
Not Applicable |
######### |
23-Jan-13 |
16:05 |
Not Applicable |
File_microsoft.rtc.management.writableconfig.dll |
5.0.8308.291 |
1,826,912 |
18-Feb-13 |
14:03 |
x86 |
File_microsoft.rtc.rgs.management.dllhelp.xml |
Not Applicable |
467,769 |
23-Jan-13 |
16:08 |
Not Applicable |
File_microsoft.rtc.rgs.management.dllhelp.xml.de_de |
Not Applicable |
497,055 |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.rgs.management.dllhelp.xml.es_es |
Not Applicable |
489,433 |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.rgs.management.dllhelp.xml.fr_fr |
Not Applicable |
500,000 |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.rgs.management.dllhelp.xml.it_it |
Not Applicable |
492,739 |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.rgs.management.dllhelp.xml.ja_jp |
Not Applicable |
540,740 |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.rgs.management.dllhelp.xml.ko_kr |
Not Applicable |
489,680 |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.rgs.management.dllhelp.xml.pt_br |
Not Applicable |
494,372 |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.rgs.management.dllhelp.xml.ru_ru |
Not Applicable |
589,332 |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.rgs.management.dllhelp.xml.zh_cn |
Not Applicable |
446,026 |
23-Jan-13 |
16:04 |
Not Applicable |
File_microsoft.rtc.rgs.management.dllhelp.xml.zh_tw |
Not Applicable |
444,461 |
23-Jan-13 |
16:04 |
Not Applicable |
File_remoteocscmdlets.format.ps1xml |
Not Applicable |
358,849 |
18-Feb-13 |
14:03 |
Not Applicable |
File_reportdata.de_de.xml |
Not Applicable |
######### |
18-Feb-13 |
14:10 |
Not Applicable |
File_reportdata.en_us.xml |
Not Applicable |
######### |
18-Feb-13 |
11:30 |
Not Applicable |
File_reportdata.es_es.xml |
Not Applicable |
######### |
18-Feb-13 |
14:13 |
Not Applicable |
File_reportdata.fr_fr.xml |
Not Applicable |
######### |
18-Feb-13 |
14:15 |
Not Applicable |
File_reportdata.it_it.xml |
Not Applicable |
######### |
18-Feb-13 |
14:17 |
Not Applicable |
File_reportdata.ja_jp.xml |
Not Applicable |
######### |
18-Feb-13 |
14:20 |
Not Applicable |
File_reportdata.ko_kr.xml |
Not Applicable |
######### |
18-Feb-13 |
14:22 |
Not Applicable |
File_reportdata.pt_br.xml |
Not Applicable |
######### |
18-Feb-13 |
14:27 |
Not Applicable |
File_reportdata.ru_ru.xml |
Not Applicable |
######### |
18-Feb-13 |
14:29 |
Not Applicable |
File_reportdata.zh_cn.xml |
Not Applicable |
######### |
18-Feb-13 |
14:25 |
Not Applicable |
File_reportdata.zh_tw.xml |
Not Applicable |
######### |
18-Feb-13 |
14:08 |
Not Applicable |
File_reportsetup.exe |
5.0.8308.291 |
498,160 |
18-Feb-13 |
14:08 |
x86 |
File_reportsetup.resources.dll.de_de |
5.0.8308.291 |
20,504 |
18-Feb-13 |
14:08 |
Not Applicable |
File_reportsetup.resources.dll.es_es |
5.0.8308.291 |
20,504 |
18-Feb-13 |
14:08 |
Not Applicable |
File_reportsetup.resources.dll.fr_fr |
5.0.8308.291 |
20,504 |
18-Feb-13 |
14:08 |
Not Applicable |
File_reportsetup.resources.dll.it_it |
5.0.8308.291 |
20,520 |
18-Feb-13 |
14:08 |
Not Applicable |
File_reportsetup.resources.dll.ja_jp |
5.0.8308.291 |
20,520 |
18-Feb-13 |
14:08 |
Not Applicable |
File_reportsetup.resources.dll.ko_kr |
5.0.8308.291 |
20,520 |
18-Feb-13 |
14:08 |
Not Applicable |
File_reportsetup.resources.dll.pt_br |
5.0.8308.291 |
20,504 |
18-Feb-13 |
14:09 |
Not Applicable |
File_reportsetup.resources.dll.ru_ru |
5.0.8308.291 |
20,520 |
18-Feb-13 |
14:09 |
Not Applicable |
File_reportsetup.resources.dll.zh_cn |
5.0.8308.291 |
19,992 |
18-Feb-13 |
14:09 |
Not Applicable |
File_reportsetup.resources.dll.zh_tw |
5.0.8308.291 |
19,992 |
18-Feb-13 |
14:09 |
Not Applicable |
File_rtcsres.dll.de_de |
5.0.8308.291 |
1,531,872 |
18-Feb-13 |
14:05 |
Not Applicable |
File_rtcsres.dll.en_us |
5.0.8308.291 |
1,287,128 |
18-Feb-13 |
14:02 |
Not Applicable |
File_rtcsres.dll.es_es |
5.0.8308.291 |
1,530,848 |
18-Feb-13 |
14:06 |
Not Applicable |
File_rtcsres.dll.fr_fr |
5.0.8308.291 |
1,575,392 |
18-Feb-13 |
14:08 |
Not Applicable |
File_rtcsres.dll.it_it |
5.0.8308.291 |
1,501,152 |
18-Feb-13 |
14:05 |
Not Applicable |
File_rtcsres.dll.ja_jp |
5.0.8308.291 |
777,712 |
18-Feb-13 |
14:06 |
Not Applicable |
File_rtcsres.dll.ko_kr |
5.0.8308.291 |
749,552 |
18-Feb-13 |
14:07 |
Not Applicable |
File_rtcsres.dll.pt_br |
5.0.8308.291 |
1,447,904 |
18-Feb-13 |
14:07 |
Not Applicable |
File_rtcsres.dll.ru_ru |
5.0.8308.291 |
1,416,672 |
18-Feb-13 |
14:07 |
Not Applicable |
File_rtcsres.dll.zh_cn |
5.0.8308.291 |
531,440 |
18-Feb-13 |
14:06 |
Not Applicable |
File_rtcsres.dll.zh_tw |
5.0.8308.291 |
545,248 |
18-Feb-13 |
14:06 |
Not Applicable |
File_xds_replica_1_to_2.sql |
Not Applicable |
2,262 |
18-Feb-13 |
13:11 |
Not Applicable |
File_xds_replica_2_to_1.sql |
Not Applicable |
2,213 |
18-Feb-13 |
13:11 |
Not Applicable |
Qoedb.sql |
Not Applicable |
785,251 |
18-Feb-13 |
11:43 |
Not Applicable |
Rtcabdb.sql |
Not Applicable |
141,255 |
18-Feb-13 |
11:38 |
Not Applicable |
References
For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684 Description of the standard terminology that is used to describe Microsoft software updates For more information about the latest updates for Lync Server 2013, click the following article number to view the article in the Microsoft Knowledge Base:
2809243 Updates for Lync Server 2013