mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Update DO docs with clarifications for CacheHost
This commit is contained in:
parent
fceea3f4c9
commit
342d9e5cb8
@ -13,6 +13,8 @@
|
|||||||
items:
|
items:
|
||||||
- name: Set up Delivery Optimization for Windows
|
- name: Set up Delivery Optimization for Windows
|
||||||
href: waas-delivery-optimization-setup.md
|
href: waas-delivery-optimization-setup.md
|
||||||
|
- name: Monitor Delivery Optimization for Windows
|
||||||
|
href: includes/waas-delivery-optimization-setup.md
|
||||||
- name: Configure Delivery Optimization settings using Microsoft Intune
|
- name: Configure Delivery Optimization settings using Microsoft Intune
|
||||||
href: /mem/intune/configuration/delivery-optimization-windows
|
href: /mem/intune/configuration/delivery-optimization-windows
|
||||||
- name: Resources for Delivery Optimization
|
- name: Resources for Delivery Optimization
|
||||||
|
@ -198,3 +198,11 @@ The cmdlet returns the following data:
|
|||||||
- DownloadForegroundLimitPct: Corresponds to the [DOPercentageMaxForegroundBandwidth](../waas-delivery-optimization-reference.md#maximum-foreground-download-bandwidth) policy.
|
- DownloadForegroundLimitPct: Corresponds to the [DOPercentageMaxForegroundBandwidth](../waas-delivery-optimization-reference.md#maximum-foreground-download-bandwidth) policy.
|
||||||
- MaxUploadRatePct: Corresponds to the [DOMaxUploadBandwidth](../waas-delivery-optimization-reference.md#max-upload-bandwidth) policy (deprecated in Windows 10, version 2004).
|
- MaxUploadRatePct: Corresponds to the [DOMaxUploadBandwidth](../waas-delivery-optimization-reference.md#max-upload-bandwidth) policy (deprecated in Windows 10, version 2004).
|
||||||
- UploadLimitMonthlyGB: Corresponds to the [DOMonthlyUploadDataCap](../waas-delivery-optimization-reference.md#monthly-upload-data-cap) policy.
|
- UploadLimitMonthlyGB: Corresponds to the [DOMonthlyUploadDataCap](../waas-delivery-optimization-reference.md#monthly-upload-data-cap) policy.
|
||||||
|
|
||||||
|
### Monitor with Windows Update for Business Delivery Optimization Report
|
||||||
|
|
||||||
|
Windows Update for Business Delivery Optimization Report provides you with information about your Delivery Optimization configuration, including the observed bandwidth savings across all devices that used peer-to-peer, Microsoft Connected Cache (MCC), HTTP source/CDN distribution over the past 28 days.
|
||||||
|
|
||||||
|
:::image type="content" source="/windows/deployment/update/images/wufb-do-overview.png" alt-text="This screenshot shows the Windows Update for Business report, Delivery Optimization status in Update Compliance." lightbox="/windows/deployment/update/images/wufb-do-overview.png":::
|
||||||
|
|
||||||
|
For details, see [Windows Update for Business Delivery Optimization Report](../update/wufb-reports-overview.md).
|
||||||
|
@ -323,7 +323,7 @@ The device can download from peers while on battery regardless of this policy.
|
|||||||
|
|
||||||
MDM Setting: **DOCacheHost**
|
MDM Setting: **DOCacheHost**
|
||||||
|
|
||||||
Set this policy to designate one or more Microsoft Connected Cache servers to be used by Delivery Optimization. You can set one or more FQDNs or IP Addresses that are comma-separated, for example: myhost.somerandomhost.com,myhost2.somerandomhost.com,10.10.1.7. **By default, this policy has no value.**
|
Set this policy to designate one or more Microsoft Connected Cache servers to be used by Delivery Optimization. You can set one or more FQDNs or IP Addresses that are comma-separated, for example: myhost.somerandomhost.com,myhost2.somerandomhost.com,10.10.1.7. **By default, this policy has no value.** When multiple FQDNs or IP Addresses are listed, the Microsoft Connected Cache server priority order is determined based on the order as they are listed. If the first server fails, it will move the the next one. If the last server fails, it will fallback to the CDN.
|
||||||
|
|
||||||
>[!IMPORTANT]
|
>[!IMPORTANT]
|
||||||
> Any value will signify that the policy is set. For example, an empty string ("") isn't considered empty.
|
> Any value will signify that the policy is set. For example, an empty string ("") isn't considered empty.
|
||||||
|
@ -110,17 +110,6 @@ Using MDM, go to **./Device/Vendor/MSFT/Policy/Config/DeliveryOptimization/** an
|
|||||||
|
|
||||||
[Learn more](delivery-optimization-test.md) about Delivery Optimization testing scenarios.
|
[Learn more](delivery-optimization-test.md) about Delivery Optimization testing scenarios.
|
||||||
|
|
||||||
<!--Using include file, waas-delivery-optimization-monitor.md, for shared content on DO monitoring-->
|
|
||||||
[!INCLUDE [Monitor Delivery Optimization](includes/waas-delivery-optimization-monitor.md)]
|
|
||||||
|
|
||||||
### Monitor with Windows Update for Business Delivery Optimization Report
|
|
||||||
|
|
||||||
Windows Update for Business Delivery Optimization Report provides you with information about your Delivery Optimization configuration, including the observed bandwidth savings across all devices that used peer-to-peer, Microsoft Connected Cache (MCC), HTTP source/CDN distribution over the past 28 days.
|
|
||||||
|
|
||||||
:::image type="content" source="/windows/deployment/update/images/wufb-do-overview.png" alt-text="This screenshot shows the Windows Update for Business report, Delivery Optimization status in Update Compliance." lightbox="/windows/deployment/update/images/wufb-do-overview.png":::
|
|
||||||
|
|
||||||
For details, see [Windows Update for Business Delivery Optimization Report](../update/wufb-reports-overview.md).
|
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
This section summarizes common problems and some solutions to try.
|
This section summarizes common problems and some solutions to try.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user