pvl_patch_config
Purpose
The table stores the patch configuration data fetched by the Get Patch Config script.
Dependencies
EPM - Data Collection - Script - Get Patch Config
Tables
pvl_patch_config
| Column | Type | Explanation | 
|---|---|---|
| computerid | int | Computer ID | 
| Wuauserv | Varchar | Startup type of the Wuauservservice. | 
| Cryptsvc | Varchar | Startup type of the Cryptsvcservice. | 
| Bits | Varchar | Startup type of the Bitsservice. | 
| TrustedInstaller | Varchar | Startup type of the TrustedInstallerservice. | 
| BranchReadinessLevelAllowedValues | Int | Possible values for the branch readiness level. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//PolicyManager//default//Update//BranchReadinessLevelName:AllowedValuesPossible values: -16(Semi-Annual Channel) -8(Semi-Annual Channel (Targeted)) -32(Release Preview) -48(Insider Fast) -64(Insider Slow) Example:16, 8, 32, 48, 64 | 
| BranchReadinessLevelValue | Int | The current value of the branch readiness level. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//PolicyManager//default//Update//BranchReadinessLevelName:AllowedValuesPossible values: -16(Semi-Annual Channel) -8(Semi-Annual Channel (Targeted)) -32(Release Preview) -48(Insider Fast) -64(Insider Slow) Example:16 | 
| UxSettingsBranchReadinessLevel | Int | The current branch readiness level as stored in UX Settings. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//WindowsUpdate//UX//SettingsName:BranchReadinessLevelPossible values: -16(Semi-Annual Channel) -8(Semi-Annual Channel (Targeted)) -32(Release Preview) -48(Insider Fast) -64(Insider Slow) Example:16 | 
| UxSettingsActiveHoursStart | Int | The start time for active hours. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//WindowsUpdate//UX//SettingsName:ActiveHoursStartPossible values:0-23Example:6 | 
| UxSettingsActiveHoursEnd | Int | The end time for active hours. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//WindowsUpdate//UX//SettingsName:ActiveHoursEndPossible values:0-23Example:18 | 
| WindowsUpdateBranchReadinessLevel | Int | The current branch readiness level as stored in Windows Update Settings. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdateName:BranchReadinessLevelPossible values: -16(Semi-Annual Channel) -8(Semi-Annual Channel (Targeted)) -32(Release Preview) -48(Insider Fast) -64(Insider Slow) Example:16 | 
| WindowsUpdateDeferFeatureUpdates | Int | Whether feature updates are deferred. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdateName:DeferFeatureUpdatesPossible values:0 (not deferred), 1 (deferred)Example:1 | 
| WindowsUpdateDeferFeatureUpdatesPeriodInDays | Int | Number of days to defer feature updates. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdateName:DeferFeatureUpdatesPeriodInDaysPossible values:0-365 (days)Example:60 | 
| WindowsUpdateDeferQualityUpdates | Int | Whether quality updates are deferred. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdateName:DeferQualityUpdatesPossible values:0 (not deferred), 1 (deferred)Example:0 | 
| WindowsUpdateDeferQualityUpdatesPeriodInDays | Int | Number of days to defer quality updates. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdateName:DeferQualityUpdatesPeriodInDaysPossible values:0-365 (days)Example:0 | 
| upgradeRestricted | Int | Indicates whether Windows upgrades or feature updates are restricted from the registry key for Windows 10 and 11. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdateName:DisableOSUpgradePossible values:0 (upgrade not disabled), 1 (upgrade disabled)Example:0Name:TargetReleaseVersionPossible values:0 (Feature update not restricted), 1 (Feature update disabled)Example:1Path:HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdateName:TargetReleaseVersionInfoPossible values:22H2, 23H2, 24H2, etc.Example:22H2 | 
| DataCollectionTime | DateTime | Data Collection Time |