Skip to main content

pvl_wau_config

Purpose

This table stores the current configuration set for the computer from the client‑level EDFs defined in the Configure Winget Auto Update script document. The data stored in this custom table is used by the Execute Script - Configure Winget Auto Update internal monitor to detect computers after any changes are made to the associated EDFs.

Dependencies

Script - Configure Winget Auto Update

Tables

pvl_wau_config

ColumnTypeExplanation
computeridintComputer ID of the computer.
enabledtinyintIs the Winget auto‑update solution enabled for the computer? (0/1)
whitelisttextWhitelisted applications set in the client‑level EDF WAU - Whitelist.
blacklisttextBlacklisted applications set in the client‑level EDF WAU - Blacklist.
usercontexttinyintAre updates enabled for user‑level applications too? (0/1)
updateintervalvarcharUpdate interval as set in the client‑level EDF WAU - UpdateInterval.
updatetimevarcharUpdate time as set in the client‑level EDF WAU - UpdatesAtTime.
updatesatlogontinyintAre updates enabled at user logon? (0/1)
donotrunafterinstallationtinyintIs the update prevented from running immediately after installation? (0/1)
remotemonitortinyintIs the Winget Auto Update Errors remote monitor creation enabled? (0/1)

Changelog

2026-07-01

  • Removed the notification column (previously stored WAU - NotificationLevel). The notification level EDF has been deprecated.

2025-04-10

  • Initial version of the document