Skip to content

Commit 6822da3

Browse files
committed
2203 Early Update ring KB draft
1 parent acc7cd0 commit 6822da3

3 files changed

Lines changed: 90 additions & 1 deletion

File tree

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
title: Update for Microsoft Endpoint Configuration Manager version 2203, early update ring
3+
titleSuffix: Configuration Manager
4+
description: Configuration Manager 2203 early update ring
5+
ms.date: 05/02/2022
6+
ms.prod: configuration-manager
7+
ms.technology: configmgr-core
8+
ms.topic: reference
9+
ms.assetid: 9ce22f76-5d82-484d-97bf-04ad625bb15a
10+
author: bhuney
11+
ms.author: brianhun
12+
manager: dougeby
13+
---
14+
# Update for Microsoft Endpoint Configuration Manager version 2203, early update ring
15+
16+
*Applies to: Configuration Manager (current branch, version 2203)*
17+
## Summary of KB13953025
18+
An update is available to administrators who opted in through a PowerShell script to the early update ring deployment for Microsoft Endpoint Configuration Manager current branch, version 2203. You can access the update in the Updates and Servicing node of the Configuration Manager console.
19+
20+
This update addresses important, late-breaking issues that were resolved after version 2203 became available globally. This article summarizes the most significant changes.
21+
This update does not apply to sites that downloaded version 2203 on April 26, 2022, or a later date. Therefore, it will not be listed in the Configuration Manager console for those sites.
22+
23+
## Issues that are fixed
24+
<!-- 13969954 -->
25+
- The number of clients reporting an unhealthy state increases unexpectedly after installing an early update release of Configuration Manager current branch, version 2203.
26+
27+
<!-- 13985659 -->
28+
- Windows Feature Updates do not apply as expected due to a timing condition during shutdown of the SMS Agent Host service (CCMExec.exe).
29+
30+
<!-- 13957165 -->
31+
- Administrators are unable to offboard from the Azure US Government Cloud because the checkbox for *Upload to Microsoft Endpoint Manager admin center* is disabled.
32+
33+
<!-- 13990381 -->
34+
- The Configuration Manager console terminates unexpectedly if you select the *Community Hub* node before the *Documentation* node finishes loading.
35+
36+
<!-- 14106553 -->
37+
- The **Browse** button on the collection picker for the Windows 10 servicing dashboard does not work. The SMSAdminUI.log contains errors resembling the following:
38+
```text
39+
Webview: Win10ServicingHomePageScriptManager: An error occurred processing request type 'LaunchWizardCollectionPicker' error is InvalidOperationException : System.InvalidOperationException: The calling thread must be STA, because many UI components require this.
40+
```
41+
42+
## Update information for Microsoft Endpoint Configuration Manager, version 2203 early update ring
43+
<!-- TEMPLATE: The two dates below = when fast ring was first released and when slow ring made available -->
44+
This update is available in the Updates and Servicing node of the Configuration Manager console for environments that were installed by using the publicly available early update ring builds of version 2203. These builds were available for download between April 9 and April 25, 2022.
45+
46+
To verify which build is installed, look for a package GUID by adding the Package GUID column to the details pane of the Updates and Servicing node in the console. This update applies to first wave installations of version 2203 from packages that have the following GUIDs:
47+
48+
- 08AA4546-8F69-4F42-9C24-5A022ECEEB87
49+
- 56DB32EE-4377-460E-BB19-5095FBCFBE1D
50+
51+
### Restart information
52+
This update does not require a computer restart but will initiate a [site reset](../../core/servers/manage/modify-your-infrastructure.md#bkmk_reset) after installation.
53+
54+
### Update replacement information
55+
This update does not replace any previously released update.
56+
57+
### Additional installation information
58+
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.
59+
60+
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:
61+
```code
62+
select dbo.fnGetSecondarySiteCMUpdateStatus ('SiteCode_of_secondary_site')
63+
```
64+
If the value 1 is returned, the site is up to date with all the hotfixes applied on its parent primary site.
65+
66+
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.
67+
68+
## Version information
69+
The following major components are updated to the versions specified:
70+
71+
|Component |Version |
72+
|---|---|
73+
| Configuration Manager console | 5.2203.1063.1500 |
74+
| Client | 5.0.9078.1007 |
75+
76+
## File information
77+
File information is available in the downloadable [KB13953025_FileList.txt](https://aka.ms/KB13953025_FileList) text file.
78+
79+
## Release history
80+
- May 2, 2022: Initial hotfix release
81+
82+
## References
83+
[Updates and servicing for Configuration Manager](../../core/servers/manage/updates.md)
84+
85+
[Summary of changes in 2203](../../hotfix/2203/13174460.md)

memdocs/configmgr/hotfix/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ items:
55
items:
66
- name: KB 13174460 Summary of changes in 2203
77
href: 2203/13174460.md
8+
- name: KB 13953025 Early update ring
9+
href: 2203/13953025.md
810
- name: Version 2111
911
items:
1012
- name: KB 10096997 Summary of changes in 2111

memdocs/configmgr/hotfix/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ landingContent:
2121
linkLists:
2222
- linkListType: overview
2323
links:
24-
- text: KB 11052354 Summary of changes in 2203
24+
- text: KB 13174460 Summary of changes in 2203
2525
url: 2203/13174460.md
26+
- text: KB 13953025 Early update ring
27+
url: 2203/13953025.md
2628
- title: Configuration Manager 2111
2729
linkLists:
2830
- linkListType: overview

0 commit comments

Comments
 (0)