From d16d9f79389b419603aa87ffdc47d6804ca8bf45 Mon Sep 17 00:00:00 2001 From: jaimeo Date: Fri, 25 Sep 2020 09:19:09 -0700 Subject: [PATCH] small tweaks; wiring into TOC --- windows/deployment/TOC.yml | 2 ++ windows/deployment/update/delivery-optimization-proxy.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/windows/deployment/TOC.yml b/windows/deployment/TOC.yml index f0c84c9b9b..01c507abde 100644 --- a/windows/deployment/TOC.yml +++ b/windows/deployment/TOC.yml @@ -45,6 +45,8 @@ href: update/plan-define-strategy.md - name: Delivery Optimization for Windows 10 updates href: update/waas-delivery-optimization.md + - name: Using a proxy with Delivery Optimization + href: update/delivery-optimization-proxy.md - name: Best practices for feature updates on mission-critical devices href: update/feature-update-mission-critical.md - name: Windows 10 deployment considerations diff --git a/windows/deployment/update/delivery-optimization-proxy.md b/windows/deployment/update/delivery-optimization-proxy.md index 417c78a5db..71a4c056cb 100644 --- a/windows/deployment/update/delivery-optimization-proxy.md +++ b/windows/deployment/update/delivery-optimization-proxy.md @@ -34,6 +34,8 @@ If no user is signed in, even if both the Internet Explorer proxy and netsh conf You can still use netsh to import the proxy setting from Internet Explorer (`netsh winhttp import proxy source=ie `) if your proxy configuration is a static *proxyServerName:Port*. However, the same limitations mentioned previously apply. +### Summary of settings behavior + These tables summarize the behavior for various combinations of settings: With an interactive user signed in: @@ -66,9 +68,9 @@ This policy is meant to ensure that proxy settings apply uniformly to the same c ## Using a proxy with Microsoft Connected Cache -Starting with Windows 10, version 2004, you can use Microsoft Connected Cache behind a proxy. In older versions, when you set Delivery Optimization to download from Microsoft Connected Cache, it will bypass the proxy and try to connect directly to the Connected Cache server. This can cause failure to download. +Starting with Windows 10, version 2004, you can use Connected Cache behind a proxy. In older versions, when you set Delivery Optimization to download from Connected Cache, it will bypass the proxy and try to connect directly to the Connected Cache server. This can cause failure to download. -However, you can set the Microsoft Connected Cache server to use an unauthenticated proxy. For more information, see [Microsoft Connected Cache in Configuration Manager](https://docs.microsoft.com/mem/configmgr/core/plan-design/hierarchy/microsoft-connected-cache#prerequisites-and-limitations) for more information. +However, you can set the Connected Cache server to use an unauthenticated proxy. For more information, see [Microsoft Connected Cache in Configuration Manager](https://docs.microsoft.com/mem/configmgr/core/plan-design/hierarchy/microsoft-connected-cache#prerequisites-and-limitations). ## Related articles