Skip to content

Added necessary steps to configure diagnostic data via the Settings C… #12007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: public
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,35 @@ You can also limit the number of diagnostic logs that are sent back to Microsoft

3. In the **Options** box, choose the setting that you want to configure, and then click **OK**.

### Use MDM to manage diagnostic data collection
### Use Intune to manage diagnostic data collection

#### Settings Catalog (Recommended)

1. Open the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431) and go to Devices > Windows > Configuration > Select **Create** > Select **New Policy**
2. Configure the policy:
- **Platform**: Select Windows 10 and later.
- **Profile type**: Select Settings catalog and click Create.
3. Specify a Name for the policy and click on Next.

![grafik](https://github.com/user-attachments/assets/783e3d24-60d9-49b3-bd86-1363821bfe8b)

4. On the **Configuration settings** page select "+ Add settings". Now search and add all of the following settings:
- **Allow Telemetry** → Full
- **Limit Enhanced Diagnostic Data Windows Analytics** → Enabled)
- **Limit Dump Collection** → Enabled
- **Limit Diagnostic Log Collection** → Enabled

![grafik](https://github.com/user-attachments/assets/5f4423e6-4aee-4516-a0f2-265b81dbc2ab)

5. Select **Next** and configure the **Scope Tags** as per your own needs.
6. In the **Assignments** section, select the target devices.
- For Autopatch, it's recommended to assign the policy to the default **Windows Autopatch - Devices All** group.
7. Click **Next**, review your settings and assignments, and complete the policy creation by selecting **Create**.

>[!Note]
> More details for these settings can be found here: [Device configuration policies](https://learn.microsoft.com/en-us/windows/deployment/windows-autopatch/references/windows-autopatch-changes-made-at-feature-activation#device-configuration-policies)

#### Custom OMA-URI

Use [Policy Configuration Service Provider (CSP)](/windows/client-management/mdm/policy-configuration-service-provider) to apply the following MDM policies:

Expand Down