Skip to content

Commit d9c2c43

Browse files
committed
Merge branch 'main' into release-win365-2203
2 parents 31de518 + 1208db0 commit d9c2c43

14 files changed

Lines changed: 100 additions & 42 deletions

memdocs/analytics/app-reliability.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application reliability in endpoint analytics
33
description: Get details about application reliability in endpoint analytics
44
titleSuffix: Microsoft Endpoint Manager
5-
ms.date: 03/01/2021
5+
ms.date: 03/31/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: conceptual
@@ -89,6 +89,8 @@ Selecting a device name opens the **Application reliability** tab for that devic
8989

9090
## Known issues
9191

92+
[!INCLUDE [Endpoint analytics export to csv value mapping known issue](includes/known-issue-csv-mapping.md)]
93+
9294
### Some eligible, enrolled devices aren't appearing in the report due to a client certificate issue
9395

9496
**Scenario**: In certain uncommon situations, devices may be missing from the **Application reliability** report. You can determine how many devices are reporting application reliability data by looking at the number of records in the table on the **Device performance** tab of the **Application reliability** report.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
author: mestew
3+
ms.author: mstewart
4+
ms.prod: configuration-manager
5+
ms.technology: configmgr-comanage
6+
ms.topic: include
7+
ms.date: 03/31/2022
8+
ms.localizationpriority: high
9+
---
10+
<!--Don't apply H2 in this include file since they are context driven by article. Used in startup-performance.md, work-from-anywhere.md, app-reliability.md, and scores.md files -->
11+
### Exported csv files display numerical values
12+
13+
When reporting data is exported to a `.csv` file, the exported data doesn't use the friendly names you're used to seeing in the online reports. Use the information below to map the data in the exported file into the meaning of the value:
14+
15+
**Application reliability report** </br>
16+
17+
- The `TotalAppUsageDuration` and `MeanTimeToFailure` columns in the `.csv` file are integer values with a unit of **minutes**
18+
- A `MeanTimeToFailure` value of 2147483647 means `No crash events`
19+
20+
**Per device score report** </br>
21+
22+
- A value of `-1` or `-2` in the `EndpointAnalyticsScore`, `StartupPerformanceScore`, and `AppReliabilityScore` columns means the associated score is unavailable
23+
- Health status: </br>
24+
25+
|HealthStatus `.csv` value| Report value|
26+
|---|---|
27+
|0|Unknown|
28+
|1|Insufficient data|
29+
|2|Needs attention|
30+
|3|Meeting goals|
31+
32+
**Startup performance report** </br>
33+
34+
The `CoreBootTime`, `GPBootTime`, `CoreLogonTime`, `GPLogonTime`, `DesktopUsableTime`, `Median`, and `TimePerProcess` columns are integer values with a unit of **seconds**.
35+
36+
**Work from anywhere report** </br>
37+
- Column name in `.csv` file: UpgradeEligibility </br>
38+
Report column name: Windows 11 readiness status </br>
39+
40+
|`.csv` value| Report value|
41+
|---|---|
42+
|0|Upgraded|
43+
|1|Unknown|
44+
|2|Not capable|
45+
|3|Capable|
46+
47+
- Column name in `.csv` file: GraphDeviceIsManaged </br> Report column name: Azure AD registered

memdocs/analytics/scores.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Scores, baselines, and insights in Endpoint Analytics
33
titleSuffix: Microsoft Endpoint Manager
44
description: Learn about scores, baselines, and insights in Endpoint Analytics
5-
ms.date: 03/22/2022
5+
ms.date: 03/31/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: conceptual
@@ -80,6 +80,10 @@ Use the **Add filter** option on tables to display items that match your criteri
8080
> - The **Disk type** filter doesn't support the value **Unknown**<!--12829141-->.
8181
> - Filtering on **Startup performance score** from **Overview** > **Device Scores** returns devices with a score of "--". <!--12829158-->
8282
83+
## Known issues
84+
85+
[!INCLUDE [Endpoint analytics export to csv value mapping known issue](includes/known-issue-csv-mapping.md)]
86+
8387
## Next steps
8488

8589
- Use [Proactive remediations](proactive-remediations.md) to gather more data and take action on devices

memdocs/analytics/startup-performance.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Startup performance in Endpoint Analytics
33
titleSuffix: Microsoft Endpoint Manager
44
description: Get details about device startup performance in Endpoint Analytics
5-
ms.date: 11/15/2021
5+
ms.date: 03/31/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: conceptual
@@ -47,7 +47,7 @@ The **Startup performance** page also provides a prioritized list of **Insights
4747

4848
Startup performance provides an insight on the number of devices on which the boot drive is a hard disk. Hard disk drives typically result in boot times three to four times longer than solid-state drives. We also report the expected improvement to start up performance you would gain by moving to solid-state drives.
4949

50-
Click though to see the list of devices that have hard disk drives. The recommended action is to upgrade these devices to solid-state drives.
50+
Click through to see the list of devices that have hard disk drives. The recommended action is to upgrade these devices to solid-state drives.
5151

5252
### <a name="bkmk_gp"></a> Group Policy
5353

@@ -74,6 +74,10 @@ The **Startup performance** page has reporting tabs that provide support for the
7474
- **Median delay**: The median delay time of the process for the counted devices.
7575
- **Total delay**: The sum of the delays for all of the counted devices.
7676

77+
## Known issues
78+
79+
[!INCLUDE [Endpoint analytics export to csv value mapping known issue](includes/known-issue-csv-mapping.md)]
80+
7781
## Next steps
7882

7983
- Use the [Work from anywhere report](work-from-anywhere.md).

memdocs/analytics/work-from-anywhere.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Work from anywhere report in Endpoint analytics
33
titleSuffix: Microsoft Endpoint Manager
44
description: The Work from anywhere report in Endpoint analytics provides insights to help your end users be productive from anywhere.
5-
ms.date: 02/23/2022
5+
ms.date: 03/31/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: conceptual
@@ -93,6 +93,9 @@ In the **Windows** tab, a device-by-device view of Windows 11 hardware readiness
9393

9494
The built-in baseline of **All organizations (median)** doesn't currently have metrics for the subscore metrics listed in the sections above.
9595

96+
## Known issues
97+
98+
[!INCLUDE [Endpoint analytics export to csv value mapping known issue](includes/known-issue-csv-mapping.md)]
9699
## Next steps
97100

98101
- View [Startup performance](startup-performance.md)

memdocs/intune/configuration/device-firmware-configuration-interface-windows.md

Lines changed: 5 additions & 2 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: 01/18/2022
10+
ms.date: 04/04/2022
1111
ms.topic: how-to
1212
ms.service: microsoft-intune
1313
ms.subservice: configuration
@@ -123,7 +123,10 @@ This profile includes the DFCI settings you configure.
123123
- **Boot from external media (USB, SD)**: Your options:
124124
- **Not configured**: Intune doesn't change or update this setting.
125125
- **Enabled**: UEFI (BIOS) allows booting from non-hard drive storage.
126-
- **Disabled**: UEFI (BIOS) doesn't allow booting from non-hard drive storage.
126+
- **Disabled**: UEFI (BIOS) doesn't allow booting from non-hard drive storage, which also disables booting from network adapters.
127+
128+
When set to **Disabled**, don't set the **Boot from network adapters** setting to **Enabled**. It causes the **Boot from external media (USB, SD)** setting or **Boot from network adapters** setting to become not compliant.
129+
127130
- **Boot from network adapters**: Your options:
128131
- **Not configured**: Intune doesn't change or update this setting.
129132
- **Enabled**: UEFI (BIOS) allows booting from built-in network interfaces.

memdocs/intune/enrollment/device-enrollment-manager-enroll.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ DEM user accounts and devices that are enrolled with a DEM user account have the
4343
- Wipe can't be done from the Company Portal. Wiping a device enrolled by a DEM user account can be done from the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
4444
- Only the local device appears in the Company Portal app or website.
4545
- DEM user accounts cannot use Apple Volume Purchase Program (VPP) apps with Apple VPP user licenses because of per-user Apple ID requirements for app management.
46-
- For all platforms, DEM accounts do not support conditional access because conditional access is intended for per-user scenarios.
47-
- DEM accounts cannot be used when enrolling devices via Apple's Automated Device Enrollment (ADE).
46+
- Microsoft Intune does not support the use of DEM accounts when enrolling devices via Apple Automated Device Enrollment (ADE).
47+
- DEM accounts cannot support conditional access because conditional access is intended for per-user scenarios.
4848
- Devices can install VPP apps if they have Apple VPP device licenses.
49-
- On Windows 10 1709 and older, conditional access isn't available for Windows devices enrolled using bulk enrollment.
5049
- Every device enrolled with DEM accounts needs to be properly licensed to be managed by Intune. The license could be an Intune user license or an Intune device license.
5150
- If you're [enrolling Android Enterprise personally-owned devices with work profile](android-work-profile-enroll.md) using a DEM account, there is a limit of 10 devices that can be enrolled per account.
5251
- [Enrolling Android Enterprise fully managed devices](android-fully-managed-enroll.md) with DEM accounts isn't supported.
@@ -63,6 +62,7 @@ You can use the following methods to enroll devices using DEM accounts:
6362
- [Windows Autopilot](../../autopilot/enrollment-autopilot.md)
6463
- [Windows devices bulk enrollment](windows-bulk-enroll.md)
6564
- [DEM initiated via Company Portal](../user-help/use-managed-devices-to-get-work-done.md)
65+
- [DEM initiated via Azure AD join](/mem/intune/enrollment/device-enrollment-manager-enroll)
6666

6767
## Add a device enrollment manager
6868

memdocs/intune/enrollment/device-enrollment-program-enroll-ios.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -234,16 +234,7 @@ Now that you've installed your token, you can create an enrollment profile for A
234234
- Won’t be evaluated for device compliance.
235235
- Will be redirected to the Company Portal from other apps if the user tries to open any managed applications that are protected by conditional access.
236236

237-
7. If you selected **Company Portal** for your authentication method, you can use a VPP token to automatically install Company Portal on the device. In this case, the user doesn't have to provide an Apple ID. To install Company Portal by using a VPP token, select a token in **Install Company Portal with VPP**. You need to have already added Company Portal to the VPP token. To ensure that Company Portal continues to be updated after enrollment, make sure that you've configured an app deployment in Intune (In Endpoint Manager select **Apps** > **All apps** > **Add**).
238237

239-
To ensure that user interaction isn't required, you'll probably want to make Company Portal an iOS/iPadOS VPP app, make it a required app, and use device licensing for the assignment. Make sure that the token doesn't expire and that you have enough device licenses for Company Portal. If the token expires or runs out of licenses, Intune installs the App Store Company Portal instead and prompts for an Apple ID.
240-
241-
> [!NOTE]
242-
> If you set the authentication method to **Company Portal**, make sure that the device enrollment process is completed within the first 24 hours of the Company Portal download to the ADE device. Otherwise enrollment might fail, and a factory reset will be needed to enroll the device.
243-
244-
:::image type="content" source="./media/device-enrollment-program-enroll-ios/install-cp-with-vpp.png" alt-text="Screenshot that shows the options for installing the Company Portal app with VPP.":::
245-
246-
For more information about connecting Intune to Apple Volume Purchase Program (VPP), see [Manage Apple volume-purchased apps](../apps/vpp-apps-ios.md). After you've connected to VPP, you can add the Company Portal app to your Apple Business Manager/Apple School Manager inventory so it can be assigned through Intune.
247238
8. If you selected **Setup Assistant (legacy)** for the authentication method but you also want to use Conditional Access or deploy company apps on the devices, you need to install Company Portal on the devices and sign in to complete the Azure AD registration. To do so, select **Yes** for **Install Company Portal**. If you want users to receive Company Portal without having to authenticate in to the App Store, in **Install Company Portal with VPP**, select a VPP token. Make sure the token doesn't expire and that you have enough device licenses for the Company Portal app to deploy correctly.
248239

249240
9. If you select a token for **Install Company Portal with VPP**, you can lock the device in Single App Mode (specifically, the Company Portal app) right after the Setup Assistant completes. Select **Yes** for **Run Company Portal in Single App Mode until authentication** to set this option. To use the device, the user must first authenticate by signing in with Company Portal.

memdocs/intune/enrollment/device-limit-intune-azure.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,24 @@ Azure device limit restrictions set the maximum number of devices that either Az
5858

5959
If you have both Intune and Azure device limit restrictions set, the following table shows you what is applied based on your user affinity setting.
6060

61-
| Device platform | User affinity | Azure applies | Intune applies |
62-
| ----- | ----- | ----- | ----- | ----- |
63-
| Android Enterprise personally-owned work profile | Yes | Yes | Yes|
64-
| Android Enterprise dedicated device | No | No | No |
65-
| Android Enterprise fully managed | Yes | Yes | Yes |
66-
| Android Enterprise corporate-owned work profile | Yes | Yes | Yes |
67-
| Android device administrator | Yes | Yes | Yes |
61+
| Device platform | User affinity | Azure applies | Intune applies |
62+
| ----- | ----- | ----- | ----- |
63+
| Android Enterprise personally-owned work profile | Yes | Yes | Yes|
64+
| Android Enterprise dedicated device | No | No | No |
65+
| Android Enterprise fully managed | Yes | Yes | Yes |
66+
| Android Enterprise corporate-owned work profile | Yes | Yes | Yes |
67+
| Android device administrator | Yes | Yes | Yes |
6868
| Android device administrator DEM | No | | No |
69-
| iOS/macOS BYOD | Yes | Yes | Yes |
70-
| iOS/macOS Automated Device Enrollment (ADE) | Yes | Yes | Yes |
71-
| iOS/macOS ADE | No | Yes | No |
72-
| Windows BYOD | Yes | Yes | Yes |
73-
| Windows MD-only | | Yes | Yes |
74-
| Windows Azure AD joined| Yes | Yes | No |
75-
| Windows Autopilot | Yes | Yes | No |
76-
| Windows hybrid Azure AD joined | No | No | Yes |
77-
| Windows co-management | No | Yes | No |
78-
| Windows DEM | No | Yes | No |
79-
| Windows bulk enrollment | No | Yes | No |
69+
| iOS/macOS BYOD | Yes | Yes | Yes |
70+
| iOS/macOS Automated Device Enrollment (ADE) | Yes | Yes | Yes |
71+
| Windows BYOD | Yes | Yes | Yes |
72+
| Windows MD-only | | Yes | Yes |
73+
| Windows Azure AD joined| Yes | Yes | No |
74+
| Windows Autopilot | Yes | Yes | No |
75+
| Windows hybrid Azure AD joined | No | No | Yes |
76+
| Windows co-management | No | Yes | No |
77+
| Windows DEM | No | Yes | No |
78+
| Windows bulk enrollment | No | Yes | No |
8079

8180

8281
## Android and iOS devices
@@ -130,4 +129,4 @@ For the device limit restriction in Azure, the **Maximum number of devices per u
130129

131130
- [Create a device limit restriction in Azure.](/azure/active-directory/devices/device-management-azure-portal#configure-device-settings)
132131
- [Configure device settings in Azure.](enrollment-restrictions-set.md#create-a-device-limit-restriction)
133-
- [Learn more about registration and domain joined.](/azure/active-directory/devices/overview#getting-devices-in-azure-ad)
132+
- [Learn more about registration and domain joined.](/azure/active-directory/devices/overview#getting-devices-in-azure-ad)

memdocs/intune/enrollment/ios-user-enrollment.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ For more information about the options available with User Enrollment, see [User
5454

5555
## Create a User Enrollment profile in Intune
5656

57+
> [!NOTE]
58+
> An iOS User Enrollment profile overrides an enrollment restriction policy.
59+
5760
An enrollment profile defines the settings applied to a group of devices during enrollment.
5861

5962
1. Federate your Azure AD instance with Apple Business Manager or Apple School Manager. For more information, see [Intro to federated authentication with Apple Business Manager](https://support.apple.com/en-euro/guide/apple-business-manager/welcome/web).

0 commit comments

Comments
 (0)