Replies: 2 comments 7 replies
-
Hi! function Test-Network {
} |
Beta Was this translation helpful? Give feedback.
6 replies
-
But WinGet respects the Windows system proxy by default... |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I used Intune with WAU MSI packaged into .intunewin and deploy to computers. Default installation. all is good. Computers are user accounts without admin rights. I am behind firewall and proxy. However i have firewall opened below domains.
*.amd.com *.azure.com *.azure.net *.azureedge.net *.cloud.microsoft *.intel.com *.live.com *.microsoft.com *.microsoftonline.com *.msocdn.com *.mx.microsoft *.office.com *.office365.com *.outlook.com *.passport.net *.s-microsoft.com *.static.microsoft *.usercontent.microsoft *.windows.com *.windows.net *.windowsphone.com *.windowsupdate.com
Winget is ok at user context (however prompt for UAC admin password, which is not ok). Which is why we want to run WAU with system context. However, i'm getting InternetOpenUrl() failed. 0x80072efd : unknown error
for some reasons. Where is it trying to connect to at this stage? if there more domain i have to open?
Thanks for the help!
`
13:46:24 - Reading WAUConfig
13:46:24 - SymLink for 'update' log file created in in C:\ProgramData\Microsoft\IntuneManagementExtension\Logs folder
13:46:24 - Rerun WAU in system context with ServiceUI
13:46:26 - Reading WAUConfig
#################################################################
11/7/2025 - CHECK FOR APP UPDATES (System context - Connected user)
#################################################################
13:46:26 - Notification Level: Full. Notification Language: English
13:46:26 - Checking internet connection...
13:46:27 - Connected !
13:46:27 - Checking prerequisites...
13:46:27 - MS Visual C++ 2015-2022 is not installed
13:46:27 - -> Downloading https://aka.ms/vs/17/release/VC_redist.x64.exe...
13:46:37 - -> MS Visual C++ 2015-2022 installation failed.
13:46:51 - WinGet installed version: 1.11.400 | WinGet available version: 1.10.340
13:46:51 - -> WinGet is up to date: v1.11.400
13:46:51 - Prerequisites checked. OK
13:46:51 - Selected winget instance: C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.26.400.0_x64__8wekyb3d8bbwe\winget.exe
13:46:51 - WAU current version: 2.5.2
13:46:51 - WAU AutoUpdate is Enabled.
13:47:10 - WAU is up to date.
13:47:10 - WAU uses Black List config
13:47:10 - -> Successsfully loaded default excluded apps list.
13:47:10 - Checking application updates on Winget Repository named 'winget' ..
13:48:19 - No update found. 'Winget upgrade' output:
██████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 1024 KB / 4.66 MB
████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 2.00 MB / 4.66 MB
███████████████████▒▒▒▒▒▒▒▒▒▒▒ 3.00 MB / 4.66 MB
█████████████████████████▒▒▒▒▒ 4.00 MB / 4.66 MB
██████████████████████████████ 4.66 MB / 4.66 MB
Failed in attempting to update the source: winget
An unexpected error occurred while executing the command:
InternetOpenUrl() failed.
0x80072efd : unknown error
13:48:19 - No new update.
13:48:19 - End of process!
`
Beta Was this translation helpful? Give feedback.
All reactions