diff --git a/Policies/WAU.admx b/Policies/WAU.admx index db17dd5..3b3584c 100644 --- a/Policies/WAU.admx +++ b/Policies/WAU.admx @@ -1,5 +1,5 @@ - + @@ -8,6 +8,7 @@ + @@ -352,7 +353,7 @@ - + diff --git a/Policies/en-US/WAU.adml b/Policies/en-US/WAU.adml index 85d1a26..d221d35 100644 --- a/Policies/en-US/WAU.adml +++ b/Policies/en-US/WAU.adml @@ -1,5 +1,5 @@ - + WinGet-AutoUpdate WinGet-AutoUpdate GPO Management @@ -7,6 +7,7 @@ Winget-AutoUpdate Winget-AutoUpdate version 1.16.0 or later Winget-AutoUpdate version 1.16.5 or later + Winget-AutoUpdate version 1.17.0 or later Activate WAU GPO Management This policy setting is an overriding toggle for GPO Management of Winget-AutoUpdate. Bypass Black/White list for User diff --git a/Winget-AutoUpdate/Winget-Upgrade.ps1 b/Winget-AutoUpdate/Winget-Upgrade.ps1 index 461b7dc..0589799 100644 --- a/Winget-AutoUpdate/Winget-Upgrade.ps1 +++ b/Winget-AutoUpdate/Winget-Upgrade.ps1 @@ -243,7 +243,7 @@ if (Test-Network) { #Check for approved tag $WAUNotifApproved = "$WorkingDir/Config/NotifApproved.txt" if (Test-Path $WAUNotifApproved) { - Write-ToLog "-> User approved notification." + Write-ToLog "-> User approved update notification." Remove-Item $WAUNotifApproved -Force -Confirm:$false } else {