Skip to content

Commit e10e973

Browse files
authored
Merge branch 'main' into patch-134
2 parents a7f83b6 + b5fd417 commit e10e973

138 files changed

Lines changed: 3383 additions & 880 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

memdocs/autopilot/autopilot-mbr.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@ To reregister an Autopilot device from Intune, an IT Admin would:
180180
2. Navigate to Device enrollment > Windows enrollment > Devices > Import.
181181
3. Click the **Import** button to upload a csv file containing the device ID of the device to be reregistered. The device ID was the 4K HH captured by the PowerShell script or OA3 tool described previously in this document.
182182

183-
The following video provides a good overview of how to (re)register devices via MSfB.<br>
184-
185-
> [!VIDEO https://www.youtube.com/embed/IpLIZU_j7Z0]
186-
187183
### Reregister from MPC
188184

189185
To reregister an Autopilot device from MPC, an OEM or CSP would:

memdocs/autopilot/enrollment-autopilot.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ ms.collection:
5252

5353
- **Group type**: Select **Security**.
5454
- **Group name** and **Group description**: Enter a name and description for your group.
55-
- **Azure AD roles can be assigned to the group**: **Yes** allows Azure AD roles to be assigned to the group you're creating. Once set, the group is permanently and always allowed to be assigned Azure AD roles. When set to **No**, Azure AD roles aren't assigned to this group.
55+
- **Azure AD roles can be assigned to the group**: Select **No**, Azure AD roles aren't assigned to this group.
5656

5757
For more information, see [Use cloud groups to manage role assignments in Azure AD](/azure/active-directory/roles/groups-concept).
5858

59-
- **Membership type**: Choose how devices become members of this group. Select **Assigned**, **Dynamic user**, or **Dynamic Device**. For more information, see [Add groups to organize users and devices](../intune/fundamentals/groups-add.md).
59+
- **Membership type**: Choose how devices become members of this group. Select **Dynamic Device**. For more information, see [Add groups to organize users and devices](../intune/fundamentals/groups-add.md).
6060
- **Owners**: Select users that own the group. Owners can also delete this group.
61-
- **Members**: Select Autopilot devices that belong to this group. Autopilot devices that aren't enrolled show the serial number for the device name.
6261
- **Dynamic device members**: Select **Add dynamic query** > **Add expression**.
6362

6463
Create rules using Autopilot device attributes. Autopilot devices that meet these rules are automatically added to the group. Creating an expression using non-autopilot attributes doesn't guarantee that devices included in the group are registered to Autopilot.

memdocs/autopilot/existing-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you want, you can set up an [enrollment status page](enrollment-status.md) (E
8585
Make sure the user account you specify has sufficient administrative rights.
8686
8787
```powershell
88-
Connect-MSGraphApp
88+
Connect-MSGraph
8989
```
9090
9191
Windows requests the user and password for your account with a standard Azure AD form. Type your username and password, and then select **Sign in**.

memdocs/autopilot/networking-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: aczechowski
1313
ms.author: aaroncz
1414
ms.reviewer: jubaptis
1515
manager: dougeby
16-
ms.date: 08/23/2021
16+
ms.date: 08/23/2022
1717
ms.collection:
1818
- M365-modern-desktop
1919
- highpri
@@ -132,7 +132,7 @@ Some of these services will also need to check certificate revocation lists (CRL
132132

133133
The device can be hybrid Azure AD joined. The computer should be on the internal network for hybrid Azure AD join to work. For more information, see [Windows Autopilot user-driven mode](user-driven.md#user-driven-mode-for-hybrid-azure-ad-join).
134134

135-
### <a name="tpm"></a> Autopilot self-Deploying mode and Autopilot pre-provisioning
135+
### <a name="tpm"></a> Autopilot self-deploying mode and Autopilot pre-provisioning
136136

137137
The TPM attestation process requires access to a set of HTTPS URLs, which are unique for each TPM provider. Ensure access to this URL pattern: `*.microsoftaik.azure.net`.
138138

memdocs/autopilot/self-deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Optionally, you can use a [device-only subscription](https://techcommunity.micro
7171
Self-deploying mode uses a device's TPM 2.0 hardware to authenticate the device into an organization's Azure AD tenant. Therefore, devices without TPM 2.0 can't be used with this mode. Devices must also support TPM device attestation. All new Windows devices should meet these requirements. The TPM attestation process also requires access to a set of HTTPS URLs that are unique for each TPM provider. For more information, see the entry for Autopilot self-Deploying mode and Autopilot pre-provisioning in [Networking requirements](networking-requirements.md#tpm). For Windows Autopilot software requirements, see [Windows Autopilot software requirements](./software-requirements.md).
7272

7373
> [!IMPORTANT]
74-
> If you attempt a self-deploying mode deployment on a device that does not have support TPM 2.0 or on a virtual machine, the process will fail when verifying the device with an 0x800705B4 timeout error (Hyper-V virtual TPMs are not supported). Also note that Windows 10, version 1903 or later is required to use self-deploying mode due to issues with TPM device attestation in Windows 10, version 1809. Since Windows 10 Enterprise 2019 LTSC is based on Windows 10 version 1809, self-deploying mode is also not supported on Windows 10 Enterprise 2019 LTSC.
74+
> If you attempt a self-deploying mode deployment on a device that does not have support TPM 2.0 or on a virtual machine, the process will fail when verifying the device with an 0x800705B4 timeout error (Hyper-V virtual TPMs are not supported). Also note that Windows 10, version 1903 or later is required to use self-deploying mode due to issues with TPM device attestation in Windows 10, version 1809.
7575
>
7676
> See [Windows Autopilot known issues](known-issues.md) and [Troubleshoot Autopilot device import and enrollment](troubleshoot-device-enrollment.md) to review other known errors and solutions.
7777

memdocs/autopilot/windows-autopilot-whats-new.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ ms.topic: article
1717

1818
# Windows Autopilot: What's new
1919

20+
## Updates to Autopilot device targeting infrastructure
21+
22+
With Intune 2208 we are updating the Autopilot infrastructure to ensure that the profiles and applications assigned are consistently ready when the devices are deployed. This change reduces the amount of data that needs to be synchronized per-Autopilot device and leverages device lifecycle change events to reduce the amount of time that it takes to recover from device resets for Azure AD and Hybrid Azure AD joined devices. No action is needed to enable this change, it will be rolling out to all clients starting August 2022.
23+
2024
## Update Intune Connector for Active Directory for Hybrid Azure AD joined devices
2125
<!-- 2209 -->
2226

23-
Starting in September 2022, the Intune Connector for Active Directory (ODJ connector) will require .NET Framework version 4.7.2 or later. If you're not already using .NET 4.7.2 or later, the Intune Connector may not work for Autopilot hybrid Azure AD deployments and will result in failures. When you install a new Intune Connector, don't use the connector installation package that was previously downloaded. Download a new version from the **Intune Connector for Active Directory** section of the Microsoft Endpoint Manager admin center. If you're not using the latest version, it may continue to work, but the auto-upgrade feature to provide updates to the Intune Connector won't work.
27+
Starting in September 2022, the Intune Connector for Active Directory (ODJ connector) will require .NET Framework version 4.7.2 or later. If you're not already using .NET 4.7.2 or later, the Intune Connector may not work for Autopilot hybrid Azure AD deployments and will result in failures. When you install a new Intune Connector, don't use the connector installation package that was previously downloaded. Before you install a new connector, update the .NET Framework to version 4.7.2 or later. Download a new version from the **Intune Connector for Active Directory** section of the Microsoft Endpoint Manager admin center. If you're not using the latest version, it may continue to work, but the auto-upgrade feature to provide updates to the Intune Connector won't work.
2428

2529
## Enroll to co-management from Windows Autopilot
2630
<!-- 11300628 -->

memdocs/cloud-native-windows-endpoints.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ Your cloud-native endpoint will need some applications. To get started, we recom
274274

275275
- Select **configuration designer** for the settings format, as opposed to XML.
276276
- Select **Current Channel** for the update channel.
277-
- Ensure that you de-select (uncheck) the option for **OneDrive (Groove)** as this app is the legacy OneDrive. Because OneDrive is included with Windows, it isn't mandatory to install it. Remove other applications you don't want installed by unchecking them.
278277

279278
To deploy Microsoft 365 Apps, go to [Add Microsoft 365 apps to Windows devices using Microsoft Intune](./intune/apps/apps-add-office365.md)
280279

memdocs/configmgr/apps/deploy-use/app-approval.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Approve applications
33
titleSuffix: Configuration Manager
44
description: Learn about the settings and behaviors for application approval in Configuration Manager.
5-
ms.date: 12/01/2021
5+
ms.date: 08/12/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-app
88
ms.topic: conceptual
9-
author: aczechowski
10-
ms.author: aaroncz
11-
manager: dougeby
9+
author: baladelli
10+
ms.author: baladell
11+
manager: apoorvseth
1212
ms.localizationpriority: medium
1313
---
1414

@@ -125,8 +125,8 @@ With these additional optional prerequisites, recipients can approve or deny the
125125

126126
- Set up a [cloud management gateway](../../core/clients/manage/cmg/overview.md).
127127

128-
> [!NOTE]
129-
> This scenario currently doesn't support CMG deployments with a virtual machine scale set.
128+
> [!NOTE]
129+
> This scenario doesn't support CMG deployments with a virtual machine scale set until Configuration Manager version 2207 or later is installed.
130130
131131
- Onboard the site to [Azure services](../../core/servers/deploy/configure/azure-services-wizard.md) for **Cloud Management**.
132132

memdocs/configmgr/compliance/deploy-use/create-custom-configuration-items-for-windows-desktop-and-server-computers-managed-with-the-client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create custom configuration items
33
titleSuffix: Configuration Manager
44
description: Manage settings for Windows computers and servers with a custom configuration item for Windows desktops and servers
5-
ms.date: 03/10/2022
5+
ms.date: 08/12/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-compliance
88
ms.topic: conceptual
@@ -227,8 +227,8 @@ The value returned by the script is used to assess the compliance of the global
227227
- **Run scripts by using the logged on user credentials**: If you enable this option, the script runs on client computers that use the credentials of the signed-in user.
228228

229229
> [!IMPORTANT]
230-
> When using a signed PowerShell script, ensure you select **Open**. You can't use copy and paste for a signed script. <!--8538617-->
231-
230+
> - When using a signed PowerShell script, ensure you select **Open**. You can't use copy and paste for a signed script. <!--8538617-->
231+
> - Starting in 2207, you can define a **Script Execution Timeout (seconds)** when configuring [client settings](../../core/clients/deploy/about-client-settings.md#compliance-settings) for compliance settings. <!--14120481-->
232232
233233
### <a name="bkmk_sql"></a> SQL query
234234

memdocs/configmgr/core/TOC.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ items:
8787
href: plan-design/changes/features-and-capabilities.md
8888
- name: What's new in incremental versions
8989
href: plan-design/changes/whats-new-incremental-versions.md
90+
- name: What's new in version 2207
91+
href: plan-design/changes/whats-new-in-version-2207.md
9092
- name: What's new in version 2203
9193
href: plan-design/changes/whats-new-in-version-2203.md
9294
- name: What's new in version 2111
@@ -95,8 +97,6 @@ items:
9597
href: plan-design/changes/whats-new-in-version-2107.md
9698
- name: What's new in version 2103
9799
href: plan-design/changes/whats-new-in-version-2103.md
98-
- name: What's new in version 2010
99-
href: plan-design/changes/whats-new-in-version-2010.md
100100
- name: What's changed from Configuration Manager 2012
101101
href: plan-design/changes/what-has-changed-from-configuration-manager-2012.md
102102
- name: Removed and deprecated
@@ -225,6 +225,8 @@ items:
225225
items:
226226
- name: Overview of levels
227227
href: plan-design/diagnostics/levels-overview.md
228+
- name: Data for version 2207
229+
href: plan-design/diagnostics/levels-of-diagnostic-usage-data-collection-2207.md
228230
- name: Data for version 2203
229231
href: plan-design/diagnostics/levels-of-diagnostic-usage-data-collection-2203.md
230232
- name: Data for version 2111
@@ -233,9 +235,7 @@ items:
233235
href: plan-design/diagnostics/levels-of-diagnostic-usage-data-collection-2107.md
234236
- name: Data for version 2103
235237
href: plan-design/diagnostics/levels-of-diagnostic-usage-data-collection-2103.md
236-
- name: Data for version 2010
237-
href: plan-design/diagnostics/levels-of-diagnostic-usage-data-collection-2010.md
238-
- name: Configuration Manager tools
238+
- name: Configuration Manager tools
239239
href: plan-design/diagnostics/tools.md
240240
- name: Frequently asked questions (FAQ)
241241
href: plan-design/diagnostics/frequently-asked-questions.yml
@@ -573,6 +573,8 @@ items:
573573
href: servers/manage/use-the-update-registration-tool-to-import-hotfixes.md
574574
- name: Use the hotfix installer
575575
href: servers/manage/use-the-hotfix-installer-to-install-updates.md
576+
- name: Checklist for installing update 2207
577+
href: servers/manage/checklist-for-installing-update-2207.md
576578
- name: Checklist for installing update 2203
577579
href: servers/manage/checklist-for-installing-update-2203.md
578580
- name: Checklist for installing update 2111
@@ -581,8 +583,6 @@ items:
581583
href: servers/manage/checklist-for-installing-update-2107.md
582584
- name: Checklist for installing update 2103
583585
href: servers/manage/checklist-for-installing-update-2103.md
584-
- name: Checklist for installing update 2010
585-
href: servers/manage/checklist-for-installing-update-2010.md
586586
- name: Support for current branch versions
587587
href: servers/manage/current-branch-versions-supported.md
588588
- name: Backup and recovery

0 commit comments

Comments
 (0)