Skip to content

Commit 96e3dcb

Browse files
authored
Merge pull request #197077 from SnehaSudhirG/04May-UMCV1
Added info about installation status
2 parents cec88d9 + 0172220 commit 96e3dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/update-management/query-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ A record with a type of `UpdateRunProgress` is created that provides update depl
107107
| CorrelationId | Unique identifier of the runbook job run for the update. |
108108
| EndTime | The time when the synchronization process ended. *This property is currently not used. See TimeGenerated.* |
109109
| ErrorResult | Windows Update error code generated if an update fails to install. |
110-
| InstallationStatus | The possible installation states of an update on the client computer,<br> `NotStarted` - job not triggered yet.<br> `Failed` - job started but failed with an exception.<br> `InProgress` - job in progress.<br> `MaintenanceWindowExceeded` - if execution was remaining but maintenance window interval reached.<br> `Succeeded` - job succeeded.<br> `InstallFailed` - update failed to install successfully.<br> `NotIncluded`<br> `Excluded` |
110+
| InstallationStatus | The possible installation states of an update on the client computer,<br> `NotStarted` - job not triggered yet.<br> `Failed` - job started but failed with an exception.<br> `InProgress` - job in progress.<br> `MaintenanceWindowExceeded` - if execution was remaining but maintenance window interval reached.<br> `Succeeded` - job succeeded.<br> `InstallFailed` - update failed to install successfully.<br> `NotIncluded` - the corresponding update's classification doesn't match with customer's entries in input classification list.<br> `Excluded` - user enters a KBID in excluded list. While patching, if KBID in excluded list matches with the system detected update KB ID, it is marked as excluded. |
111111
| KBID | Knowledge base article ID for the Windows update. |
112112
| ManagementGroupName | Name of the Operations Manager management group or Log Analytics workspace. |
113113
| OSType | Type of operating system. Values are Windows or Linux. |

0 commit comments

Comments
 (0)