Weatherlights / Winget-AutoUpdate-Intune

WAUaaS daily updates apps as system and notify users. WAUaaS brings you WAU in a service like pattern that can be deployed and configured by Microsoft Intune (or other MDM solutions).
MIT License
148 stars 6 forks source link

[Bug]: Installation doesn't apply configured GPO #21

Closed cheskote closed 10 months ago

cheskote commented 10 months ago

The problem

I have applied the following GPO: Enable Desktop Shortcut --> Disabled Updates Interval --> Enabled daily Enable Start Menu Shortcuts --> Disabled Updates at Logon --> Enabled

But when WAU is installed the LastCommand.txt shows: -silent -DoNotUpdate -DisableWAUAutoUpdate -NoClean -ModsPath "C:\ProgramData\Winget-AutoUpdate-Configurator\mods" -UpdatesInterval Never

Which is not enforcing the settings configured in the GPO. LastCommand.txt

The Updates.log from WAU also shows that the settings are not configured as desired updates.log

What version of WAU has the issue?

1.17.8

What version of Windows are you using (ex. Windows 11 22H2)?

Windows 11 23H2

What version of winget are you using?

1.6.2771

Log information

No response

Additional information

No response

cheskote commented 10 months ago

I was using ADMX from WAU instead of ADMX from this fork. I'm sorry for opening a bug without thorough testing.