Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

This article describes the cumulative update that improves the reliability, stability, and performance of Microsoft Lync Server 2013 core components. The version number of this update is 5.0.8308.866.

How to install the update

To install updates for a Lync Server 2013 installation that has had any of the following previous cumulative updates installed, you must perform step 1 and step 2.

  • December 2014 cumulative update (5.0.8308.857)

  • November 2014 cumulative update (5.0.8308.834)

  • October 2014 cumulative update (5.0.8308.831)

  • September 2014 cumulative update (5.0.8308.815)

  • August 2014 cumulative update (5.0.8308.738)

  • January 2014 cumulative update (5.0.8308.577)

  • October 2013 cumulative update (5.0.8308.556)

  • July 2013 cumulative updates (5.0.8308.420)

  • February 2013 cumulative updates (5.0.8308.291)


To install updates for Lync Server 2013 RTM (5.0.8308.0), you must follow steps 1-5.

Important Do not shut down or restart all Front End servers at the same time. This may cause issues when you start the services.

Step 1: Install the cumulative updates

Important To maintain a functional Lync Server 2013 Enterprise Edition pool, you must make sure that Ready is returned for the State value of the pool when you run the Get-CsPoolUpgradeReadinessState cmdlet, and that you have the appropriate number of Lync Server 2013 front-end servers running. See the "Upgrade or Update Front End Servers" and "Planning for the Management of Front End Pools" sections of the following TechNet topics to determine the State value of the pool before you apply the cumulative update.

Upgrade or Update Front End Servers

Topologies and Components for Front End Servers, Instant Messaging, and PresenceThe 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.

Lync Server 2013 Enterprise Pools

The front-end servers in an Enterprise Edition pool are organized into upgrade domains. These upgrade domains are subsets of front-end servers in the pool. Upgrade domains are created automatically by Topology Builder.

You must upgrade one upgrade domain at a time, and you must upgrade each front-end server in each upgrade domain. To do this, take one server in an upgrade domain offline, upgrade the server, and then restart it. Then, repeat this process for each server in the upgrade domain. Make sure that you record which upgrade domain and servers were upgraded.

Upgrade or Update Front End servers



To upgrade Front End servers, follow these steps:

  1. On a front-end server in a pool, run the following cmdlet:

    Get-CsPoolUpgradeReadinessState

    If the State value of the pool is Busy, wait for 10 minutes, and then try to run the Get-CsPoolUpgradeReadinessState cmdlet again. If you see Busy for at least three consecutive times after you wait 10 minutes in between every time that you try, or if you see any result of InsufficientActiveFrontEnds for the State value of the pool, there is an issue with the pool. If you cannot resolve this issue, you may have to contact Microsoft Support. If this pool is paired with another front-end pool in a failure recovery topology, you must fail the pool over to the backup pool, and then update these servers in this pool. For more information about how to fail over a pool, go to the following Microsoft website:

    How to fail over a poolIf the State value of the pool is Ready, go to step 2.

  2. The Get-CsPoolUpgradeReadinessState cmdlet also returns information about the upgrade domains in the pool, and about which front-end servers are in each upgrade domain. If the ReadyforUpgrade value for the upgrade domain that contains the Server that you want to upgrade is True, you can upgrade the server. To do this, you must follow these steps:

    1. Stop new connections to the front-end servers by using the Stop-CsWindowsServices -Graceful cmdlet.

    2. Run the Cumulative Server Update Installer by using the UI or a command to upgrade the front-end servers associated with an upgrade domain.

      NOTE: If you upgrade or update front-end servers during scheduled server downtime, you can run the cmdlet in step 2 without the -Graceful parameter. More specifically, run the cmdlet as Stop-CsWindowsService. This action immediately shuts down services, and the server does not wait until each existing service request is fulfilled.

      Note The UI provides a clear indication of which updates are installed when you click Install Updates.

      To run the Installer, run the following command:

      LyncServerUpdateInstaller.exe
      Notes
      The following text describes parameters that you can use together with the LyncServerUpdateInstaller.exe command:

      • The /silentmode switch applies all applicable updates in the background.

      • The /silentmode /forcereboot switch applies all applicable updates in the background, and then 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" in the folder in which you ran the command.

    3. Restart the servers and make sure that it is accepting new connections.

Lync Server 2013 Standard Edition and other Roles

  1. Run the Cumulative Server Update Installer by using the UI, or by running a command line to upgrade the front-end servers that are associated with an upgrade domain.

    Note The UI provides a clear indication of which updates are installed when you click Install Updates.

    To run the Installer, run the following command:

    LyncServerUpdateInstaller.exe
    Notes The following text describes parameters that you can use together with the LyncServerUpdateInstaller.exe command:

    • The /silentmode switch applies all applicable updates in the background.

    • The /silentmode /forcereboot switch applies all applicable updates in the background, and then 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" in the folder in which you ran the command.

  2. Restart the server if it is required by the installation wizard.

Step 2: Apply the back-end database updates

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 database files are dropped to the computer that has the Core Components server role installed. To apply the database changes, you have to run the applicable cmdlets run the applicable cmdlets that are described in step 2.

Note The -Update parameter is not required when you run the Install-CsDatabase cmdlet to update the Lync Server 2013 databases.

Lync Server 2013 Standard Edition

Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn
<SE.FQDN>
-Verbose Notes

  • In this command, <SE.FQDN> is a placeholder for the appropriate value.

  • 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 If Persistent Chat is collocated (Persistent Chat front-end service and back-end database are running on the same server), you must run the following command together with the ExcludeCollocatedStores parameter.

Note If database mirroring is enabled for the back-end databases, we strongly recommended that you use the Invoke-CsDatabaseFailover -NewPrincipal Primary command, and then verify that the primary server is principal for all databases before you run the Install-CsDatabase cmdlet.

Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn <FEBE.FQDN> -Verbose In this command, <FEBE.FQDN> is a placeholder for the appropriate value.

Lync Server 2013 Persistent Chat Databases

When Persistent Chat Services are collocated with the SQL BE Databases, run the following command:

Install-CsDatabase -DatabaseType PersistentChat -SqlServerFqdn <PChatBE.FQDN> -SqlInstanceName <DBInstance> -Verbose In this command, <PChatBE.FQDN> and <DBInstance> are placeholders for the appropriate values.

Lync Server 2013 Monitoring/Archiving/Persistent Chat Databases

When Lync Server 2013 Monitoring/Archiving/Persistent Chat databases are deployed on stand-alone SQL databases, run the following command:

Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn <SQLServer.FQDN> -Verbose In this command, <SQLServer.FQDN> is a placeholder for the appropriate value.

Step 3: Apply the Central Management Database update

Note You do not have to update the Central Management Database in the following situations:

  • If the Central Management Store is homed on a Lync Server 2010 Standard Edition Server or Enterprise pool, do not run the Install-CsDatabase -CentralManagementDatabase command.

  • If the Central Management Store is homed on a Lync Server 2013 Standard Edition Server or Enterprise pool that was previously updated with the Lync Server 2013 February 2013 cumulative updates, do not run the Install-CsDatabase -CentralManagementDatabase command.

After the Lync Server 2013 Enterprise Edition front-end server or the Lync Server 2013 Standard Edition Server back ends are updated, run the following command to update the Central Management Store:

Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn <CMS.FQDN> -SqlInstanceName <DBInstanceName> -Verbose Notes

  • In this command, <CMS.FQDN> and <DBInstanceName> are placeholders for the appropriate values.

  • In a coexistence environment that contains both Lync Server 2010 and Lync Server 2013 and in which the Central Management Service is located on a Lync Server 2010 pool, do not run the Install-CsDatabase -CentralManagementDatabase command. If you later move the Central Management Service to a Lync Server 2013 pool, you have to run the Install-CsDatabase -CentralManagementDatabase command to apply the changes.

Step 4: Enable the Mobility service

To enable the Mobility service, run the following cmdlet:

Enable-CsTopology

Step 5: Enable the Unified Communications Web API

To enable the Unified Communications Web API (UCWA), you must run the Bootstrapper.exe tool again on all Lync Server 2013 Director servers, Standard Edition servers, and Enterprise Edition front-end servers on which the web components are installed and updated. The command to run the tool is as follows:

%ProgramFiles%\Microsoft Lync Server 2013\Deployment\Bootstrapper.exe

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 replacement information

This cumulative update replaces the December 2014 Cumulative Update 5.0.8308.857 for Lync Server 2013 core components. Additionally, this cumulative update includes the following previously released updates:

Update package installation information

To apply this cumulative update, run the OcsCore.msp 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 - Stand-Alone 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

The global version of this cumulative update uses a Microsoft Windows Installer package to install the cumulative update. The dates and the times for these files are listed in Coordinated Universal Time (UTC) in the following table. When you view the file information, the date is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.

After the update is installed, the global version of this 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,293,004

28-Oct-2014

8:00

Not applicable

Component_gac_microsoft.rtc.internal.storage.dll

5.0.8308.420

781,496

31-May-2013

11:06

x86

Dbcommon.sql

Not applicable

27,215

13-Mar-2013

8:26

Not applicable

Dbrtc.sql

Not applicable

1,984,086

16-Aug-2014

5:39

Not applicable

File_bootstrapper.resources.dll.de_de

5.0.8308.0

21,248

19-Dec-2014

11:17

Not applicable

File_bootstrapper.resources.dll.es_es

5.0.8308.0

21,256

19-Dec-2014

11:17

Not applicable

File_bootstrapper.resources.dll.fr_fr

5.0.8308.0

21,256

19-Dec-2014

11:17

Not applicable

File_bootstrapper.resources.dll.it_it

5.0.8308.0

21,256

19-Dec-2014

11:17

Not applicable

File_bootstrapper.resources.dll.ja_jp

5.0.8308.0

21,256

19-Dec-2014

11:17

Not applicable

File_bootstrapper.resources.dll.ko_kr

5.0.8308.0

21,248

19-Dec-2014

11:17

Not applicable

File_bootstrapper.resources.dll.pt_br

5.0.8308.0

21,248

19-Dec-2014

11:17

Not applicable

File_bootstrapper.resources.dll.ru_ru

5.0.8308.0

21,760

19-Dec-2014

11:17

Not applicable

File_bootstrapper.resources.dll.zh_cn

5.0.8308.0

21,248

19-Dec-2014

11:17

Not applicable

File_bootstrapper.resources.dll.zh_tw

5.0.8308.0

21,248

19-Dec-2014

11:17

Not applicable

File_clsagent.exe

5.0.8308.733

361,960

11-Jul-2014

13:22

x86

File_clsagentperf.dll

5.0.8308.733

53,752

11-Jul-2014

13:23

x64

File_clscontroller.exe

5.0.8308.733

264,184

11-Jul-2014

13:17

x86

File_clscontroller.resources.dll.de_de

5.0.8308.733

26,880

19-Dec-2014

11:20

Not applicable

File_clscontroller.resources.dll.es_es

5.0.8308.733

26,888

19-Dec-2014

11:18

Not applicable

File_clscontroller.resources.dll.fr_fr

5.0.8308.733

27,392

19-Dec-2014

11:18

Not applicable

File_clscontroller.resources.dll.it_it

5.0.8308.733

26,880

19-Dec-2014

11:18

Not applicable

File_clscontroller.resources.dll.ja_jp

5.0.8308.733

27,400

19-Dec-2014

11:18

Not applicable

File_clscontroller.resources.dll.ko_kr

5.0.8308.733

26,880

19-Dec-2014

11:18

Not applicable

File_clscontroller.resources.dll.pt_br

5.0.8308.733

26,888

19-Dec-2014

11:19

Not applicable

File_clscontroller.resources.dll.ru_ru

5.0.8308.733

29,440

19-Dec-2014

11:20

Not applicable

File_clscontroller.resources.dll.zh_cn

5.0.8308.733

25,344

19-Dec-2014

11:20

Not applicable

File_clscontroller.resources.dll.zh_tw

5.0.8308.733

25,344

19-Dec-2014

11:18

Not applicable

File_clseventres.dll.de_de

5.0.8308.733

43,504

11-Jul-2014

13:23

Not applicable

File_clseventres.dll.en_us

5.0.8308.733

38,384

11-Jul-2014

13:17

Not applicable

File_clseventres.dll.es_es

5.0.8308.733

41,456

11-Jul-2014

13:23

Not applicable

File_clseventres.dll.fr_fr

5.0.8308.733

42,992

11-Jul-2014

13:23

Not applicable

File_clseventres.dll.it_it

5.0.8308.733

43,512

11-Jul-2014

13:24

Not applicable

File_clseventres.dll.ja_jp

5.0.8308.733

32,240

11-Jul-2014

13:24

Not applicable

File_clseventres.dll.ko_kr

5.0.8308.733

30,712

11-Jul-2014

13:24

Not applicable

File_clseventres.dll.pt_br

5.0.8308.733

40,432

11-Jul-2014

13:24

Not applicable

File_clseventres.dll.ru_ru

5.0.8308.733

40,432

11-Jul-2014

13:24

Not applicable

File_clseventres.dll.zh_cn

5.0.8308.733

27,632

11-Jul-2014

13:25

Not applicable

File_clseventres.dll.zh_tw

5.0.8308.733

27,632

11-Jul-2014

13:25

Not applicable

File_clsformat.dll

5.0.8308.733

696,296

11-Jul-2014

13:25

x64

File_cpsdyn.sql

Not applicable

19,388

31-May-2013

7:02

Not applicable

File_csadditional.format.ps1xml

Not applicable

54,319

06-Jun-2014

5:08

Not applicable

File_default.tmx

Not applicable

24,193,908

19-Dec-2014

10:42

Not applicable

File_default.xml

Not applicable

1,847,264

19-Dec-2014

10:42

Not applicable

File_deploy.exe

5.0.8308.420

736,856

31-May-2013

11:21

x86

File_deploy.resources.dll.de_de

5.0.8308.420

254,720

19-Dec-2014

11:17

Not applicable

File_deploy.resources.dll.es_es

5.0.8308.420

254,728

19-Dec-2014

11:17

Not applicable

File_deploy.resources.dll.fr_fr

5.0.8308.420

255,744

19-Dec-2014

11:17

Not applicable

File_deploy.resources.dll.it_it

5.0.8308.420

254,216

19-Dec-2014

11:17

Not applicable

File_deploy.resources.dll.ja_jp

5.0.8308.420

258,304

19-Dec-2014

11:17

Not applicable

File_deploy.resources.dll.ko_kr

5.0.8308.420

254,728

19-Dec-2014

11:17

Not applicable

File_deploy.resources.dll.pt_br

5.0.8308.420

254,208

19-Dec-2014

11:18

Not applicable

File_deploy.resources.dll.ru_ru

5.0.8308.420

269,576

19-Dec-2014

11:18

Not applicable

File_deploy.resources.dll.zh_cn

5.0.8308.420

249,608

19-Dec-2014

11:18

Not applicable

File_deploy.resources.dll.zh_tw

5.0.8308.420

249,608

19-Dec-2014

11:18

Not applicable

File_gac_deviceupdate.resources.dll.de_de

5.0.8308.0

31,496

19-Dec-2014

11:17

Not applicable

File_gac_deviceupdate.resources.dll.es_es

5.0.8308.0

31,496

19-Dec-2014

11:17

Not applicable

File_gac_deviceupdate.resources.dll.fr_fr

5.0.8308.0

31,488

19-Dec-2014

11:17

Not applicable

File_gac_deviceupdate.resources.dll.it_it

5.0.8308.0

31,488

19-Dec-2014

11:17

Not applicable

File_gac_deviceupdate.resources.dll.ja_jp

5.0.8308.0

31,488

19-Dec-2014

11:17

Not applicable

File_gac_deviceupdate.resources.dll.ko_kr

5.0.8308.0

31,496

19-Dec-2014

11:17

Not applicable

File_gac_deviceupdate.resources.dll.pt_br

5.0.8308.0

31,488

19-Dec-2014

11:17

Not applicable

File_gac_deviceupdate.resources.dll.ru_ru

5.0.8308.0

31,488

19-Dec-2014

11:17

Not applicable

File_gac_deviceupdate.resources.dll.zh_cn

5.0.8308.0

30,976

19-Dec-2014

11:17

Not applicable

File_gac_deviceupdate.resources.dll.zh_tw

5.0.8308.0

30,976

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.acd.common.dll

5.0.8308.803

283,400

14-Aug-2014

4:58

x86

File_gac_microsoft.rtc.admin.authenticationhelper.dll

5.0.8308.420

177,376

31-May-2013

11:26

x86

File_gac_microsoft.rtc.admin.authenticationhelper.dll.de_de

5.0.8308.420

23,816

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.admin.authenticationhelper.dll.es_es

5.0.8308.420

23,816

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.admin.authenticationhelper.dll.fr_fr

5.0.8308.420

23,816

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.admin.authenticationhelper.dll.it_it

5.0.8308.420

23,304

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.admin.authenticationhelper.dll.ja_jp

5.0.8308.420

23,808

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.admin.authenticationhelper.dll.ko_kr

5.0.8308.420

23,304

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.admin.authenticationhelper.dll.pt_br

5.0.8308.420

23,296

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.admin.authenticationhelper.dll.ru_ru

5.0.8308.420

24,328

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_cn

5.0.8308.420

22,792

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_tw

5.0.8308.420

22,792

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.chat.endpoint.dll

5.0.8308.556

1,203,880

15-Sep-2013

19:23

x86

File_gac_microsoft.rtc.clsagent.iislog.dll

5.0.8308.733

240,192

11-Jul-2014

13:25

x86

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.de_de

5.0.8308.733

27,912

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.es_es

5.0.8308.733

27,904

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.fr_fr

5.0.8308.733

28,416

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.it_it

5.0.8308.733

27,912

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ja_jp

5.0.8308.733

29,440

19-Dec-2014

11:19

Not applicable

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ko_kr

5.0.8308.733

28,416

19-Dec-2014

11:20

Not applicable

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.pt_br

5.0.8308.733

27,904

19-Dec-2014

11:20

Not applicable

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ru_ru

5.0.8308.733

29,952

19-Dec-2014

11:20

Not applicable

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_cn

5.0.8308.733

26,880

19-Dec-2014

11:20

Not applicable

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_tw

5.0.8308.733

26,880

19-Dec-2014

11:20

Not applicable

File_gac_microsoft.rtc.collaboration.persistentchat.dll

5.0.8308.556

374,000

15-Sep-2013

19:23

x86

File_gac_microsoft.rtc.collaboration.persistentchat.dll.de_de

5.0.8308.556

25,344

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.collaboration.persistentchat.dll.es_es

5.0.8308.556

25,344

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.collaboration.persistentchat.dll.fr_fr

5.0.8308.556

25,856

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.collaboration.persistentchat.dll.it_it

5.0.8308.556

24,832

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.collaboration.persistentchat.dll.ja_jp

5.0.8308.556

25,856

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.collaboration.persistentchat.dll.ko_kr

5.0.8308.556

25,344

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.collaboration.persistentchat.dll.pt_br

5.0.8308.556

24,832

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.collaboration.persistentchat.dll.ru_ru

5.0.8308.556

26,880

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.collaboration.persistentchat.dll.zh_cn

5.0.8308.556

24,328

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.collaboration.persistentchat.dll.zh_tw

5.0.8308.556

24,328

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.collaborationnet.dll

5.0.8308.420

4,666,040

31-May-2013

11:23

x86

File_gac_microsoft.rtc.internal.clscommon.dll

5.0.8308.733

436,296

11-Jul-2014

13:25

x86

File_gac_microsoft.rtc.internal.clscontrollerlib.dll

5.0.8308.733

364,608

11-Jul-2014

13:26

x86

File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.de_de

5.0.8308.0

145,672

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.es_es

5.0.8308.0

145,672

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.fr_fr

5.0.8308.0

145,664

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.it_it

5.0.8308.0

145,664

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ja_jp

5.0.8308.0

145,672

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ko_kr

5.0.8308.0

145,672

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.pt_br

5.0.8308.0

145,664

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ru_ru

5.0.8308.0

145,664

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.zh_cn

5.0.8308.0

145,664

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.zh_tw

5.0.8308.0

145,664

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.internal.ucwa.clientmodel.dll

5.0.8308.577

636,720

03-Dec-2013

18:35

x86

File_gac_microsoft.rtc.internal.ucwa.resourcecontract.dll

5.0.8308.834

393,480

28-Oct-2014

10:04

x86

File_gac_microsoft.rtc.management.adconnect.resources.dll.de_de

5.0.8308.0

48,896

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.adconnect.resources.dll.es_es

5.0.8308.0

47,872

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.adconnect.resources.dll.fr_fr

5.0.8308.0

50,944

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.adconnect.resources.dll.it_it

5.0.8308.0

47,872

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.adconnect.resources.dll.ja_jp

5.0.8308.0

51,456

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.adconnect.resources.dll.ko_kr

5.0.8308.0

49,408

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.adconnect.resources.dll.pt_br

5.0.8308.0

47,872

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.adconnect.resources.dll.ru_ru

5.0.8308.0

56,576

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.adconnect.resources.dll.zh_cn

5.0.8308.0

44,800

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.adconnect.resources.dll.zh_tw

5.0.8308.0

44,288

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.archjournal.resources.dll.de_de

5.0.8308.0

24,320

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.archjournal.resources.dll.es_es

5.0.8308.0

24,320

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.archjournal.resources.dll.fr_fr

5.0.8308.0

24,840

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.archjournal.resources.dll.it_it

5.0.8308.0

24,328

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.archjournal.resources.dll.ja_jp

5.0.8308.0

24,832

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.archjournal.resources.dll.ko_kr

5.0.8308.0

24,832

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.archjournal.resources.dll.pt_br

5.0.8308.0

24,328

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.archjournal.resources.dll.ru_ru

5.0.8308.0

25,352

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.archjournal.resources.dll.zh_cn

5.0.8308.0

23,816

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.archjournal.resources.dll.zh_tw

5.0.8308.0

23,808

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.common.dll

5.0.8308.420

378,040

31-May-2013

11:06

x86

File_gac_microsoft.rtc.management.common.resources.dll.de_de

5.0.8308.420

49,416

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.common.resources.dll.es_es

5.0.8308.420

47,872

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.common.resources.dll.fr_fr

5.0.8308.420

49,920

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.common.resources.dll.it_it

5.0.8308.420

47,872

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.common.resources.dll.ja_jp

5.0.8308.420

51,976

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.common.resources.dll.ko_kr

5.0.8308.420

48,384

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.common.resources.dll.pt_br

5.0.8308.420

47,360

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.common.resources.dll.ru_ru

5.0.8308.420

57,600

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.common.resources.dll.zh_cn

5.0.8308.420

43,776

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.common.resources.dll.zh_tw

5.0.8308.420

43,776

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.core.de_de

5.0.8308.834

846,088

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.core.es_es

5.0.8308.834

846,080

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.core.fr_fr

5.0.8308.834

849,160

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.core.it_it

5.0.8308.834

844,552

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.core.ja_jp

5.0.8308.834

854,280

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.core.ko_kr

5.0.8308.834

848,128

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.core.pt_br

5.0.8308.834

844,544

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.core.ru_ru

5.0.8308.834

867,592

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.core.zh_cn

5.0.8308.834

837,888

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.core.zh_tw

5.0.8308.834

837,896

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.dbsetup.dll

5.0.8308.834

151,824

28-Oct-2014

10:04

x86

File_gac_microsoft.rtc.management.dbsetup.resources.dll.de_de

5.0.8308.834

43,776

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.dbsetup.resources.dll.es_es

5.0.8308.834

43,264

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.dbsetup.resources.dll.fr_fr

5.0.8308.834

47,360

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.dbsetup.resources.dll.it_it

5.0.8308.834

43,776

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.dbsetup.resources.dll.ja_jp

5.0.8308.834

47,360

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.dbsetup.resources.dll.ko_kr

5.0.8308.834

45,320

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.dbsetup.resources.dll.pt_br

5.0.8308.834

42,752

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.dbsetup.resources.dll.ru_ru

5.0.8308.834

50,432

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.dbsetup.resources.dll.zh_cn

5.0.8308.834

41,216

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.dbsetup.resources.dll.zh_tw

5.0.8308.834

40,704

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.deployment.de_de

5.0.8308.834

444,672

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.deployment.dll

5.0.8308.834

2,323,208

28-Oct-2014

10:07

x86

File_gac_microsoft.rtc.management.deployment.es_es

5.0.8308.834

441,600

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.deployment.fr_fr

5.0.8308.834

450,304

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.deployment.it_it

5.0.8308.834

440,064

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.deployment.ja_jp

5.0.8308.834

457,984

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.deployment.ko_kr

5.0.8308.834

445,696

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.deployment.powershellhost.dll

5.0.8308.420

241,936

31-May-2013

11:29

x86

File_gac_microsoft.rtc.management.deployment.pt_br

5.0.8308.834

439,040

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.deployment.ru_ru

5.0.8308.834

483,072

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.deployment.zh_cn

5.0.8308.834

422,152

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.deployment.zh_tw

5.0.8308.834

421,640

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.dll

5.0.8308.834

7,094,536

28-Oct-2014

10:03

x86

File_gac_microsoft.rtc.management.lynconlineconnector.dll

5.0.8308.420

40,184

31-May-2013

11:29

x86

File_gac_microsoft.rtc.management.lynconlineconnector.dll.de_de

5.0.8308.420

20,224

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.lynconlineconnector.dll.es_es

5.0.8308.420

20,232

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.lynconlineconnector.dll.fr_fr

5.0.8308.420

20,736

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.lynconlineconnector.dll.it_it

5.0.8308.420

20,224

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.lynconlineconnector.dll.ja_jp

5.0.8308.420

20,224

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.lynconlineconnector.dll.ko_kr

5.0.8308.420

20,232

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.lynconlineconnector.dll.pt_br

5.0.8308.420

20,224

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.lynconlineconnector.dll.ru_ru

5.0.8308.420

20,736

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_cn

5.0.8308.420

20,224

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_tw

5.0.8308.420

20,224

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.resources.dll.de_de

5.0.8308.834

588,552

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.resources.dll.es_es

5.0.8308.834

580,872

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.resources.dll.fr_fr

5.0.8308.834

618,248

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.resources.dll.it_it

5.0.8308.834

570,112

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.resources.dll.ja_jp

5.0.8308.834

636,168

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.resources.dll.ko_kr

5.0.8308.834

587,520

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.resources.dll.pt_br

5.0.8308.834

572,160

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.resources.dll.ru_ru

5.0.8308.834

730,376

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.resources.dll.zh_cn

5.0.8308.834

512,264

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.resources.dll.zh_tw

5.0.8308.834

512,264

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.writableconfig.de_de

5.0.8308.834

36,104

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.writableconfig.es_es

5.0.8308.834

36,104

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.writableconfig.fr_fr

5.0.8308.834

37,120

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.writableconfig.it_it

5.0.8308.834

35,584

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.writableconfig.ja_jp

5.0.8308.834

38,144

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.writableconfig.ko_kr

5.0.8308.834

36,616

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.management.writableconfig.pt_br

5.0.8308.834

35,072

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.writableconfig.ru_ru

5.0.8308.834

42,240

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.writableconfig.zh_cn

5.0.8308.834

34,056

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.management.writableconfig.zh_tw

5.0.8308.834

34,056

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.data.dll

5.0.8308.420

407,704

31-May-2013

11:19

x86

File_gac_microsoft.rtc.rgs.data.resources.dll.de_de

5.0.8308.420

29,440

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.data.resources.dll.es_es

5.0.8308.420

29,440

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.data.resources.dll.fr_fr

5.0.8308.420

29,952

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.data.resources.dll.it_it

5.0.8308.420

29,440

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.data.resources.dll.ja_jp

5.0.8308.420

30,464

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.data.resources.dll.ko_kr

5.0.8308.420

29,952

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.data.resources.dll.pt_br

5.0.8308.420

29,440

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.data.resources.dll.ru_ru

5.0.8308.420

32,512

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.rgs.data.resources.dll.zh_cn

5.0.8308.420

28,424

19-Dec-2014

11:19

Not applicable

File_gac_microsoft.rtc.rgs.data.resources.dll.zh_tw

5.0.8308.420

28,416

19-Dec-2014

11:20

Not applicable

File_gac_microsoft.rtc.rgs.management.dll

5.0.8308.726

517,688

06-Jun-2014

5:15

x86

File_gac_microsoft.rtc.rgs.management.resources.dll.de_de

5.0.8308.726

67,840

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.management.resources.dll.es_es

5.0.8308.726

66,824

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.management.resources.dll.fr_fr

5.0.8308.726

70,920

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.management.resources.dll.it_it

5.0.8308.726

66,304

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.management.resources.dll.ja_jp

5.0.8308.726

73,480

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.management.resources.dll.ko_kr

5.0.8308.726

67,840

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.management.resources.dll.pt_br

5.0.8308.726

66,304

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.management.resources.dll.ru_ru

5.0.8308.726

81,664

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.management.resources.dll.zh_cn

5.0.8308.726

60,168

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.rgs.management.resources.dll.zh_tw

5.0.8308.726

60,672

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.server.infrastructure.dll

5.0.8308.577

386,848

03-Dec-2013

17:06

x86

File_gac_microsoft.rtc.server.mcuinfrastructure.dll

5.0.8308.577

2,581,808

03-Dec-2013

17:17

x86

File_gac_microsoft.rtc.server.udclib.dll

5.0.8308.834

483,080

28-Oct-2014

10:07

x86

File_gac_microsoft.rtc.serverconfiguration.resources.dll.de_de

5.0.8308.0

23,304

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.serverconfiguration.resources.dll.es_es

5.0.8308.0

23,296

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.serverconfiguration.resources.dll.fr_fr

5.0.8308.0

23,304

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.serverconfiguration.resources.dll.it_it

5.0.8308.0

22,792

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.serverconfiguration.resources.dll.ja_jp

5.0.8308.0

23,304

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.serverconfiguration.resources.dll.ko_kr

5.0.8308.0

23,304

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.serverconfiguration.resources.dll.pt_br

5.0.8308.0

23,296

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.serverconfiguration.resources.dll.ru_ru

5.0.8308.0

23,808

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.serverconfiguration.resources.dll.zh_cn

5.0.8308.0

22,784

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.serverconfiguration.resources.dll.zh_tw

5.0.8308.0

22,784

19-Dec-2014

11:17

Not applicable

File_gac_microsoft.rtc.synthetictransactions.dll

5.0.8308.420

1,828,560

31-May-2013

11:22

x86

File_gac_microsoft.rtc.synthetictransactions.resources.dll.de_de

5.0.8308.420

438,016

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.synthetictransactions.resources.dll.es_es

5.0.8308.420

438,528

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.synthetictransactions.resources.dll.fr_fr

5.0.8308.420

445,704

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.synthetictransactions.resources.dll.it_it

5.0.8308.420

438,016

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.synthetictransactions.resources.dll.ja_jp

5.0.8308.420

449,280

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.synthetictransactions.resources.dll.ko_kr

5.0.8308.420

439,040

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.synthetictransactions.resources.dll.pt_br

5.0.8308.420

434,944

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.synthetictransactions.resources.dll.ru_ru

5.0.8308.420

469,256

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_cn

5.0.8308.420

423,688

19-Dec-2014

11:18

Not applicable

File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_tw

5.0.8308.420

423,688

19-Dec-2014

11:18

Not applicable

File_installcsdatabase.exe

5.0.8308.301

225,368

13-Mar-2013

10:14

x86

File_localocscmdlets.format.ps1xml

Not applicable

357,430

25-Nov-2014

21:12

Not applicable

File_lync.psd1

Not applicable

10,565

31-May-2013

11:26

Not applicable

File_lync_b8499a8b_4b90_43b8_a27e_3c4e7b292c44_helpinfo.xml

Not applicable

1,791

03-Sep-2014

13:21

Not applicable

File_microsoft.rtc.collaborationnet.resources.dll.de_de

5.0.8308.420

143,624

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.collaborationnet.resources.dll.es_es

5.0.8308.420

137,992

19-Dec-2014

11:18

Not applicable

File_microsoft.rtc.collaborationnet.resources.dll.fr_fr

5.0.8308.420

145,160

19-Dec-2014

11:18

Not applicable

File_microsoft.rtc.collaborationnet.resources.dll.it_it

5.0.8308.420

137,984

19-Dec-2014

11:18

Not applicable

File_microsoft.rtc.collaborationnet.resources.dll.ja_jp

5.0.8308.420

154,880

19-Dec-2014

11:18

Not applicable

File_microsoft.rtc.collaborationnet.resources.dll.ko_kr

5.0.8308.420

141,568

19-Dec-2014

11:18

Not applicable

File_microsoft.rtc.collaborationnet.resources.dll.pt_br

5.0.8308.420

138,496

19-Dec-2014

11:18

Not applicable

File_microsoft.rtc.collaborationnet.resources.dll.ru_ru

5.0.8308.420

177,920

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.collaborationnet.resources.dll.zh_cn

5.0.8308.420

120,064

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.collaborationnet.resources.dll.zh_tw

5.0.8308.420

120,576

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.management.core.dll

5.0.8308.834

1,957,128

28-Oct-2014

10:03

x86

File_microsoft.rtc.management.dbsetup.dll

5.0.8308.834

151,824

28-Oct-2014

10:04

x86

File_microsoft.rtc.management.deployment.bootstrapper.de_de

5.0.8308.0

27,400

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.management.deployment.bootstrapper.es_es

5.0.8308.0

27,400

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.management.deployment.bootstrapper.fr_fr

5.0.8308.0

27,904

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.management.deployment.bootstrapper.it_it

5.0.8308.0

27,392

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.management.deployment.bootstrapper.ja_jp

5.0.8308.0

28,416

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.management.deployment.bootstrapper.ko_kr

5.0.8308.0

27,392

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.management.deployment.bootstrapper.pt_br

5.0.8308.0

27,392

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.management.deployment.bootstrapper.ru_ru

5.0.8308.0

29,952

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.management.deployment.bootstrapper.zh_cn

5.0.8308.0

26,368

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.management.deployment.bootstrapper.zh_tw

5.0.8308.0

26,368

19-Dec-2014

11:17

Not applicable

File_microsoft.rtc.management.dllhelp.xml

Not applicable

10,835,191

24-Oct-2014

1:24

Not applicable

File_microsoft.rtc.management.dllhelp.xml.de_de

Not applicable

11,459,768

24-Oct-2014

1:17

Not applicable

File_microsoft.rtc.management.dllhelp.xml.en_us

Not applicable

10,835,191

24-Oct-2014

1:24

Not applicable

File_microsoft.rtc.management.dllhelp.xml.es_es

Not applicable

11,300,846

24-Oct-2014

1:17

Not applicable

File_microsoft.rtc.management.dllhelp.xml.fr_fr

Not applicable

11,555,685

24-Oct-2014

1:18

Not applicable

File_microsoft.rtc.management.dllhelp.xml.it_it

Not applicable

11,335,300

24-Oct-2014

1:18

Not applicable

File_microsoft.rtc.management.dllhelp.xml.ja_jp

Not applicable

12,069,844

24-Oct-2014

1:18

Not applicable

File_microsoft.rtc.management.dllhelp.xml.ko_kr

Not applicable

11,235,275

24-Oct-2014

1:18

Not applicable

File_microsoft.rtc.management.dllhelp.xml.pt_br

Not applicable

11,192,505

24-Oct-2014

1:18

Not applicable

File_microsoft.rtc.management.dllhelp.xml.ru_ru

Not applicable

13,612,855

24-Oct-2014

1:19

Not applicable

File_microsoft.rtc.management.dllhelp.xml.zh_cn

Not applicable

10,356,202

24-Oct-2014

1:19

Not applicable

File_microsoft.rtc.management.dllhelp.xml.zh_tw

Not applicable

10,328,257

24-Oct-2014

1:19

Not applicable

File_microsoft.rtc.management.writableconfig.dll

5.0.8308.834

1,835,272

28-Oct-2014

10:03

x86

File_microsoft.rtc.rgs.management.dllhelp.xml

Not applicable

470,170

07-Oct-2014

5:12

Not applicable

File_microsoft.rtc.rgs.management.dllhelp.xml.de_de

Not applicable

497,343

17-Dec-2014

14:06

Not applicable

File_microsoft.rtc.rgs.management.dllhelp.xml.en_us

Not applicable

470,170

07-Oct-2014

5:12

Not applicable

File_microsoft.rtc.rgs.management.dllhelp.xml.es_es

Not applicable

489,675

17-Dec-2014

14:06

Not applicable

File_microsoft.rtc.rgs.management.dllhelp.xml.fr_fr

Not applicable

499,817

17-Dec-2014

14:06

Not applicable

File_microsoft.rtc.rgs.management.dllhelp.xml.it_it

Not applicable

492,964

17-Dec-2014

14:06

Not applicable

File_microsoft.rtc.rgs.management.dllhelp.xml.ja_jp

Not applicable

537,065

17-Dec-2014

14:06

Not applicable

File_microsoft.rtc.rgs.management.dllhelp.xml.ko_kr

Not applicable

489,921

17-Dec-2014

14:06

Not applicable

File_microsoft.rtc.rgs.management.dllhelp.xml.pt_br

Not applicable

494,580

17-Dec-2014

14:06

Not applicable

File_microsoft.rtc.rgs.management.dllhelp.xml.ru_ru

Not applicable

589,534

17-Dec-2014

14:06

Not applicable

File_microsoft.rtc.rgs.management.dllhelp.xml.zh_cn

Not applicable

446,222

17-Dec-2014

14:06

Not applicable

File_microsoft.rtc.rgs.management.dllhelp.xml.zh_tw

Not applicable

444,627

17-Dec-2014

14:06

Not applicable

File_ocsumutil.resources.dll.de_de

5.0.8308.0

129,280

19-Dec-2014

11:18

Not applicable

File_ocsumutil.resources.dll.es_es

5.0.8308.0

129,288

19-Dec-2014

11:18

Not applicable

File_ocsumutil.resources.dll.fr_fr

5.0.8308.0

130,304

19-Dec-2014

11:18

Not applicable

File_ocsumutil.resources.dll.it_it

5.0.8308.0

129,288

19-Dec-2014

11:18

Not applicable

File_ocsumutil.resources.dll.ja_jp

5.0.8308.0

130,816

19-Dec-2014

11:18

Not applicable

File_ocsumutil.resources.dll.ko_kr

5.0.8308.0

128,768

19-Dec-2014

11:18

Not applicable

File_ocsumutil.resources.dll.pt_br

5.0.8308.0

128,256

19-Dec-2014

11:18

Not applicable

File_ocsumutil.resources.dll.ru_ru

5.0.8308.0

136,456

19-Dec-2014

11:18

Not applicable

File_ocsumutil.resources.dll.zh_cn

5.0.8308.0

126,216

19-Dec-2014

11:18

Not applicable

File_ocsumutil.resources.dll.zh_tw

5.0.8308.0

126,720

19-Dec-2014

11:18

Not applicable

File_remoteocscmdlets.format.ps1xml

Not applicable

361,930

25-Nov-2014

21:12

Not applicable

File_replicareplicatoragent.exe

5.0.8308.556

454,296

15-Sep-2013

19:24

x86

File_reportdata.de_de.xml

Not applicable

11,399,303

19-Dec-2014

11:17

Not applicable

File_reportdata.en_us.xml

Not applicable

11,364,029

13-Mar-2013

8:06

Not applicable

File_reportdata.es_es.xml

Not applicable

11,399,706

19-Dec-2014

11:22

Not applicable

File_reportdata.fr_fr.xml

Not applicable

11,414,630

19-Dec-2014

11:29

Not applicable

File_reportdata.it_it.xml

Not applicable

11,395,796

19-Dec-2014

11:36

Not applicable

File_reportdata.ja_jp.xml

Not applicable

11,414,372

19-Dec-2014

11:34

Not applicable

File_reportdata.ko_kr.xml

Not applicable

11,386,411

19-Dec-2014

11:32

Not applicable

File_reportdata.pt_br.xml

Not applicable

11,395,043

19-Dec-2014

11:25

Not applicable

File_reportdata.ru_ru.xml

Not applicable

11,516,450

19-Dec-2014

11:19

Not applicable

File_reportdata.zh_cn.xml

Not applicable

11,348,951

19-Dec-2014

11:38

Not applicable

File_reportdata.zh_tw.xml

Not applicable

11,351,819

19-Dec-2014

11:27

Not applicable

File_reportsetup.exe

5.0.8308.301

498,256

13-Mar-2013

10:17

x86

File_reportsetup.resources.dll.de_de

5.0.8308.301

20,744

19-Dec-2014

11:17

Not applicable

File_reportsetup.resources.dll.es_es

5.0.8308.301

20,744

19-Dec-2014

11:17

Not applicable

File_reportsetup.resources.dll.fr_fr

5.0.8308.301

20,736

19-Dec-2014

11:17

Not applicable

File_reportsetup.resources.dll.it_it

5.0.8308.301

20,736

19-Dec-2014

11:17

Not applicable

File_reportsetup.resources.dll.ja_jp

5.0.8308.301

20,744

19-Dec-2014

11:17

Not applicable

File_reportsetup.resources.dll.ko_kr

5.0.8308.301

20,744

19-Dec-2014

11:17

Not applicable

File_reportsetup.resources.dll.pt_br

5.0.8308.301

20,736

19-Dec-2014

11:17

Not applicable

File_reportsetup.resources.dll.ru_ru

5.0.8308.301

20,736

19-Dec-2014

11:17

Not applicable

File_reportsetup.resources.dll.zh_cn

5.0.8308.301

20,224

19-Dec-2014

11:17

Not applicable

File_reportsetup.resources.dll.zh_tw

5.0.8308.301

20,224

19-Dec-2014

11:17

Not applicable

File_rgsconfig_schema.sql

Not applicable

25,787

31-May-2013

9:08

Not applicable

File_rgsdyn.sql

Not applicable

19,286

31-May-2013

9:54

Not applicable

File_rtcsres.dll.de_de

5.0.8308.815

1,544,464

06-Sep-2014

10:54

Not applicable

File_rtcsres.dll.en_us

5.0.8308.815

1,296,648

06-Sep-2014

10:51

Not applicable

File_rtcsres.dll.es_es

5.0.8308.815

1,542,928

06-Sep-2014

10:54

Not applicable

File_rtcsres.dll.fr_fr

5.0.8308.815

1,587,984

06-Sep-2014

10:54

Not applicable

File_rtcsres.dll.it_it

5.0.8308.815

1,513,744

06-Sep-2014

10:54

Not applicable

File_rtcsres.dll.ja_jp

5.0.8308.815

783,120

06-Sep-2014

10:54

Not applicable

File_rtcsres.dll.ko_kr

5.0.8308.815

754,960

06-Sep-2014

10:54

Not applicable

File_rtcsres.dll.pt_br

5.0.8308.815

1,459,984

06-Sep-2014

10:54

Not applicable

File_rtcsres.dll.ru_ru

5.0.8308.815

1,428,232

06-Sep-2014

10:54

Not applicable

File_rtcsres.dll.zh_cn

5.0.8308.815

534,792

06-Sep-2014

10:54

Not applicable

File_rtcsres.dll.zh_tw

5.0.8308.815

549,640

06-Sep-2014

10:54

Not applicable

File_xds_replica_1_to_2.sql

Not applicable

2,262

13-Mar-2013

9:34

Not applicable

File_xds_replica_2_to_1.sql

Not applicable

2,213

13-Mar-2013

9:34

Not applicable

Mgcschema.sql

Not applicable

18,712

31-May-2013

9:13

Not applicable

Mgcsprocs.sql

Not applicable

187,577

06-Jun-2014

3:14

Not applicable

Mgcupgrade.sql

Not applicable

7,086

31-May-2013

9:13

Not applicable

Qoedb.sql

Not applicable

785,251

13-Mar-2013

8:14

Not applicable

Rtcabdb.sql

Not applicable

145,140

06-Jun-2014

3:12

Not applicable

Rtcdb.sql

Not applicable

154,239

16-Aug-2014

5:30

Not applicable


References

See the general information about the terminology that Microsoft uses to describe software updates.

Get the latest cumulative update for Lync Server 2013.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×