pvl_wau_config
Purpose
This document 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 the computers after making any changes to the associated EDFs.
Dependencies
SWM - Software Update - 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 - Whitelist. | 
| usercontext | tinyint | Are the updates enabled for user-level applications too? (0/1) | 
| notification | varchar | Notification level as set in the client-level EDF WAU - NotificationLevel. | 
| 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 the updates enabled at user login too? (0/1) | 
| donotrunafterinstallation | tinyint | Is the WAU allowed to run after installation? (0/1) | 
| remotemonitor | tinyint | Is the Winget Auto Update Errors remote monitor creation enabled? (0/1) |