Skip to content

Commit 6ac394e

Browse files
authored
Merge pull request #7213 from mestew/uxa-lsi-csv-mapping
Known issue: Uxa lsi csv mapping
2 parents 4c5bc44 + 1c6bdd3 commit 6ac394e

5 files changed

Lines changed: 65 additions & 5 deletions

File tree

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)

0 commit comments

Comments
 (0)