Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Description of the cumulative update 5.0.8308.577 for Lync Server 2013, Core Components: January 2014


View products that this article applies to.

Summary

This article describes the cumulative update for Microsoft Lync Server 2013, Core Components that is dated January 2014. The version number of this update is 5.0.8308.577.

↑ Back to the top


Introduction

Issues that this update package fixes

The cumulative update improves the reliability, stability, and performance of Lync Server 2013, Core Components. Additionally, this update also resolves the issues that are previously listed in the following Microsoft Knowledge Base article:
  • 2881682 Description of the cumulative update 5.0.8308.556 for Lync Server 2013, Core Components: October 2013
  • 2835432 Description of the cumulative update 5.0.8308.420 for Lync Server 2013, Core Components: July 2013
  • 2781550 Description of the cumulative update 5.0.8308.291 for Lync Server 2013, Core Components: February 2013

↑ Back to the top


Installation methods

To install updates for a Lync Server 2013 installation that has the July 2013 cumulative update (5.0.8308.420) or a later update installed, you must follow step 1.

To install updates for a Lync Server 2013 installation that has the February 2013 cumulative updates (5.0.8308.291) installed, you must follow steps 1 and 2.

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-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 value of the pool before you apply the cumulative update.The Cumulative Server Update Installer applies all updates for the appropriate server role in one operation. To use the Cumulative Server Update Installer, follow these steps.

Note If User Account Control (UAC) is turned on, you must start the Cumulative Server Update Installer by using elevated permissions to make sure that all updates are installed correctly.

To download the Cumulative Server Update Installer, go to the following Microsoft Download Center website:
Download Download 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 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:If 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

  1. Run the Cumulative Server Update Installer by using the UI, or by running a command line to upgrade the front-end server(s) 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 

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 ExcludeCollocatedStores parameter.

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:
2881682 Description of the cumulative update 5.0.8308.556 for Lync Server 2013, Core Components: October 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
File information
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 nameFile versionFile sizeDateTimePlatform
Cdrdb.sqlNot Applicable1,280,76731-May-20139:02Not Applicable
Component_gac_microsoft.rtc.internal.storage.dll5.0.8308.420781,49631-May-201311:06x86
Dbcommon.sqlNot Applicable27,21513-Mar-20138:26Not Applicable
Dbrtc.sqlNot Applicable1,981,82231-May-20139:12Not Applicable
File_bootstrapper.resources.dll.de_de5.0.8308.021,22403-Dec-201317:16Not Applicable
File_bootstrapper.resources.dll.es_es5.0.8308.021,23203-Dec-201317:16Not Applicable
File_bootstrapper.resources.dll.fr_fr5.0.8308.021,23203-Dec-201317:16Not Applicable
File_bootstrapper.resources.dll.it_it5.0.8308.021,22403-Dec-201317:07Not Applicable
File_bootstrapper.resources.dll.ja_jp5.0.8308.021,22403-Dec-201317:07Not Applicable
File_bootstrapper.resources.dll.ko_kr5.0.8308.021,22403-Dec-201317:07Not Applicable
File_bootstrapper.resources.dll.pt_br5.0.8308.021,22403-Dec-201317:07Not Applicable
File_bootstrapper.resources.dll.ru_ru5.0.8308.021,73603-Dec-201317:07Not Applicable
File_bootstrapper.resources.dll.zh_cn5.0.8308.021,22403-Dec-201317:07Not Applicable
File_bootstrapper.resources.dll.zh_tw5.0.8308.021,22403-Dec-201317:06Not Applicable
File_clsagent.exe5.0.8308.577334,51203-Dec-201317:17x86
File_clscontroller.exe5.0.8308.420261,23231-May-201311:28x86
File_clscontroller.resources.dll.de_de5.0.8308.42026,86403-Dec-201317:12Not Applicable
File_clscontroller.resources.dll.es_es5.0.8308.42026,86403-Dec-201317:12Not Applicable
File_clscontroller.resources.dll.fr_fr5.0.8308.42026,86403-Dec-201317:12Not Applicable
File_clscontroller.resources.dll.it_it5.0.8308.42026,86403-Dec-201317:12Not Applicable
File_clscontroller.resources.dll.ja_jp5.0.8308.42027,37603-Dec-201317:13Not Applicable
File_clscontroller.resources.dll.ko_kr5.0.8308.42026,35203-Dec-201317:13Not Applicable
File_clscontroller.resources.dll.pt_br5.0.8308.42026,86403-Dec-201317:13Not Applicable
File_clscontroller.resources.dll.ru_ru5.0.8308.42029,42403-Dec-201317:13Not Applicable
File_clscontroller.resources.dll.zh_cn5.0.8308.42025,32803-Dec-201317:13Not Applicable
File_clscontroller.resources.dll.zh_tw5.0.8308.42025,32803-Dec-201317:13Not Applicable
File_clseventres.dll.de_de5.0.8308.57735,00803-Dec-201317:17Not Applicable
File_clseventres.dll.en_us5.0.8308.57731,42403-Dec-201317:06Not Applicable
File_clseventres.dll.es_es5.0.8308.57733,98403-Dec-201317:17Not Applicable
File_clseventres.dll.fr_fr5.0.8308.57735,00803-Dec-201317:17Not Applicable
File_clseventres.dll.it_it5.0.8308.57735,00803-Dec-201317:17Not Applicable
File_clseventres.dll.ja_jp5.0.8308.57727,32803-Dec-201317:17Not Applicable
File_clseventres.dll.ko_kr5.0.8308.57726,81603-Dec-201317:17Not Applicable
File_clseventres.dll.pt_br5.0.8308.57732,96003-Dec-201317:17Not Applicable
File_clseventres.dll.ru_ru5.0.8308.57732,96003-Dec-201317:08Not Applicable
File_clseventres.dll.zh_cn5.0.8308.57724,76803-Dec-201317:08Not Applicable
File_clseventres.dll.zh_tw5.0.8308.57724,76803-Dec-201317:08Not Applicable
File_clsformat.dll5.0.8308.577703,67203-Dec-201317:06x64
File_cpsdyn.sqlNot Applicable19,38831-May-20137:02Not Applicable
File_csadditional.format.ps1xmlNot Applicable53,71403-Dec-201317:12Not Applicable
File_default.tmxNot Applicable#########03-Dec-201316:20Not Applicable
File_default.xmlNot Applicable1,793,20903-Dec-201316:20Not Applicable
File_deploy.exe5.0.8308.420736,85631-May-201311:21x86
File_deploy.resources.dll.de_de5.0.8308.420254,67203-Dec-201317:17Not Applicable
File_deploy.resources.dll.es_es5.0.8308.420254,67203-Dec-201317:17Not Applicable
File_deploy.resources.dll.fr_fr5.0.8308.420255,69603-Dec-201317:17Not Applicable
File_deploy.resources.dll.it_it5.0.8308.420254,16003-Dec-201317:17Not Applicable
File_deploy.resources.dll.ja_jp5.0.8308.420258,25603-Dec-201317:17Not Applicable
File_deploy.resources.dll.ko_kr5.0.8308.420254,68003-Dec-201317:17Not Applicable
File_deploy.resources.dll.pt_br5.0.8308.420254,16003-Dec-201317:17Not Applicable
File_deploy.resources.dll.ru_ru5.0.8308.420269,52003-Dec-201317:17Not Applicable
File_deploy.resources.dll.zh_cn5.0.8308.420249,55203-Dec-201317:17Not Applicable
File_deploy.resources.dll.zh_tw5.0.8308.420249,56003-Dec-201317:16Not Applicable
File_gac_deviceupdate.resources.dll.de_de5.0.8308.031,46403-Dec-201317:09Not Applicable
File_gac_deviceupdate.resources.dll.es_es5.0.8308.031,46403-Dec-201317:08Not Applicable
File_gac_deviceupdate.resources.dll.fr_fr5.0.8308.031,46403-Dec-201317:09Not Applicable
File_gac_deviceupdate.resources.dll.it_it5.0.8308.031,46403-Dec-201317:09Not Applicable
File_gac_deviceupdate.resources.dll.ja_jp5.0.8308.031,46403-Dec-201317:09Not Applicable
File_gac_deviceupdate.resources.dll.ko_kr5.0.8308.031,46403-Dec-201317:09Not Applicable
File_gac_deviceupdate.resources.dll.pt_br5.0.8308.031,46403-Dec-201317:09Not Applicable
File_gac_deviceupdate.resources.dll.ru_ru5.0.8308.031,46403-Dec-201317:09Not Applicable
File_gac_deviceupdate.resources.dll.zh_cn5.0.8308.030,95203-Dec-201317:09Not Applicable
File_gac_deviceupdate.resources.dll.zh_tw5.0.8308.030,95203-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll5.0.8308.420177,37631-May-201311:26x86
File_gac_microsoft.rtc.admin.authenticationhelper.dll.de_de5.0.8308.42023,90403-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.es_es5.0.8308.42023,90403-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.fr_fr5.0.8308.42023,90403-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.it_it5.0.8308.42023,39203-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ja_jp5.0.8308.42023,90403-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ko_kr5.0.8308.42023,39203-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.pt_br5.0.8308.42023,39203-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ru_ru5.0.8308.42024,41603-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_cn5.0.8308.42022,88003-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_tw5.0.8308.42022,88003-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.chat.endpoint.dll5.0.8308.5561,203,88015-Sep-201319:23x86
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.de_de5.0.8308.57727,44003-Dec-201317:08Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.es_es5.0.8308.57727,44803-Dec-201317:08Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.fr_fr5.0.8308.57727,95203-Dec-201317:08Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.it_it5.0.8308.57727,44803-Dec-201317:08Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ja_jp5.0.8308.57728,98403-Dec-201317:08Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ko_kr5.0.8308.57727,96003-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.pt_br5.0.8308.57727,44803-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ru_ru5.0.8308.57729,49603-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_cn5.0.8308.57726,93603-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_tw5.0.8308.57726,41603-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll5.0.8308.556374,00015-Sep-201319:23x86
File_gac_microsoft.rtc.collaboration.persistentchat.dll.de_de5.0.8308.55625,44803-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.es_es5.0.8308.55625,44803-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.fr_fr5.0.8308.55625,96803-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.it_it5.0.8308.55624,93603-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.ja_jp5.0.8308.55625,96003-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.ko_kr5.0.8308.55625,44803-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.pt_br5.0.8308.55624,93603-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.ru_ru5.0.8308.55626,98403-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.zh_cn5.0.8308.55624,43203-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.zh_tw5.0.8308.55624,43203-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.collaborationnet.dll5.0.8308.4204,666,04031-May-201311:23x86
File_gac_microsoft.rtc.internal.clscommon.dll5.0.8308.577379,66403-Dec-201317:08x86
File_gac_microsoft.rtc.internal.clscontrollerlib.dll5.0.8308.577325,89603-Dec-201316:59x86
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.de_de5.0.8308.0145,75203-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.es_es5.0.8308.0145,75203-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.fr_fr5.0.8308.0145,75203-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.it_it5.0.8308.0145,75203-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ja_jp5.0.8308.0145,75203-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ko_kr5.0.8308.0145,75203-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.pt_br5.0.8308.0145,75203-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ru_ru5.0.8308.0145,75203-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.zh_cn5.0.8308.0145,75203-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.zh_tw5.0.8308.0145,75203-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.internal.ucwa.clientmodel.dll5.0.8308.577636,72003-Dec-201317:06x86
File_gac_microsoft.rtc.internal.ucwa.resourcecontract.dll5.0.8308.577393,03203-Dec-201316:58x86
File_gac_microsoft.rtc.management.adconnect.resources.dll.de_de5.0.8308.048,96803-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.es_es5.0.8308.047,94403-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.fr_fr5.0.8308.051,01603-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.it_it5.0.8308.047,94403-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.ja_jp5.0.8308.051,52803-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.ko_kr5.0.8308.049,48003-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.pt_br5.0.8308.047,94403-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.ru_ru5.0.8308.056,64803-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.zh_cn5.0.8308.044,87203-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.zh_tw5.0.8308.044,36003-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.de_de5.0.8308.024,40003-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.es_es5.0.8308.024,40003-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.fr_fr5.0.8308.024,91203-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.it_it5.0.8308.024,40003-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.ja_jp5.0.8308.024,91203-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.ko_kr5.0.8308.024,91203-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.pt_br5.0.8308.024,40003-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.ru_ru5.0.8308.025,42403-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.zh_cn5.0.8308.023,88803-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.zh_tw5.0.8308.023,88803-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.management.common.dll5.0.8308.420378,04031-May-201311:06x86
File_gac_microsoft.rtc.management.common.resources.dll.de_de5.0.8308.42049,46403-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.es_es5.0.8308.42047,92803-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.fr_fr5.0.8308.42049,97603-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.it_it5.0.8308.42047,92803-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.ja_jp5.0.8308.42052,02403-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.ko_kr5.0.8308.42048,44003-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.pt_br5.0.8308.42047,41603-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.ru_ru5.0.8308.42057,65603-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.zh_cn5.0.8308.42043,83203-Dec-201317:13Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.zh_tw5.0.8308.42043,83203-Dec-201317:13Not Applicable
File_gac_microsoft.rtc.management.core.de_de5.0.8308.577844,08003-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.core.es_es5.0.8308.577844,08003-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.core.fr_fr5.0.8308.577847,15203-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.core.it_it5.0.8308.577843,05603-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.management.core.ja_jp5.0.8308.577852,78403-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.management.core.ko_kr5.0.8308.577846,12803-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.management.core.pt_br5.0.8308.577843,05603-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.core.ru_ru5.0.8308.577865,58403-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.management.core.zh_cn5.0.8308.577836,40003-Dec-201317:08Not Applicable
File_gac_microsoft.rtc.management.core.zh_tw5.0.8308.577835,88803-Dec-201317:08Not Applicable
File_gac_microsoft.rtc.management.dbsetup.dll5.0.8308.577151,82403-Dec-201317:06x86
File_gac_microsoft.rtc.management.dbsetup.resources.dll.de_de5.0.8308.57743,84003-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.es_es5.0.8308.57743,32803-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.fr_fr5.0.8308.57747,42403-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.it_it5.0.8308.57743,84003-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ja_jp5.0.8308.57747,42403-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ko_kr5.0.8308.57745,37603-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.pt_br5.0.8308.57742,81603-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ru_ru5.0.8308.57750,49603-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.zh_cn5.0.8308.57741,28003-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.zh_tw5.0.8308.57740,76803-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.management.deployment.de_de5.0.8308.577444,74403-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.deployment.dll5.0.8308.5772,321,18403-Dec-201317:05x86
File_gac_microsoft.rtc.management.deployment.es_es5.0.8308.577441,68003-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.deployment.fr_fr5.0.8308.577450,38403-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.deployment.it_it5.0.8308.577440,14403-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.management.deployment.ja_jp5.0.8308.577458,05603-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.management.deployment.ko_kr5.0.8308.577445,77603-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.management.deployment.powershellhost.dll5.0.8308.420241,93631-May-201311:29x86
File_gac_microsoft.rtc.management.deployment.pt_br5.0.8308.577439,12003-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.management.deployment.ru_ru5.0.8308.577483,15203-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.management.deployment.zh_cn5.0.8308.577422,22403-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.management.deployment.zh_tw5.0.8308.577421,71203-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.management.dll5.0.8308.5777,082,23203-Dec-201316:58x86
File_gac_microsoft.rtc.management.lynconlineconnector.dll5.0.8308.42040,18431-May-201311:29x86
File_gac_microsoft.rtc.management.lynconlineconnector.dll.de_de5.0.8308.42020,33603-Dec-201317:18Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.es_es5.0.8308.42020,33603-Dec-201317:18Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.fr_fr5.0.8308.42020,84803-Dec-201317:18Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.it_it5.0.8308.42020,33603-Dec-201317:18Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ja_jp5.0.8308.42020,33603-Dec-201317:18Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ko_kr5.0.8308.42020,33603-Dec-201317:18Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.pt_br5.0.8308.42020,33603-Dec-201317:18Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ru_ru5.0.8308.42020,84803-Dec-201317:18Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_cn5.0.8308.42020,33603-Dec-201317:18Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_tw5.0.8308.42020,33603-Dec-201317:18Not Applicable
File_gac_microsoft.rtc.management.resources.dll.de_de5.0.8308.577588,56803-Dec-201317:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.es_es5.0.8308.577580,89603-Dec-201317:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.fr_fr5.0.8308.577618,27203-Dec-201317:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.it_it5.0.8308.577570,14403-Dec-201317:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.ja_jp5.0.8308.577636,19203-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.resources.dll.ko_kr5.0.8308.577587,55203-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.resources.dll.pt_br5.0.8308.577572,19203-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.resources.dll.ru_ru5.0.8308.577730,40003-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.resources.dll.zh_cn5.0.8308.577512,28803-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.resources.dll.zh_tw5.0.8308.577512,28803-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.writableconfig.de_de5.0.8308.57736,19203-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.writableconfig.es_es5.0.8308.57736,19203-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.writableconfig.fr_fr5.0.8308.57737,21603-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.management.writableconfig.it_it5.0.8308.57735,68003-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.management.writableconfig.ja_jp5.0.8308.57738,24003-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.writableconfig.ko_kr5.0.8308.57736,70403-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.writableconfig.pt_br5.0.8308.57735,16803-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.writableconfig.ru_ru5.0.8308.57742,33603-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.writableconfig.zh_cn5.0.8308.57734,14403-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.management.writableconfig.zh_tw5.0.8308.57734,14403-Dec-201317:10Not Applicable
File_gac_microsoft.rtc.rgs.data.dll5.0.8308.420407,70431-May-201311:19x86
File_gac_microsoft.rtc.rgs.data.resources.dll.de_de5.0.8308.42029,45603-Dec-201317:13Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.es_es5.0.8308.42029,46403-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.fr_fr5.0.8308.42029,97603-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.it_it5.0.8308.42029,45603-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.ja_jp5.0.8308.42030,48003-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.ko_kr5.0.8308.42029,97603-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.pt_br5.0.8308.42029,45603-Dec-201317:14Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.ru_ru5.0.8308.42032,52803-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.zh_cn5.0.8308.42028,43203-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.zh_tw5.0.8308.42028,43203-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.de_de5.0.8308.067,88803-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.es_es5.0.8308.066,86403-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.fr_fr5.0.8308.070,95203-Dec-201317:11Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.it_it5.0.8308.066,35203-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.ja_jp5.0.8308.073,52003-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.ko_kr5.0.8308.067,88003-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.pt_br5.0.8308.066,35203-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.ru_ru5.0.8308.081,71203-Dec-201317:12Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.zh_cn5.0.8308.060,20803-Dec-201317:13Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.zh_tw5.0.8308.060,72003-Dec-201317:13Not Applicable
File_gac_microsoft.rtc.server.infrastructure.dll5.0.8308.577386,84803-Dec-201317:06x86
File_gac_microsoft.rtc.server.mcuinfrastructure.dll5.0.8308.5772,581,80803-Dec-201317:17x86
File_gac_microsoft.rtc.server.udclib.dll5.0.8308.577481,02403-Dec-201317:05x86
File_gac_microsoft.rtc.serverconfiguration.resources.dll.de_de5.0.8308.023,36803-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.es_es5.0.8308.023,36803-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.fr_fr5.0.8308.023,36803-Dec-201317:08Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.it_it5.0.8308.022,85603-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.ja_jp5.0.8308.023,36803-Dec-201317:08Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.ko_kr5.0.8308.023,36803-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.pt_br5.0.8308.023,36803-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.ru_ru5.0.8308.023,88003-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.zh_cn5.0.8308.022,85603-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.zh_tw5.0.8308.022,85603-Dec-201317:09Not Applicable
File_gac_microsoft.rtc.synthetictransactions.dll5.0.8308.4201,828,56031-May-201311:22x86
File_gac_microsoft.rtc.synthetictransactions.resources.dll.de_de5.0.8308.420438,09603-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.es_es5.0.8308.420438,60803-Dec-201317:15Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.fr_fr5.0.8308.420445,77603-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.it_it5.0.8308.420438,09603-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ja_jp5.0.8308.420449,36003-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ko_kr5.0.8308.420439,12003-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.pt_br5.0.8308.420435,02403-Dec-201317:16Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ru_ru5.0.8308.420469,32803-Dec-201317:17Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_cn5.0.8308.420423,76003-Dec-201317:17Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_tw5.0.8308.420423,76003-Dec-201317:10Not Applicable
File_installcsdatabase.exe5.0.8308.301225,36813-Mar-201310:14x86
File_localocscmdlets.format.ps1xmlNot Applicable356,82303-Dec-201317:06Not Applicable
File_lync.psd1Not Applicable10,56531-May-201311:26Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.de_de5.0.8308.420143,67203-Dec-201317:17Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.es_es5.0.8308.420138,04003-Dec-201317:17Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.fr_fr5.0.8308.420145,20803-Dec-201317:17Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.it_it5.0.8308.420138,04003-Dec-201317:18Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.ja_jp5.0.8308.420154,93603-Dec-201317:18Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.ko_kr5.0.8308.420141,62403-Dec-201317:18Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.pt_br5.0.8308.420138,55203-Dec-201317:18Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.ru_ru5.0.8308.420177,97603-Dec-201317:18Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.zh_cn5.0.8308.420120,12003-Dec-201317:18Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.zh_tw5.0.8308.420120,63203-Dec-201317:08Not Applicable
File_microsoft.rtc.management.core.dll5.0.8308.5771,952,00803-Dec-201316:58x86
File_microsoft.rtc.management.dbsetup.dll5.0.8308.577151,82403-Dec-201317:06x86
File_microsoft.rtc.management.deployment.bootstrapper.de_de5.0.8308.027,52003-Dec-201317:07Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.es_es5.0.8308.027,52003-Dec-201317:07Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.fr_fr5.0.8308.028,03203-Dec-201317:07Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.it_it5.0.8308.027,52003-Dec-201317:07Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.ja_jp5.0.8308.028,54403-Dec-201317:07Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.ko_kr5.0.8308.027,52003-Dec-201317:07Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.pt_br5.0.8308.027,52003-Dec-201317:07Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.ru_ru5.0.8308.030,08003-Dec-201317:07Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.zh_cn5.0.8308.026,49603-Dec-201317:07Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.zh_tw5.0.8308.026,49603-Dec-201317:07Not Applicable
File_microsoft.rtc.management.dllhelp.xmlNot Applicable#########03-Dec-20133:09Not Applicable
File_microsoft.rtc.management.dllhelp.xml.de_deNot Applicable#########03-Dec-20133:06Not Applicable
File_microsoft.rtc.management.dllhelp.xml.es_esNot Applicable#########03-Dec-20133:06Not Applicable
File_microsoft.rtc.management.dllhelp.xml.fr_frNot Applicable#########03-Dec-20133:06Not Applicable
File_microsoft.rtc.management.dllhelp.xml.it_itNot Applicable#########03-Dec-20133:06Not Applicable
File_microsoft.rtc.management.dllhelp.xml.ja_jpNot Applicable#########03-Dec-20133:06Not Applicable
File_microsoft.rtc.management.dllhelp.xml.ko_krNot Applicable#########03-Dec-20133:06Not Applicable
File_microsoft.rtc.management.dllhelp.xml.pt_brNot Applicable#########03-Dec-20133:06Not Applicable
File_microsoft.rtc.management.dllhelp.xml.ru_ruNot Applicable#########03-Dec-20133:07Not Applicable
File_microsoft.rtc.management.dllhelp.xml.zh_cnNot Applicable#########03-Dec-20133:07Not Applicable
File_microsoft.rtc.management.dllhelp.xml.zh_twNot Applicable#########03-Dec-20133:07Not Applicable
File_microsoft.rtc.management.writableconfig.dll5.0.8308.5771,831,21603-Dec-201316:58x86
File_microsoft.rtc.rgs.management.dllhelp.xmlNot Applicable467,92503-Dec-20133:09Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.de_deNot Applicable497,23003-Dec-20133:06Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.es_esNot Applicable489,54503-Dec-20133:06Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.fr_frNot Applicable499,68703-Dec-20133:06Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.it_itNot Applicable492,84703-Dec-20133:06Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.ja_jpNot Applicable541,06803-Dec-20133:06Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.ko_krNot Applicable489,80003-Dec-20133:06Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.pt_brNot Applicable494,48703-Dec-20133:06Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.ru_ruNot Applicable589,42603-Dec-20133:06Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.zh_cnNot Applicable446,11503-Dec-20133:06Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.zh_twNot Applicable444,53603-Dec-20133:06Not Applicable
File_ocsumutil.resources.dll.de_de5.0.8308.0129,24803-Dec-201317:08Not Applicable
File_ocsumutil.resources.dll.es_es5.0.8308.0129,24803-Dec-201317:08Not Applicable
File_ocsumutil.resources.dll.fr_fr5.0.8308.0130,27203-Dec-201317:08Not Applicable
File_ocsumutil.resources.dll.it_it5.0.8308.0129,24803-Dec-201317:08Not Applicable
File_ocsumutil.resources.dll.ja_jp5.0.8308.0130,78403-Dec-201317:09Not Applicable
File_ocsumutil.resources.dll.ko_kr5.0.8308.0128,73603-Dec-201317:09Not Applicable
File_ocsumutil.resources.dll.pt_br5.0.8308.0128,22403-Dec-201317:09Not Applicable
File_ocsumutil.resources.dll.ru_ru5.0.8308.0136,41603-Dec-201317:13Not Applicable
File_ocsumutil.resources.dll.zh_cn5.0.8308.0126,17603-Dec-201317:13Not Applicable
File_ocsumutil.resources.dll.zh_tw5.0.8308.0126,68803-Dec-201317:13Not Applicable
File_remoteocscmdlets.format.ps1xmlNot Applicable361,33503-Dec-201317:05Not Applicable
File_replicareplicatoragent.exe5.0.8308.556454,29615-Sep-201319:24x86
File_reportdata.de_de.xmlNot Applicable#########03-Dec-201317:09Not Applicable
File_reportdata.en_us.xmlNot Applicable#########13-Mar-20138:06Not Applicable
File_reportdata.es_es.xmlNot Applicable#########03-Dec-201317:11Not Applicable
File_reportdata.fr_fr.xmlNot Applicable#########03-Dec-201317:17Not Applicable
File_reportdata.it_it.xmlNot Applicable#########03-Dec-201317:19Not Applicable
File_reportdata.ja_jp.xmlNot Applicable#########03-Dec-201317:21Not Applicable
File_reportdata.ko_kr.xmlNot Applicable#########03-Dec-201317:27Not Applicable
File_reportdata.pt_br.xmlNot Applicable#########03-Dec-201317:30Not Applicable
File_reportdata.ru_ru.xmlNot Applicable#########03-Dec-201317:23Not Applicable
File_reportdata.zh_cn.xmlNot Applicable#########03-Dec-201317:25Not Applicable
File_reportdata.zh_tw.xmlNot Applicable#########03-Dec-201317:14Not Applicable
File_reportsetup.exe5.0.8308.301498,25613-Mar-201310:17x86
File_reportsetup.resources.dll.de_de5.0.8308.30120,71203-Dec-201317:12Not Applicable
File_reportsetup.resources.dll.es_es5.0.8308.30120,71203-Dec-201317:12Not Applicable
File_reportsetup.resources.dll.fr_fr5.0.8308.30120,71203-Dec-201317:12Not Applicable
File_reportsetup.resources.dll.it_it5.0.8308.30120,70403-Dec-201317:12Not Applicable
File_reportsetup.resources.dll.ja_jp5.0.8308.30120,71203-Dec-201317:12Not Applicable
File_reportsetup.resources.dll.ko_kr5.0.8308.30120,71203-Dec-201317:12Not Applicable
File_reportsetup.resources.dll.pt_br5.0.8308.30120,71203-Dec-201317:12Not Applicable
File_reportsetup.resources.dll.ru_ru5.0.8308.30120,71203-Dec-201317:12Not Applicable
File_reportsetup.resources.dll.zh_cn5.0.8308.30120,20003-Dec-201317:12Not Applicable
File_reportsetup.resources.dll.zh_tw5.0.8308.30120,20003-Dec-201317:13Not Applicable
File_rgsconfig_schema.sqlNot Applicable25,78731-May-20139:08Not Applicable
File_rgsdyn.sqlNot Applicable19,28631-May-20139:54Not Applicable
File_rtcsres.dll.de_de5.0.8308.5771,544,36803-Dec-201317:10Not Applicable
File_rtcsres.dll.en_us5.0.8308.5771,296,56003-Dec-201316:57Not Applicable
File_rtcsres.dll.es_es5.0.8308.5771,542,83203-Dec-201317:13Not Applicable
File_rtcsres.dll.fr_fr5.0.8308.5771,587,88803-Dec-201317:13Not Applicable
File_rtcsres.dll.it_it5.0.8308.5771,513,64803-Dec-201317:13Not Applicable
File_rtcsres.dll.ja_jp5.0.8308.577783,02403-Dec-201317:13Not Applicable
File_rtcsres.dll.ko_kr5.0.8308.577754,86403-Dec-201317:13Not Applicable
File_rtcsres.dll.pt_br5.0.8308.5771,459,88803-Dec-201317:14Not Applicable
File_rtcsres.dll.ru_ru5.0.8308.5771,428,14403-Dec-201317:14Not Applicable
File_rtcsres.dll.zh_cn5.0.8308.577534,70403-Dec-201317:14Not Applicable
File_rtcsres.dll.zh_tw5.0.8308.577549,55203-Dec-201317:10Not Applicable
File_xds_replica_1_to_2.sqlNot Applicable2,26213-Mar-20139:34Not Applicable
File_xds_replica_2_to_1.sqlNot Applicable2,21313-Mar-20139:34Not Applicable
Mgcschema.sqlNot Applicable18,71231-May-20139:13Not Applicable
Mgcsprocs.sqlNot Applicable187,54731-May-20139:13Not Applicable
Mgcupgrade.sqlNot Applicable7,08631-May-20139:13Not Applicable
Qoedb.sqlNot Applicable785,25113-Mar-20138:14Not Applicable
Rtcabdb.sqlNot Applicable141,51031-May-20139:11Not Applicable

↑ Back to the top


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

↑ Back to the top


Keywords: kbfix, atdownload, kbsurveynew, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 2905040
Revision : 1
Created on : 1/7/2017
Published on : 1/8/2014
Exists online : False
Views : 208