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.

Summary

This article describes the Microsoft Lync Server 2013, Core Components issues that are fixed in the cumulative update that is dated July 2013.

This article includes the following information about the cumulative update:

  • The issues that the cumulative update fixes.

  • The prerequisites for applying the cumulative update

  • Whether you must restart the computer after you apply the cumulative update

  • Whether the cumulative update is replaced by any other cumulative update

  • Whether you must make any changes to the registry

  • The files that the cumulative update contains

The version number of this update is 5.0.8308.420.

Introduction

Issues that this update package fixes

The cumulative update fixes the following issues:

  • 2846479 User in a DG cannot join a chat room in a Lync Server 2013 environment

  • 2846484 An unhanded exception occurs on a Lync Server 2013 Persistent Chat SDK-based application

  • 2846485 Long delay when you create many conferences at the same time in a Lync Server 2013 environment

This update also fixes the issues that are previously listed in the following Microsoft Knowledge Base article:

2781550 Description of the cumulative update 5.0.8308.291 for Lync Server 2013, Core Components: February 2013

Installation methods

To install updates for Lync Server 2013 that has the February, 2013 cumulative update installed, you must perform the following step 1-2.

To install updates for Lync Server 2013 RTM, you must perform the following step 1-5.

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-CsPoolUpgradeReadiness cmdlet and that you have the appropriate number of Lync Server 2013 front end servers that are running. Please see the "Upgrade or Update Front End Servers" and "Planning for the Management of Front End Pools" section of the following TechNet topic to determine the State valueof 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.

To download the Cumulative Server Update Installer, go to the following Microsoft Download Center website:
DownloadDownload the update package now.

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 that you have upgraded.

Upgrade or Update Front End Servers



To upgrade front end servers, you must 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 each attempt, 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 disaster 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 server(s) by using the Stop-CsWindowsServices -Graceful cmdlet.

    2. Run the Cumulative Server Update Installer by using the UI or by using a command to upgrade the front end server(s) 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 server(s) and make sure that it is accepting new connections.

Lync Server 2013 Standard Edition and other Roles

To run the Cumulative Server Update Installer, use the UI or running a command line.

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.

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 


Note 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 ExcludeCollocatedStoresparameter.

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

Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn FEBE.FQDN -Verbose

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

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

Step 3: Apply the Central Management Database update

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

  • 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 cmdlets.

  • 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.

After the Lync Server 2013 Enterprise Edition front end server or the Lync Server 2013 Standard Edition Server backends are updated, run the following cmdlet to update the Central Management Store:

Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn CMS.FQDN -SqlInstanceName DBInstanceName -Verbose
Note In a coexistence environment that contains both Lync Server 2010 and Lync Server 2013 in which the Central Management Service is located on a Lync Server 2010 pool, do not run the Install-CsDatabase -CentralManagementDatabase cmdlet. If you later move the Central Management Service to a Lync Server 2013 pool, you have to run the Install-CsDatabase -CentralManagementDatabase cmdlet 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 following cumulative update:

2781550 Description of the cumulative update 5.0.8308.291 for Lync Server 2013, Core Components: February 2013

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

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

SP requirement

Cdrdb.sql

Not Applicable

1,280,767

31-May-13

10:02

Not Applicable

SP

Component_gac_microsoft.rtc.internal.storage.dll

5.0.8308.420

781,496

31-May-13

12:06

x86

SP

Dbcommon.sql

Not Applicable

27,215

13-Mar-13

9:26

Not Applicable

SP

Dbrtc.sql

Not Applicable

1,981,822

31-May-13

10:12

Not Applicable

SP

File_bootstrapper.resources.dll.de_de

5.0.8308.0

21,144

31-May-13

12:26

Not Applicable

SP

File_bootstrapper.resources.dll.es_es

5.0.8308.0

21,144

31-May-13

12:20

Not Applicable

SP

File_bootstrapper.resources.dll.fr_fr

5.0.8308.0

21,144

31-May-13

12:20

Not Applicable

SP

File_bootstrapper.resources.dll.it_it

5.0.8308.0

21,144

31-May-13

12:20

Not Applicable

SP

File_bootstrapper.resources.dll.ja_jp

5.0.8308.0

21,144

31-May-13

12:21

Not Applicable

SP

File_bootstrapper.resources.dll.ko_kr

5.0.8308.0

21,144

31-May-13

12:21

Not Applicable

SP

File_bootstrapper.resources.dll.pt_br

5.0.8308.0

21,144

31-May-13

12:21

Not Applicable

SP

File_bootstrapper.resources.dll.ru_ru

5.0.8308.0

21,656

31-May-13

12:21

Not Applicable

SP

File_bootstrapper.resources.dll.zh_cn

5.0.8308.0

21,144

31-May-13

12:21

Not Applicable

SP

File_bootstrapper.resources.dll.zh_tw

5.0.8308.0

21,144

31-May-13

12:21

Not Applicable

SP

File_clsagent.exe

5.0.8308.420

334,432

31-May-13

12:22

x86

SP

File_clscontroller.exe

5.0.8308.420

261,232

31-May-13

12:28

x86

SP

File_clscontroller.resources.dll.de_de

5.0.8308.420

26,776

31-May-13

12:28

Not Applicable

SP

File_clscontroller.resources.dll.es_es

5.0.8308.420

26,776

31-May-13

12:28

Not Applicable

SP

File_clscontroller.resources.dll.fr_fr

5.0.8308.420

26,776

31-May-13

12:28

Not Applicable

SP

File_clscontroller.resources.dll.it_it

5.0.8308.420

26,776

31-May-13

12:28

Not Applicable

SP

File_clscontroller.resources.dll.ja_jp

5.0.8308.420

27,288

31-May-13

12:29

Not Applicable

SP

File_clscontroller.resources.dll.ko_kr

5.0.8308.420

26,264

31-May-13

12:29

Not Applicable

SP

File_clscontroller.resources.dll.pt_br

5.0.8308.420

26,776

31-May-13

12:29

Not Applicable

SP

File_clscontroller.resources.dll.ru_ru

5.0.8308.420

29,336

31-May-13

12:29

Not Applicable

SP

File_clscontroller.resources.dll.zh_cn

5.0.8308.420

25,240

31-May-13

12:29

Not Applicable

SP

File_clscontroller.resources.dll.zh_tw

5.0.8308.420

25,240

31-May-13

12:30

Not Applicable

SP

File_clsformat.dll

5.0.8308.301

702,008

13-Mar-13

11:15

x64

SP

File_cpsdyn.sql

Not Applicable

19,388

31-May-13

8:02

Not Applicable

SP

File_default.tmx

Not Applicable

#########

31-May-13

11:30

Not Applicable

SP

File_default.xml

Not Applicable

1,418,104

31-May-13

11:30

Not Applicable

SP

File_deploy.exe

5.0.8308.420

736,856

31-May-13

12:21

x86

SP

File_deploy.resources.dll.de_de

5.0.8308.420

254,592

31-May-13

12:21

Not Applicable

SP

File_deploy.resources.dll.es_es

5.0.8308.420

254,592

31-May-13

12:21

Not Applicable

SP

File_deploy.resources.dll.fr_fr

5.0.8308.420

255,616

31-May-13

12:22

Not Applicable

SP

File_deploy.resources.dll.it_it

5.0.8308.420

254,080

31-May-13

12:22

Not Applicable

SP

File_deploy.resources.dll.ja_jp

5.0.8308.420

258,176

31-May-13

12:22

Not Applicable

SP

File_deploy.resources.dll.ko_kr

5.0.8308.420

254,592

31-May-13

12:23

Not Applicable

SP

File_deploy.resources.dll.pt_br

5.0.8308.420

254,080

31-May-13

12:23

Not Applicable

SP

File_deploy.resources.dll.ru_ru

5.0.8308.420

269,440

31-May-13

12:24

Not Applicable

SP

File_deploy.resources.dll.zh_cn

5.0.8308.420

249,472

31-May-13

12:24

Not Applicable

SP

File_deploy.resources.dll.zh_tw

5.0.8308.420

249,472

31-May-13

12:25

Not Applicable

SP

File_gac_deviceupdate.resources.dll.de_de

5.0.8308.0

31,384

31-May-13

12:30

Not Applicable

SP

File_gac_deviceupdate.resources.dll.es_es

5.0.8308.0

31,384

31-May-13

12:30

Not Applicable

SP

File_gac_deviceupdate.resources.dll.fr_fr

5.0.8308.0

31,384

31-May-13

12:20

Not Applicable

SP

File_gac_deviceupdate.resources.dll.it_it

5.0.8308.0

31,384

31-May-13

12:20

Not Applicable

SP

File_gac_deviceupdate.resources.dll.ja_jp

5.0.8308.0

31,384

31-May-13

12:20

Not Applicable

SP

File_gac_deviceupdate.resources.dll.ko_kr

5.0.8308.0

31,384

31-May-13

12:20

Not Applicable

SP

File_gac_deviceupdate.resources.dll.pt_br

5.0.8308.0

31,384

31-May-13

12:20

Not Applicable

SP

File_gac_deviceupdate.resources.dll.ru_ru

5.0.8308.0

31,384

31-May-13

12:20

Not Applicable

SP

File_gac_deviceupdate.resources.dll.zh_cn

5.0.8308.0

30,872

31-May-13

12:21

Not Applicable

SP

File_gac_deviceupdate.resources.dll.zh_tw

5.0.8308.0

30,872

31-May-13

12:21

Not Applicable

SP

File_gac_microsoft.rtc.admin.authenticationhelper.dll

5.0.8308.420

177,376

31-May-13

12:26

x86

SP

File_gac_microsoft.rtc.admin.authenticationhelper.dll.de_de

5.0.8308.420

23,824

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.admin.authenticationhelper.dll.es_es

5.0.8308.420

23,824

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.admin.authenticationhelper.dll.fr_fr

5.0.8308.420

23,824

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.admin.authenticationhelper.dll.it_it

5.0.8308.420

23,312

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.admin.authenticationhelper.dll.ja_jp

5.0.8308.420

23,824

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.admin.authenticationhelper.dll.ko_kr

5.0.8308.420

23,312

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.admin.authenticationhelper.dll.pt_br

5.0.8308.420

23,312

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.admin.authenticationhelper.dll.ru_ru

5.0.8308.420

24,336

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_cn

5.0.8308.420

22,800

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_tw

5.0.8308.420

22,800

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.chat.endpoint.dll

5.0.8308.420

1,203,880

31-May-13

12:07

x86

SP

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.de_de

5.0.8308.420

27,360

31-May-13

12:30

Not Applicable

SP

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.es_es

5.0.8308.420

27,360

31-May-13

12:30

Not Applicable

SP

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.fr_fr

5.0.8308.420

27,872

31-May-13

12:30

Not Applicable

SP

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.it_it

5.0.8308.420

27,360

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ja_jp

5.0.8308.420

28,896

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ko_kr

5.0.8308.420

27,872

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.pt_br

5.0.8308.420

27,360

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ru_ru

5.0.8308.420

29,408

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_cn

5.0.8308.420

26,848

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_tw

5.0.8308.420

26,336

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.collaboration.persistentchat.dll

5.0.8308.420

374,000

31-May-13

12:28

x86

SP

File_gac_microsoft.rtc.collaboration.persistentchat.dll.de_de

5.0.8308.420

25,368

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.collaboration.persistentchat.dll.es_es

5.0.8308.420

25,368

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.collaboration.persistentchat.dll.fr_fr

5.0.8308.420

25,880

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.collaboration.persistentchat.dll.it_it

5.0.8308.420

24,856

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.collaboration.persistentchat.dll.ja_jp

5.0.8308.420

25,880

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.collaboration.persistentchat.dll.ko_kr

5.0.8308.420

25,368

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.collaboration.persistentchat.dll.pt_br

5.0.8308.420

24,856

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.collaboration.persistentchat.dll.ru_ru

5.0.8308.420

26,904

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.collaboration.persistentchat.dll.zh_cn

5.0.8308.420

24,344

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.collaboration.persistentchat.dll.zh_tw

5.0.8308.420

24,344

31-May-13

12:23

Not Applicable

SP

File_gac_microsoft.rtc.collaborationnet.dll

5.0.8308.420

4,666,040

31-May-13

12:23

x86

SP

File_gac_microsoft.rtc.internal.clscommon.dll

5.0.8308.420

379,584

31-May-13

12:29

x86

SP

File_gac_microsoft.rtc.internal.clscontrollerlib.dll

5.0.8308.420

325,816

31-May-13

12:30

x86

SP

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

5.0.8308.0

145,672

31-May-13

12:25

Not Applicable

SP

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

5.0.8308.0

145,672

31-May-13

12:25

Not Applicable

SP

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

5.0.8308.0

145,672

31-May-13

12:25

Not Applicable

SP

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

5.0.8308.0

145,672

31-May-13

12:26

Not Applicable

SP

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

5.0.8308.0

145,672

31-May-13

12:26

Not Applicable

SP

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

5.0.8308.0

145,672

31-May-13

12:26

Not Applicable

SP

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

5.0.8308.0

145,672

31-May-13

12:27

Not Applicable

SP

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

5.0.8308.0

145,672

31-May-13

12:27

Not Applicable

SP

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

5.0.8308.0

145,672

31-May-13

12:27

Not Applicable

SP

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

5.0.8308.0

145,672

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.internal.ucwa.clientmodel.dll

5.0.8308.420

635,616

31-May-13

12:27

x86

SP

File_gac_microsoft.rtc.internal.ucwa.resourcecontract.dll

5.0.8308.420

391,416

31-May-13

12:27

x86

SP

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

5.0.8308.0

48,888

31-May-13

12:28

Not Applicable

SP

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

5.0.8308.0

47,864

31-May-13

12:28

Not Applicable

SP

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

5.0.8308.0

50,936

31-May-13

12:28

Not Applicable

SP

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

5.0.8308.0

47,864

31-May-13

12:29

Not Applicable

SP

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

5.0.8308.0

51,448

31-May-13

12:29

Not Applicable

SP

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

5.0.8308.0

49,400

31-May-13

12:29

Not Applicable

SP

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

5.0.8308.0

47,864

31-May-13

12:29

Not Applicable

SP

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

5.0.8308.0

56,568

31-May-13

12:21

Not Applicable

SP

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

5.0.8308.0

44,792

31-May-13

12:22

Not Applicable

SP

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

5.0.8308.0

44,280

31-May-13

12:22

Not Applicable

SP

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

5.0.8308.0

24,320

31-May-13

12:28

Not Applicable

SP

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

5.0.8308.0

24,320

31-May-13

12:28

Not Applicable

SP

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

5.0.8308.0

24,832

31-May-13

12:28

Not Applicable

SP

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

5.0.8308.0

24,320

31-May-13

12:28

Not Applicable

SP

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

5.0.8308.0

24,832

31-May-13

12:28

Not Applicable

SP

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

5.0.8308.0

24,832

31-May-13

12:29

Not Applicable

SP

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

5.0.8308.0

24,320

31-May-13

12:29

Not Applicable

SP

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

5.0.8308.0

25,344

31-May-13

12:29

Not Applicable

SP

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

5.0.8308.0

23,808

31-May-13

12:29

Not Applicable

SP

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

5.0.8308.0

23,808

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.management.common.dll

5.0.8308.420

378,040

31-May-13

12:06

x86

SP

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

5.0.8308.420

49,384

31-May-13

12:21

Not Applicable

SP

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

5.0.8308.420

47,848

31-May-13

12:22

Not Applicable

SP

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

5.0.8308.420

49,896

31-May-13

12:22

Not Applicable

SP

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

5.0.8308.420

47,848

31-May-13

12:22

Not Applicable

SP

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

5.0.8308.420

51,944

31-May-13

12:22

Not Applicable

SP

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

5.0.8308.420

48,360

31-May-13

12:23

Not Applicable

SP

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

5.0.8308.420

47,336

31-May-13

12:23

Not Applicable

SP

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

5.0.8308.420

57,576

31-May-13

12:23

Not Applicable

SP

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

5.0.8308.420

43,752

31-May-13

12:24

Not Applicable

SP

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

5.0.8308.420

43,752

31-May-13

12:24

Not Applicable

SP

File_gac_microsoft.rtc.management.core.de_de

5.0.8308.420

842,976

31-May-13

12:21

Not Applicable

SP

File_gac_microsoft.rtc.management.core.es_es

5.0.8308.420

842,976

31-May-13

12:21

Not Applicable

SP

File_gac_microsoft.rtc.management.core.fr_fr

5.0.8308.420

846,048

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.management.core.it_it

5.0.8308.420

841,440

31-May-13

12:23

Not Applicable

SP

File_gac_microsoft.rtc.management.core.ja_jp

5.0.8308.420

851,168

31-May-13

12:23

Not Applicable

SP

File_gac_microsoft.rtc.management.core.ko_kr

5.0.8308.420

845,024

31-May-13

12:24

Not Applicable

SP

File_gac_microsoft.rtc.management.core.pt_br

5.0.8308.420

841,440

31-May-13

12:25

Not Applicable

SP

File_gac_microsoft.rtc.management.core.ru_ru

5.0.8308.420

864,480

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.management.core.zh_cn

5.0.8308.420

834,784

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.management.core.zh_tw

5.0.8308.420

834,784

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.management.dbsetup.dll

5.0.8308.420

151,744

31-May-13

12:19

x86

SP

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

5.0.8308.420

43,760

31-May-13

12:20

Not Applicable

SP

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

5.0.8308.420

43,248

31-May-13

12:20

Not Applicable

SP

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

5.0.8308.420

47,344

31-May-13

12:20

Not Applicable

SP

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

5.0.8308.420

43,752

31-May-13

12:20

Not Applicable

SP

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

5.0.8308.420

47,344

31-May-13

12:20

Not Applicable

SP

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

5.0.8308.420

45,296

31-May-13

12:20

Not Applicable

SP

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

5.0.8308.420

42,736

31-May-13

12:21

Not Applicable

SP

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

5.0.8308.420

50,416

31-May-13

12:21

Not Applicable

SP

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

5.0.8308.420

41,200

31-May-13

12:21

Not Applicable

SP

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

5.0.8308.420

40,688

31-May-13

12:21

Not Applicable

SP

File_gac_microsoft.rtc.management.deployment.de_de

5.0.8308.420

444,664

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.management.deployment.dll

5.0.8308.420

2,321,104

31-May-13

12:09

x86

SP

File_gac_microsoft.rtc.management.deployment.es_es

5.0.8308.420

441,592

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.management.deployment.fr_fr

5.0.8308.420

450,296

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.management.deployment.it_it

5.0.8308.420

440,056

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.management.deployment.ja_jp

5.0.8308.420

457,976

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.management.deployment.ko_kr

5.0.8308.420

445,688

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.management.deployment.powershellhost.dll

5.0.8308.420

241,936

31-May-13

12:29

x86

SP

File_gac_microsoft.rtc.management.deployment.pt_br

5.0.8308.420

439,032

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.management.deployment.ru_ru

5.0.8308.420

483,064

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.management.deployment.zh_cn

5.0.8308.420

422,136

31-May-13

12:21

Not Applicable

SP

File_gac_microsoft.rtc.management.deployment.zh_tw

5.0.8308.420

421,624

31-May-13

12:21

Not Applicable

SP

File_gac_microsoft.rtc.management.dll

5.0.8308.420

7,080,608

31-May-13

12:08

x86

SP

File_gac_microsoft.rtc.management.lynconlineconnector.dll

5.0.8308.420

40,184

31-May-13

12:29

x86

SP

File_gac_microsoft.rtc.management.lynconlineconnector.dll.de_de

5.0.8308.420

20,256

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.management.lynconlineconnector.dll.es_es

5.0.8308.420

20,256

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.management.lynconlineconnector.dll.fr_fr

5.0.8308.420

20,768

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.management.lynconlineconnector.dll.it_it

5.0.8308.420

20,256

31-May-13

12:29

Not Applicable

SP

File_gac_microsoft.rtc.management.lynconlineconnector.dll.ja_jp

5.0.8308.420

20,256

31-May-13

12:30

Not Applicable

SP

File_gac_microsoft.rtc.management.lynconlineconnector.dll.ko_kr

5.0.8308.420

20,256

31-May-13

12:30

Not Applicable

SP

File_gac_microsoft.rtc.management.lynconlineconnector.dll.pt_br

5.0.8308.420

20,256

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.management.lynconlineconnector.dll.ru_ru

5.0.8308.420

20,768

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_cn

5.0.8308.420

20,256

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_tw

5.0.8308.420

20,256

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.management.resources.dll.de_de

5.0.8308.420

588,488

31-May-13

12:25

Not Applicable

SP

File_gac_microsoft.rtc.management.resources.dll.es_es

5.0.8308.420

580,808

31-May-13

12:25

Not Applicable

SP

File_gac_microsoft.rtc.management.resources.dll.fr_fr

5.0.8308.420

618,184

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.management.resources.dll.it_it

5.0.8308.420

570,056

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.management.resources.dll.ja_jp

5.0.8308.420

636,104

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.management.resources.dll.ko_kr

5.0.8308.420

587,464

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.management.resources.dll.pt_br

5.0.8308.420

572,104

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.management.resources.dll.ru_ru

5.0.8308.420

730,312

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.management.resources.dll.zh_cn

5.0.8308.420

512,200

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.management.resources.dll.zh_tw

5.0.8308.420

512,200

31-May-13

12:28

Not Applicable

SP

File_gac_microsoft.rtc.management.writableconfig.de_de

5.0.8308.420

36,104

31-May-13

12:21

Not Applicable

SP

File_gac_microsoft.rtc.management.writableconfig.es_es

5.0.8308.420

36,104

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.management.writableconfig.fr_fr

5.0.8308.420

37,128

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.management.writableconfig.it_it

5.0.8308.420

35,592

31-May-13

12:23

Not Applicable

SP

File_gac_microsoft.rtc.management.writableconfig.ja_jp

5.0.8308.420

38,152

31-May-13

12:24

Not Applicable

SP

File_gac_microsoft.rtc.management.writableconfig.ko_kr

5.0.8308.420

36,616

31-May-13

12:25

Not Applicable

SP

File_gac_microsoft.rtc.management.writableconfig.pt_br

5.0.8308.420

35,080

31-May-13

12:25

Not Applicable

SP

File_gac_microsoft.rtc.management.writableconfig.ru_ru

5.0.8308.420

42,248

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.management.writableconfig.zh_cn

5.0.8308.420

34,056

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.management.writableconfig.zh_tw

5.0.8308.420

34,056

31-May-13

12:27

Not Applicable

SP

File_gac_microsoft.rtc.rgs.data.dll

5.0.8308.420

407,704

31-May-13

12:19

x86

SP

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

5.0.8308.420

29,376

31-May-13

12:25

Not Applicable

SP

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

5.0.8308.420

29,376

31-May-13

12:25

Not Applicable

SP

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

5.0.8308.420

29,888

31-May-13

12:26

Not Applicable

SP

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

5.0.8308.420

29,376

31-May-13

12:26

Not Applicable

SP

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

5.0.8308.420

30,400

31-May-13

12:26

Not Applicable

SP

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

5.0.8308.420

29,888

31-May-13

12:27

Not Applicable

SP

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

5.0.8308.420

29,376

31-May-13

12:27

Not Applicable

SP

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

5.0.8308.420

32,448

31-May-13

12:27

Not Applicable

SP

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

5.0.8308.420

28,352

31-May-13

12:28

Not Applicable

SP

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

5.0.8308.420

28,352

31-May-13

12:28

Not Applicable

SP

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

5.0.8308.0

67,800

31-May-13

12:22

Not Applicable

SP

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

5.0.8308.0

66,776

31-May-13

12:23

Not Applicable

SP

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

5.0.8308.0

70,872

31-May-13

12:23

Not Applicable

SP

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

5.0.8308.0

66,264

31-May-13

12:23

Not Applicable

SP

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

5.0.8308.0

73,432

31-May-13

12:24

Not Applicable

SP

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

5.0.8308.0

67,800

31-May-13

12:24

Not Applicable

SP

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

5.0.8308.0

66,264

31-May-13

12:24

Not Applicable

SP

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

5.0.8308.0

81,624

31-May-13

12:24

Not Applicable

SP

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

5.0.8308.0

60,120

31-May-13

12:24

Not Applicable

SP

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

5.0.8308.0

60,632

31-May-13

12:24

Not Applicable

SP

File_gac_microsoft.rtc.server.infrastructure.dll

5.0.8308.420

386,768

31-May-13

12:25

x86

SP

File_gac_microsoft.rtc.server.mcuinfrastructure.dll

5.0.8308.420

2,583,256

31-May-13

12:25

x86

SP

File_gac_microsoft.rtc.server.udclib.dll

5.0.8308.420

480,936

31-May-13

12:26

x86

SP

File_gac_microsoft.rtc.serverconfiguration.resources.dll.de_de

5.0.8308.0

23,280

31-May-13

12:21

Not Applicable

SP

File_gac_microsoft.rtc.serverconfiguration.resources.dll.es_es

5.0.8308.0

23,280

31-May-13

12:21

Not Applicable

SP

File_gac_microsoft.rtc.serverconfiguration.resources.dll.fr_fr

5.0.8308.0

23,280

31-May-13

12:21

Not Applicable

SP

File_gac_microsoft.rtc.serverconfiguration.resources.dll.it_it

5.0.8308.0

22,768

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.serverconfiguration.resources.dll.ja_jp

5.0.8308.0

23,280

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.serverconfiguration.resources.dll.ko_kr

5.0.8308.0

23,280

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.serverconfiguration.resources.dll.pt_br

5.0.8308.0

23,280

31-May-13

12:23

Not Applicable

SP

File_gac_microsoft.rtc.serverconfiguration.resources.dll.ru_ru

5.0.8308.0

23,792

31-May-13

12:23

Not Applicable

SP

File_gac_microsoft.rtc.serverconfiguration.resources.dll.zh_cn

5.0.8308.0

22,768

31-May-13

12:24

Not Applicable

SP

File_gac_microsoft.rtc.serverconfiguration.resources.dll.zh_tw

5.0.8308.0

22,768

31-May-13

12:24

Not Applicable

SP

File_gac_microsoft.rtc.synthetictransactions.dll

5.0.8308.420

1,828,560

31-May-13

12:22

x86

SP

File_gac_microsoft.rtc.synthetictransactions.resources.dll.de_de

5.0.8308.420

438,008

31-May-13

12:22

Not Applicable

SP

File_gac_microsoft.rtc.synthetictransactions.resources.dll.es_es

5.0.8308.420

438,520

31-May-13

12:23

Not Applicable

SP

File_gac_microsoft.rtc.synthetictransactions.resources.dll.fr_fr

5.0.8308.420

445,688

31-May-13

12:23

Not Applicable

SP

File_gac_microsoft.rtc.synthetictransactions.resources.dll.it_it

5.0.8308.420

438,008

31-May-13

12:24

Not Applicable

SP

File_gac_microsoft.rtc.synthetictransactions.resources.dll.ja_jp

5.0.8308.420

449,272

31-May-13

12:25

Not Applicable

SP

File_gac_microsoft.rtc.synthetictransactions.resources.dll.ko_kr

5.0.8308.420

439,032

31-May-13

12:25

Not Applicable

SP

File_gac_microsoft.rtc.synthetictransactions.resources.dll.pt_br

5.0.8308.420

434,936

31-May-13

12:25

Not Applicable

SP

File_gac_microsoft.rtc.synthetictransactions.resources.dll.ru_ru

5.0.8308.420

469,240

31-May-13

12:25

Not Applicable

SP

File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_cn

5.0.8308.420

423,672

31-May-13

12:26

Not Applicable

SP

File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_tw

5.0.8308.420

423,672

31-May-13

12:26

Not Applicable

SP

File_installcsdatabase.exe

5.0.8308.301

225,368

13-Mar-13

11:14

x86

SP

File_localocscmdlets.format.ps1xml

Not Applicable

356,405

31-May-13

12:20

Not Applicable

SP

File_lync.psd1

Not Applicable

10,565

31-May-13

12:26

Not Applicable

SP

File_microsoft.rtc.collaborationnet.resources.dll.de_de

5.0.8308.420

143,584

31-May-13

12:24

Not Applicable

SP

File_microsoft.rtc.collaborationnet.resources.dll.es_es

5.0.8308.420

137,952

31-May-13

12:24

Not Applicable

SP

File_microsoft.rtc.collaborationnet.resources.dll.fr_fr

5.0.8308.420

145,120

31-May-13

12:24

Not Applicable

SP

File_microsoft.rtc.collaborationnet.resources.dll.it_it

5.0.8308.420

137,952

31-May-13

12:24

Not Applicable

SP

File_microsoft.rtc.collaborationnet.resources.dll.ja_jp

5.0.8308.420

154,848

31-May-13

12:25

Not Applicable

SP

File_microsoft.rtc.collaborationnet.resources.dll.ko_kr

5.0.8308.420

141,536

31-May-13

12:26

Not Applicable

SP

File_microsoft.rtc.collaborationnet.resources.dll.pt_br

5.0.8308.420

138,464

31-May-13

12:25

Not Applicable

SP

File_microsoft.rtc.collaborationnet.resources.dll.ru_ru

5.0.8308.420

177,888

31-May-13

12:26

Not Applicable

SP

File_microsoft.rtc.collaborationnet.resources.dll.zh_cn

5.0.8308.420

120,032

31-May-13

12:26

Not Applicable

SP

File_microsoft.rtc.collaborationnet.resources.dll.zh_tw

5.0.8308.420

120,544

31-May-13

12:26

Not Applicable

SP

File_microsoft.rtc.management.core.dll

5.0.8308.420

1,949,360

31-May-13

12:06

x86

SP

File_microsoft.rtc.management.dbsetup.dll

5.0.8308.420

151,744

31-May-13

12:19

x86

SP

File_microsoft.rtc.management.deployment.bootstrapper.de_de

5.0.8308.0

27,440

31-May-13

12:22

Not Applicable

SP

File_microsoft.rtc.management.deployment.bootstrapper.es_es

5.0.8308.0

27,440

31-May-13

12:23

Not Applicable

SP

File_microsoft.rtc.management.deployment.bootstrapper.fr_fr

5.0.8308.0

27,952

31-May-13

12:23

Not Applicable

SP

File_microsoft.rtc.management.deployment.bootstrapper.it_it

5.0.8308.0

27,440

31-May-13

12:23

Not Applicable

SP

File_microsoft.rtc.management.deployment.bootstrapper.ja_jp

5.0.8308.0

28,464

31-May-13

12:24

Not Applicable

SP

File_microsoft.rtc.management.deployment.bootstrapper.ko_kr

5.0.8308.0

27,440

31-May-13

12:24

Not Applicable

SP

File_microsoft.rtc.management.deployment.bootstrapper.pt_br

5.0.8308.0

27,440

31-May-13

12:24

Not Applicable

SP

File_microsoft.rtc.management.deployment.bootstrapper.ru_ru

5.0.8308.0

30,000

31-May-13

12:24

Not Applicable

SP

File_microsoft.rtc.management.deployment.bootstrapper.zh_cn

5.0.8308.0

26,416

31-May-13

12:25

Not Applicable

SP

File_microsoft.rtc.management.deployment.bootstrapper.zh_tw

5.0.8308.0

26,416

31-May-13

12:25

Not Applicable

SP

File_microsoft.rtc.management.dllhelp.xml

Not Applicable

#########

31-May-13

7:59

Not Applicable

SP

File_microsoft.rtc.management.dllhelp.xml.de_de

Not Applicable

#########

31-May-13

7:45

Not Applicable

SP

File_microsoft.rtc.management.dllhelp.xml.es_es

Not Applicable

#########

31-May-13

7:45

Not Applicable

SP

File_microsoft.rtc.management.dllhelp.xml.fr_fr

Not Applicable

#########

31-May-13

7:46

Not Applicable

SP

File_microsoft.rtc.management.dllhelp.xml.it_it

Not Applicable

#########

31-May-13

7:46

Not Applicable

SP

File_microsoft.rtc.management.dllhelp.xml.ja_jp

Not Applicable

#########

31-May-13

7:47

Not Applicable

SP

File_microsoft.rtc.management.dllhelp.xml.ko_kr

Not Applicable

#########

31-May-13

7:47

Not Applicable

SP

File_microsoft.rtc.management.dllhelp.xml.pt_br

Not Applicable

#########

31-May-13

7:47

Not Applicable

SP

File_microsoft.rtc.management.dllhelp.xml.ru_ru

Not Applicable

#########

31-May-13

7:48

Not Applicable

SP

File_microsoft.rtc.management.dllhelp.xml.zh_cn

Not Applicable

#########

31-May-13

7:48

Not Applicable

SP

File_microsoft.rtc.management.dllhelp.xml.zh_tw

Not Applicable

#########

31-May-13

7:48

Not Applicable

SP

File_microsoft.rtc.management.writableconfig.dll

5.0.8308.420

1,830,112

31-May-13

12:07

x86

SP

File_microsoft.rtc.rgs.management.dllhelp.xml

Not Applicable

467,925

31-May-13

7:59

Not Applicable

SP

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

Not Applicable

497,146

31-May-13

7:44

Not Applicable

SP

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

Not Applicable

489,553

31-May-13

7:45

Not Applicable

SP

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

Not Applicable

499,687

31-May-13

7:45

Not Applicable

SP

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

Not Applicable

492,847

31-May-13

7:45

Not Applicable

SP

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

Not Applicable

541,068

31-May-13

7:45

Not Applicable

SP

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

Not Applicable

489,800

31-May-13

7:45

Not Applicable

SP

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

Not Applicable

494,487

31-May-13

7:45

Not Applicable

SP

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

Not Applicable

589,426

31-May-13

7:45

Not Applicable

SP

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

Not Applicable

446,115

31-May-13

7:45

Not Applicable

SP

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

Not Applicable

444,536

31-May-13

7:45

Not Applicable

SP

File_ocsumutil.resources.dll.de_de

5.0.8308.0

129,160

31-May-13

12:28

Not Applicable

SP

File_ocsumutil.resources.dll.es_es

5.0.8308.0

129,160

31-May-13

12:28

Not Applicable

SP

File_ocsumutil.resources.dll.fr_fr

5.0.8308.0

130,184

31-May-13

12:28

Not Applicable

SP

File_ocsumutil.resources.dll.it_it

5.0.8308.0

129,160

31-May-13

12:28

Not Applicable

SP

File_ocsumutil.resources.dll.ja_jp

5.0.8308.0

130,696

31-May-13

12:28

Not Applicable

SP

File_ocsumutil.resources.dll.ko_kr

5.0.8308.0

128,648

31-May-13

12:28

Not Applicable

SP

File_ocsumutil.resources.dll.pt_br

5.0.8308.0

128,136

31-May-13

12:28

Not Applicable

SP

File_ocsumutil.resources.dll.ru_ru

5.0.8308.0

136,328

31-May-13

12:28

Not Applicable

SP

File_ocsumutil.resources.dll.zh_cn

5.0.8308.0

126,088

31-May-13

12:28

Not Applicable

SP

File_ocsumutil.resources.dll.zh_tw

5.0.8308.0

126,600

31-May-13

12:28

Not Applicable

SP

File_remoteocscmdlets.format.ps1xml

Not Applicable

360,917

31-May-13

12:24

Not Applicable

SP

File_reportdata.de_de.xml

Not Applicable

#########

31-May-13

12:31

Not Applicable

SP

File_reportdata.en_us.xml

Not Applicable

#########

13-Mar-13

9:06

Not Applicable

SP

File_reportdata.es_es.xml

Not Applicable

#########

31-May-13

12:34

Not Applicable

SP

File_reportdata.fr_fr.xml

Not Applicable

#########

31-May-13

12:36

Not Applicable

SP

File_reportdata.it_it.xml

Not Applicable

#########

31-May-13

12:38

Not Applicable

SP

File_reportdata.ja_jp.xml

Not Applicable

#########

31-May-13

12:39

Not Applicable

SP

File_reportdata.ko_kr.xml

Not Applicable

#########

31-May-13

12:20

Not Applicable

SP

File_reportdata.pt_br.xml

Not Applicable

#########

31-May-13

12:22

Not Applicable

SP

File_reportdata.ru_ru.xml

Not Applicable

#########

31-May-13

12:29

Not Applicable

SP

File_reportdata.zh_cn.xml

Not Applicable

#########

31-May-13

12:27

Not Applicable

SP

File_reportdata.zh_tw.xml

Not Applicable

#########

31-May-13

12:25

Not Applicable

SP

File_reportsetup.exe

5.0.8308.301

498,256

13-Mar-13

11:17

x86

SP

File_reportsetup.resources.dll.de_de

5.0.8308.301

20,624

31-May-13

12:21

Not Applicable

SP

File_reportsetup.resources.dll.es_es

5.0.8308.301

20,624

31-May-13

12:21

Not Applicable

SP

File_reportsetup.resources.dll.fr_fr

5.0.8308.301

20,624

31-May-13

12:22

Not Applicable

SP

File_reportsetup.resources.dll.it_it

5.0.8308.301

20,624

31-May-13

12:22

Not Applicable

SP

File_reportsetup.resources.dll.ja_jp

5.0.8308.301

20,624

31-May-13

12:23

Not Applicable

SP

File_reportsetup.resources.dll.ko_kr

5.0.8308.301

20,624

31-May-13

12:23

Not Applicable

SP

File_reportsetup.resources.dll.pt_br

5.0.8308.301

20,624

31-May-13

12:23

Not Applicable

SP

File_reportsetup.resources.dll.ru_ru

5.0.8308.301

20,624

31-May-13

12:24

Not Applicable

SP

File_reportsetup.resources.dll.zh_cn

5.0.8308.301

20,112

31-May-13

12:24

Not Applicable

SP

File_reportsetup.resources.dll.zh_tw

5.0.8308.301

20,112

31-May-13

12:24

Not Applicable

SP

File_rgsconfig_schema.sql

Not Applicable

25,787

31-May-13

10:08

Not Applicable

SP

File_rgsdyn.sql

Not Applicable

19,286

31-May-13

10:54

Not Applicable

SP

File_rtcsres.dll.de_de

5.0.8308.301

1,531,952

13-Mar-13

11:14

Not Applicable

SP

File_rtcsres.dll.en_us

5.0.8308.301

1,287,216

13-Mar-13

11:12

Not Applicable

SP

File_rtcsres.dll.es_es

5.0.8308.301

1,530,944

13-Mar-13

11:13

Not Applicable

SP

File_rtcsres.dll.fr_fr

5.0.8308.301

1,575,472

13-Mar-13

11:14

Not Applicable

SP

File_rtcsres.dll.it_it

5.0.8308.301

1,501,232

13-Mar-13

11:13

Not Applicable

SP

File_rtcsres.dll.ja_jp

5.0.8308.301

777,776

13-Mar-13

11:14

Not Applicable

SP

File_rtcsres.dll.ko_kr

5.0.8308.301

749,616

13-Mar-13

11:14

Not Applicable

SP

File_rtcsres.dll.pt_br

5.0.8308.301

1,447,984

13-Mar-13

11:14

Not Applicable

SP

File_rtcsres.dll.ru_ru

5.0.8308.301

1,416,752

13-Mar-13

11:15

Not Applicable

SP

File_rtcsres.dll.zh_cn

5.0.8308.301

531,520

13-Mar-13

11:16

Not Applicable

SP

File_rtcsres.dll.zh_tw

5.0.8308.301

545,328

13-Mar-13

11:15

Not Applicable

SP

File_xds_replica_1_to_2.sql

Not Applicable

2,262

13-Mar-13

10:34

Not Applicable

SP

File_xds_replica_2_to_1.sql

Not Applicable

2,213

13-Mar-13

10:34

Not Applicable

SP

Mgcschema.sql

Not Applicable

18,712

31-May-13

10:13

Not Applicable

SP

Mgcsprocs.sql

Not Applicable

187,547

31-May-13

10:13

Not Applicable

SP

Mgcupgrade.sql

Not Applicable

7,086

31-May-13

10:13

Not Applicable

SP

Qoedb.sql

Not Applicable

785,251

13-Mar-13

9:14

Not Applicable

SP

Rtcabdb.sql

Not Applicable

141,510

31-May-13

10:11

Not Applicable

SP


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

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!

×