Forum Discussion
AB21805
Jun 20, 2023Bronze Contributor
using winget to update remote machines
Hi all,
Is it possible to update apps via winget but through intune ie powershell? Which could run monthly and silently?
5 Replies
- naxelbergCopper Contributor
Here's what works for me: I use this as a command line, not powershell....
C:\Users\%username%\AppData\Local\Microsoft\WindowsApps\winget.exe upgrade --all --silent --accept-source-agreements --include-unknown
- tschlappingerBrass ContributorI personally like to use https://github.com/Romanitho/Winget-AutoUpdate
with a whitelist so I can decide what to update automatically. - AlexVicCopper ContributorI have tried it, and it works. The only thing to ensure is that Winget is available.
- AB21805Bronze ContributorHow do I do it?
By available do you mean ?