Share via

issues on server failed to run update manager assessment on windows server 2019 on-premises

Mohamad Irsyad 0 Reputation points
2026-05-06T02:29:59.3266667+00:00

I have windows server 2019 where able to onboard into azure arc but failed assessment on update manager.

in other hand, i have another server with same segment network and using same proxy and same OS its success.

Error logs machine in attached.

error "Assessment failed due to this reason: 1 errors reported. The latest 100 errors are shared in details. To view all errors, review this log file on the machine:[C:\ProgramData\GuestConfig\extension_logs\Microsoft.SoftwareUpdateManagement.WindowsOsUpdateExtension\7.telemetryLogs]. Failed to assess the machine for available updates: ActivityId = [a41b9f4e-c58e-430b-9b81-9eed312dd757], Operation=[Assessment], Reason:[Windows update API threw an exception while assessing the machine for available updates. HResult: 0x80072efe.. For information on diagnosing this error, see: https://aka.ms/TroubleshootVMGuestPatching.]."

Azure Update Manager
Azure Update Manager

An Azure service to centrally manages updates and compliance at scale.


1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-05-06T02:30:16.7066667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error HResult: 0x80072EFE during Azure Update Manager assessment indicates a Windows Update network/connectivity problem on that specific Windows Server 2019 machine, even though another server in the same segment works.

    Use these targeted steps on the failing server:

    1. Validate local Windows Update
      1. Sign in to the server and try running Windows Update locally:
        • Open Settings → Update & Security → Windows Update → Check for updates.
        • If this fails, the Windows Update Agent is misconfigured or cannot reach its update source.
      2. If using WSUS/ConfigMgr, confirm the machine can reach the configured intranet update endpoint as described in the Windows Update troubleshooting guidance referenced by Update Manager.
    2. Check network/proxy connectivity
      1. Because 0x80072EFE is a connectivity-type error, verify:
        • The server can resolve and reach the required Windows Update or WSUS endpoints.
        • The same proxy configuration that works on the other server is correctly applied (system proxy, WinHTTP proxy, or any security appliance rules).
      2. If using Windows Update (not WSUS), ensure the machine can reach the endpoints listed under Issues related to HTTP/proxy.
    3. Verify Windows Update service and agent health
      1. Confirm the Windows Update service (wuauserv) is running and not disabled.
      2. Review %Windir%\WindowsUpdate.log on the failing server for errors around the time of the assessment. Use the guidance in Windows Update log files to interpret the log.
      3. Optionally run the Windows Update troubleshooter on the server to automatically detect and fix common Windows Update issues.
    4. Compare with the working server
      1. Compare these items between the working and failing servers:
        • WSUS/Windows Update configuration (registry keys under HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate).
        • Proxy settings (WinHTTP and user-level proxy).
        • Firewall rules or endpoint security policies.
      2. Align any differences so the failing server matches the known-good configuration.
    5. Re-run Azure Update Manager assessment After fixing the local Windows Update connectivity/configuration issues:
      1. Trigger a new assessment from Azure Update Manager.
      2. If it still fails, review the extension logs under: C:\ProgramData\GuestConfig\extension_logs\Microsoft.SoftwareUpdateManagement.WindowsOsUpdateExtension especially WindowsUpdateExtension.log and the referenced telemetry log.

    If the problem persists after these steps, collect the WindowsUpdate.log, extension logs, and network/proxy configuration and engage local IT or support for deeper analysis.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.