Microsoft Office patch downloads through ManageEngine Endpoint Central may fail if the required domains, IPs, or ports are blocked by firewall or proxy. This causes download failures, dependency patch errors, or retries.
Ports: Allow outbound TCP 443 (HTTPS) and TCP 80 (HTTP).
Best Practice: Whitelist by FQDN (domain names) rather than static IPs (IPs change due to CDN).
ExpressRoute (ER): If your org uses ExpressRoute, endpoints marked with ER can route via ER instead of Internet.
| Service | IPv4 Ranges | IPv6 Ranges |
|---|---|---|
| Office Apps & Online | 13.107.6.171/32, 13.107.18.15/32, 13.107.140.6/32, 52.108.0.0/14, 52.244.37.168/32 | 2603:1006:1400::/40, 2603:1016:2400::/40, 2603:1026:2400::/40, 2603:1036:2400::/40, 2603:1046:1400::/40, 2603:1056:1400::/40, 2603:1063:2000::/38, 2620:1ec:c::15/128, 2620:1ec:8fc::6/128, 2620:1ec:a92:171/128, 2a01:111:f100:2000::a83e:3019/128, 2a01:111:f100:2002::8975:2d79/128, 2a01:111:f100:2002::8975:2da8/128, 2a01:111:f100:7000::6fdd:6cd5/128, 2a01:111:f100:a004::bfeb:88cf/128 |
Always check the latest Microsoft 365 URL/IP list in this page.
nslookup officecdn.microsoft.comTest-NetConnection officecdn.microsoft.com -Port 443Navigate: Patches → Downloaded Patches → Retry Download.
Retry the failing patch and its dependency (PatchID — 1).
Default Office Log Paths
C:\Windows\Temp\OfficeSetup[<timestamp>.log]C:\Users\<ServiceAccount>\AppData\Local\Temp\OfficeSetup.logFile naming convention:
<machinename><date><time>.logExample:PDSERVER01_20250915_145530.log
download.xml
<Configuration> <Add OfficeClientEdition="64" Channel="Current"> <Product ID="O365ProPlusRetail"> <Language ID="en-us"/> </Product> </Add> <Display AcceptEULA="TRUE"/> </Configuration> Run:
setup.exe /download download.xml echo %errorlevel%0 = Success → CDN reachable
Non-zero = Failure → review logs in %temp%
PatchDownloader.log + %temp% logs with ManageEngine or Microsoft Support.