From 8702ac59888c0e108d8d9eb4f929bcdfe3d4cde9 Mon Sep 17 00:00:00 2001 From: Carmen Date: Thu, 27 Apr 2023 10:53:11 -0600 Subject: [PATCH 1/2] Upates to add details --- windows/deployment/update/wufb-reports-do.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/deployment/update/wufb-reports-do.md b/windows/deployment/update/wufb-reports-do.md index 9de81e8e55..2a15a1dc55 100644 --- a/windows/deployment/update/wufb-reports-do.md +++ b/windows/deployment/update/wufb-reports-do.md @@ -89,7 +89,7 @@ There are several calculated values that appear on the Delivery Optimization rep ## Mapping GroupID -In the **Efficiency By Group** subsection, the **GroupID** is displayed as an encoded SHA256 hash. You can create a mapping of decoded to encoded GroupIDs using the following PowerShell example: +In the **Efficiency By Group** subsection, the **GroupID** is displayed as an encoded SHA256 hash. You can create a mapping of original to encoded GroupIDs using the following PowerShell example: ```powershell $text = "" ; @@ -164,3 +164,6 @@ A row in UCDOStatus represents data downloaded by a combination of a single devi - **What does the data in UCDOAggregatedStatus table represent?** A row in UCDOAggregatedStatus represents data summarized at the tenant level (AzureADTenantID) for each content type (ContentType). + +- **How are BytesFromCache calculated when there's a Connected Cache server used by my ISP?** +If there is an Connected Cache server at the ISP level, BytesFromCache will filter out any bytes coming the the ISP's Connected Cache. From b5476462b5a042a1132391d58a5e53ef0b1b6a4b Mon Sep 17 00:00:00 2001 From: Carmen Date: Thu, 27 Apr 2023 11:08:38 -0600 Subject: [PATCH 2/2] addressed acrolinx --- windows/deployment/update/wufb-reports-do.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/deployment/update/wufb-reports-do.md b/windows/deployment/update/wufb-reports-do.md index 2a15a1dc55..580d459ff8 100644 --- a/windows/deployment/update/wufb-reports-do.md +++ b/windows/deployment/update/wufb-reports-do.md @@ -40,9 +40,9 @@ Windows Update for Business reports uses the following Delivery Optimization ter - If bandwidth savings are <= 60%, a *Warning* icon is displayed - When bandwidth savings are <10%, an *Error* icon is displayed. - **Configurations**: Based on the DownloadMode configuration set via MDM, Group Policy, or end-user via the user interface. -- **P2P Device Count**: The device count is determined by the number of devices configured to use peering. +- **P2P Device Count**: The device count is the number of devices configured to use peering. - **Microsoft Connected Cache (MCC)**: Microsoft Connected Cache is a software-only caching solution that delivers Microsoft content. For more information, see [Microsoft Connected Cache overview](../do/waas-microsoft-connected-cache.md). -- **MCC Device Count**: The device count is determined by the number of devices that have received bytes from the cache server, for supported content types. +- **MCC Device Count**: The device count is the number of devices that have received bytes from the cache server, for supported content types. - **Total # of Devices**: The total number of devices with activity in last 28 days. - **LAN Bytes**: Bytes delivered from LAN peers. - **Group Bytes**: Bytes from Group peers. If a device is using Group DownloadMode, Delivery Optimization will first look for peers on the LAN and then in the Group. Therefore, if bytes are delivered from LAN peers, they'll be calculated in 'LAN Bytes'. @@ -166,4 +166,4 @@ A row in UCDOStatus represents data downloaded by a combination of a single devi A row in UCDOAggregatedStatus represents data summarized at the tenant level (AzureADTenantID) for each content type (ContentType). - **How are BytesFromCache calculated when there's a Connected Cache server used by my ISP?** -If there is an Connected Cache server at the ISP level, BytesFromCache will filter out any bytes coming the the ISP's Connected Cache. +If there's a Connected Cache server at the ISP level, BytesFromCache will filter out any bytes coming the ISP's Connected Cache.