Skip to main content

pvl_winget_audit

Purpose

This document stores the audit data fetched by the Winget App Audit script.

Dependencies

SWM - Software Update - Script - Winget App Audit

Tables

pvl_winget_audit

ColumnTypeExplanation
computeridintComputer ID of the computer.
displayNamevarcharDisplay name of the application.
packageIdvarcharPackage ID of the application.
InstalledVersionvarcharInstalled version of the application.
AvailableVersionvarcharLatest available version of the application, if any.
SourcevarcharSource of the application (Winget/Msstore).
UptoDatetinytextIs the application up to date? (0/1)
LevelvarcharInstallation level of the application (System/User).
AutoUpdateEnabledtinytextIs Auto Update enabled for the application? (0/1). Refer to the Configure Winget Auto Update script's document for detailed instructions on enabling Auto Update.
DataCollectionTimedatetimeData collection time.