Skip to content

Commit 35aee11

Browse files
committed
2207 fast ring article
1 parent 107f895 commit 35aee11

3 files changed

Lines changed: 77 additions & 0 deletions

File tree

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: Update for Microsoft Endpoint Configuration Manager version 2207, early update ring
3+
titleSuffix: Configuration Manager
4+
description: Configuration Manager 2207 early update ring
5+
ms.date: 09/07/2022
6+
ms.prod: configuration-manager
7+
ms.technology: configmgr-core
8+
ms.topic: reference
9+
ms.assetid: e415b202-887a-4ad1-ade3-182e9a4ca03a
10+
author: bhuney
11+
ms.author: brianhun
12+
manager: dougeby
13+
---
14+
# Update for Microsoft Endpoint Configuration Manager version 2207, early update ring
15+
16+
*Applies to: Configuration Manager (current branch, version 2207)*
17+
## Summary of KB14955905
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 2207. 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 2207 became available globally. This article summarizes the most significant changes.
21+
This update does not apply to sites that downloaded version 2207 on August 31, 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+
<!-- 15295866 -->
25+
- Administrators with tenant attached devices are not able to manage software updates when Intune role-based access control (RBAC) is used.
26+
<!-- 15169634 -->
27+
- The Configuration Manager console terminates unexpectedly when resuming from sleep or standby.
28+
<!-- 15208086 -->
29+
- An Automatic Deployment Rule (ADR) may not be visible after moving it to a folder in the Configuration Manager console.
30+
31+
## Update information for Microsoft Endpoint Configuration Manager, version 2207 early update ring
32+
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 2207. These builds were available for download between August 13 and August 30, 2022.
33+
34+
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 2207 from packages that have the following GUIDs:
35+
36+
- 91959D25-96B7-47FA-A36E-E958F2454CE3
37+
38+
### Restart information
39+
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.
40+
41+
### Update replacement information
42+
This update does not replace any previously released update.
43+
44+
### Additional installation information
45+
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.
46+
47+
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:
48+
```code
49+
select dbo.fnGetSecondarySiteCMUpdateStatus ('SiteCode_of_secondary_site')
50+
```
51+
If the value 1 is returned, the site is up to date with all the hotfixes applied on its parent primary site.
52+
53+
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.
54+
55+
## Version information
56+
The following major components are updated to the versions specified:
57+
58+
|Component |Version |
59+
|---|---|
60+
| Configuration Manager console | 5.2207.1048.1700 |
61+
| Client | 5.0.9088.1010|
62+
63+
## File information
64+
File information is available in the downloadable [KB14955905_FileList.txt](https://aka.ms/KB14955905_FileList) text file.
65+
66+
## Release history
67+
- September 7, 2022: Initial hotfix release
68+
69+
## References
70+
[Updates and servicing for Configuration Manager](../../core/servers/manage/updates.md)
71+
72+
[Summary of changes in 2207](../../hotfix/2207/14840616.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 14840616 Summary of changes in 2207
77
href: 2207/14840616.md
8+
- name: KB 14959905 Early update ring
9+
href: 2207/14959905.md
810
- name: KB 14978429 Connected cache update for Microsoft Endpoint Configuration Manager version 2207
911
href: 2207/14978429.md
1012
- name: Version 2203

memdocs/configmgr/hotfix/index.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ landingContent:
2323
links:
2424
- text: KB 14840616 Summary of changes in 2207
2525
url: 2207/14840616.md
26+
- text: KB 14959905 Early update ring
27+
url: 2207/14959905.md
28+
2629
- title: Configuration Manager 2203
2730
linkLists:
2831
- linkListType: overview

0 commit comments

Comments
 (0)