diff --git a/Winget-AutoUpdate/Winget-Upgrade.ps1 b/Winget-AutoUpdate/Winget-Upgrade.ps1 index b282b0b..b40963a 100644 --- a/Winget-AutoUpdate/Winget-Upgrade.ps1 +++ b/Winget-AutoUpdate/Winget-Upgrade.ps1 @@ -17,7 +17,7 @@ Start-Init #Get settings and Domain/Local Policies (GPO) if activated. $WAUConfig = Get-WAUConfig if ($($WAUPolicies.WAU_ActivateGPOManagement -eq 1)) { - Write-ToLog "WAU Policies management activated." + Write-ToLog "WAU Policies management Enabled." } #Log running context and more...