:::: MENU ::::

Aktualizace pro SharePoint Server 2016 (October 2019 CU)

Pro SharePoint Server 2016 byla vydána nová kumulativní aktualizace (October 2019 CU).
Tento CU obsahuje jak Feature Pack 2, který je součástí od zářijového CU (September 2017 CU), tak i předchozí Feature Pack 1.

SP Build:
16.0.4912.1000 (Language independent CU)
16.0.4912.1000 (Language dependent CU)

SharePoint 2016 CU – KB články popisující CU:

  • KB 4484111 – October 2019 Update for SharePoint Server 2016 (language independent)
  • KB 4484115 – October 2019 Update for SharePoint Server 2016 (language dependent)

SharePoint Server 2016 CU – Odkaz ke stažení CU:

Po dokončení instalace nezapomeňte na spuštění průvodce konfigurací služby SharePoint 2016 (SharePoint 2016 Products Configuration Wizard), nebo příkazu:
PSConfig.exe -cmd upgrade -inplace b2b -wait -cmd applicationcontent -install -cmd installfeatures -cmd secureresources -cmd services -install

Upozornění

Feature Pack 2 obsahuje též všechny funkcionality z Feature Pack 1.

Vždy instalujte oba balíčky a to v pořadí:

  1. language independent (aktualizuje jazykové nezávislé komponenty)
  2. language dependent (aktualizuje jazykové závislé komponenty)

V případě jazykově závislých balíčku (language dependent) nezáleží jaký jazyk si ve výsledku vyberete, jelikož každý balíček obsahuje aktualizace pro všechny jazyky.

V případě, že na SharePoint Server 2016 farmu instalujete nový jazykový balíček, je nutné následně znova nainstalovat jazykové závislý balíček (language dependent).

Nezapomínejte, že krom SharePoint je nutné mít aktualizovanou i službu Distributed Cache, viz. Jak správně aktualizovat Distributed Cache a v případě Office Online Serveru musíte mít aktuální RTM verzi, viz.  Jak aktualizovat Office Online Server.

Obsažené opravy a vylepšení

Seznam oprav a vylepšení tohoto CU je soubor výňatků z oficiálních Microsoft KB článků v původním jazyce (EN).

SharePoint Server 2016

This security update resolves a spoofing vulnerability that exists if Microsoft SharePoint Server does not correctly sanitize a specially crafted web request to an affected SharePoint server. To learn more about the vulnerability, see the following security advisories:

In this update, PerformancePoint Dashboard Designer now uses SHA256 digital signatures to verify the authenticity of files.

This security update contains fixes for the following nonsecurity issues in SharePoint Server 2016:

  • Fixes a problem with the Convert-SPWebApplication cmdlet when the User Principal Name (UPN) is set as an identifier. Now you will be able to move SharePoint authentication to the Active Directory Federation Services (AD FS) Identity Provider by using following command:
    Convert-SPWebApplication -Identity $wa -From CLAIMS-WINDOWS -To CLAIMS-TRUSTED-DEFAULT -TrustedProvider $tp
  • Fixes the issue that affects access to the host-named site collection if one of the sites is deleted and users lose access to other sites for about a day. Now users will be able to access all the sites by running following command in PowerShell even though one of the sites is deleted:
    $config = Get-SPSecurityTokenServiceConfig

    $config.WindowsModeIgnoreCache = $true

    $config.Update()

  • Users who have limited permissions on a list or document library but have approve-level permissions on a folder can now approve multiple items or documents in the folder. To complete the approval, you must select the items in the folder and use the Approve/Reject option on the Ribbon.
  • SharePoint patching may copy more folders than are necessary for side-by-side patching. This consumes additional hard drive space. This update fixes the issue by restricting copying to only the folders that are necessary for side-by-side patching.

This security update contains improvements and fixes for the following nonsecurity issues in Project Server 2016:

  • Makes changes to display the new Japanese era name for date format samples in Date Format in Project Web App (PWA) sites.
  • The OwnerId property is now available to update the project owner through a REST call. The type of this property is String, but it accepts only the user’s numeric ID.
  • You cannot delete resource calendar exceptions through the client-side object model (CSOM). This issue occurs after you install update 4464594.
  • If the stage status information text contains special characters such as an ampersand (&), workflows fail.
  • When the Schedule Variance Percentage (SVP) or Cost Variance Percentage (CVP) earned value becomes very large, this creates an overflow condition. This causes the client-side object model (CSOM) or REST calls that are made while accessing the project to fail. The SVP and CVP values now have a lower limit of „-100%“ and upper limit of „100%.“

Komentáře