Skip to content

Commit 5dba8e0

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/memdocs-pr into branch-balalocal
2 parents 02c69ef + 0f6477b commit 5dba8e0

287 files changed

Lines changed: 3956 additions & 1833 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.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _site/
66
Tools/NuGet/
77
.optemp/
88
_themes/
9-
9+
.ds_store
1010

1111
# Visual Studio and VS Code files
1212
.vscode/*

memdocs/analytics/app-reliability.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ For each application in the report, the following data is provided:
6666

6767
> [!NOTE]
6868
> A maximum of 10 application crash events per application, per device, per day is used. This prevents excessive data collections from devices with severe application issues and helps prevent outlier devices from having undue influence over the reliability scores for individual applications.
69+
>
70+
> Applications with an insignificant amount of foreground usage (about 10 minutes or fewer) on a particular device may not be captured.
6971
7072
### App performance details
7173

memdocs/analytics/enroll-configmgr.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ Before you start this tutorial, make sure you have the following prerequisites:
3333
3434
### Licensing Prerequisites
3535

36-
Endpoint analytics is included in the following plans:
37-
38-
- [Enterprise Mobility + Security E3](https://www.microsoftvolumelicensing.com/ProductResults.aspx?doc=Product%20Terms,OST&fid=51) or higher
39-
- [Microsoft 365 Enterprise E3](https://www.microsoft.com/en-us/microsoft-365/enterprise?rtc=1) or higher.
36+
Devices enrolled in Endpoint analytics need a valid license for the use of Microsoft Endpoint Manager. For more information, see [Microsoft Intune licensing](../intune/fundamentals/licenses.md) or [Microsoft Endpoint Configuration Manager licensing](../configmgr/core/understand/learn-more-editions.md).
4037

4138
## Endpoint analytics permissions
4239

memdocs/analytics/enroll-intune.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ To enroll devices to Endpoint analytics, they need to send required functional d
4343

4444
### Licensing Prerequisites
4545

46-
Endpoint analytics is included in the following plans:
47-
48-
- [Enterprise Mobility + Security E3](https://www.microsoftvolumelicensing.com/ProductResults.aspx?doc=Product%20Terms,OST&fid=51) or higher
49-
- [Microsoft 365 Enterprise E3](https://www.microsoft.com/en-us/microsoft-365/enterprise?rtc=1) or higher.
46+
Devices enrolled in Endpoint analytics need a valid license for the use of Microsoft Endpoint Manager. For more information, see [Microsoft Intune licensing](../intune/fundamentals/licenses.md) or [Microsoft Endpoint Configuration Manager licensing](../configmgr/core/understand/learn-more-editions.md).
5047

5148
### Endpoint analytics permissions
5249

memdocs/autopilot/autopilot-device-guidelines.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: greg-lindsay
1212
ms.author: greglin
1313
ms.reviewer: jubaptis
1414
manager: dougeby
15-
ms.date: 12/16/2020
15+
ms.date: 2/1/2022
1616
ms.collection: M365-modern-desktop
1717
ms.topic: troubleshooting
1818
---
@@ -36,6 +36,7 @@ The following best practices ensure that devices can easily be provisioned as pa
3636
- Before shipping devices to an Autopilot customer or channel partner, the OEM should upload 4K Hardware Hashes to Microsoft by using the CBR report. The hashes should be collected using the OA3 Tool RS3+ run in Audit mode on full OS.
3737
- Microsoft requires that OEM shipping drivers get published to Windows Update within 30 days of the CBR submission date. System firmware and driver updates are published to Windows Update within 14 days.
3838
- The OEM ensures that the PKID provisioned in the SMBIOS is passed on to the channel.
39+
- When using a VM for Autopilot testing, assign at least 2 processors and 4gb of memory. *Note: The [minimum system requirements](/windows/whats-new/windows-11-requirements#virtual-machine-support) for Windows 11 are 2 processors and 4gb memory.
3940

4041
## Software best practice guidelines for Windows Autopilot
4142

@@ -47,4 +48,4 @@ The following best practices ensure that devices can easily be provisioned as pa
4748
## Next steps
4849

4950
[Windows Autopilot customer consent](registration-auth.md)<br>
50-
[Motherboard replacement scenario guidance](autopilot-mbr.md)<br>
51+
[Motherboard replacement scenario guidance](autopilot-mbr.md)<br>

memdocs/autopilot/enrollment-autopilot.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: greg-lindsay
99
ms.author: greglin
1010
ms.reviewer: jubaptis
1111
manager: dougeby
12-
ms.date: 03/16/2021
12+
ms.date: 02/09/2022
1313
ms.topic: how-to
1414
ms.service: microsoft-intune
1515
ms.subservice: enrollment
@@ -80,8 +80,7 @@ For information about formatting and using a CSV file to manually add Windows Au
8080
## Assign a user to a specific Autopilot device
8181

8282
> [!NOTE]
83-
> This functionality has been removed as of September 30, 2021.
84-
> While the option to assign user to a device in Autopilot is still available in the GUI portal and PowerShell, it will be ignored by the device during provisioning.
83+
> Assigning a licensed user to a registered Autopilot device using Microsoft Endpoint Manager no longer pre-fills any user information as described below. Please see [Updates to the Windows Autopilot sign-in and deployment experience](https://techcommunity.microsoft.com/t5/intune-customer-success/updates-to-the-windows-autopilot-sign-in-and-deployment/ba-p/2848452) for details on this change. This change does not impact user assigned policies and apps which are still deployed to the device when a licensed user is assigned. See [Windows Autopilot for pre-provisioned deployment](/mem/autopilot/pre-provision#preparation) for details on this.
8584
8685
You can assign a licensed Intune user to a specific Autopilot device. This assignment:
8786
- Pre-fills a user from Azure Active Directory in the [company-branded](/azure/active-directory/fundamentals/customize-branding) sign-in page during Windows setup.
26.1 KB
Loading

memdocs/autopilot/known-issues.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ This article describes known issues that can often be resolved by configuration
2828

2929
## Known issues
3030

31+
### Reset button causes pre-provisioning to fail on retry
32+
33+
When ESP fails during the pre-provisioning flow and the user selects the reset button, TPM attestation may fail during the retry.
34+
35+
### TPM attestation failure on Windows 11 error code 0x81039023
36+
37+
Some devices may fail TPM attestation on Windows 11 during the pre-provisioning technician flow or self-deployment mode with the error code 0x81039023. There is no workaround currently for this error code, we are working to resolve this issue.
38+
3139
### Duplicate device objects with hybrid Azure AD deployments
3240

3341
A device object is pre-created in Azure AD once a device is registered in Autopilot. If a device goes through a hybrid Azure AD deployment, by design, another device object is created resulting in duplicate entries.
@@ -56,7 +64,7 @@ When [customizations are applied to the company branding settings](/azure/active
5664

5765
### TPM attestation is not working on Intel Tiger Lake platforms
5866

59-
TPM attestation support for Intel firmware TPM Tiger Lake platforms are only supported on devices with Windows 10 version 21H2 or higher.
67+
TPM attestation support for Intel firmware TPM Tiger Lake platforms are only supported on devices with Windows 10 version 21H2 or higher. This issue should be resolved by applying the November 2021 LCU.
6068

6169
### Blocking apps specified in a user-targeted Enrollment Status Profile are ignored during device ESP
6270

memdocs/autopilot/troubleshooting.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: greg-lindsay
1313
ms.author: greglin
1414
ms.reviewer: jubaptis
1515
manager: dougeby
16-
ms.date: 12/17/2020
16+
ms.date: 02/09/2022
1717
ms.collection: M365-modern-desktop
1818
ms.topic: troubleshooting
1919
---
@@ -32,6 +32,9 @@ Windows Autopilot is designed to simplify all parts of the Windows device lifecy
3232
- How Windows Autopilot [device profiles](#profile-download) are downloaded
3333
- [Key activities](#key-troubleshooting-activities) to perform during troubleshooting
3434

35+
## Windows Autopilot diagnostics page
36+
On Windows 11, you can open the Autopilot diagnostic page to view additional detailed troubleshooting information about the Autopilot provisioning process. The diagnostics page can be enabled by going to the ESP profile and selecting **Yes** to **Turn on log collection and diagnostics page for end users**. Once it is enabled you can select the **View Diagnostics button** or the keyboard shortcut Ctrl+Shift+D to access any diagnostic information. The diagnostics page is currently supported for commercial OOBE, and Autopilot user-driven mode.
37+
3538
## Windows Autopilot flow
3639

3740
Whether you're performing user-driven or self-deploying device deployments, the troubleshooting process is about the same. It's useful to understand the flow for a specific device:

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: greg-lindsay
1313
ms.author: greglin
1414
manager: dougeby
1515
ms.reviewer: jubaptis
16-
ms.date: 10/20/2021
16+
ms.date: 02/09/2022
1717
ms.collection:
1818
- M365-modern-desktop
1919
- highpri
@@ -28,6 +28,17 @@ ms.topic: article
2828
- Windows 10
2929
- Windows Holographic, version 2004
3030

31+
## Enrollment Status Page
32+
33+
With the 2022 Intune release, functionality has been added to the [Enrollment Status Page](enrollment-status.md) UI. The application picker for selecting blocking apps has additional improvements for admins:
34+
- A search box has been added for easier selection of apps
35+
- Fixes issue where store apps could not be differentiated between Online and Offline modes
36+
- A new column has been added for **Version** to see which version of the application is selected
37+
38+
See the following example:
39+
40+
![Application picker](images/app-picker.png)
41+
3142
## Autopilot agility rolling out
3243

3344
Autopilot agility is a new feature that allows updates and bug fixes to the OOBE experience. These updates occur before device enrollment, after the AADJ login page and may result in an additional reboot and authentication prompt to the user. This feature is rolling out to Windows 10 1909 and 2004/20H2 with August cumulative update and is not yet available for Windows 11.

0 commit comments

Comments
 (0)