You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the basic functionality of User experience analytics collects information associated with your boot performance records. As we add additional functionality over time, the data collected will vary as needed. The main datapoints currently being collected:
672
-
673
-
-**id:** Unique device ID used by Windows Update
674
-
-**localId:** A locally-defined unique ID for the device. This is not the human-readable device name. Most likely equal to the value stored at HKLM\Software\Microsoft\SQMClient\MachineId.
675
-
-**aaddeviceid:** Azure Active Directory device ID
676
-
-**orgId:** Unique GUID representing the Microsoft O365 Tenant
677
-
-**authIdEnt**
678
-
-**make:** Device manufacturer
679
-
-**model:** Device model
680
-
-**deviceClass:** The device classification. For example, Desktop, Server, or Mobile.
681
-
-**Country:** The device region setting
682
-
-**logOnId**
683
-
-**bootId:** The system boot ID
684
-
-**coreBootTimeInMilliseconds:** Time for core boot
685
-
-**totalBootTimeInMilliseconds:** Total boot time
686
-
-**updateTimeInMilliseconds:** Time for OS updates to complete
687
-
-**gpLogonDurationInMilliseconds**: Time for Group policies to process
688
-
-**desktopShownDurationInMilliseconds:** Time for desktop (explorer.exe) to be loaded
689
-
-**desktopUsableDurationInMilliseconds:** Time for desktop (explorer.exe) to be usable
690
-
-**name:** Windows
691
-
-**ver:** The version of the current OS.
692
-
-**topProcesses:** List of processes loaded during boot with name, with cpu usage stats and app details (Name, publisher, version). For example *{\"ProcessName\":\"svchost\",\"CpuUsage\":43,\"ProcessFullPath\":\"C:\\\\Windows\\\\System32\\\\svchost.exe\",\"ProductName\":\"Microsoft® Windows® Operating System\",\"Publisher\":\"Microsoft Corporation\",\"ProductVersion\":\"10.0.18362.1\"}*
693
-
671
+
Currently, the basic functionality of User experience analytics collects information associated with boot performance records that falls into the [identified](https://docs.microsoft.com/mem/intune/protect/privacy-data-collect#identified-data) and [pseudonymized](https://docs.microsoft.com/mem/intune/protect/privacy-data-collect#pseudonymized-data) categories. As we add additional functionality over time, the data collected will vary as needed. The main datapoints currently being collected:
672
+
673
+
#### Identified data
674
+
675
+
- Hardware inventory information
676
+
-**make:** Device manufacturer
677
+
-**model:** Device model
678
+
-**deviceClass:** The device classification. For example, Desktop, Server, or Mobile.
679
+
-**Country:** The device region setting
680
+
- Application inventory, like
681
+
-**name:** Windows
682
+
-**ver:** The version of the current OS.
683
+
684
+
#### Pseudonymized data
685
+
686
+
- Diagnostic, performance, and usage data tied to a user and/or device
687
+
-**logOnId**
688
+
-**bootId:** The system boot ID
689
+
-**coreBootTimeInMilliseconds:** Time for core boot
690
+
-**totalBootTimeInMilliseconds:** Total boot time
691
+
-**updateTimeInMilliseconds:** Time for OS updates to complete
692
+
-**gpLogonDurationInMilliseconds**: Time for Group policies to process
693
+
-**desktopShownDurationInMilliseconds:** Time for desktop (explorer.exe) to be loaded
694
+
-**desktopUsableDurationInMilliseconds:** Time for desktop (explorer.exe) to be usable
695
+
-**topProcesses:** List of processes loaded during boot with name, with cpu usage stats and app details (Name, publisher, version). For example *{\"ProcessName\":\"svchost\",\"CpuUsage\":43,\"ProcessFullPath\":\"C:\\\\Windows\\\\System32\\\\svchost.exe\",\"ProductName\":\"Microsoft® Windows® Operating System\",\"Publisher\":\"Microsoft Corporation\",\"ProductVersion\":\"10.0.18362.1\"}*
696
+
- Device data not tied to a device or user (if this data is tied to a device or user, Intune treats it as identified data)
697
+
-**id:** Unique device ID used by Windows Update
698
+
-**localId:** A locally-defined unique ID for the device. This is not the human-readable device name. Most likely equal to the value stored at HKLM\Software\Microsoft\SQMClient\MachineId.
699
+
-**aaddeviceid:** Azure Active Directory device ID
700
+
-**orgId:** Unique GUID representing the Microsoft O365 Tenant
701
+
694
702
> [!Important]
695
703
> Our data handling policies are described in the [Microsoft Intune Privacy Statement](https://docs.microsoft.com/legal/intune/microsoft-intune-privacy-statement). We only use your customer data to provide you the services you signed up for. As described during the onboarding process, we anonymize and aggregate the scores from all enrolled organizations to keep the baselines up-to-date.
0 commit comments