From 7d25e3de64af97e001a884b1a5d5ab7cde46b979 Mon Sep 17 00:00:00 2001 From: Meghan Stewart <33289333+mestew@users.noreply.github.com> Date: Wed, 27 Apr 2022 21:42:42 -0700 Subject: [PATCH] ucv2-tp --- .../update/update-compliance-v2-enable.md | 1 + .../update/update-compliance-v2-overview.md | 8 +++++++- .../update-compliance-v2-prerequisites.md | 1 + .../update-compliance-v2-schema-ucclient.md | 1 + ...mpliance-v2-schema-ucclientupdatestatus.md | 3 +++ ...date-compliance-v2-schema-ucdevicealert.md | 1 + ...pliance-v2-schema-ucserviceupdatestatus.md | 1 + ...date-compliance-v2-schema-ucupdatealert.md | 3 ++- .../update/update-compliance-v2-schema.md | 1 + .../update/update-compliance-v2-use.md | 20 +++++++++++++++++++ .../update/update-status-admin-center.md | 5 ++++- 11 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 windows/deployment/update/update-compliance-v2-use.md diff --git a/windows/deployment/update/update-compliance-v2-enable.md b/windows/deployment/update/update-compliance-v2-enable.md index 2a6ae960c2..254b7622e9 100644 --- a/windows/deployment/update/update-compliance-v2-enable.md +++ b/windows/deployment/update/update-compliance-v2-enable.md @@ -11,6 +11,7 @@ author: mestew ms.author: mstewart ms.collection: M365-analytics ms.topic: article +date: 05/07/2022 --- # Enable Update Compliance diff --git a/windows/deployment/update/update-compliance-v2-overview.md b/windows/deployment/update/update-compliance-v2-overview.md index 6b490c989a..3193d70da6 100644 --- a/windows/deployment/update/update-compliance-v2-overview.md +++ b/windows/deployment/update/update-compliance-v2-overview.md @@ -29,7 +29,13 @@ Update Compliance is a cloud-based solution that provides information about the ## Technical preview information for Update Compliance -The new version of Update Compliance is in technical preview. Currently, the technical preview contains the following features: +The new version of Update Compliance is in technical preview. Some of the benefits of this new version include: + +- Integration with [Windows Update for Business deployment service](deployment-service-overview) to enable per deployment reporting, monitoring, and troubleshooting. +- Compatibility with [Feature updates](/mem/intune/protect/windows-10-feature-updates) and [Expedite Windows quality updates](/mem/intune/protect/windows-10-expedite-updates) policies in Intune. +- A new **Alerts** data type to assist you with identifying devices that encounter issues during the update process. Error code information is provided to help troubleshoot update issues. + +Currently, the technical preview contains the following features: - Access to the following new Update Compliance tables: - UCClient diff --git a/windows/deployment/update/update-compliance-v2-prerequisites.md b/windows/deployment/update/update-compliance-v2-prerequisites.md index 7aa70d87b2..f774a20c8c 100644 --- a/windows/deployment/update/update-compliance-v2-prerequisites.md +++ b/windows/deployment/update/update-compliance-v2-prerequisites.md @@ -11,6 +11,7 @@ author: mestew ms.author: mstewart ms.collection: M365-analytics ms.topic: article +date: 05/07/2022 --- # Update Compliance prerequisites diff --git a/windows/deployment/update/update-compliance-v2-schema-ucclient.md b/windows/deployment/update/update-compliance-v2-schema-ucclient.md index 6a9f250b3b..d6f422c3de 100644 --- a/windows/deployment/update/update-compliance-v2-schema-ucclient.md +++ b/windows/deployment/update/update-compliance-v2-schema-ucclient.md @@ -11,6 +11,7 @@ author: mestew ms.author: mstewart ms.collection: M365-analytics ms.topic: reference +date: 05/07/2022 --- # UCClient diff --git a/windows/deployment/update/update-compliance-v2-schema-ucclientupdatestatus.md b/windows/deployment/update/update-compliance-v2-schema-ucclientupdatestatus.md index 6bfc239cb2..225dab4ad3 100644 --- a/windows/deployment/update/update-compliance-v2-schema-ucclientupdatestatus.md +++ b/windows/deployment/update/update-compliance-v2-schema-ucclientupdatestatus.md @@ -11,6 +11,7 @@ author: mestew ms.author: mstewart ms.collection: M365-analytics ms.topic: reference +date: 05/07/2022 --- # UCClientUpdateStatus @@ -40,11 +41,13 @@ Update Event that combines the latest client-based data with the latest service- | **OfferReceivedTime** | [datetime](/azure/kusto/query/scalar-data-types/datetime) | `2020-05-14 09:26:03.478039` | DateTime when device last reported entering OfferReceived, else empty. | | **RestartRequiredTime** | [datetime](/azure/kusto/query/scalar-data-types/datetime) | `2020-05-14 09:26:03.478039` | DateTime when device first reported entering RebootRequired (or RebootPending), else empty. | | **SCCMClientId** | [string](/azure/kusto/query/scalar-data-types/string) | `5AB72FAC-93AB-4954-9AB0-6557D0EFA245` | A string corresponding to the Configuration Manager Client ID on the device. | +| **SourceSystem**| [string](/azure/kusto/query/scalar-data-types/string) | ??? /Azure/| | **TargetBuild** | [string](/azure/kusto/query/scalar-data-types/string) | `10.0.18363.836` | The full build of the content this DeviceUpdateEvent is tracking. For Windows 10 updates, this would correspond to the full build (10.0.14393.385). | | **TargetBuildNumber** | [int](/azure/kusto/query/scalar-data-types/int) | `18363` | Integer of the Major portion of Build. | | **TargetKBNumber** | [int](/azure/kusto/query/scalar-data-types/int) | `4524570` | KB Article. | | **TargetRevisionNumber** | [int](/azure/kusto/query/scalar-data-types/int) | `836` | Integer or the Minor (or Revision) portion of Build. | | **TargetVersion** | [int](/azure/kusto/query/scalar-data-types/int) | `1909` | The target OS Version such as 1909. | +| **TenantID** | [string](/azure/kusto/query/scalar-data-types/string) | ??? //!AzureTenantID" | **TimeGenerated** | [datetime](/azure/kusto/query/scalar-data-types/datetime) | `2020-05-14 09:26:03.478039` | The time the snapshot generated this specific record. This is to determine to which batch snapshot this record belongs. | | **Type** | [string](/azure/kusto/query/scalar-data-types/string) | `DeviceUpdateEvent` | The EntityType | | **UpdateCategory** | [string](/azure/kusto/query/scalar-data-types/string) | `WindowsFeatureUpdate` | The type of content this DeviceUpdateEvent is tracking. | diff --git a/windows/deployment/update/update-compliance-v2-schema-ucdevicealert.md b/windows/deployment/update/update-compliance-v2-schema-ucdevicealert.md index fa4d919a0a..0573b183dd 100644 --- a/windows/deployment/update/update-compliance-v2-schema-ucdevicealert.md +++ b/windows/deployment/update/update-compliance-v2-schema-ucdevicealert.md @@ -11,6 +11,7 @@ author: mestew ms.author: mstewart ms.collection: M365-analytics ms.topic: reference +date: 05/07/2022 --- # UCDeviceAlert diff --git a/windows/deployment/update/update-compliance-v2-schema-ucserviceupdatestatus.md b/windows/deployment/update/update-compliance-v2-schema-ucserviceupdatestatus.md index 4c7b854d58..ad821324d5 100644 --- a/windows/deployment/update/update-compliance-v2-schema-ucserviceupdatestatus.md +++ b/windows/deployment/update/update-compliance-v2-schema-ucserviceupdatestatus.md @@ -11,6 +11,7 @@ author: mestew ms.author: mstewart ms.collection: M365-analytics ms.topic: reference +date: 05/07/2022 --- # UCServiceUpdateStatus diff --git a/windows/deployment/update/update-compliance-v2-schema-ucupdatealert.md b/windows/deployment/update/update-compliance-v2-schema-ucupdatealert.md index 5824f77a83..129144a9b1 100644 --- a/windows/deployment/update/update-compliance-v2-schema-ucupdatealert.md +++ b/windows/deployment/update/update-compliance-v2-schema-ucupdatealert.md @@ -11,6 +11,7 @@ author: mestew ms.author: mstewart ms.collection: M365-analytics ms.topic: reference +date: 05/07/2022 --- # UCUpdateAlert @@ -20,7 +21,7 @@ ms.topic: reference > [!Important] > This information relates to a preview feature that's available for early testing and use in a production environment. This feature is fully supported but it's still in active development and may receive substantial changes until it becomes generally available. -Alert for both client and service update. Contains information that needs attention, relative to one device (client), one update, and one deployment (if relevant). Certain fields may be blank depending on the UpdateAlert's AlertType field; for example, ServiceUpdateAlert will not necessarily contain client-side statuses. +Alert for both client and service updates. Contains information that needs attention, relative to one device (client), one update, and one deployment (if relevant). Certain fields may be blank depending on the UpdateAlert's AlertType field; for example, ServiceUpdateAlert will not necessarily contain client-side statuses. |Field |Type |Example |Description | diff --git a/windows/deployment/update/update-compliance-v2-schema.md b/windows/deployment/update/update-compliance-v2-schema.md index 4459e84f51..26dc6e98ab 100644 --- a/windows/deployment/update/update-compliance-v2-schema.md +++ b/windows/deployment/update/update-compliance-v2-schema.md @@ -11,6 +11,7 @@ author: mestew ms.author: mstewart ms.collection: M365-analytics ms.topic: reference +date: 05/07/2022 --- # Update Compliance version 2 schema diff --git a/windows/deployment/update/update-compliance-v2-use.md b/windows/deployment/update/update-compliance-v2-use.md new file mode 100644 index 0000000000..23251e46dd --- /dev/null +++ b/windows/deployment/update/update-compliance-v2-use.md @@ -0,0 +1,20 @@ +--- +title: Use the Update Compliance solution +ms.reviewer: +manager: dougeby +description: How to use the Update Compliance solution. +ms.prod: w10 +ms.mktglfcycl: deploy +ms.pagetype: deploy +audience: itpro +author: mestew +ms.author: mstewart +ms.collection: M365-analytics +ms.topic: article +date: 05/07/2022 +--- + +# Use Update Compliance + +> [!Important] +> This information relates to a preview feature that's available for early testing and use in a production environment. This feature is fully supported but it's still in active development and may receive substantial changes until it becomes generally available. diff --git a/windows/deployment/update/update-status-admin-center.md b/windows/deployment/update/update-status-admin-center.md index 2e659863b0..014d157f7a 100644 --- a/windows/deployment/update/update-status-admin-center.md +++ b/windows/deployment/update/update-status-admin-center.md @@ -49,7 +49,7 @@ Update Compliance is a Windows service hosted in Azure that uses Windows diagnos When you first select the **Windows** tab, you'll be asked to **Configure Settings**. This tab is populated by data from [Update Compliance](update-compliance-v2-overview.md). Supply the following information about your Update Compliance settings: - The -ONE tenant to ONE workspace + ## The Windows tab The **Windows** tab in the **Software updates** page in the Microsoft admin center is populated by data from [Update Compliance](update-compliance-v2-overview.md). The tab contains a high-level overview of update compliance for Windows clients in your environment. The tab displays two charts **Windows update status** and **End of service**. @@ -67,3 +67,6 @@ A device is considered **Up to date** in this chart if it has installed security The **End of service** chart list the number of devices running an operating system version that's near or past the product lifecycle. +## Next steps + +Use [Update Compliance](update-compliance-v2-overview.md) to display additional data about the status of Windows updates. \ No newline at end of file