Configure Windows Diagnostic data using Intune

Telemetry in Windows refers to the process of collecting and transmitting diagnostic data from a user’s device to Microsoft’s servers for various purposes. This data helps Microsoft improve its products and services, troubleshoot issues, and make informed decisions about future updates and features.

In Windows 10 versions 1903 and earlier, Diagnostic data could be set as Basic, Enhanced, or Full. However, Microsoft simplified this in Windows 10 version 1903 and later replaced it with Diagnostic data off, Required, and Optional.

It’s important to remember that to manage Windows driver updates with Intune, a prerequisite is to have Telemetry turned on, with at least the Required setting. In the following sections, we’ll explore various methods for configuring the Telemetry level/Diagnostic data level on both Windows 10 and Windows 11 devices using Intune.

How do you check Diagnostic Data on a Windows 10/11 Device?

  • On a Windows 10 device: Go to Settings > Privacy > Diagnostic & feedback.
  • On a Windows 11 device: Go to Settings > Privacy & Security > Diagnostic & feedback.

Method 1 – Using Device Restrictions Template

You can set the Telemetry Level or Diagnostic data level using the Device Configuration profile > Device Restrictions Template in the Intune admin center. Let’s go through the steps:

  • Sign in to the Intune admin center.
  • Go to Devices > Configuration > Create > New Policy.
  • Select Platform as Windows 10 and later
  • Profile type: Templates
  • Template Name: Device Restrictions

Basics Tab

Provide a Name and Description of the Policy.

Configuration settings

Locate the Reporting and Telemetry section in the list of categories and select the Share usage data option as per your requirement. For demonstration, I will select Required.

Using Device Restrictions Template
Using Device Restrictions Template

Method 2 – Using OMA-URI Settings

In the previous sections, we covered configuring the Telemetry level using the Device Restriction template within the Device Configuration Profile in Intune.

However, if you prefer an alternative method and wish to use the OMA-URI setting, you can create a custom device configuration profile and utilize the following OMA-URI setting:

./Device/Vendor/MSFT/Policy/Config/System/AllowTelemetry
Telemetry Level / Diagnostic Data LevelValue
Turn off Diagnostic data (Not Recommended)
[Only supported on Enterprise, Education and Server Editions]
0
Required (Default)
[Minimum diagnostic data necessary to keep Windows secure and up to date]
1
Optional3
Configure Telemetry/Diagnostic Level using OMA-URI
Configure Telemetry/Diagnostic Level using OMA-URI

Method 3 – Using Settings Catalog

The third option for configuring the Telemetry or Diagnostic data level is to utilize the Setting Catalog when creating a Device Configuration Profile.

Configure Telemetry/Diagnostic Level  using Settings Catalog
Configure Telemetry/Diagnostic Level using Settings Catalog
  • Search for Allow Telemetry from the Settings picker, which would be under System > Allow Telemetry.
Configure Telemetry/Diagnostic Level  using Settings Catalog
Configure Telemetry/Diagnostic Level using Settings Catalog
  • You can set the Telemetry level by using a dropdown menu that offers three options: Basic, Security, and Full. Choose the desired level and proceed to assign this configuration to end-user devices.
Select from Basic, Security or Full Telemetry level options under Configuration settings tab
Select from Basic, Security, or Full Telemetry level options under the Configuration settings tab

End-user Experience

For demonstration and testing, I have used Method 1, my preferred method, and configured the Telemetry level to Required. After the profile is deployed on target devices, you will find that the Optional setting is greyed out, and Required will be selected.

End-user Experience
End-user Experience

FAQs

How to disable Telemetry in Windows 10 and Windows 11?

It’s not recommended to disable Telemetry/Diagnostic data completely on Windows 10/11 devices. However, If you still want to proceed with that, you can set the Telemetry level to “Diagnostic data off“.

What’s the Difference between Different Telemetry Levels?

You can find below differences between different Telemetry Levels or Diagnostic data levels:

Required – The required diagnostic data, formerly known as basic data, collects a restricted but essential data set to comprehend the device and its configuration. This includes device attributes such as display type, camera information, battery details, processor specifications, memory architecture, and more. You can find further details at the following link: Required diagnostic data

OptionalDiagnostic data goes beyond the basics and provides additional information about the device and its settings. This can encompass details like the websites you’re browsing, device usage patterns, and enhanced error reporting. For a more comprehensive understanding of Optional Diagnostic data, you can refer to the following link: Optional diagnostic data

Diagnostic data off – Enabling this setting will disable sharing telemetry data from your device to Microsoft.

Conclusion

In this blog post, we’ve learned how to configure the Telemetry level / Diagnostic data level in Windows. Sending Telemetry data to Microsoft plays a crucial role in enhancing software and products, allowing the company to release essential bug fixes necessary for the smooth operation of the operating system.

Leave a Comment