Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
You can make a PR in this repo yourself with the code needed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to deploy Winget-AutoUpdate via Intune. Now I've met several issues while trying to do so. I'll give a short description regarding my deployment process:
The image below shows the configuration of the deployment of Winget-AutoUpdate via the WAU.msi file under the Apps feature of Intune:
I also uploaded the ADMX and ADML files in order to control the configuration of the Registry values and keys via Intune - remotely.
Here are the Scheduled Tasks it has created:
Now I'll describe the issues I've encountered:
The SYSTEM context doesn't have access to the Proxy settings configured for the user in the Windows settings (Winkey --> proxy) and this is why it would fail and show an error like "No internet Connection". All traffic to the internet goes through the proxy in our organization so no wonder it failed. Can WAU be made to work reliably in SYSTEM context in proxy environments? Do I need to create a PS script to add the proxy configuration? However even after fixing this issue, it would still fail but for a different reason. It seems like the SYSTEM context doesn't have access to winget.exe... Ideally, I would like for Winget-AutoUpdate to work in SYSTEM context and run for all users even if they don't have admin privileges. I'll show you a snippet from the logs:
It says that the Prerequisites checked failed, though earlier it succeeded in SYSTEM context so I don't know what's causing this, but the main issue is this part:
"Failed when opening source(s); try the 'source reset' command if the problem persists."
"An unexpected error occurred while executing the command:
0x8a15000f : Data required by the source is missing"
I tried solving it by running the command mentioned above but it wouldn't help.
In user context it works fine:
Additionally, I thought about using the Winget-AutoUpdate-Intune version since it contains an admx file that lets you configure the whitelist from Intune, but the msi file of that repo isn't signed and it shows a warning. Which msi file should I use?
Please help me fix these issues!
Best regards everybody,
Eden
Beta Was this translation helpful? Give feedback.
All reactions