Skip to main content

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

ColumnTypeExplanation
computeridintComputer ID
WuauservVarcharStartup type of the Wuauserv service.
CryptsvcVarcharStartup type of the Cryptsvc service.
BitsVarcharStartup type of the Bits service.
TrustedInstallerVarcharStartup type of the TrustedInstaller service.
BranchReadinessLevelAllowedValuesIntPossible values for the branch readiness level. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//PolicyManager//default//Update//BranchReadinessLevel Name: AllowedValues Possible 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
BranchReadinessLevelValueIntThe current value of the branch readiness level. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//PolicyManager//default//Update//BranchReadinessLevel Name: AllowedValues Possible values: - 16 (Semi-Annual Channel) - 8 (Semi-Annual Channel (Targeted)) - 32 (Release Preview) - 48 (Insider Fast) - 64 (Insider Slow) Example: 16
UxSettingsBranchReadinessLevelIntThe current branch readiness level as stored in UX Settings. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//WindowsUpdate//UX//Settings Name: BranchReadinessLevel Possible values: - 16 (Semi-Annual Channel) - 8 (Semi-Annual Channel (Targeted)) - 32 (Release Preview) - 48 (Insider Fast) - 64 (Insider Slow) Example: 16
UxSettingsActiveHoursStartIntThe start time for active hours. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//WindowsUpdate//UX//Settings Name: ActiveHoursStart Possible values: 0-23 Example: 6
UxSettingsActiveHoursEndIntThe end time for active hours. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//WindowsUpdate//UX//Settings Name: ActiveHoursEnd Possible values: 0-23 Example: 18
WindowsUpdateBranchReadinessLevelIntThe current branch readiness level as stored in Windows Update Settings. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdate Name: BranchReadinessLevel Possible values: - 16 (Semi-Annual Channel) - 8 (Semi-Annual Channel (Targeted)) - 32 (Release Preview) - 48 (Insider Fast) - 64 (Insider Slow) Example: 16
WindowsUpdateDeferFeatureUpdatesIntWhether feature updates are deferred. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdate Name: DeferFeatureUpdates Possible values: 0 (not deferred), 1 (deferred) Example: 1
WindowsUpdateDeferFeatureUpdatesPeriodInDaysIntNumber of days to defer feature updates. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdate Name: DeferFeatureUpdatesPeriodInDays Possible values: 0-365 (days) Example: 60
WindowsUpdateDeferQualityUpdatesIntWhether quality updates are deferred. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdate Name: DeferQualityUpdates Possible values: 0 (not deferred), 1 (deferred) Example: 0
WindowsUpdateDeferQualityUpdatesPeriodInDaysIntNumber of days to defer quality updates. Data is gathered from the registry. Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdate Name: DeferQualityUpdatesPeriodInDays Possible values: 0-365 (days) Example: 0
upgradeRestrictedIntIndicates 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//WindowsUpdate Name: DisableOSUpgrade Possible values: 0 (upgrade not disabled), 1 (upgrade disabled) Example: 0 Name: TargetReleaseVersion Possible values: 0 (Feature update not restricted), 1 (Feature update disabled) Example: 1 Path: HKLM://SOFTWARE//Microsoft//Windows//WindowsUpdate Name: TargetReleaseVersionInfo Possible values: 22H2, 23H2, 24H2, etc. Example: 22H2
DataCollectionTimeDateTimeData Collection Time