Skip to main content

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

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 - Whitelist.
usercontexttinyintAre the updates enabled for user-level applications too? (0/1)
notificationvarcharNotification level as set in the client-level EDF WAU - NotificationLevel.
updateintervalvarcharUpdate interval as set in the client-level EDF WAU - UpdateInterval.
updatetimevarcharUpdate time as set in the client-level EDF WAU - UpdatesAtTime.
updatesatlogontinyintAre the updates enabled at user login too? (0/1)
donotrunafterinstallationtinyintIs the WAU allowed to run after installation? (0/1)
remotemonitortinyintIs the Winget Auto Update Errors remote monitor creation enabled? (0/1)