mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
ucv2-tp
This commit is contained in:
parent
568c86445d
commit
7d25e3de64
@ -11,6 +11,7 @@ author: mestew
|
||||
ms.author: mstewart
|
||||
ms.collection: M365-analytics
|
||||
ms.topic: article
|
||||
date: 05/07/2022
|
||||
---
|
||||
|
||||
# Enable Update Compliance
|
||||
|
@ -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
|
||||
|
@ -11,6 +11,7 @@ author: mestew
|
||||
ms.author: mstewart
|
||||
ms.collection: M365-analytics
|
||||
ms.topic: article
|
||||
date: 05/07/2022
|
||||
---
|
||||
|
||||
# Update Compliance prerequisites
|
||||
|
@ -11,6 +11,7 @@ author: mestew
|
||||
ms.author: mstewart
|
||||
ms.collection: M365-analytics
|
||||
ms.topic: reference
|
||||
date: 05/07/2022
|
||||
---
|
||||
|
||||
# UCClient
|
||||
|
@ -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. |
|
||||
|
@ -11,6 +11,7 @@ author: mestew
|
||||
ms.author: mstewart
|
||||
ms.collection: M365-analytics
|
||||
ms.topic: reference
|
||||
date: 05/07/2022
|
||||
---
|
||||
|
||||
# UCDeviceAlert
|
||||
|
@ -11,6 +11,7 @@ author: mestew
|
||||
ms.author: mstewart
|
||||
ms.collection: M365-analytics
|
||||
ms.topic: reference
|
||||
date: 05/07/2022
|
||||
---
|
||||
|
||||
# UCServiceUpdateStatus
|
||||
|
@ -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 |
|
||||
|
@ -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
|
||||
|
20
windows/deployment/update/update-compliance-v2-use.md
Normal file
20
windows/deployment/update/update-compliance-v2-use.md
Normal file
@ -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.
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user