Forum Discussion
braedachau
Dec 02, 2021Brass Contributor
WinGet - Application management - Thoughts
Good morning Has anybody started serious work on managing their corporate devices via this solution, especially in deployment and patch management. I am unable to find an official Microsoft r...
Jacob Stimpson
Jan 03, 2022Copper Contributor
I am just starting on this.. I am using Intune and its scripts feature to begin work on automating the installs of several apps through Winget... I was surprised when I ran "Winget list" and saw how many already installed apps we had that were compatible with Winget....
- joemclainNov 21, 2022Brass ContributorThanks for sharing, braedachau. In our case, I can't get "winget upgrade --all" to cycle through all the apps when deployed remotely via MEM. I tweaked your script to include "winget upgrade $id --accept-package-agreements --accept-source-agreements" since I need action rather than the list and it works beautifully.
Much appreciated!