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.

April 2016 cumulative update 5.0.8308.956 for Lync Server 2013, Core Components


View products that this article applies to.

This cumulative update resolves a list of issuesin Microsoft Lync Server 2013, Core Components. The version number of this update is 5.0.8308.956

↑ Back to the top


Issues that the cumulative update fixes

This cumulative update fixes the following issues:

This cumulative update also fixes the issues that were previously discussed in the following Microsoft Knowledge Base articles:

↑ Back to the top


How to install the update

To install updates for a Lync Server 2013 installation that has any of the following cumulative updates installed, perform Step 1 and Step 2.

  • January 2016 cumulative update (5.0.8308.945)
  • December 2015 cumulative update (5.0.8308.941)
  • September 2015 cumulative update (5.0.8308.933)
  • July 2015 cumulative update (5.0.8308.920)
  • May 2015 cumulative update (5.0.8308.887)
  • February 2015 cumulative update (5.0.8308.871)
  • December 31, 2014 cumulative update (5.0.8308.866)
  • December 2014 cumulative update (5.0.8308.857)
  • November 2014 cumulative update (5.0.8308.834)
  • October 2014 cumulative update (5.0.8308.831)
  • September 2014 cumulative update (5.0.8308.815)
  • August 2014 cumulative update (5.0.8308.738)
  • January 2014 cumulative update (5.0.8308.577)
  • October 2013 cumulative update (5.0.8308.556)
  • July 2013 cumulative update (5.0.8308.420)
  • February 2013 cumulative update (5.0.8308.291)

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

Important Do not shut down or restart all Front End servers at the same time. Doing 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 the State value of the pool is Ready when you run the Get-CsPoolUpgradeReadinessState cmdlet, and that you have the appropriate number of Lync Server 2013 front-end servers running. See the "Upgrade or Update Front End Servers" and "Planning for the Management of Front End Pools" sections of the following TechNet topics to determine the State value of the pool before you apply the cumulative update:

The Cumulative Server Update Installer applies all updates for the appropriate server role in one operation. To use the Cumulative Server Update Installer, follow these steps.

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

Download the Cumulative Server Update Installer.

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 domain at a time, and you must upgrade each front-end server in each 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 domains and servers were upgraded.

Upgrade or update Front End servers

To upgrade front-end servers, follow these steps:

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

    Get-CsPoolUpgradeReadinessState

    If the State value of the pool is Busy, wait for 10 minutes, and then try to run the Get-CsPoolUpgradeReadinessState cmdlet again. If you see Busy at least three consecutive times after you wait 10 minutes between attempts, or if you see a result of InsufficientActiveFrontEnds for the State value of the pool, there is an issue that's affecting the pool. If you can't resolve the 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, see 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.
  3. To do this, follow these steps:

    1. Stop new connections to the front-end servers by using the Stop-CsWindowsServices -Graceful cmdlet.
    2. Run the Cumulative Server Update Installer by using the UI or a command to upgrade the front-end servers that are 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 bullet points describe parameters that you can use with the LyncServerUpdateInstaller.exe command:

      • The /silentmode switch applies all applicable updates in the background.
      • The /silentmode /forcereboot switches together apply all applicable updates in the background, and then automatically restart the server at the end of the installation process, if it is necessary.
      • The /extractall switch extracts the updates from the installer, and then it saves the updates in a subfolder that is named Extracted in the folder from which you ran the command.
    3. Restart the server, and make sure that it is accepting new connections.

Lync Server 2013 Standard Edition and other roles

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

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

    To run the Installer, run the following command:

    LyncServerUpdateInstaller.exe 

    Notes The following bullet points describe parameters that you can use 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 Font 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 must run the applicable cmdlets that are described in step 2.

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

Lync Server 2013 Standard Edition

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

  • In this command, <SE.FQDN> is a placeholder for the appropriate value.
  • You must run this 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're using.

Note If Persistent Chat is collocated (Persistent Chat front-end service and back-end database are running on the same server), you must run the following command together with the ExcludeCollocatedStores parameter.

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

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



Lync Server 2013 Persistent Chat databases

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

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

Lync Server 2013 Monitoring/Archiving/Persistent Chat databases

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

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

Step 3: Apply the Central Management Database update

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

  • If the Central Management Store is hosted on a Lync Server 2010 Standard Edition Server or Enterprise pool, do not run the Install-CsDatabase -CentralManagementDatabase command.
  • If the Central Management Store is hosted on a Lync Server 2013 Standard Edition Server or Enterprise pool that was previously updated with the Lync Server 2013 February 2013 cumulative updates, do not run the Install-CsDatabase -CentralManagementDatabase command.
After the Lync Server 2013 Enterprise Edition front-end server or the Lync Server 2013 Standard Edition Server back ends are updated, run the following command to update the Central Management Store:

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

  • In this command, <CMS.FQDN> and <DBInstanceName> are placeholders for the appropriate values.
  • In a coexistence environment that contains both Lync Server 2010 and Lync Server 2013 and in which the Central Management Service is located on a Lync Server 2010 pool, do not run the Install-CsDatabase -CentralManagementDatabase command. If you later move the Central Management Service to a Lync Server 2013 pool, you must run the Install-CsDatabase -CentralManagementDatabase command to apply the changes.

Step 4: Enable the Mobility service

To enable the Mobility service, run the following cmdlet:

Enable-CsTopology

Step 5: Enable the Unified Communications Web API

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

%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 January 2016 cumulative update 5.0.8308.945 for Lync Server 2013, core components.

Update package installation information

To apply this cumulative update, run the OcsCore.msp file on computers that are running one of 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
The global version of this cumulative update uses a Microsoft Windows Installer package to install the cumulative update. The dates and the times for these files are listed in Coordinated Universal Time (UTC) in the following table. When you view the file information, the date is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.

After the update is installed, the global version of this update has the file attributes, or a later version of the file attributes, that are listed in the following table:
File nameFile versionFile sizeDateTimePlatform
Cdrdb.sqlNot Applicable1,295,27406-Jun-201501:32Not Applicable
Component_gac_microsoft.rtc.internal.storage.dll5.0.8308.420781,49631-May-201311:06x86
Dbcommon.sqlNot Applicable27,21513-Mar-201308:26Not Applicable
Dbrtc.sqlNot Applicable2,012,85014-Feb-201615:29Not Applicable
File_bootstrapper.resources.dll.de_de5.0.8308.021,28014-Feb-201617:16Not Applicable
File_bootstrapper.resources.dll.es_es5.0.8308.021,28014-Feb-201617:16Not Applicable
File_bootstrapper.resources.dll.fr_fr5.0.8308.021,28014-Feb-201617:15Not Applicable
File_bootstrapper.resources.dll.it_it5.0.8308.021,28014-Feb-201617:15Not Applicable
File_bootstrapper.resources.dll.ja_jp5.0.8308.021,28814-Feb-201617:15Not Applicable
File_bootstrapper.resources.dll.ko_kr5.0.8308.021,28014-Feb-201617:14Not Applicable
File_bootstrapper.resources.dll.pt_br5.0.8308.021,28014-Feb-201617:14Not Applicable
File_bootstrapper.resources.dll.ru_ru5.0.8308.021,79214-Feb-201617:14Not Applicable
File_bootstrapper.resources.dll.zh_cn5.0.8308.021,28014-Feb-201617:14Not Applicable
File_bootstrapper.resources.dll.zh_tw5.0.8308.021,28014-Feb-201617:14Not Applicable
File_clsagent.exe5.0.8308.733361,96011-Jul-201413:22x86
File_clsagentperf.dll5.0.8308.73353,75211-Jul-201413:23x64
File_clscontroller.exe5.0.8308.733264,18411-Jul-201413:17x86
File_clscontroller.resources.dll.de_de5.0.8308.73326,91214-Feb-201617:14Not Applicable
File_clscontroller.resources.dll.es_es5.0.8308.73326,91214-Feb-201617:14Not Applicable
File_clscontroller.resources.dll.fr_fr5.0.8308.73327,42414-Feb-201617:14Not Applicable
File_clscontroller.resources.dll.it_it5.0.8308.73326,91214-Feb-201617:16Not Applicable
File_clscontroller.resources.dll.ja_jp5.0.8308.73327,42414-Feb-201617:16Not Applicable
File_clscontroller.resources.dll.ko_kr5.0.8308.73326,91214-Feb-201617:16Not Applicable
File_clscontroller.resources.dll.pt_br5.0.8308.73326,91214-Feb-201617:16Not Applicable
File_clscontroller.resources.dll.ru_ru5.0.8308.73329,47214-Feb-201617:16Not Applicable
File_clscontroller.resources.dll.zh_cn5.0.8308.73325,37614-Feb-201617:16Not Applicable
File_clscontroller.resources.dll.zh_tw5.0.8308.73325,37614-Feb-201617:15Not Applicable
File_clseventres.dll.de_de5.0.8308.73343,50411-Jul-201413:23Not Applicable
File_clseventres.dll.en_us5.0.8308.73338,38411-Jul-201413:17Not Applicable
File_clseventres.dll.es_es5.0.8308.73341,45611-Jul-201413:23Not Applicable
File_clseventres.dll.fr_fr5.0.8308.73342,99211-Jul-201413:23Not Applicable
File_clseventres.dll.it_it5.0.8308.73343,51211-Jul-201413:24Not Applicable
File_clseventres.dll.ja_jp5.0.8308.73332,24011-Jul-201413:24Not Applicable
File_clseventres.dll.ko_kr5.0.8308.73330,71211-Jul-201413:24Not Applicable
File_clseventres.dll.pt_br5.0.8308.73340,43211-Jul-201413:24Not Applicable
File_clseventres.dll.ru_ru5.0.8308.73340,43211-Jul-201413:24Not Applicable
File_clseventres.dll.zh_cn5.0.8308.73327,63211-Jul-201413:25Not Applicable
File_clseventres.dll.zh_tw5.0.8308.73327,63211-Jul-201413:25Not Applicable
File_clsformat.dll5.0.8308.733696,29611-Jul-201413:25x64
File_cpsdyn.sqlNot Applicable19,38831-May-201307:02Not Applicable
File_csadditional.format.ps1xmlNot Applicable55,56614-Feb-201617:15Not Applicable
File_default.tmxNot Applicable27,835,47014-Feb-201616:41Not Applicable
File_default.xmlNot Applicable2,334,99614-Feb-201616:41Not Applicable
File_deploy.exe5.0.8308.872739,59209-Feb-201515:19x86
File_deploy.resources.dll.de_de5.0.8308.872254,75214-Feb-201617:16Not Applicable
File_deploy.resources.dll.es_es5.0.8308.872254,24014-Feb-201617:16Not Applicable
File_deploy.resources.dll.fr_fr5.0.8308.872255,77614-Feb-201617:16Not Applicable
File_deploy.resources.dll.it_it5.0.8308.872254,24014-Feb-201617:16Not Applicable
File_deploy.resources.dll.ja_jp5.0.8308.872258,33614-Feb-201617:16Not Applicable
File_deploy.resources.dll.ko_kr5.0.8308.872254,24014-Feb-201617:16Not Applicable
File_deploy.resources.dll.pt_br5.0.8308.872254,24014-Feb-201617:16Not Applicable
File_deploy.resources.dll.ru_ru5.0.8308.872269,60014-Feb-201617:16Not Applicable
File_deploy.resources.dll.zh_cn5.0.8308.872249,63214-Feb-201617:16Not Applicable
File_deploy.resources.dll.zh_tw5.0.8308.872249,63214-Feb-201617:16Not Applicable
File_gac_deviceupdate.resources.dll.de_de5.0.8308.031,52014-Feb-201617:15Not Applicable
File_gac_deviceupdate.resources.dll.es_es5.0.8308.031,52014-Feb-201617:15Not Applicable
File_gac_deviceupdate.resources.dll.fr_fr5.0.8308.031,52814-Feb-201617:15Not Applicable
File_gac_deviceupdate.resources.dll.it_it5.0.8308.031,52814-Feb-201617:15Not Applicable
File_gac_deviceupdate.resources.dll.ja_jp5.0.8308.031,52814-Feb-201617:15Not Applicable
File_gac_deviceupdate.resources.dll.ko_kr5.0.8308.031,52014-Feb-201617:12Not Applicable
File_gac_deviceupdate.resources.dll.pt_br5.0.8308.031,52014-Feb-201617:12Not Applicable
File_gac_deviceupdate.resources.dll.ru_ru5.0.8308.031,52014-Feb-201617:12Not Applicable
File_gac_deviceupdate.resources.dll.zh_cn5.0.8308.031,00814-Feb-201617:12Not Applicable
File_gac_deviceupdate.resources.dll.zh_tw5.0.8308.031,00814-Feb-201617:12Not Applicable
File_gac_microsoft.rtc.acd.common.dll5.0.8308.803283,40014-Aug-201404:58x86
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,84014-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.es_es5.0.8308.42023,84014-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.fr_fr5.0.8308.42023,84014-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.it_it5.0.8308.42023,32814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ja_jp5.0.8308.42023,84014-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ko_kr5.0.8308.42023,32814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.pt_br5.0.8308.42023,32814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ru_ru5.0.8308.42024,35214-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_cn5.0.8308.42022,81614-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_tw5.0.8308.42022,82414-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.chat.endpoint.dll5.0.8308.5561,203,88015-Sep-201319:23x86
File_gac_microsoft.rtc.clsagent.iislog.dll5.0.8308.733240,19211-Jul-201413:25x86
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.de_de5.0.8308.73327,93614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.es_es5.0.8308.73327,93614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.fr_fr5.0.8308.73328,44814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.it_it5.0.8308.73327,93614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ja_jp5.0.8308.73329,47214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ko_kr5.0.8308.73328,44814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.pt_br5.0.8308.73327,93614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ru_ru5.0.8308.73329,98414-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_cn5.0.8308.73326,91214-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_tw5.0.8308.73326,91214-Feb-201617:14Not 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,38414-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.es_es5.0.8308.55625,37614-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.fr_fr5.0.8308.55625,88814-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.it_it5.0.8308.55624,86414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.ja_jp5.0.8308.55625,88814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.ko_kr5.0.8308.55625,37614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.pt_br5.0.8308.55624,86414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.ru_ru5.0.8308.55626,91214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.zh_cn5.0.8308.55624,35214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.collaboration.persistentchat.dll.zh_tw5.0.8308.55624,35214-Feb-201617: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.733436,29611-Jul-201413:25x86
File_gac_microsoft.rtc.internal.clscontrollerlib.dll5.0.8308.733364,60811-Jul-201413:26x86
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.de_de5.0.8308.0145,69614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.es_es5.0.8308.0145,69614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.fr_fr5.0.8308.0145,69614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.it_it5.0.8308.0145,69614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ja_jp5.0.8308.0145,69614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ko_kr5.0.8308.0145,69614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.pt_br5.0.8308.0145,69614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ru_ru5.0.8308.0145,69614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.zh_cn5.0.8308.0145,69614-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.zh_tw5.0.8308.0145,69614-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.internal.ucwa.clientmodel.dll5.0.8308.577636,72003-Dec-201318:35x86
File_gac_microsoft.rtc.internal.ucwa.resourcecontract.dll5.0.8308.834393,48028-Oct-201410:04x86
File_gac_microsoft.rtc.management.adconnect.resources.dll.de_de5.0.8308.048,93614-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.es_es5.0.8308.047,91214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.fr_fr5.0.8308.050,97614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.it_it5.0.8308.047,90414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.ja_jp5.0.8308.051,48814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.ko_kr5.0.8308.049,44014-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.pt_br5.0.8308.047,90414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.ru_ru5.0.8308.056,60814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.zh_cn5.0.8308.044,83214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.zh_tw5.0.8308.044,32014-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.de_de5.0.8308.024,35214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.es_es5.0.8308.024,35214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.fr_fr5.0.8308.024,86414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.it_it5.0.8308.024,35214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.ja_jp5.0.8308.024,86414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.ko_kr5.0.8308.024,86414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.pt_br5.0.8308.024,35214-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.ru_ru5.0.8308.025,38414-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.zh_cn5.0.8308.023,84014-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.zh_tw5.0.8308.023,84014-Feb-201617:14Not 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,44014-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.es_es5.0.8308.42047,90414-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.fr_fr5.0.8308.42049,96014-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.it_it5.0.8308.42047,91214-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.ja_jp5.0.8308.42052,00814-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.ko_kr5.0.8308.42048,41614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.pt_br5.0.8308.42047,39214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.ru_ru5.0.8308.42057,63214-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.zh_cn5.0.8308.42043,80814-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.zh_tw5.0.8308.42043,80814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.core.de_de5.0.8308.941851,23214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.core.es_es5.0.8308.941851,23214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.core.fr_fr5.0.8308.941854,30414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.core.it_it5.0.8308.941849,69614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.core.ja_jp5.0.8308.941859,93614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.core.ko_kr5.0.8308.941853,28014-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.core.pt_br5.0.8308.941850,20814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.core.ru_ru5.0.8308.941872,73614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.core.zh_cn5.0.8308.941843,04014-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.core.zh_tw5.0.8308.941843,04014-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.dbsetup.dll5.0.8308.949151,84814-Feb-201617:15x86
File_gac_microsoft.rtc.management.dbsetup.resources.dll.de_de5.0.8308.94943,81614-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.es_es5.0.8308.94943,29614-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.fr_fr5.0.8308.94947,39214-Feb-201617:12Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.it_it5.0.8308.94943,80814-Feb-201617:12Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ja_jp5.0.8308.94947,39214-Feb-201617:12Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ko_kr5.0.8308.94945,34414-Feb-201617:12Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.pt_br5.0.8308.94942,78414-Feb-201617:12Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ru_ru5.0.8308.94950,46414-Feb-201617:12Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.zh_cn5.0.8308.94941,24814-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.zh_tw5.0.8308.94940,73614-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.deployment.de_de5.0.8308.949444,70414-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.deployment.dll5.0.8308.9492,327,32814-Feb-201617:12x86
File_gac_microsoft.rtc.management.deployment.es_es5.0.8308.949442,15214-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.deployment.fr_fr5.0.8308.949450,33614-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.deployment.it_it5.0.8308.949440,09614-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.deployment.ja_jp5.0.8308.949458,52814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.deployment.ko_kr5.0.8308.949446,24014-Feb-201617:16Not 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.949439,58414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.deployment.ru_ru5.0.8308.949483,61614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.deployment.zh_cn5.0.8308.949422,68814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.deployment.zh_tw5.0.8308.949422,17614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.dll5.0.8308.9497,184,16014-Feb-201617:12x86
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,25614-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.es_es5.0.8308.42020,25614-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.fr_fr5.0.8308.42020,76814-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.it_it5.0.8308.42020,25614-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ja_jp5.0.8308.42020,25614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ko_kr5.0.8308.42020,25614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.pt_br5.0.8308.42020,25614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ru_ru5.0.8308.42020,76814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_cn5.0.8308.42020,25614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_tw5.0.8308.42020,25614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.resources.dll.de_de5.0.8308.949594,72014-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.resources.dll.es_es5.0.8308.949587,04014-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.resources.dll.fr_fr5.0.8308.949624,41614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.resources.dll.it_it5.0.8308.949575,77614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.resources.dll.ja_jp5.0.8308.949641,82414-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.resources.dll.ko_kr5.0.8308.949593,18414-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.resources.dll.pt_br5.0.8308.949577,82414-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.resources.dll.ru_ru5.0.8308.949737,05614-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.resources.dll.zh_cn5.0.8308.949517,92814-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.resources.dll.zh_tw5.0.8308.949517,92814-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.writableconfig.de_de5.0.8308.94136,12814-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.writableconfig.es_es5.0.8308.94136,12814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.writableconfig.fr_fr5.0.8308.94137,15214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.writableconfig.it_it5.0.8308.94135,61614-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.writableconfig.ja_jp5.0.8308.94138,17614-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.management.writableconfig.ko_kr5.0.8308.94136,64014-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.writableconfig.pt_br5.0.8308.94135,10414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.writableconfig.ru_ru5.0.8308.94142,27214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.management.writableconfig.zh_cn5.0.8308.94134,08014-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.management.writableconfig.zh_tw5.0.8308.94134,08814-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.rgs.data.dll5.0.8308.949410,92014-Feb-201617:15x86
File_gac_microsoft.rtc.rgs.data.resources.dll.de_de5.0.8308.94929,47214-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.es_es5.0.8308.94929,47214-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.fr_fr5.0.8308.94929,98414-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.it_it5.0.8308.94929,47214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.ja_jp5.0.8308.94930,49614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.ko_kr5.0.8308.94929,98414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.pt_br5.0.8308.94929,47214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.ru_ru5.0.8308.94932,54414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.zh_cn5.0.8308.94928,44814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.data.resources.dll.zh_tw5.0.8308.94928,44814-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.rgs.management.dll5.0.8308.920517,92806-Jun-201503:16x86
File_gac_microsoft.rtc.rgs.management.resources.dll.de_de5.0.8308.92068,38414-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.es_es5.0.8308.92067,36014-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.fr_fr5.0.8308.92071,45614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.it_it5.0.8308.92066,33614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.ja_jp5.0.8308.92074,01614-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.ko_kr5.0.8308.92067,87214-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.pt_br5.0.8308.92066,84814-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.ru_ru5.0.8308.92081,70414-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.zh_cn5.0.8308.92060,71214-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.rgs.management.resources.dll.zh_tw5.0.8308.92060,71214-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.server.infrastructure.dll5.0.8308.884391,43203-Apr-201513:03x86
File_gac_microsoft.rtc.server.mcuinfrastructure.dll5.0.8308.9412,587,93629-Nov-201505:10x86
File_gac_microsoft.rtc.server.udclib.dll5.0.8308.884483,08803-Apr-201513:03x86
File_gac_microsoft.rtc.serverconfiguration.resources.dll.de_de5.0.8308.023,32814-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.es_es5.0.8308.023,32814-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.fr_fr5.0.8308.023,32814-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.it_it5.0.8308.022,81614-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.ja_jp5.0.8308.023,32814-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.ko_kr5.0.8308.023,32814-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.pt_br5.0.8308.023,32814-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.ru_ru5.0.8308.023,84014-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.zh_cn5.0.8308.022,81614-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.serverconfiguration.resources.dll.zh_tw5.0.8308.022,81614-Feb-201617:14Not 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,04814-Feb-201617:16Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.es_es5.0.8308.420438,56014-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.fr_fr5.0.8308.420445,72814-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.it_it5.0.8308.420438,05614-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ja_jp5.0.8308.420449,32014-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ko_kr5.0.8308.420439,07214-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.pt_br5.0.8308.420434,98414-Feb-201617:15Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ru_ru5.0.8308.420469,28014-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_cn5.0.8308.420423,71214-Feb-201617:14Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_tw5.0.8308.420423,71214-Feb-201617:14Not Applicable
File_installcsdatabase.exe5.0.8308.872233,22409-Feb-201515:19x86
File_localocscmdlets.format.ps1xmlNot Applicable358,09506-Jun-201503:16Not Applicable
File_lync.psd1Not Applicable10,56531-May-201311:26Not Applicable
File_lynconlineconnector.psd1Not Applicable10,25506-Jun-201503:16Not Applicable
File_lynconlineconnectorstartup.psm1Not Applicable10,14906-Jun-201503:16Not Applicable
File_lync_b8499a8b_4b90_43b8_a27e_3c4e7b292c44_helpinfo.xmlNot Applicable1,79103-Sep-201413:21Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.de_de5.0.8308.420143,64814-Feb-201617:15Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.es_es5.0.8308.420138,01614-Feb-201617:15Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.fr_fr5.0.8308.420145,19214-Feb-201617:15Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.it_it5.0.8308.420138,02414-Feb-201617:15Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.ja_jp5.0.8308.420154,92014-Feb-201617:15Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.ko_kr5.0.8308.420141,60014-Feb-201617:14Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.pt_br5.0.8308.420138,52814-Feb-201617:14Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.ru_ru5.0.8308.420177,95214-Feb-201617:14Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.zh_cn5.0.8308.420120,09614-Feb-201617:14Not Applicable
File_microsoft.rtc.collaborationnet.resources.dll.zh_tw5.0.8308.420120,60814-Feb-201617:14Not Applicable
File_microsoft.rtc.management.core.dll5.0.8308.9411,969,95229-Nov-201505:07x86
File_microsoft.rtc.management.dbsetup.dll5.0.8308.949151,84814-Feb-201617:15x86
File_microsoft.rtc.management.deployment.bootstrapper.de_de5.0.8308.92027,42414-Feb-201617:14Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.dll5.0.8308.920326,94406-Jun-201503:19x64
File_microsoft.rtc.management.deployment.bootstrapper.es_es5.0.8308.92027,42414-Feb-201617:14Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.fr_fr5.0.8308.92027,93614-Feb-201617:14Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.it_it5.0.8308.92027,42414-Feb-201617:16Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.ja_jp5.0.8308.92028,44814-Feb-201617:16Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.ko_kr5.0.8308.92027,42414-Feb-201617:16Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.pt_br5.0.8308.92027,42414-Feb-201617:16Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.ru_ru5.0.8308.92029,98414-Feb-201617:16Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.zh_cn5.0.8308.92026,40014-Feb-201617:16Not Applicable
File_microsoft.rtc.management.deployment.bootstrapper.zh_tw5.0.8308.92026,40014-Feb-201617:14Not Applicable
File_microsoft.rtc.management.dllhelp.xmlNot Applicable10,837,19027-Oct-201506:25Not Applicable
File_microsoft.rtc.management.dllhelp.xml.de_deNot Applicable11,459,76827-Oct-201506:23Not Applicable
File_microsoft.rtc.management.dllhelp.xml.en_usNot Applicable10,837,19027-Oct-201506:25Not Applicable
File_microsoft.rtc.management.dllhelp.xml.es_esNot Applicable11,300,84627-Oct-201506:23Not Applicable
File_microsoft.rtc.management.dllhelp.xml.fr_frNot Applicable11,555,68527-Oct-201506:23Not Applicable
File_microsoft.rtc.management.dllhelp.xml.it_itNot Applicable11,335,30027-Oct-201506:23Not Applicable
File_microsoft.rtc.management.dllhelp.xml.ja_jpNot Applicable12,069,84427-Oct-201506:23Not Applicable
File_microsoft.rtc.management.dllhelp.xml.ko_krNot Applicable11,235,27527-Oct-201506:23Not Applicable
File_microsoft.rtc.management.dllhelp.xml.pt_brNot Applicable11,192,50527-Oct-201506:23Not Applicable
File_microsoft.rtc.management.dllhelp.xml.ru_ruNot Applicable13,612,85527-Oct-201506:24Not Applicable
File_microsoft.rtc.management.dllhelp.xml.zh_cnNot Applicable10,356,20227-Oct-201506:24Not Applicable
File_microsoft.rtc.management.dllhelp.xml.zh_twNot Applicable10,328,25727-Oct-201506:24Not Applicable
File_microsoft.rtc.management.writableconfig.dll5.0.8308.9411,844,00029-Nov-201505:04x86
File_microsoft.rtc.rgs.management.dllhelp.xmlNot Applicable470,17007-Oct-201405:12Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.de_deNot Applicable497,34314-Feb-201611:29Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.en_usNot Applicable470,17007-Oct-201405:12Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.es_esNot Applicable489,67514-Feb-201611:29Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.fr_frNot Applicable499,81714-Feb-201611:29Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.it_itNot Applicable492,96414-Feb-201611:29Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.ja_jpNot Applicable537,06514-Feb-201611:29Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.ko_krNot Applicable489,92114-Feb-201611:29Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.pt_brNot Applicable494,58014-Feb-201611:29Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.ru_ruNot Applicable589,53414-Feb-201611:29Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.zh_cnNot Applicable446,22214-Feb-201611:29Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.zh_twNot Applicable444,62714-Feb-201611:29Not Applicable
File_ocsumutil.resources.dll.de_de5.0.8308.0129,31214-Feb-201617:12Not Applicable
File_ocsumutil.resources.dll.es_es5.0.8308.0129,31214-Feb-201617:12Not Applicable
File_ocsumutil.resources.dll.fr_fr5.0.8308.0130,33614-Feb-201617:12Not Applicable
File_ocsumutil.resources.dll.it_it5.0.8308.0129,31214-Feb-201617:12Not Applicable
File_ocsumutil.resources.dll.ja_jp5.0.8308.0130,84814-Feb-201617:12Not Applicable
File_ocsumutil.resources.dll.ko_kr5.0.8308.0128,80014-Feb-201617:12Not Applicable
File_ocsumutil.resources.dll.pt_br5.0.8308.0128,28814-Feb-201617:12Not Applicable
File_ocsumutil.resources.dll.ru_ru5.0.8308.0136,48014-Feb-201617:12Not Applicable
File_ocsumutil.resources.dll.zh_cn5.0.8308.0126,24014-Feb-201617:12Not Applicable
File_ocsumutil.resources.dll.zh_tw5.0.8308.0126,75214-Feb-201617:14Not Applicable
File_remoteocscmdlets.format.ps1xmlNot Applicable362,60706-Jun-201503:16Not Applicable
File_replicareplicatoragent.exe5.0.8308.556454,29615-Sep-201319:24x86
File_reportdata.de_de.xmlNot Applicable11,399,30314-Feb-201617:10Not Applicable
File_reportdata.en_us.xmlNot Applicable11,364,02913-Mar-201308:06Not Applicable
File_reportdata.es_es.xmlNot Applicable11,399,70614-Feb-201617:12Not Applicable
File_reportdata.fr_fr.xmlNot Applicable11,414,63014-Feb-201617:14Not Applicable
File_reportdata.it_it.xmlNot Applicable11,395,79614-Feb-201617:19Not Applicable
File_reportdata.ja_jp.xmlNot Applicable11,414,37214-Feb-201617:17Not Applicable
File_reportdata.ko_kr.xmlNot Applicable11,386,41114-Feb-201617:21Not Applicable
File_reportdata.pt_br.xmlNot Applicable11,395,04314-Feb-201617:24Not Applicable
File_reportdata.ru_ru.xmlNot Applicable11,516,45014-Feb-201617:28Not Applicable
File_reportdata.zh_cn.xmlNot Applicable11,348,95114-Feb-201617:26Not Applicable
File_reportdata.zh_tw.xmlNot Applicable11,351,81914-Feb-201617:31Not Applicable
File_reportsetup.exe5.0.8308.301498,25613-Mar-201310:17x86
File_reportsetup.resources.dll.de_de5.0.8308.30120,76814-Feb-201617:12Not Applicable
File_reportsetup.resources.dll.es_es5.0.8308.30120,76814-Feb-201617:14Not Applicable
File_reportsetup.resources.dll.fr_fr5.0.8308.30120,76814-Feb-201617:14Not Applicable
File_reportsetup.resources.dll.it_it5.0.8308.30120,76814-Feb-201617:14Not Applicable
File_reportsetup.resources.dll.ja_jp5.0.8308.30120,76814-Feb-201617:14Not Applicable
File_reportsetup.resources.dll.ko_kr5.0.8308.30120,76814-Feb-201617:14Not Applicable
File_reportsetup.resources.dll.pt_br5.0.8308.30120,76814-Feb-201617:14Not Applicable
File_reportsetup.resources.dll.ru_ru5.0.8308.30120,76814-Feb-201617:14Not Applicable
File_reportsetup.resources.dll.zh_cn5.0.8308.30120,25614-Feb-201617:14Not Applicable
File_reportsetup.resources.dll.zh_tw5.0.8308.30120,25614-Feb-201617:14Not Applicable
File_rgsconfig_schema.sqlNot Applicable25,78731-May-201309:08Not Applicable
File_rgsdyn.sqlNot Applicable19,28631-May-201309:54Not Applicable
File_rtcsres.dll.de_de5.0.8308.9491,549,60014-Feb-201617:15Not Applicable
File_rtcsres.dll.en_us5.0.8308.9491,301,79214-Feb-201617:14Not Applicable
File_rtcsres.dll.es_es5.0.8308.9491,548,06414-Feb-201617:14Not Applicable
File_rtcsres.dll.fr_fr5.0.8308.9491,593,12014-Feb-201617:15Not Applicable
File_rtcsres.dll.it_it5.0.8308.9491,518,88014-Feb-201617:15Not Applicable
File_rtcsres.dll.ja_jp5.0.8308.949787,74414-Feb-201617:15Not Applicable
File_rtcsres.dll.ko_kr5.0.8308.949759,08014-Feb-201617:15Not Applicable
File_rtcsres.dll.pt_br5.0.8308.9491,464,60814-Feb-201617:15Not Applicable
File_rtcsres.dll.ru_ru5.0.8308.9491,433,37614-Feb-201617:15Not Applicable
File_rtcsres.dll.zh_cn5.0.8308.949538,91214-Feb-201617:15Not Applicable
File_rtcsres.dll.zh_tw5.0.8308.949553,76014-Feb-201617:15Not Applicable
File_xds.sqlNot Applicable147,71909-Feb-201513:21Not Applicable
File_xds_replica_1_to_2.sqlNot Applicable2,26213-Mar-201309:34Not Applicable
File_xds_replica_2_to_1.sqlNot Applicable2,21313-Mar-201309:34Not Applicable
Mgcschema.sqlNot Applicable18,71231-May-201309:13Not Applicable
Mgcsprocs.sqlNot Applicable187,57706-Jun-201403:14Not Applicable
Mgcupgrade.sqlNot Applicable7,08631-May-201309:13Not Applicable
Qoedb.sqlNot Applicable785,08509-Feb-201513:35Not Applicable
Rtcabdb.sqlNot Applicable145,14006-Jun-201403:12Not Applicable
Rtcdb.sqlNot Applicable154,23914-Feb-201615:28Not Applicable

↑ Back to the top


References

Learn about the terminology that Microsoft uses to describe software updates.

Get the latest cumulative update for Lync Server 2013.

↑ Back to the top


Keywords: kbsurveynew, kbfix, atdownload, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 3140581
Revision : 1
Created on : 1/7/2017
Published on : 5/20/2016
Exists online : False
Views : 318