From 6403a2e7cad1b334d15d96a837de2f8cc71d0422 Mon Sep 17 00:00:00 2001
From: Meghan Stewart <33289333+mestew@users.noreply.github.com>
Date: Thu, 16 Nov 2023 15:17:58 -0800
Subject: [PATCH] edit table and metadata
---
.../wufb-reports-schema-enumerated-types.md | 79 ++++++++++---------
.../update/wufb-reports-schema-ucclient.md | 2 +-
...-reports-schema-ucclientreadinessstatus.md | 2 +-
...ufb-reports-schema-ucclientupdatestatus.md | 2 +-
.../wufb-reports-schema-ucdevicealert.md | 2 +-
...ufb-reports-schema-ucdoaggregatedstatus.md | 2 +-
.../update/wufb-reports-schema-ucdostatus.md | 2 +-
...fb-reports-schema-ucserviceupdatestatus.md | 2 +-
.../wufb-reports-schema-ucupdatealert.md | 2 +-
.../deployment/update/wufb-reports-schema.md | 2 +-
10 files changed, 50 insertions(+), 47 deletions(-)
diff --git a/windows/deployment/update/wufb-reports-schema-enumerated-types.md b/windows/deployment/update/wufb-reports-schema-enumerated-types.md
index 760f10e01e..36aa072b5b 100644
--- a/windows/deployment/update/wufb-reports-schema-enumerated-types.md
+++ b/windows/deployment/update/wufb-reports-schema-enumerated-types.md
@@ -11,7 +11,7 @@ manager: aaroncz
appliesto:
- ✅ Windows 11
- ✅ Windows 10
-ms.date: 11/10/2023
+ms.date: 11/27/2023
---
# Enumerated types for Windows Update for Business reports
@@ -217,43 +217,46 @@ Type of alert.
Subtype of alert.
-| Value | Applicable table | Description |
-|---|---|---|
-| **MultipleSecurityUpdatesMissing** | UCDeviceAlert | Client is missing multiple security updates |
-| **EndOfService** | UCDeviceAlert | Client OS is no longer being serviced |
-| **EndOfServiceApproaching** | UCDeviceAlert | Servicing period fo the client OS is ending in less than 60 days |
-| **CancelledByUser** | UCUpdateAlert | The user canceled the update. |
-| **CertificateIssue** | UCUpdateAlert | An expired certificate was encountered. |
-| **DamagedMedia** | UCUpdateAlert | The update file appears to be damaged. |
-| **DiskFull** | UCUpdateAlert | An operation couldn't be completed because the disk is full. |
-| **DiskIssue** | UCUpdateAlert | Windows Update has found disk corruption. |
-| **DownloadCancelled** | UCUpdateAlert | The download was canceled. |
-| **DownloadCredentialsIssue** | UCUpdateAlert | A proxy server or firewall on your network might require credentials. |
-| **DownloadIssue** | UCUpdateAlert | There was a download issue. |
-| **DownloadIssueServiceDisabled** | UCUpdateAlert | The service the download depends on is disabled. |
-| **DownloadTimeout** | UCUpdateAlert | A timeout occurred. |
-| **FileNotFound** | UCUpdateAlert | The installer couldn't find a Windows component that it needs. |
-| **InstallAccessDenied** | UCUpdateAlert | Access denied. |
-| **InstallCancelled** | UCUpdateAlert | Install canceled. |
-| **InstallFileLocked** | UCUpdateAlert | Couldn't access the file because it's already in use. |
-| **InstallIssue** | UCUpdateAlert | There was an installation issue. |
-| **InstallSetupBlock** | UCUpdateAlert | There's an application or driver blocking the upgrade. |
-| **InstallSetupError** | UCUpdateAlert | Encountered an error while installing the new version of Windows. |
-| **InstallSetupRestartRequired** | UCUpdateAlert | A restart is required. |
-| **InstallSharingViolation** | UCUpdateAlert | An application is likely interfering with Windows Update. |
-| **InstallSystemError** | UCUpdateAlert | A system error occurred while installing the new version of Windows. |
-| **InsufficientUpdateConnectivity** | UCUpdateAlert | Inferred alert. Device isn't sufficiently active. |
-| **NetworkIssue** | UCUpdateAlert | The server timed out waiting for the requested. |
-| **PathNotFound** | UCUpdateAlert | The specified path can't be found. |
-| **RestartIssue** | UCUpdateAlert | The restart to apply updates is being blocked by one or more applications. |
-| **UnexpectedShutdown** | UCUpdateAlert | The installation stopped because Windows was shutting down or restarting. |
-| **WindowsComponentCorruption** | UCUpdateAlert | This device has a corrupted Windows component |
-| **WUBusy** | UCUpdateAlert | Windows Update tried to install an update while another installation process was already running. |
-| **WUComponentMissing** | UCUpdateAlert | Windows Update might be missing a component or the update file might be damaged. |
-| **WUDamaged** | UCUpdateAlert | The update file might be damaged. |
-| **WUFileCorruption** | UCUpdateAlert | Windows Update has encountered corrupted files. |
-| **WUIssue** | UCUpdateAlert | An unexpected issue was encountered during the installation. |
-| **WUSetupError** | UCUpdateAlert | The setup process was suspended. |
+| Value | Description |
+|---|---|
+| **CancelledByUser** | The user canceled the update. |
+| **CertificateIssue** | An expired certificate was encountered. |
+| **DamagedMedia** | The update file appears to be damaged. |
+| **DeviceRegistrationInvalidAzureADJoin** | Device isn't able to register or authenticate properly with the deployment service due to not being device-level Entra ID joined. Devices that are workplace-joined aren't compatible with the deployment service. |
+| **DiskFull** | An operation couldn't be completed because the disk is full. |
+| **DiskIssue** | Windows Update has found disk corruption. |
+| **DownloadCancelled** | The download was canceled. |
+| **DownloadCredentialsIssue** | A proxy server or firewall on your network might require credentials. |
+| **DownloadIssue** | There was a download issue. |
+| **DownloadIssueServiceDisabled** | The service the download depends on is disabled. |
+| **DownloadTimeout** | A timeout occurred. |
+| **EndOfService** | Client OS is no longer being serviced |
+| **EndOfServiceApproaching** | Client OS servicing period completes in less than 60 days |
+| **FileNotFound** | The installer couldn't find a Windows component that it needs. |
+| **InstallAccessDenied** | Access denied. |
+| **InstallCancelled** | Install canceled. |
+| **InstallFileLocked** | Couldn't access the file because it's already in use. |
+| **InstallIssue** | There was an installation issue. |
+| **InstallSetupBlock** | There's an application or driver blocking the upgrade. |
+| **InstallSetupError** | Encountered an error while installing the new version of Windows. |
+| **InstallSetupRestartRequired** | A restart is required. |
+| **InstallSharingViolation** | An application is likely interfering with Windows Update. |
+| **InstallSystemError** | A system error occurred while installing the new version of Windows. |
+| **InsufficientUpdateConnectivity** | Device hasn't had sufficient connectivity to Windows Update to progress through the update process and will experience delays. |
+| **MultipleSecurityUpdatesMissing** | Client is missing multiple security updates |
+| **NetworkIssue** | The server timed out waiting for the requested. |
+| **PathNotFound** | The specified path can't be found. |
+| **RestartIssue** | The restart to apply updates is being blocked by one or more applications. |
+| **SafeguardHold** | Update can't be installed due to a known Safeguard Hold. |
+| **UnexpectedShutdown** | The installation stopped because Windows was shutting down or restarting. |
+| **WindowsComponentCorruption** | This device has a corrupted Windows component |
+| **WUBusy** | Windows Update tried to install an update while another installation process was already running. |
+| **WUComponentMissing** | Windows Update might be missing a component or the update file might be damaged. |
+| **WUDamaged** | The update file might be damaged. |
+| **WUFileCorruption** | Windows Update encountered corrupted files. |
+| **WUIssue** | An unexpected issue was encountered during the installation. |
+| **WUSetupError** | The setup process was suspended. |
+
## AlertStatus
diff --git a/windows/deployment/update/wufb-reports-schema-ucclient.md b/windows/deployment/update/wufb-reports-schema-ucclient.md
index 529b802eb6..90e7903313 100644
--- a/windows/deployment/update/wufb-reports-schema-ucclient.md
+++ b/windows/deployment/update/wufb-reports-schema-ucclient.md
@@ -11,7 +11,7 @@ manager: aaroncz
appliesto:
- ✅ Windows 11
- ✅ Windows 10
-ms.date: 11/10/2023
+ms.date: 11/27/2023
---
# UCClient
diff --git a/windows/deployment/update/wufb-reports-schema-ucclientreadinessstatus.md b/windows/deployment/update/wufb-reports-schema-ucclientreadinessstatus.md
index cd720567cd..3b5fc6c5d5 100644
--- a/windows/deployment/update/wufb-reports-schema-ucclientreadinessstatus.md
+++ b/windows/deployment/update/wufb-reports-schema-ucclientreadinessstatus.md
@@ -11,7 +11,7 @@ manager: aaroncz
appliesto:
- ✅ Windows 11
- ✅ Windows 10
-ms.date: 11/10/2023
+ms.date: 11/27/2023
---
# UCClientReadinessStatus
diff --git a/windows/deployment/update/wufb-reports-schema-ucclientupdatestatus.md b/windows/deployment/update/wufb-reports-schema-ucclientupdatestatus.md
index b2aa2b2332..86e9d00600 100644
--- a/windows/deployment/update/wufb-reports-schema-ucclientupdatestatus.md
+++ b/windows/deployment/update/wufb-reports-schema-ucclientupdatestatus.md
@@ -11,7 +11,7 @@ manager: aaroncz
appliesto:
- ✅ Windows 11
- ✅ Windows 10
-ms.date: 11/10/2023
+ms.date: 11/27/2023
---
# UCClientUpdateStatus
diff --git a/windows/deployment/update/wufb-reports-schema-ucdevicealert.md b/windows/deployment/update/wufb-reports-schema-ucdevicealert.md
index cc5f96c82a..c8d3929ffd 100644
--- a/windows/deployment/update/wufb-reports-schema-ucdevicealert.md
+++ b/windows/deployment/update/wufb-reports-schema-ucdevicealert.md
@@ -11,7 +11,7 @@ manager: aaroncz
appliesto:
- ✅ Windows 11
- ✅ Windows 10
-ms.date: 11/10/2023
+ms.date: 11/27/2023
---
# UCDeviceAlert
diff --git a/windows/deployment/update/wufb-reports-schema-ucdoaggregatedstatus.md b/windows/deployment/update/wufb-reports-schema-ucdoaggregatedstatus.md
index d6b10a0364..48b45792d3 100644
--- a/windows/deployment/update/wufb-reports-schema-ucdoaggregatedstatus.md
+++ b/windows/deployment/update/wufb-reports-schema-ucdoaggregatedstatus.md
@@ -12,7 +12,7 @@ ms.reviewer: carmenf
appliesto:
- ✅ Windows 11
- ✅ Windows 10
-ms.date: 11/17/2022
+ms.date: 11/27/2022
---
# UCDOAggregatedStatus
diff --git a/windows/deployment/update/wufb-reports-schema-ucdostatus.md b/windows/deployment/update/wufb-reports-schema-ucdostatus.md
index c9f8f9a935..d9defa9967 100644
--- a/windows/deployment/update/wufb-reports-schema-ucdostatus.md
+++ b/windows/deployment/update/wufb-reports-schema-ucdostatus.md
@@ -11,7 +11,7 @@ ms.reviewer: carmenf
appliesto:
- ✅ Windows 11
- ✅ Windows 10
-ms.date: 11/17/2022
+ms.date: 11/27/2022
---
# UCDOStatus
diff --git a/windows/deployment/update/wufb-reports-schema-ucserviceupdatestatus.md b/windows/deployment/update/wufb-reports-schema-ucserviceupdatestatus.md
index 990df0f8bb..1c9bf35e41 100644
--- a/windows/deployment/update/wufb-reports-schema-ucserviceupdatestatus.md
+++ b/windows/deployment/update/wufb-reports-schema-ucserviceupdatestatus.md
@@ -11,7 +11,7 @@ manager: aaroncz
appliesto:
- ✅ Windows 11
- ✅ Windows 10
-ms.date: 11/10/2023
+ms.date: 11/27/2023
---
# UCServiceUpdateStatus
diff --git a/windows/deployment/update/wufb-reports-schema-ucupdatealert.md b/windows/deployment/update/wufb-reports-schema-ucupdatealert.md
index 03e1864046..804ec606c5 100644
--- a/windows/deployment/update/wufb-reports-schema-ucupdatealert.md
+++ b/windows/deployment/update/wufb-reports-schema-ucupdatealert.md
@@ -11,7 +11,7 @@ manager: aaroncz
appliesto:
- ✅ Windows 11
- ✅ Windows 10
-ms.date: 11/10/2023
+ms.date: 11/27/2023
---
# UCUpdateAlert
diff --git a/windows/deployment/update/wufb-reports-schema.md b/windows/deployment/update/wufb-reports-schema.md
index 7c43f60dea..8764b6c951 100644
--- a/windows/deployment/update/wufb-reports-schema.md
+++ b/windows/deployment/update/wufb-reports-schema.md
@@ -11,7 +11,7 @@ manager: aaroncz
appliesto:
- ✅ Windows 11
- ✅ Windows 10
-ms.date: 11/10/2023
+ms.date: 11/27/2023
---
# Windows Update for Business reports schema