Skip to content

Commit e41ff95

Browse files
authored
Merge pull request #8387 from MicrosoftDocs/main
OOB publish for 2207 FR catchup
2 parents d8c1026 + f880d98 commit e41ff95

9 files changed

Lines changed: 95 additions & 11 deletions

File tree

memdocs/cloud-native-windows-endpoints.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: scottbreenmsft
99

1010
ms.author: brenduns
1111
manager: dougeby
12-
ms.date: 06/01/2022
12+
ms.date: 09/07/2022
1313
ms.topic: conceptual
1414
ms.service: mem
1515
ms.subservice: fundamentals
@@ -561,6 +561,12 @@ Following are some settings available in the settings catalog that might be rele
561561
- Microsoft App Store
562562
- Require Private Store Only - **Only Private store is enabled**
563563

564+
> [!NOTE]
565+
> This setting applies to Windows 10. On Windows 11, this setting blocks access to the public Microsoft store. A private store is coming to Windows 11. For more information, go to:
566+
>
567+
> - [Update to Endpoint Manager integration with the Microsoft Store on Windows](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/update-to-endpoint-manager-integration-with-the-microsoft-store/ba-p/3585077)
568+
> - [FAQ: Supporting Microsoft Store experiences on managed devices](https://techcommunity.microsoft.com/t5/windows-management/faq-supporting-microsoft-store-experiences-on-managed-devices/m-p/3585286)
569+
564570
- **Block Gaming**
565571
Organizations might prefer that corporate endpoints can't be used to play games. The Gaming page within the Settings app can be hidden entirely using the following setting.
566572
For additional information on the settings page visibility, go to the [CSP documentation](/windows/client-management/mdm/policy-csp-settings#settings-pagevisibilitylist) and the ms-settings [URI scheme reference](/windows/uwp/launch-resume/launch-settings-app#ms-settings-uri-scheme-reference).
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 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+
<!-- 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 26, 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

memdocs/intune/configuration/android-zebra-mx-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: MandiOhlinger
88
ms.author: mandia
99
manager: dougeby
10-
ms.date: 04/15/2021
10+
ms.date: 09/07/2022
1111
ms.topic: how-to
1212
ms.service: microsoft-intune
1313
ms.subservice: configuration
@@ -67,7 +67,7 @@ If Google Play isn't available, download the [Microsoft Intune Company Portal fo
6767

6868
"Sideloading" is when you don't use Google Play to install an app. To sideload the Company Portal app, use StageNow.
6969

70-
The following steps provide an overview. For specific details, see Zebra's documentation. [Enroll in an MDM using StageNow](http://techdocs.zebra.com/stagenow/3-1/Profiles/enrollmdm/) (opens Zebra's web site) may be a good resource.
70+
The following steps provide an overview. For specific details, see Zebra's documentation. [Enroll in an MDM using StageNow](https://techdocs.zebra.com/stagenow/5-7/Profiles/enrollmdm/) (opens Zebra's web site) may be a good resource.
7171

7272
1. In StageNow, create a profile for **Enroll in an MDM**.
7373
2. In **Deployment**, choose to download the MDM agent file.
@@ -108,7 +108,7 @@ After completing the first two steps, the Company Portal app is installed on the
108108

109109
## Step 4: Create a device management profile in StageNow
110110

111-
Use StageNow to create a profile that configures the settings you want to manage on the device. For specific details, see Zebra's documentation. [Profiles](http://techdocs.zebra.com/stagenow/3-2/stagingprofiles/) (opens Zebra's website) may be a good resource.
111+
Use StageNow to create a profile that configures the settings you want to manage on the device. For specific details, see Zebra's documentation. [Profiles](https://techdocs.zebra.com/stagenow/5-7/stagingprofiles/) (opens Zebra's website) may be a good resource.
112112

113113
When you create the profile in StageNow, on the last step, select **Export to MDM**. This step generates an XML file. Save this file. You need it in a later step.
114114

memdocs/intune/fundamentals/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can use RSS to be notified when this page is updated. For more information,
6060
### Role-based access control
6161
### Scripts
6262
-->
63-
63+
6464
## Week of September 05, 2022
6565

6666
### Device management

memdocs/intune/remote-actions/remote-help.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,3 +373,4 @@ Version 4.0.0.0 - GA release
373373
## Next steps
374374

375375
[Get support in Microsoft Endpoint Manager admin center](../../get-support.md)
376+

windows-365/enterprise/requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You must use [Microsoft Endpoint Manager admin center](https://admin.microsoft.c
7171

7272
## Role and identity requirements
7373

74-
- Admin role: You must be an [Intune Administrator in Azure AD](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#intune-administrator) or [Windows 365 Administrator](/azure/active-directory/roles/permissions-reference#windows-365-administrator) to provision Cloud PCs.
74+
- Admin role: You must be an [Intune Administrator in Azure AD](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#intune-administrator) or [Windows 365 Administrator](/azure/active-directory/roles/permissions-reference) to provision Cloud PCs.
7575
- User identity: Cloud PC users must be configured with [hybrid identities](/azure/active-directory/hybrid/whatis-hybrid-identity) so that they can authenticate with resources both on-premises and in the cloud.
7676

7777
## Supported Azure regions for Cloud PC provisioning
@@ -87,15 +87,15 @@ Windows 365 manages the capacity and availability of underlying Azure resources
8787
- Asia Southeast
8888
- Australia East
8989
- Canada Central
90-
- East Asia Regions
91-
- East Korea Central
90+
- East Asia
91+
- Korea Central
9292
- Europe North
9393
- Europe West
9494
- France Central
9595
- Germany West Central
9696
- India Central
9797
- Japan East
98-
- Norway
98+
- Norway East
9999
- Switzerland North
100100
- UK South
101101

windows-365/enterprise/whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ You can now review connectivity health checks and errors in the Microsoft Endpoi
6565
<!-- vvvvvvvvvvvvvvvvvvvvvv -->
6666
### Provisioning
6767

68-
#### New supported Azure regions: East Asia Regions, East Korea Central, Norway, Switzerland North<!--37678838-->
68+
#### New supported Azure regions: East Asia, Korea Central, Norway East, Switzerland North<!--37678838-->
6969

70-
New Azure regions are now supported for Windows 365 Cloud PC provisioning: East Asia Regions, East Korea Central, Norway, and Switzerland North.
70+
New Azure regions are now supported for Windows 365 Cloud PC provisioning: East Asia, Korea Central, Norway East, and Switzerland North.
7171

7272
For more information about supported Azure regions, see [Supported Azure regions for Cloud PC provisioning](requirements.md#supported-azure-regions-for-cloud-pc-provisioning).
7373

0 commit comments

Comments
 (0)