Skip to content

Commit 783b900

Browse files
authored
Merge pull request #7499 from MicrosoftDocs/main
Publish 05/02/2022, 10:30 AM
2 parents beb41c4 + d6fdb6c commit 783b900

5 files changed

Lines changed: 96 additions & 7 deletions

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 20, 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 19, 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.1006 |
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

memdocs/intune/configuration/device-restrictions-ios.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You can also **Import** a CSV file with the list of app names and their bundle I
153153

154154
- **Require Safari fraud warnings**: **Yes** requires fraud warnings to be shown in the web browser on devices. When set to **Not configured** (default), Intune doesn't change or update this setting. By default, the OS might not show these warnings.
155155

156-
### Settings apply to: Device enrollment, Automated device enrollment (supervised)
156+
### Settings apply to: Device enrollment and Automated device enrollment (supervised)
157157

158158
- **Block internet search results from Spotlight**: **Yes** stops Spotlight from returning any results from an Internet search. When set to **Not configured** (default), Intune doesn't change or update this setting. By default, the OS might allow Spotlight search connect to the Internet to provide search results.
159159

@@ -322,7 +322,7 @@ You can also **Import** a CSV file with the list of app names and their bundle I
322322

323323
## Domains
324324

325-
### Settings apply to: Device enrollment, Automated device enrollment (supervised)
325+
### Settings apply to: Device enrollment and Automated device enrollment (supervised)
326326

327327
- **Unmarked email domains**: Add one or more domain URLs to the list. When users receive an email from a domain other than the domains you enter, the email is marked as untrusted in the iOS/iPadOS Mail app.
328328

@@ -344,7 +344,7 @@ You can also **Import** a CSV file with the list of app names and their bundle I
344344

345345
- **Block screenshots and screen recording**: **Yes** prevents screenshots or screen captures on devices. In iOS/iPadOS 9.0 and newer, it also blocks screen recordings. When set to **Not configured** (default), Intune doesn't change or update this setting. By default, the OS might let users capture the screen contents as an image or as a video.
346346

347-
### Settings apply to: Device enrollment, Automated device enrollment (supervised)
347+
### Settings apply to: Device enrollment and Automated device enrollment (supervised)
348348

349349
- **Block Untrusted TLS certificates**: **Yes** prevents untrusted Transport Layer Security (TLS) certificates on devices. When set to **Not configured** (default), Intune doesn't change or update this setting. By default, the OS might allow TLS certificates.
350350
- **Block over-the-air PKI updates**: **Yes** prevents your users from receiving software updates unless devices are connected to a computer. When set to **Not configured** (default), Intune doesn't change or update this setting. By default, the OS might allow a device to receive software updates without being connected to a computer.
@@ -640,7 +640,7 @@ You can also **Import** a CSV file with the list of app names and their bundle I
640640

641641
## Restricted apps
642642

643-
### Settings apply to: Device enrollment, Automated device enrollment (supervised)
643+
### Settings apply to: Device enrollment and Automated device enrollment (supervised)
644644

645645
- **Type of restricted apps list**: Create a list of apps that users aren't allowed to install or use. Your options:
646646

@@ -721,7 +721,7 @@ You can also:
721721
722722
## Wireless
723723

724-
### Settings apply to: Device enrollment, Automated device enrollment (supervised)
724+
### Settings apply to: Device enrollment and Automated device enrollment (supervised)
725725

726726
- **Block data roaming**: **Yes** prevents data roaming over the cellular network. When set to **Not configured** (default), Intune doesn't change or update this setting. By default, the OS might allow data roaming when the device is on a cellular network.
727727

memdocs/intune/remote-actions/devices-wipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The **Retain enrollment state and user account** option is only available for Wi
5353

5454
MDM policies will be reapplied the next time the device connects to Intune.
5555

56-
A wipe is useful for resetting a device before you give the device to a new user, or when the device has been lost or stolen. Be careful about selecting **Wipe**. Data on the device cannot be recovered.
56+
A wipe is useful for resetting a device before you give the device to a new user, or when the device has been lost or stolen. Be careful about selecting **Wipe**. Data on the device cannot be recovered. This level of device wipe follows a standard file delete process, rather than a low-level delete.
5757

5858
### Wiping a device
5959

0 commit comments

Comments
 (0)