Skip to content

Commit 0315217

Browse files
authored
Merge pull request #8355 from MicrosoftDocs/main
Publish main to live on 8/31 @ 10:30 am
2 parents bd9e412 + aaec2b6 commit 0315217

9 files changed

Lines changed: 98 additions & 8 deletions

File tree

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: Summary of changes in Configuration Manager current branch, version 2207
3+
titleSuffix: Configuration Manager
4+
description: Article listing changes in Configuration Manager current branch, version 2207
5+
ms.date: 08/30/2022
6+
ms.prod: configuration-manager
7+
ms.technology: configmgr-core
8+
ms.topic: reference
9+
ms.assetid: 9271169f-2ec2-415c-b3f3-a2293218ada5
10+
author: bhuney
11+
ms.author: brianhun
12+
manager: dougeby
13+
---
14+
15+
# Summary of changes in Configuration Manager current branch, version 2207
16+
17+
*Applies to: Configuration Manager (current branch, version 2207)*
18+
19+
## Summary of KB14840616
20+
Release version 2207 of Microsoft Endpoint Configuration Manager current branch contains fixes and feature improvements.
21+
The "Issues that are fixed" list isn't inclusive of all changes. Instead, it highlights changes the product development team believes are most relevant to the broad Configuration Manager customer base. Many of these changes were made in response to customer feedback about product issues and improvements.
22+
23+
##### Notes
24+
- Version 2207 is available as an in-console update that can be installed at the top-tier site in a hierarchy.
25+
- For installation information, see [Checklist for installing update 2207 for System Center Configuration Manager](../../core/servers/manage/checklist-for-installing-update-2207.md).
26+
- For more information about the changes that are included in version 2207, see [What's new in version 2207 of Configuration Manager current branch](../../core/plan-design/changes/whats-new-in-version-2207.md).
27+
- This globally available release contains all of the fixes summarized in the following article.
28+
29+
KB [14244456](../../hotfix/2203/14244456.md): Update rollup for Microsoft Endpoint Configuration Manager current branch, version 2203
30+
31+
## Issues that are fixed
32+
33+
<!-- 13923149 -->
34+
- The default timeout period for hardware inventory reports is reduced from eight weeks to one week. This reduces the length of time that messages from the client may queue if there is a temporary problem communicating with a management point.
35+
<!-- 2840033 -->
36+
- The **Format and Partition Disk** task sequence step incorrectly sets the *Type* value of a recovery partition to 0x7 instead of 0x27.
37+
<!-- 9421122 -->
38+
- The *IsVirtual* discovery property can incorrectly toggle from a value of 1 to a value of zero when system discovery runs after heartbeat discovery. The value is set back to a 1 after the next heartbeat discovery cycle.
39+
<!-- 10898529 -->
40+
- Computers with updated BIOS may be duplicated in some collections. This happens because of duplicate information stored in the hardware inventory tables.
41+
<!-- 12554467 -->
42+
- Clients may generate excessive traffic to the Management point while downloading the WebView2 installation files. This happens after enabling the **Display custom tabs with Microsoft Edge WebView2 runtime** client setting. This update adds randomization to the WebView2 download process to reduce overall management point load.
43+
<!-- 1261946 -->
44+
- Discovery data for computers from untrusted domains may be marked as obsolete when they go through the client re-registration process.
45+
<!-- 13177588 -->
46+
- The **New-CMFolder** PowerShell cmdlet allows invalid characters as input for folder names. This prevents later modification of the folder name in the Configuration Manager console.
47+
<!-- 13464778 -->
48+
- The **Get-CMObjectSecurityScope** PowerShell cmdlet doesn't work when run against a folder. The following error is logged by the cmdlet.
49+
```text
50+
WARNING: Unrecognized object type 'SMS_ObjectContainerNode'. Could not retrieve object security scope.
51+
```
52+
<!-- 14022391 -->
53+
- The legend values in antimalware reports are displayed as placeholders such as "_1", "_2", instead of their correct localized names.
54+
<!-- 14563799 -->
55+
- Default hardware inventory classes may be disabled when installing a new Configuration Manager client.
56+
<!-- 14567825 -->
57+
- The task sequence *Install application* step now captures the correct executable name - smsappinstall.exe - in the smsts.log file.
58+
<!-- 14716643 -->
59+
- Logging for the SMS_Service_Connector component is enhanced for easier troubleshooting.
60+
<!-- 14918873 -->
61+
- The data warehouse process (Microsoft.ConfigMgrDataWarehouse.exe) may terminate unexpectedly in large environments when SQL change tracking is enabled.
62+
<!-- 15037050 -->
63+
- Heartbeat discovery data records (DDR files) from Windows 365 Cloud PC clients are rejected. The following error is recorded in the ddm.log file on the site server.
64+
```text
65+
CDiscoveryPropertyBase::Validate - Max width of property "CloudPCInfo" exceeds maximum 900 characters
66+
```
67+
<!-- 14916633 -->
68+
- If the **Upload to Microsoft Endpoint Manager admin center** option is disabled and re-enabled in Cloud Attach properties, the option for **Role-based Access Control** can't be enabled again.
69+
<!-- 14727900 -->
70+
- The **Native client app** value is blank after completing the Azure Services wizard.
71+
<!-- 14960789 -->
72+
- The Search tab disappears from the Configuration Manager console after completing a search on a top level node, or after changing options from *Current Node* to *All Subfolders*.
73+
74+
## Hotfixes that are included in this update
75+
- KB [14480034](../../hotfix/2203/14480034.md): Registration fails for PKI clients after updating to Configuration Manager current branch, version 2203
76+
- KB [14244456](../../hotfix/2203/14244456.md): Update rollup for Microsoft Endpoint Configuration Manager version 2203

memdocs/configmgr/hotfix/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ items:
33
href: index.yml
44
- name: Version 2207
55
items:
6+
- name: KB 14840616 Summary of changes in 2207
7+
href: 2207/14840616.md
68
- name: KB 14978429 Connected cache update for Microsoft Endpoint Configuration Manager version 2207
79
href: 2207/14978429.md
810
- name: Version 2203

memdocs/configmgr/hotfix/index.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ metadata:
1717
ms.localizationpriority: high
1818

1919
landingContent:
20+
- title: Configuration Manager 2207
21+
linkLists:
22+
- linkListType: overview
23+
links:
24+
- text: KB 14840616 Summary of changes in 2207
25+
url: 2207/14840616.md
2026
- title: Configuration Manager 2203
2127
linkLists:
2228
- linkListType: overview

memdocs/intune/configuration/delivery-optimization-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To configure Intune to use these settings, see [Deliver updates](delivery-optimi
6666
## Bandwidth
6767

6868
> [!NOTE]
69-
> **DOMaxDownloadBandwidth** and **DOMaxUploadBandwidth** are [deprecated](/windows/deployment/deploy-whats-new#delivery-optimization) with the Windows 10, version 2004 release. Instead, use **DO Max Foreground Download Bandwidth** and **DO Max Background Download Bandwidth** that can be configured through the Intune [settings catalog](/configuration/settings-catalog.md).
69+
> **DOMaxDownloadBandwidth** and **DOMaxUploadBandwidth** are [deprecated](/windows/deployment/deploy-whats-new#delivery-optimization) with the Windows 10, version 2004 release. Instead, use **DO Max Foreground Download Bandwidth** and **DO Max Background Download Bandwidth** that can be configured through the Intune [settings catalog](settings-catalog.md).
7070
7171
|Setting |Windows version |Details |
7272
|---------|---------|---------|

memdocs/intune/enrollment/enrollment-restrictions-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ Intune also blocks personal devices using these enrollment methods:
163163
## Next steps
164164

165165
Use the table-of-contents to step through each article in the enrollment restrictions how-to guide, or jump to an article using the following links:
166-
* [Create device platform enrollment restrictions](create-device-limit-restrictions.md)
167-
* [Create device limit enrollment restrictions](create-device-platform-restrictions.md)
166+
* [Create device platform enrollment restrictions](create-device-platform-restrictions.md)
167+
* [Create device limit enrollment restrictions](create-device-limit-restrictions.md)
168168
* [View enrollment reports](view-enrollment-reports.md)
169169

170170

memdocs/intune/fundamentals/licenses.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Intune is included in the following licenses:
4545
- Microsoft 365 Government G3
4646
- Intune for Education
4747

48+
> [!NOTE]
49+
> For additonal licensing information about Intune for Education, see [Microsoft 365 Education](/office365/servicedescriptions/office-365-platform-service-description/microsoft-365-education).
50+
4851
## Microsoft Intune for Education
4952

5053
Intune for Education is included in the following licenses:
@@ -130,4 +133,4 @@ If you don't have a license for Azure AD Premium, see [Sign up for Azure Active
130133

131134
For the latest information about product editions, product licensing updates, volume licensing plans, and other information related to your specific use cases, see the [Microsoft Licensing](https://www.microsoft.com/licensing/default) page.
132135

133-
For information about how user and device licenses affect access to services, as well as how to assign a license to a user, see the [Assign Intune licenses to your user accounts article](licenses-assign.md).
136+
For information about how user and device licenses affect access to services, as well as how to assign a license to a user, see the [Assign Intune licenses to your user accounts article](licenses-assign.md).

memdocs/intune/fundamentals/monitor-audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can review audit logs in the monitoring group for each Intune workload:
5656
4. Select **Apply**.
5757
5. Select an item in the list to see the activity details.
5858

59-
For related information about audit logs, see [Addition information](../fundamentals/monitor-audit-logs.md#additional-information).
59+
For related information about audit logs, see [Additional information](../fundamentals/monitor-audit-logs.md#additional-information).
6060

6161
## Route logs to Azure Monitor
6262

memdocs/intune/protect/endpoint-security-firewall-rule-tool.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: brenduns
88
ms.author: brenduns
99
manager: dougeby
10-
ms.date: 07/14/2020
10+
ms.date: 08/31/2022
1111
ms.topic: overview
1212
ms.service: microsoft-intune
1313
ms.subservice: protect
@@ -31,7 +31,7 @@ ms.reviewer: laarrizz
3131

3232
Many organizations are moving their security configuration to Microsoft Endpoint Manager to make use of modern, cloud-based management. Endpoint security in Endpoint Manager offers rich management experiences of Windows Firewall configuration and granular firewall rule management.
3333

34-
Because it can be challenging to move large numbers of existing Group Policies for Windows Firewall rules to Endpoint security policies in Endpoint Manager, we've created the **Endpoint security firewall rule migration tool**.
34+
Because it can be challenging to move large numbers of existing Group Policies for Windows Firewall rules to Endpoint security policies in Endpoint Manager, we've created the **Endpoint security firewall rule migration tool**, which is a PowerShell script.
3535

3636
When you run the **Endpoint security firewall rule migration tool** on a reference Windows 10/11 client that has firewall rules based on Group Policy applied, the tool can automatically create Endpoint security firewall rule policies in Endpoint Manager. After the endpoint security rules are created, administrators can target the rules to Azure AD groups to configure MDM and co-managed clients.
3737

@@ -41,6 +41,9 @@ Download the [Endpoint security firewall rule migration tool](https://aka.ms/End
4141

4242
## Tool usage
4343

44+
> [!TIP]
45+
> The tool's PowerShell script looks for endpoint security policies that target **MDM**. When there are no policies that target **MDM**, the script can loop and fail to exit. To work around this condition, either add a policy that targets MDM before running the script, or edit the line 46 of the script to the following: `while(($profileNameExist) -and ($profiles.Count -gt 0))`
46+
4447
Run the tool on a reference machine to migrate that machines current Windows Firewall rule configuration. When run, the tool exports all enabled firewall rules that are present on the device, and automatically creates new Intune policies with the collected rules.
4548

4649
1. Sign in to the reference machine with local administrator privileges.

windows-365/enterprise/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The **Azure network connection** tab has a new health check: **Localization lang
6060

6161
#### Review Cloud PC connectivity health checks and errors in Microsoft Endpoint Manager admin center<!--38469622 -->
6262

63-
You can now review connectivity health checks and errors in the Microsoft Endpoint Manager admin center to help you understand if your users are experiencing connectivity issues. You’ll also get a troubleshooting tool to help resolve connectivity issues. To see the checks, select **Devices** > **Windows 365** > **Azure network connections** > select a connection in the list > **Overview**.
63+
You can now review connectivity health checks and errors in the Microsoft Endpoint Manager admin center to help you understand if your users are experiencing connectivity issues. You’ll also get a troubleshooting tool to help resolve connectivity issues. To see the checks, select **Devices** > **Windows 365** > **Azure network connections** > select a connection in the list > **Overview**. This feature is rolling out to all customers over the next few weeks.
6464

6565
<!-- vvvvvvvvvvvvvvvvvvvvvv -->
6666
### Provisioning

0 commit comments

Comments
 (0)