Skip to content

Commit e32e7f9

Browse files
committed
uxa-lsi-csv-mapping
1 parent eedcddc commit e32e7f9

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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: medium
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+
12+
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 chart below to map the data in the exported file into the meaning of the value.
13+
14+
**Application reliability report** </br>
15+
16+
- The `TotalAppUsageDuration` and `MeanTimeToFailure` columns in the `.csv` file are integer values with a unit of **minutes**
17+
- A `MeanTimeToFailure` value of 2147483647 means `No crash events`
18+
19+
**Per device score report** </br>
20+
21+
- A value of `-1` or `-2` in the `EndpointAnalyticsScore`, `StartupPerformanceScore`, and `AppReliabilityScore` columns means the associated score is unavailable
22+
- Health status: </br>
23+
|HealthStatus `.csv` value| Report value|
24+
|---|---|
25+
|0|Unknown|
26+
|1|Insufficient data|
27+
|2|Needs attention|
28+
|3|Meeting goals|
29+
30+
**Startup performance report** </br>
31+
32+
The `CoreBootTime`, `GPBootTime`, `CoreLogonTime`, `GPLogonTime`, `DesktopUsableTime`, `Median`, and `TimePerProcess` columns are integer values with a unit of **seconds**.
33+
34+
**Work from anywhere report** </br>
35+
- Column name in `.csv` file: UpgradeEligibility </br>
36+
Report column name: Windows 11 readiness status </br>
37+
38+
|`.csv` value| Report value|
39+
|---|---|
40+
|0|Upgraded|
41+
|1|Unknown|
42+
|2|Not capable|
43+
|3|Capable|
44+
45+
- Column name in `.csv` file: GraphDeviceIsManaged </br> Report column name: Azure AD registered

0 commit comments

Comments
 (0)