Skip to content

Commit 874a796

Browse files
authored
Merge pull request #6268 from bhuney/2107oob
2107 out of band hotfix article
2 parents 1e7c73c + d46178b commit 874a796

3 files changed

Lines changed: 76 additions & 6 deletions

File tree

memdocs/configmgr/core/plan-design/changes/whats-new-in-version-2107.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -433,19 +433,17 @@ For more information on changes to the Windows PowerShell cmdlets for Configurat
433433

434434
Aside from new features, this release also includes other changes such as bug fixes. For more information, see [Summary of changes in Configuration Manager current branch, version 2107](../../../hotfix/2107/10096997.md).
435435

436-
<!--
437-
The following update rollup (4517869) is available in the console starting on October 1, 2019: [Update rollup for Configuration Manager current branch, version 1906](https://support.microsoft.com/help/4517869).
438-
-->
439436

440-
<!--
437+
The following update rollup (11121541) is available in the console starting on October 27, 2021: [Update rollup for Configuration Manager current branch, version 2107](../../../hotfix/2107/11121541.md).
438+
439+
441440
### Hotfixes
442441

443442
The following additional hotfixes are available to address specific issues:
444443

445444
| ID | Title | Date | In-console |
446445
|---------|---------|---------|---------|
447-
| [9833643](../../../hotfix/2107/9833643.md) | Console update for Microsoft Endpoint Configuration Manager version 2107 | May 11, 2021 | No |
448-
-->
446+
| [12636660](../../../hotfix/2107/12636660.md) | Client update for Microsoft Endpoint Configuration Manager version 2107 | December 2, 2021 | No |
449447

450448
## Next steps
451449

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: Client update for Microsoft Endpoint Configuration Manager version 2107
3+
titleSuffix: Configuration Manager
4+
description: Client update for 2107
5+
ms.date: 12/02/2021
6+
ms.prod: configuration-manager
7+
ms.technology: configmgr-core
8+
ms.topic: reference
9+
ms.assetid: a8e89ce4-e3f6-476e-baad-d11cb1bb70f6
10+
author: bhuney
11+
ms.author: brianhun
12+
manager: dougeby
13+
---
14+
15+
# Update for Microsoft Endpoint Configuration Manager version 2107
16+
17+
*Applies to: Configuration Manager (current branch, version 2107)*
18+
## Summary of KB12636660
19+
20+
An update is available to resolve the following issue with Configuration Manager after installing the [Update rollup for Microsoft Endpoint Configuration Manager version 2107](./11121541.md).
21+
22+
- Clients in untrusted domains do not use the network access account as a fallback authentication method to access content on distribution points. This leads to content download failures when other authentication methods are unavailable.
23+
24+
## Update information for Microsoft Endpoint Configuration Manager, version 2107
25+
The following hotfix to resolve this problem is available for download from the Microsoft Download Center:
26+
27+
[Download this hotfix now](https://configmgrbits.azureedge.net/qfe/2107/KB12636660_9058.1048/CM2107-KB12636660.ConfigMgr.Update.exe).
28+
29+
After you download the hotfix, see the following documentation for installation instructions:
30+
31+
[Use the Update Registration Tool to import hotfixes to Configuration Manager](../../core/servers/manage/use-the-update-registration-tool-to-import-hotfixes.md)
32+
33+
#### Prerequisites
34+
To apply this hotfix, you must have Microsoft Endpoint Configuration Manager, version 2107 installed in addition to the following update:
35+
36+
[KB11121541](./11121541.md) Update rollup for Microsoft Endpoint Configuration Manager version 2107
37+
38+
#### Restart information
39+
This update does not require a computer restart or initiate a site reset.
40+
41+
### Other installation information
42+
After you install this update on a primary site, pre-existing secondary sites must be manually updated. To update a secondary site in the Configuration Manager console, select **Administration** > **Site Configuration** > **Sites** > **Recover Secondary Site**, and then select the secondary site. The primary site then reinstalls that secondary site by using the updated files. Configurations and settings for the secondary site are not affected by this reinstallation. The new, upgraded, and reinstalled secondary sites under that primary site automatically receive this update.
43+
44+
Run the following SQL Server command on the site database to check whether the update version of a secondary site matches that of its parent primary site:
45+
```code
46+
select dbo.fnGetSecondarySiteCMUpdateStatus ('SiteCode_of_secondary_site')
47+
```
48+
If the value 1 is returned, the site is up to date, with all the hotfixes applied on its parent primary site.
49+
50+
If the value 0 is returned, the site has not installed all the fixes that are applied to the primary site, and you should use the **Recover Secondary Site** option to update the secondary site.
51+
52+
## Version information
53+
The following major components are updated to the versions specified:
54+
55+
|Component |Version |
56+
|---|---|
57+
| Configuration Manager client | 5.00.9058.1048 |
58+
59+
## File information
60+
File information is available in the downloadable [KB12636660_FileList.txt](https://aka.ms/KB12636660_FileList) text file.
61+
62+
## Release history
63+
- December 2, 2021: Initial hotfix release
64+
65+
## References
66+
[Updates and servicing for Configuration Manager](../../core/servers/manage/updates.md)
67+
[Network access account](../../core/plan-design/hierarchy/fundamental-concepts-for-content-management.md#network-access-account)
68+
69+
70+

memdocs/configmgr/hotfix/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ items:
99
href: 2107/10503003.md
1010
- name: KB 11121541 Update rollup for 2107
1111
href: 2107/11121541.md
12+
- name: KB 12636660 Network access account update
13+
href: 2107/12636660.md
1214
- name: Version 2103
1315
items:
1416
- name: KB 9210721 Summary of changes in 2103

0 commit comments

Comments
 (0)