Fix spelling, grammar

This commit is contained in:
[cmknox]
2024-07-03 20:20:57 -06:00
parent 3bc76190fb
commit f859fbbd5c
2 changed files with 6 additions and 9 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ settings.json
wdav-pm-sln.csproj wdav-pm-sln.csproj
wdav-pm-sln.csproj.user wdav-pm-sln.csproj.user
wdav-pm-sln.sln wdav-pm-sln.sln
windows/deployment/do/delivery-optimization-configure.md

View File

@ -71,13 +71,13 @@ Delivery Optimization requires the use of certain ports to deliver content. Make
To use Group Policy to manage Delivery Optimization settings you can find them here, To use Group Policy to manage Delivery Optimization settings you can find them here,
```Computer Configuration\Administrative Templates\Windows Components\Delivery Optimization. or MDM Policies to locate Delivery Optimization settings.``` `Computer Configuration\Administrative Templates\Windows Components\Delivery Optimization`
### MDM Policies ### MDM Policies
Similarly, in MDM, the Delivery Optimization settings are under, Similarly, in MDM, the Delivery Optimization settings are under,
```.Vendor/MSFT/Policy/Config/DeliveryOptimization/.``` `.Vendor/MSFT/Policy/Config/DeliveryOptimization/`
Delivery Optimization can be used with other Microsoft products. Learn more about the areas where there's integration to see how you can optimize the results in your environment. Delivery Optimization can be used with other Microsoft products. Learn more about the areas where there's integration to see how you can optimize the results in your environment.
@ -100,7 +100,7 @@ Peer groups can be defined in Delivery Optimization using a combination of setti
To limit a peer group to your LAN, choose [DODownloadMode](waas-delivery-optimization-reference.md#download-mode) (1), LAN-mode. This Download Mode setting includes any devices that share the same public IP address when they connect to the Internet (behind the same NAT) in a single peer group. To limit a peer group to your LAN, choose [DODownloadMode](waas-delivery-optimization-reference.md#download-mode) (1), LAN-mode. This Download Mode setting includes any devices that share the same public IP address when they connect to the Internet (behind the same NAT) in a single peer group.
> [!NOTE] > [!NOTE]
> If your network topology is a hub and spoke - consider using Group download mode mode and/or restrict peer selection to the subnet. > If your network topology is a hub and spoke - consider using Group download mode and/or restrict peer selection to the subnet.
##### Wide area network (WAN) ##### Wide area network (WAN)
@ -113,8 +113,7 @@ There are several options for identifying your Group ID using the [DOGroupIDSour
> [!NOTE] > [!NOTE]
> If your peer group spans across NATs, the Teredo service will be used on port 3544. > If your peer group spans across NATs, the Teredo service will be used on port 3544.
> >
> > [!NOTE] > For Configuration Manager users, we recommend leveraging existing [MECM boundary groups](/mem/configmgr/sum/deploy-use/optimize-windows-10-update-delivery) to define the peer groups.
> For Configuration Manager users, we recommend to leverage existing [MECM boundary groups](/mem/configmgr/sum/deploy-use/optimize-windows-10-update-delivery) to define the peer groups.
##### Restrict peer selection ##### Restrict peer selection
@ -179,15 +178,12 @@ Looking to improve efficiency? Some of the most powerful settings you can change
* Manage network usage as a percentage or absolute value (Note: The absolute policies are recommended in low bandwidth environments). These policies include: [DOPercentageMaxForegroundBandwidth](waas-delivery-optimization-reference.md#maximum-foreground-download-bandwidth)/[DOPercentageMaxBackgroundBandwidth](waas-delivery-optimization-reference.md#maximum-background-download-bandwidth), [DOMaxBackgroundDownloadBandwidth](waas-delivery-optimization-reference.md#maximum-background-download-bandwidth-in-kbs), and [DOMaxForegroundDownloadBandwidth](waas-delivery-optimization-reference.md#maximum-foreground-download-bandwidth-in-kbs). * Manage network usage as a percentage or absolute value (Note: The absolute policies are recommended in low bandwidth environments). These policies include: [DOPercentageMaxForegroundBandwidth](waas-delivery-optimization-reference.md#maximum-foreground-download-bandwidth)/[DOPercentageMaxBackgroundBandwidth](waas-delivery-optimization-reference.md#maximum-background-download-bandwidth), [DOMaxBackgroundDownloadBandwidth](waas-delivery-optimization-reference.md#maximum-background-download-bandwidth-in-kbs), and [DOMaxForegroundDownloadBandwidth](waas-delivery-optimization-reference.md#maximum-foreground-download-bandwidth-in-kbs).
> [!NOTE] > [!NOTE]
> Not all content types are eligible for P2P. Refer the [complete list](waas-delivery-optimization.md#types-of-download-content-supported-by-delivery-optimization) to learn more. > Not all content types are eligible for P2P. Refer to the [complete list](waas-delivery-optimization.md#types-of-download-content-supported-by-delivery-optimization) to learn more.
## 7. Connected cache ## 7. Connected cache
:::image type="content" source="images/do-setup-connected-cache.png" alt-text="Screenshot of Delivery Optimization options when using Connected Cache." lightbox="images/do-setup-connected-cache.png"::: :::image type="content" source="images/do-setup-connected-cache.png" alt-text="Screenshot of Delivery Optimization options when using Connected Cache." lightbox="images/do-setup-connected-cache.png":::
> [!NOTE]
> When using the Connected Cache dedicated cache solution for your environment there are a handful of policies you should be aware of, some of which have been mentioned throughout this page (denoted with *).
* [DOCacheHost](waas-delivery-optimization-reference.md#cache-server-hostname) is the list of cache host server names, separated with commas. Delivery Optimization client connects to the listed Microsoft Connected Cache servers in the order as they're listed. * [DOCacheHost](waas-delivery-optimization-reference.md#cache-server-hostname) is the list of cache host server names, separated with commas. Delivery Optimization client connects to the listed Microsoft Connected Cache servers in the order as they're listed.
* [DOCacheHostSource](waas-delivery-optimization-reference.md#cache-server-hostname-source) can be used to dynamically discover cache host servers on the network, using DHCP. * [DOCacheHostSource](waas-delivery-optimization-reference.md#cache-server-hostname-source) can be used to dynamically discover cache host servers on the network, using DHCP.
* [DelayCacheServerFallbackBackground](waas-delivery-optimization-reference.md#delay-background-download-cache-server-fallback-in-secs) and [DelayCacheServerFallbackForeground](waas-delivery-optimization-reference.md#delay-foreground-download-cache-server-fallback-in-secs) are the delay policies to help improve chances of pulling content from the network cache host servers. (See recommended values in Improving Efficiencies section). * [DelayCacheServerFallbackBackground](waas-delivery-optimization-reference.md#delay-background-download-cache-server-fallback-in-secs) and [DelayCacheServerFallbackForeground](waas-delivery-optimization-reference.md#delay-foreground-download-cache-server-fallback-in-secs) are the delay policies to help improve chances of pulling content from the network cache host servers. (See recommended values in Improving Efficiencies section).