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
| Column | Type | Explanation |
|---|---|---|
| computerid | int | Computer ID of the computer. |
| enabled | tinyint | Is the Winget auto‑update solution enabled for the computer? (0/1) |
| whitelist | text | Whitelisted applications set in the client‑level EDF WAU - Whitelist. |
| blacklist | text | Blacklisted applications set in the client‑level EDF WAU - Blacklist. |
| usercontext | tinyint | Are updates enabled for user‑level applications too? (0/1) |
| updateinterval | varchar | Update interval as set in the client‑level EDF WAU - UpdateInterval. |
| updatetime | varchar | Update time as set in the client‑level EDF WAU - UpdatesAtTime. |
| updatesatlogon | tinyint | Are updates enabled at user logon? (0/1) |
| donotrunafterinstallation | tinyint | Is the update prevented from running immediately after installation? (0/1) |
| remotemonitor | tinyint | Is the Winget Auto Update Errors remote monitor creation enabled? (0/1) |
Changelog
2026-07-01
- Removed the
notificationcolumn (previously storedWAU - NotificationLevel). The notification level EDF has been deprecated.
2025-04-10
- Initial version of the document