Skip to content

Commit 408b52b

Browse files
authored
Merge pull request #6586 from bhuney/ConfigMgr_MMC_OOB
2111 OOB hotfix and minor KB edits
2 parents 2d65035 + 9c5f4c9 commit 408b52b

4 files changed

Lines changed: 72 additions & 1 deletion

File tree

memdocs/configmgr/hotfix/2010/5001600.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ ms.localizationpriority: medium
1616
*Applies to: Configuration Manager (current branch, versions 1910 - 2010)*
1717

1818
## Summary of KB5001600
19+
> [!NOTE]
20+
> This update is replaced by the following newer version effective January 21, 2022
21+
>
22+
> [KB 12819689 Connected cache update for Microsoft Endpoint Configuration Manager version 2111](../../hotfix/2111/12819689.md)
23+
>
24+
1925
Due to content delivery network changes, the Microsoft Connected Cache (MCC) server component installation fails when enabled for distribution points *after* **March 5, 2021**.
2026
This component is enabled by selecting the **Enable this distribution point to be used as Microsoft Connected Cache server** option in a distribution point's properties.
2127
After March 5, 2021, once enabled, the component will retry installation three times before stopping.

memdocs/configmgr/hotfix/2111/12709700.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following major components are updated to the versions specified:
6969

7070
|Component |Version |
7171
|---|---|
72-
| Site | 5.00.9060.1000 |
72+
| Full Version | 5.00.9068.1008 |
7373
| Configuration Manager console | 5.2111.1052.1700 |
7474
| Client | 5.00.9068.1008 |
7575

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Connected cache update for Microsoft Endpoint Configuration Manager version 2111
3+
titleSuffix: Configuration Manager
4+
description: Console update for 2111
5+
ms.date: 1/21/2022
6+
ms.prod: configuration-manager
7+
ms.technology: configmgr-core
8+
ms.topic: reference
9+
ms.assetid: 41afa274-7561-4c0e-80af-2d0fe01699ef
10+
author: bhuney
11+
ms.author: brianhun
12+
manager: dougeby
13+
---
14+
15+
# Connected cache update for Microsoft Endpoint Configuration Manager version 2111
16+
17+
*Applies to: Configuration Manager (current branch, version 2111)*
18+
## Summary of KB12819689
19+
20+
An update is available to resolve the following issue with Configuration Manager current branch, version 2111.
21+
22+
- The Microsoft Connected Cache (MCC) feature is not used as expected for Win32 apps deployed through Microsoft Intune in a co-managed environment.
23+
Review of the IntuneManagementExtension.log file shows an internet-based **DownloadURL** value.
24+
The MCC component is enabled by selecting the **Enable this distribution point to be used as Microsoft Connected Cache server** option in a distribution point's properties.
25+
26+
27+
## Update information for Microsoft Endpoint Configuration Manager, version 2111
28+
The following hotfix to resolve this problem is available for download from the Microsoft Download Center:
29+
30+
[Download this hotfix now](https://download.microsoft.com/download/a/3/a/a3af1ea3-79ba-4600-8953-c2a4b6b8b970/DoincInstall.exe).
31+
32+
After you download this hotfix, refer to the following installation instructions.
33+
34+
## Installation instructions
35+
1. Confirm there is not currently an installation of the MCC component in progress. This is done by checking for status message **9522**, generated by the `SMS_DISTRIBUTION_MANAGER` component. The 9522 message indicates that installation is no longer being retried.
36+
2. Copy the new version of `DoincInstall.exe`, version **1.5.5.9002**, to the `{SMSInstallDir}\bin\x64` folder on all site servers, including the Central Administration Site (CAS) if present, and any passive sites.
37+
3. Uncheck the **Enable this distribution point to be used as Microsoft Connected Cache server** option in the affected distribution point’s properties.
38+
4. Wait for the uninstall of MCC to complete on the distribution point. This can be confirmed by looking for a **9152** success status message, combined with the following entry in `distmgr.log`.
39+
```text
40+
Finished waiting for DoincInstall. InvocationState: UninstallCompleted. InvocationExitCode: 0. InvocationMessage: .
41+
```
42+
5. Recheck the **Enable this distribution point to be used as Microsoft Connected Cache server** option for the affected distribution point.
43+
44+
> [!TIP]
45+
> For sites with a large number of distribution points, replace steps 4 - 5 above with the following.
46+
> - Create an empty file named `resetdps.trn` and place it in the `{SMSInstallDir}\inboxes\distmgr.box` folder. This will reinstall all distribution points for that site using the latest version of `DoincInstall.exe` copied in step 3. above.
47+
48+
## Prerequisites
49+
To apply this hotfix, you must be using Microsoft Endpoint Configuration Manager, versions 1910 through versions 2111.
50+
51+
## Restart information
52+
You don't have to restart the computer after you apply this hotfix.
53+
54+
## Hotfix replacement information
55+
This hotfix replaces the following previously released hotfix.
56+
57+
[KB5001600 Microsoft Connected Cache component fails to install on Configuration Manager current branch](../../hotfix/2010/5001600.md)
58+
59+
## File information
60+
File information is available in the downloadable [KB12819689_FileList.txt](https://aka.ms/KB12819689_FileList) text file.
61+
62+
## Release history
63+
- January 21, 2022: Initial hotfix release

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: 2111/12709700.md
1010
- name: KB 12959506 Client update for Configuration Manager 2111
1111
href: 2111/12959506.md
12+
- name: KB 12819689 Connected cache update for Microsoft Endpoint Configuration Manager version 2111
13+
href: 2111/12819689.md
1214
- name: Version 2107
1315
items:
1416
- name: KB 10096997 Summary of changes in 2107

0 commit comments

Comments
 (0)