From 38d40772b632d58dce6f3b90ef83f2193aae896b Mon Sep 17 00:00:00 2001 From: "[cmknox]" <[cmknox@gmail.com]> Date: Wed, 3 Jul 2024 20:45:45 -0600 Subject: [PATCH] Revert "Fix spelling, grammar" This reverts commit f859fbbd5c6295d280106aa39b04af7faf409799. --- .gitignore | 23 +++++++++++++++++++ .../do/delivery-optimization-configure.md | 14 +++++++---- 2 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..23057defcc --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +log/ +xhtml/ +packages/ +obj/ +_site/ +Tools/NuGet/ +.optemp/ +*.db +.DS_Store +*.ini +_themes*/ +common/ +.vscode/ +.openpublishing.build.mdproj +.openpublishing.buildcore.ps1 +packages.config +settings.json + +# User-specific files +.vs/ +wdav-pm-sln.csproj +wdav-pm-sln.csproj.user +wdav-pm-sln.sln diff --git a/windows/deployment/do/delivery-optimization-configure.md b/windows/deployment/do/delivery-optimization-configure.md index fc8064d809..23180eee37 100644 --- a/windows/deployment/do/delivery-optimization-configure.md +++ b/windows/deployment/do/delivery-optimization-configure.md @@ -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, - `Computer Configuration\Administrative Templates\Windows Components\Delivery Optimization` +```Computer Configuration\Administrative Templates\Windows Components\Delivery Optimization. or MDM Policies to locate Delivery Optimization settings.``` ### MDM Policies 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. @@ -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. > [!NOTE] -> If your network topology is a hub and spoke - consider using Group download mode and/or restrict peer selection to the subnet. +> If your network topology is a hub and spoke - consider using Group download mode mode and/or restrict peer selection to the subnet. ##### Wide area network (WAN) @@ -113,7 +113,8 @@ There are several options for identifying your Group ID using the [DOGroupIDSour > [!NOTE] > If your peer group spans across NATs, the Teredo service will be used on port 3544. > -> 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. +> > [!NOTE] +> 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 @@ -178,12 +179,15 @@ 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). > [!NOTE] -> 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. +> 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. ## 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"::: +> [!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. * [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).