From 66a35a5c772711d23da665aa4611ba26858d7a8b Mon Sep 17 00:00:00 2001 From: Carmen Forsmann Date: Fri, 31 May 2024 11:32:05 -0600 Subject: [PATCH 1/2] Update windows/deployment/do/delivery-optimization-test.md Co-authored-by: Meghan Stewart <33289333+mestew@users.noreply.github.com> --- windows/deployment/do/delivery-optimization-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/do/delivery-optimization-test.md b/windows/deployment/do/delivery-optimization-test.md index 36f325b027..eda3e89402 100644 --- a/windows/deployment/do/delivery-optimization-test.md +++ b/windows/deployment/do/delivery-optimization-test.md @@ -21,7 +21,7 @@ ms.date: 11/08/2022 ## Overview -Delivery Optimization is a powerful and useful tool to help enterprises manage bandwidth usage for downloading Microsoft content. It's a solution designed to be used in large-scal05/23/2024e environments with large numbers of devices, various content sizes, etc. Delivery Optimization is native to currently supported versions of Windows and provides default configuration to get the most out of the typical customer environment. Delivery Optimization is used to deliver many different types of content, so Microsoft customers enjoy the best possible download experience for their environment. There are three components to Delivery Optimization: +Delivery Optimization is a powerful and useful tool to help enterprises manage bandwidth usage for downloading Microsoft content. It's a solution designed to be used in large-scale environments with large numbers of devices, various content sizes, etc. Delivery Optimization is native to currently supported versions of Windows and provides default configuration to get the most out of the typical customer environment. Delivery Optimization is used to deliver many different types of content, so Microsoft customers enjoy the best possible download experience for their environment. There are three components to Delivery Optimization: 1. HTTP downloader. 1. Peer-to-peer (P2P) cloud technology. From 1813e9abf1a86bbbc75bc8fb36bedb227383539b Mon Sep 17 00:00:00 2001 From: Carmen Forsmann Date: Fri, 31 May 2024 11:32:28 -0600 Subject: [PATCH 2/2] Update windows/deployment/do/mcc-enterprise-deploy.md Co-authored-by: Meghan Stewart <33289333+mestew@users.noreply.github.com> --- windows/deployment/do/mcc-enterprise-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/do/mcc-enterprise-deploy.md b/windows/deployment/do/mcc-enterprise-deploy.md index 8ddf51a732..19084b7f76 100644 --- a/windows/deployment/do/mcc-enterprise-deploy.md +++ b/windows/deployment/do/mcc-enterprise-deploy.md @@ -409,7 +409,7 @@ To configure the device to work with your DNS, use the following steps: Follow these steps if you see a DNS error when trying to resolve hostnames during the provisioning or download of container: Run ``` Get-EflowVmEndpoint ``` to get interface name -Once you get the name +Once you get the name: ```bash Set-EflowVmDNSServers -vendpointName "interface name from above" -dnsServers @("DNS_IP_ADDRESS")