Skip to content

Commit 518514b

Browse files
authored
Merge branch 'main' into patch-34
2 parents 7125989 + 4b85c53 commit 518514b

1,131 files changed

Lines changed: 3130 additions & 840 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.

.openpublishing.redirection.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -924,15 +924,20 @@
924924
"redirect_document_id": false
925925
},
926926
{
927-
"source_path": "windows-365/end-user-access-cloud-pc.md",
928-
"redirect_url":"/windows-365/enterprise/end-user-access-cloud-pc",
927+
"source_path": "windows-365/enterprise/end-user-access-cloud-pc.md",
928+
"redirect_url":"windows-365/end-user-access-cloud-pc",
929929
"redirect_document_id": false
930930
},
931931
{
932-
"source_path": "windows-365/end-user-hardware-requirements.md",
933-
"redirect_url":"/windows-365/enterprise/end-user-hardware-requirements",
932+
"source_path": "windows-365/enterprise/end-user-hardware-requirements.md",
933+
"redirect_url":"windows-365/end-user-hardware-requirements",
934934
"redirect_document_id": false
935-
},
935+
},
936+
{
937+
"source_path": "windows-365/business/get-users-started.md",
938+
"redirect_url":"/windows-365/get-users-started",
939+
"redirect_document_id": false
940+
},
936941
{
937942
"source_path": "windows-365/get-cloud-pc-audit-logs-using-powershell.md",
938943
"redirect_url":"/windows-365/enterprise/get-cloud-pc-audit-logs-using-powershell",
@@ -1094,4 +1099,4 @@
10941099
"redirect_document_id": true
10951100
}
10961101
]
1097-
}
1102+
}

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
-2.71 KB
Loading
-11.2 KB
Loading
228 KB
Loading

memdocs/analytics/scores.md

Lines changed: 10 additions & 2 deletions
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: 12/15/2021
5+
ms.date: 03/31/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: conceptual
@@ -57,7 +57,11 @@ To help you identify devices that could be impacting user experience, Endpoint a
5757

5858
Selecting a device from the **Devices scores** tab loads a device page that gives you more information. From the device's **Startup performance** tab, review **Boot history** and **Sign-in history** for experience impacting trends. The **Application reliability** tab provides insight into potential issues for desktop applications on the managed device.
5959

60-
:::image type="content" source="media/8816759-per-device-scores.png" alt-text="Screenshot of a device's Endpoint analytics score with the startup performance and application reliability subscores." lightbox="media/8816759-per-device-scores.png":::
60+
:::image type="content" source="media/8816759-per-device-scores.png" alt-text="Screenshot of a device's Endpoint analytics score with the startup performance and application reliability subscores." lightbox="media/8816759-per-device-scores.png":::
61+
62+
You can also access per device scores on a device's **User experience** page. From the **User experience** page you can review the **Endpoint analytics**, **Startup performance**, and **Application reliability** information for the specific device.
63+
64+
:::image type="content" source="media/user-experience-page.png" alt-text="Screenshot of a device's user experience page displaying the startup performance tab." lightbox="media/user-experience-page.png":::
6165

6266
### <a name="bkmk_drill-in"></a> Device level drill-in from reports
6367

@@ -76,6 +80,10 @@ Use the **Add filter** option on tables to display items that match your criteri
7680
> - The **Disk type** filter doesn't support the value **Unknown**<!--12829141-->.
7781
> - Filtering on **Startup performance score** from **Overview** > **Device Scores** returns devices with a score of "--". <!--12829158-->
7882
83+
## Known issues
84+
85+
[!INCLUDE [Endpoint analytics export to csv value mapping known issue](includes/known-issue-csv-mapping.md)]
86+
7987
## Next steps
8088

8189
- 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/autopilot/known-issues.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: aczechowski
1212
ms.author: aaroncz
1313
ms.reviewer: jubaptis
1414
manager: dougeby
15-
ms.date: 12/08/2021
15+
ms.date: 03/28/2022
1616
ms.collection: M365-modern-desktop
1717
ms.topic: troubleshooting
1818
---
@@ -28,6 +28,14 @@ This article describes known issues that can often be resolved by configuration
2828

2929
## Known issues
3030

31+
### `DefaultuserX` profile not deleted
32+
33+
When using the [EnableWebSignIn CSP](/windows/client-management/mdm/policy-csp-authentication#authentication-enablewebsignin), the `defaultuserX` profile may not be deleted. This CSP isn't currently supported. It's in private preview mode only and not recommended for production purposes at this time.
34+
35+
### Autopilot reset ran into trouble. Could not find the recovery environment
36+
37+
When attempting an Autopilot reset, an administrator sees the following message: _Autopilot reset ran into trouble. Could not find the recovery environment_. If there isn't an issue with the recovery environment, enter administrator credentials to continue with the reset process.
38+
3139
### Device-based Conditional Access policies
3240

3341
1. The Intune Enrollment app must be excluded from any Conditional Access policy requiring **Terms of Use** because it isn’t supported. See [Per-device terms of use](/azure/active-directory/conditional-access/terms-of-use#per-device-terms-of-use).

0 commit comments

Comments
 (0)