mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
commit
be788b4eb1
@ -7,7 +7,7 @@ author: mestew
|
|||||||
ms.author: mstewart
|
ms.author: mstewart
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
ms.date: 12/22/2022
|
ms.date: 03/08/2023
|
||||||
ms.technology: itpro-updates
|
ms.technology: itpro-updates
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -22,7 +22,8 @@ This article is targeted at configuring devices enrolled to [Microsoft Intune](/
|
|||||||
1. Wait for data to populate. The length of this process depends on the computer being on, connected to the internet, and correctly configured. Some data types take longer to appear than others. For more information, see [Use Windows Update for Business reports](wufb-reports-use.md).
|
1. Wait for data to populate. The length of this process depends on the computer being on, connected to the internet, and correctly configured. Some data types take longer to appear than others. For more information, see [Use Windows Update for Business reports](wufb-reports-use.md).
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> If you need to troubleshoot client enrollment, consider deploying the [configuration script](#deploy-the-configuration-script) as a Win32 app to a few devices and reviewing the logs it creates. Additional checks are performed with the script to ensure devices are correctly configured.
|
> - If you need to troubleshoot client enrollment, consider deploying the [configuration script](#deploy-the-configuration-script) as a Win32 app to a few devices and reviewing the logs it creates. Additional checks are performed with the script to ensure devices are correctly configured.
|
||||||
|
> - Intune provides compliance reports and they have their own prerequisites for use. The number of devices that appear in the Intune reports may also vary from the Windows Update for Business reports. For more information, see [Intune compliance reports for updates](/mem/intune/protect/windows-update-compliance-reports).
|
||||||
|
|
||||||
## Create a configuration profile
|
## Create a configuration profile
|
||||||
|
|
||||||
@ -34,23 +35,30 @@ Create a configuration profile that will set the required policies for Windows U
|
|||||||
|
|
||||||
1. In the [Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Windows** > **Configuration profiles**.
|
1. In the [Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Windows** > **Configuration profiles**.
|
||||||
1. On the **Configuration profiles** view, select **Create profile**.
|
1. On the **Configuration profiles** view, select **Create profile**.
|
||||||
1. Select **Platform**="Windows 10 and later" and **Profile type**="Settings Catalog", and then select **Create**.
|
1. Select the following options, then select **Create** when you're done:
|
||||||
1. You're now on the Configuration profile creation screen. On the **Basics** tab, give a **Name** and **Description**.
|
- **Platform**: Windows 10 and later
|
||||||
1. On the **Configuration settings** page, you'll be adding multiple settings from the **System** category. Using the **Settings picker**, select the **System** category, then add the following settings and values:
|
- **Profile type**: Settings Catalog
|
||||||
1. Required settings for Windows Update for Business reports:
|
1. You're now on the Configuration profile creation page. On the **Basics** tab, provide a **Name** and **Description** for the profile.
|
||||||
- **Setting**: Allow Commercial Data Pipeline
|
1. On the **Configuration settings** page, you'll add multiple settings from the **System** category. Using the **Settings picker**, select the **System** category.
|
||||||
- **Value**: Enabled
|
1. Add the following required settings and values the **System** category:
|
||||||
- **Setting**: Allow Telemetry
|
- **Setting**: Allow Telemetry
|
||||||
- **Value**: Basic (*Basic is the minimum value, but it can be safely set to a higher value*)
|
- **Value**: Basic
|
||||||
- **Setting**: Allow Update Compliance Processing
|
- Basic is the minimum value, but it can be safely set to a higher value. Basic is also known as required diagnostic data.
|
||||||
- **Value**: Enabled
|
|
||||||
1. Recommended settings, but not required:
|
1. Add the following recommended settings and values from the **System** category:
|
||||||
|
> [!Note]
|
||||||
|
> These settings aren't required, but they're recommended to ensure that users of the device cannot override the diagnostic data level of the device.
|
||||||
- **Setting**: Configure Telemetry Opt In Settings Ux
|
- **Setting**: Configure Telemetry Opt In Settings Ux
|
||||||
- **Value**: Disabled (*By turning this setting on you are disabling the ability for a user to potentially override the diagnostic data level of devices such that data won't be available for those devices in Windows Update for Business reports*)
|
- **Value**: Disabled
|
||||||
|
- By turning this setting on, you're disabling the ability for a user to potentially override the diagnostic data level of devices such that data won't be available for those devices in Windows Update for Business reports.
|
||||||
|
|
||||||
- **Setting**: Configure Telemetry Opt In Change Notification
|
- **Setting**: Configure Telemetry Opt In Change Notification
|
||||||
- **Value**: Disabled (*By turning this setting on you are disabling notifications of diagnostic data changes*)
|
- **Value**: Disabled
|
||||||
- **Setting**: Allow device name to be sent in Windows diagnostic data (*If this policy is disabled, the device name won't be sent and won't be visible in Windows Update for Business reports*)
|
- By turning this setting on, you're disabling notifications of diagnostic data changes.
|
||||||
|
|
||||||
|
- **Setting**: Allow device name to be sent in Windows diagnostic data
|
||||||
- **Value**: Allowed
|
- **Value**: Allowed
|
||||||
|
- If this policy is disabled, the device name won't be sent and won't be visible in Windows Update for Business reports.
|
||||||
|
|
||||||
1. Continue through the next set of tabs **Scope tags**, **Assignments**, and **Applicability Rules** to assign the configuration profile to devices you wish to enroll.
|
1. Continue through the next set of tabs **Scope tags**, **Assignments**, and **Applicability Rules** to assign the configuration profile to devices you wish to enroll.
|
||||||
1. Review the settings and then select **Create**.
|
1. Review the settings and then select **Create**.
|
||||||
@ -59,42 +67,43 @@ Create a configuration profile that will set the required policies for Windows U
|
|||||||
|
|
||||||
1. In the [Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Windows** > **Configuration profiles**.
|
1. In the [Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Windows** > **Configuration profiles**.
|
||||||
1. On the **Configuration profiles** view, select **Create profile**.
|
1. On the **Configuration profiles** view, select **Create profile**.
|
||||||
1. Select **Platform**="Windows 10 and later" and **Profile type**="Templates".
|
1. Select the following options, then select **Create** when you're done:
|
||||||
1. For **Template name**, select **Custom**, and then select **Create**.
|
- **Platform**:Windows 10 and later
|
||||||
1. You're now on the Configuration profile creation screen. On the **Basics** tab, give a **Name** and **Description**.
|
- **Profile type**: Templates
|
||||||
|
- **Template name**: Custom
|
||||||
|
1. You're now on the Configuration profile creation screen. On the **Basics** tab, provide a **Name** and **Description**.
|
||||||
1. On the **Configuration settings** page, you'll be adding multiple OMA-URI Settings that correspond to the policies described in [Manually configuring devices for Windows Update for Business reports](wufb-reports-configuration-manual.md).
|
1. On the **Configuration settings** page, you'll be adding multiple OMA-URI Settings that correspond to the policies described in [Manually configuring devices for Windows Update for Business reports](wufb-reports-configuration-manual.md).
|
||||||
|
|
||||||
1. Add a setting to **Allow commercial data pipeline**; this policy is required for Windows Update for Business reports:
|
**Required settings**:
|
||||||
- **Name**: Allow commercial data pipeline
|
|
||||||
- **Description**: Configures Microsoft to be the processor of the Windows diagnostic data collected from an Azure Active Directory-joined device.
|
|
||||||
- **OMA-URI**: `./Vendor/MSFT/Policy/Config/System/AllowCommercialDataPipeline`
|
|
||||||
- **Data type**: Integer
|
|
||||||
- **Value**: 1
|
|
||||||
1. Add a setting configuring the **Windows Diagnostic Data level** for devices:
|
1. Add a setting configuring the **Windows Diagnostic Data level** for devices:
|
||||||
- **Name**: Allow Telemetry
|
- **Name**: Allow Telemetry
|
||||||
- **Description**: Sets the maximum allowed diagnostic data to be sent to Microsoft, required for Windows Update for Business reports.
|
- **Description**: Sets the maximum allowed diagnostic data to be sent to Microsoft, required for Windows Update for Business reports.
|
||||||
- **OMA-URI**: `./Vendor/MSFT/Policy/Config/System/AllowTelemetry`
|
- **OMA-URI**: `./Vendor/MSFT/Policy/Config/System/AllowTelemetry`
|
||||||
- **Data type**: Integer
|
- **Data type**: Integer
|
||||||
- **Value**: 1 (*1 is the minimum value meaning basic, but it can be safely set to a higher value*).
|
- **Value**: 1
|
||||||
1. Add a setting to **Allow Update Compliance processing**; this policy is required for Windows Update for Business reports:
|
- *1 is the minimum value meaning required or basic diagnostic data, but it can be safely set to a higher value.*
|
||||||
- **Name**: Allow Update Compliance Processing
|
|
||||||
- **Description**: Opts device data into Update Compliance processing. Required to see data.
|
**Recommended settings, but not required**:
|
||||||
- **OMA-URI**: `./Vendor/MSFT/Policy/Config/System/AllowUpdateComplianceProcessing`
|
|
||||||
- **Data type**: Integer
|
1. Add settings for **Disabling devices' Diagnostic Data opt-in settings interface**. If these aren't disabled, users of each device can potentially override the diagnostic data level of devices such that data won't be available for those devices in Windows Update for Business reports:
|
||||||
- **Value**: 16
|
|
||||||
1. (*Recommended, but not required*) Add settings for **disabling devices' Diagnostic Data opt-in settings interface**. If these aren't disabled, users of each device can potentially override the diagnostic data level of devices such that data won't be available for those devices in Windows Update for Business reports:
|
|
||||||
- **Name**: Disable Telemetry opt-in interface
|
- **Name**: Disable Telemetry opt-in interface
|
||||||
- **Description**: Disables the ability for end users of devices can adjust diagnostic data to levels lower than defined by the Allow Telemetry setting.
|
- **Description**: Disables the ability for end users of devices can adjust diagnostic data to levels lower than defined by the Allow Telemetry setting.
|
||||||
- **OMA-URI**: `./Vendor/MSFT/Policy/Config/System/ConfigureTelemetryOptInSettingsUx`
|
- **OMA-URI**: `./Vendor/MSFT/Policy/Config/System/ConfigureTelemetryOptInSettingsUx`
|
||||||
- **Data type**: Integer
|
- **Data type**: Integer
|
||||||
- **Value**: 1
|
- **Value**: 1
|
||||||
1. (*Recommended, but not required*) Add a setting to **Allow device name in diagnostic data**; otherwise, the device name won't be in Windows Update for Business reports:
|
1. Add a setting to **Allow device name in diagnostic data**; otherwise, the device name won't be in Windows Update for Business reports:
|
||||||
- **Name**: Allow device name in Diagnostic Data
|
- **Name**: Allow device name in Diagnostic Data
|
||||||
- **Description**: Allows device name in Diagnostic Data.
|
- **Description**: Allows device name in Diagnostic Data.
|
||||||
- **OMA-URI**: `./Vendor/MSFT/Policy/Config/System/AllowDeviceNameInDiagnosticData`
|
- **OMA-URI**: `./Vendor/MSFT/Policy/Config/System/AllowDeviceNameInDiagnosticData`
|
||||||
- **Data type**: Integer
|
- **Data type**: Integer
|
||||||
- **Value**: 1
|
- **Value**: 1
|
||||||
|
1. Add a setting to **Configure Telemetry Opt In Change Notification**. Diagnostic data opt-in change notifications won't appear when changes occur.
|
||||||
|
- **Name**: Configure Telemetry Opt In Change Notification
|
||||||
|
- **Description**: Disables Telemetry Opt In Change Notification
|
||||||
|
- **OMA-URI**: `./Vendor/MSFT/Policy/Config/System/ConfigureTelemetryOptInChangeNotification`
|
||||||
|
- **Data type**: Integer
|
||||||
|
- **Value**: 1
|
||||||
|
|
||||||
1. Continue through the next set of tabs **Scope tags**, **Assignments**, and **Applicability Rules** to assign the configuration profile to devices you wish to enroll.
|
1. Continue through the next set of tabs **Scope tags**, **Assignments**, and **Applicability Rules** to assign the configuration profile to devices you wish to enroll.
|
||||||
1. Review the settings and then select **Create**.
|
1. Review the settings and then select **Create**.
|
||||||
|
@ -36,25 +36,23 @@ Windows Update for Business reports has a number of policies that must be approp
|
|||||||
|
|
||||||
Each MDM Policy links to its documentation in the configuration service provider (CSP) hierarchy, providing its exact location in the hierarchy and more details.
|
Each MDM Policy links to its documentation in the configuration service provider (CSP) hierarchy, providing its exact location in the hierarchy and more details.
|
||||||
|
|
||||||
| Policy | Data type | Value | Function |
|
| Policy | Data type | Value | Function | Required or recommended|
|
||||||
|--------------------------|-|-|------------------------------------------------------------|
|
|---|---|---|---|---|
|
||||||
|**System/**[**AllowTelemetry**](/windows/client-management/mdm/policy-csp-system#system-allowtelemetry) |Integer | 1 - Basic |Configures the maximum allowed diagnostic data to be sent to Microsoft. Individual users can still set this value lower than what the policy defines. For more information, see the following policy. |
|
|**System/**[**AllowTelemetry**](/windows/client-management/mdm/policy-csp-system#system-allowtelemetry) |Integer | 1 - Basic |Configures the maximum allowed diagnostic data to be sent to Microsoft. Individual users can still set this value lower than what the policy defines. For more information, see the following policy. | Required |
|
||||||
|**System/**[**ConfigureTelemetryOptInSettingsUx**](/windows/client-management/mdm/policy-csp-system#system-configuretelemetryoptinsettingsux) |Integer |1 - Disable Telemetry opt-in Settings | (in Windows 10, version 1803 and later) Determines whether users of the device can adjust diagnostic data to levels lower than the level defined by AllowTelemetry. We recommend that you disable this policy or the effective diagnostic data level on devices might not be sufficient. |
|
|**System/**[**ConfigureTelemetryOptInSettingsUx**](/windows/client-management/mdm/policy-csp-system#system-configuretelemetryoptinsettingsux) |Integer |1 - Disable Telemetry opt-in Settings | Determines whether users of the device can adjust diagnostic data to levels lower than the level defined by AllowTelemetry. We recommend that you disable this policy or the effective diagnostic data level on devices might not be sufficient. | Recommended |
|
||||||
|**System/**[**AllowDeviceNameInDiagnosticData**](/windows/client-management/mdm/policy-csp-system#system-allowdevicenameindiagnosticdata) |Integer | 1 - Allowed | Allows device name to be sent for Windows Diagnostic Data. If this policy is Not Configured or set to 0 (Disabled), Device Name won't be sent and won't be visible in Windows Update for Business reports, showing `#` instead. |
|
|**System/**[**AllowDeviceNameInDiagnosticData**](/windows/client-management/mdm/policy-csp-system#system-allowdevicenameindiagnosticdata) |Integer | 1 - Allowed | Allows device name to be sent for Windows Diagnostic Data. If this policy is Not Configured or set to 0 (Disabled), Device Name won't be sent and won't be visible in Windows Update for Business reports, showing `#` instead. | Recommended |
|
||||||
| **System/**[**AllowUpdateComplianceProcessing**](/windows/client-management/mdm/policy-csp-system#system-allowUpdateComplianceProcessing) |Integer | 16 - Allowed | Enables data flow through Windows Update for Business report's data processing system and indicates a device's explicit enrollment to the service. |
|
| **System/**[**ConfigureTelemetryOptInChangeNotification**](/windows/client-management/mdm/policy-csp-system#configuretelemetryoptinchangenotification) | Integer | 1 - Disabled | Disables user notifications that appear for changes to the diagnostic data level. | Recommended |
|
||||||
| **System/**[AllowCommercialDataPipeline](/windows/client-management/mdm/policy-csp-system#system-allowcommercialdatapipeline) | Integer | 1 - Enabled | Configures Microsoft to be the processor of the Windows diagnostic data collected from an Azure Active Directory-joined device. |
|
|
||||||
|
|
||||||
### Group policies
|
### Group policies
|
||||||
|
|
||||||
All Group policies that need to be configured for Windows Update for Business reports are under **Computer Configuration>Administrative Templates>Windows Components\Data Collection and Preview Builds**. All of these policies must be in the *Enabled* state and set to the defined *Value* below.
|
All Group policies that need to be configured for Windows Update for Business reports are under **Computer Configuration>Administrative Templates>Windows Components\Data Collection and Preview Builds**. All of these policies must be in the *Enabled* state and set to the defined *Value* below.
|
||||||
|
|
||||||
| Policy | Value | Function |
|
| Policy | Value | Function | Required or recommended|
|
||||||
|---------------------------|-|-----------------------------------------------------------|
|
|---|---|---|---|
|
||||||
|**Allow Telemetry** | 1 - Basic |Configures the maximum allowed diagnostic data to be sent to Microsoft. Individual users can still set this value lower than what the policy defines. For more information, see the **Configure telemetry opt-in setting user interface**. |
|
|**Allow Diagnostic Data** | Send required diagnostic data (minimum) | Configures the maximum allowed diagnostic data to be sent to Microsoft. Individual users can still set this value lower than what the policy defines. For more information, see the **Configure diagnostic data opt-in setting user interface**. | Required |
|
||||||
|**Configure telemetry opt-in setting user interface** | 1 - Disable diagnostic data opt-in Settings |(in Windows 10, version 1803 and later) Determines whether users of the device can adjust diagnostic data to levels lower than the level defined by AllowTelemetry. We recommend that you disable this policy, otherwise the effective diagnostic data level on devices might not be sufficient. |
|
|**Configure diagnostic data opt-in setting user interface** | Disable diagnostic data opt in settings | Determines whether users of the device can adjust diagnostic data to levels lower than the level defined by AllowTelemetry. We recommend that you disable this policy, otherwise the effective diagnostic data level on devices might not be sufficient. | Recommended |
|
||||||
|**Allow device name to be sent in Windows diagnostic data** | 1 - Enabled | Allows device name to be sent for Windows Diagnostic Data. If this policy is Not Configured or Disabled, Device Name won't be sent and won't be visible in Windows Update for Business reports, showing `#` instead. |
|
|**Allow device name to be sent in Windows diagnostic data** | Enabled | Allows device name to be sent for Windows Diagnostic Data. If this policy is Not Configured or Disabled, Device Name won't be sent and won't be visible in Windows Update for Business reports, showing `#` instead. | Recommended |
|
||||||
|**Allow Update Compliance processing** | 16 - Enabled | Enables data flow through Windows Update for Business report's data processing system and indicates a device's explicit enrollment to the service. |
|
|**Configure diagnostic data opt-in change notifications** | Disable diagnostic data change notifications | Disables user notifications that appear for changes to the diagnostic data level. | Recommended |
|
||||||
| **Allow commercial data pipeline** | 1 - Enabled | Configures Microsoft to be the processor of the Windows diagnostic data collected from an Azure Active Directory-joined device. |
|
|
||||||
|
|
||||||
## Required endpoints
|
## Required endpoints
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user