From 445db261176d2718b68364ac203de984170e2e87 Mon Sep 17 00:00:00 2001 From: Aaron Czechowski Date: Tue, 3 May 2022 17:26:06 -0700 Subject: [PATCH] editorial review --- .../deployment/update/how-windows-update-works.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/windows/deployment/update/how-windows-update-works.md b/windows/deployment/update/how-windows-update-works.md index 2cc0f94c7e..f666a097be 100644 --- a/windows/deployment/update/how-windows-update-works.md +++ b/windows/deployment/update/how-windows-update-works.md @@ -92,13 +92,16 @@ When users start scanning in Windows Update through the Settings panel, the foll ![Windows Update scan log 1.](images/update-scan-log-1.png) #### Proxy Behavior -For Windows Update (WU) scans URLs which are used for update detection ([MS-WUSP]: SimpleAuth Web Service | Microsoft Docs, [MS-WUSP]: Client Web Service | Microsoft Docs): -- System proxy is attempted (set using the netsh command). -- If WUA fails to reach the service due to a certain proxy, service, or authentication error code, then user proxy is attempted (generally it is the logged-in user) Note: For intranet WSUS update service URLs, we provide an option via Windows Update policy to select the proxy behavior. +For Windows Update (WU) scans URLs that are used for update detection ([MS-WUSP]: SimpleAuth Web Service | Microsoft Docs, [MS-WUSP]: Client Web Service | Microsoft Docs): +- System proxy is attempted (set using the `netsh` command). +- If WUA fails to reach the service due to a certain proxy, service, or authentication error code, then user proxy is attempted (generally it is the logged-in user). -For WU URLs which are NOT used for update detection (download, reporting etc): + > [!Note] + > For intranet WSUS update service URLs, we provide an option via Windows Update policy to select the proxy behavior. + +For WU URLs that _aren't_ used for update detection, such as for download or reporting: - User proxy is attempted. -- If WUA fails to reach the service due to certain proxy, service, or authentication error code, then the system proxy is attempted. +- If WUA fails to reach the service due to a certain proxy, service, or authentication error code, then the system proxy is attempted. #### Identifies service IDs