You can now install apps from WAU with Intune/SCCM #576
Romanitho
announced in
Announcements
Replies: 1 comment 2 replies
-
I would love to test this out, but unfortunately I am always getting "Failed to install" (Status Code 0x800700C1) and the install.log of WAU doesn't even have new entries, so I guess Intune is unable to execute the script. I can confirm that the path is correct and it works when I execute it manually. The InTuneManagementExtension.log doesn't show anything useful. Any other ideas? I am using the latest nightly of WAU, 1.19.2-10 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To install apps with Intune/SCCM, you could use this repo:
https://github.com/Romanitho/Winget-Install
But... let's imagine we need to deploy an update of Winget-Install for all of our packages... time consuming...
Now, Winget-Install is part of WAU... Just call this as your install command:
%programdata%\Winget-AutoUpdate\Winget-Install.ps1 -AppIDs 7zip.7zip
(For intune, juste create an empty .intunewim)
Put this package WAU as dependence, and that's it.
Let's WAU self update or deploy new WAU updates as you want...
Thanks @KnifMelti for the orignal idea ;)
Beta Was this translation helpful? Give feedback.
All reactions