From 869de4ea7dd9ebb16aafe715e129fe24306cdbf5 Mon Sep 17 00:00:00 2001 From: VARADHARAJAN K <3296790+RAJU2529@users.noreply.github.com> Date: Wed, 9 Sep 2020 18:17:08 +0530 Subject: [PATCH 1/5] replaced 6048000 to 604800 while calculating no of days in seconds for 7 days, it should be 604800 --- windows/deployment/update/waas-delivery-optimization-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/waas-delivery-optimization-setup.md b/windows/deployment/update/waas-delivery-optimization-setup.md index 0dca1d9e70..1ab3f9872a 100644 --- a/windows/deployment/update/waas-delivery-optimization-setup.md +++ b/windows/deployment/update/waas-delivery-optimization-setup.md @@ -95,7 +95,7 @@ To do this with MDM, go to **.Vendor/MSFT/Policy/Config/DeliveryOptimization/** In a lab situation, you typically have a large number of devices that are plugged in and have a lot of free disk space. By increasing the content expiration interval, you can take advantage of these devices, using them as excellent upload sources in order to upload much more content over a longer period. -To do this in Group Policy, go to **Configuration\Policies\Administrative Templates\Windows Components\Delivery Optimization** and set **Max Cache Age** to **6048000** (7 days) or more (up to 30 days). +To do this in Group Policy, go to **Configuration\Policies\Administrative Templates\Windows Components\Delivery Optimization** and set **Max Cache Age** to **604800** (7 days) or more (up to 30 days). To do this with MDM, go to **.Vendor/MSFT/Policy/Config/DeliveryOptimization/** and set DOMaxCacheAge to 7 or more (up to 30 days). From 4c603a732e683ed75ed07eeac529ca85da23e662 Mon Sep 17 00:00:00 2001 From: Warren Williams Date: Fri, 11 Sep 2020 09:31:48 -0500 Subject: [PATCH 2/5] Update new-policies-for-windows-10.md Per siraybar the PM for GP I am updating this page to point users to the Group Policy Settings Spreadsheet to find list of new GPs for each Windows release. --- windows/client-management/new-policies-for-windows-10.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/windows/client-management/new-policies-for-windows-10.md b/windows/client-management/new-policies-for-windows-10.md index 4693bb6596..0b211c5eb8 100644 --- a/windows/client-management/new-policies-for-windows-10.md +++ b/windows/client-management/new-policies-for-windows-10.md @@ -5,7 +5,7 @@ ms.assetid: 1F24ABD8-A57A-45EA-BA54-2DA2238C573D ms.reviewer: manager: dansimp ms.author: dansimp -keywords: ["MDM", "Group Policy"] +keywords: ["MDM", "Group Policy", "GP"] ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library @@ -21,9 +21,11 @@ ms.topic: reference **Applies to** - Windows 10 -- Windows 10 Mobile -Windows 10 includes the following new policies for management. [Download the complete set of Administrative Template (.admx) files for Windows 10](https://www.microsoft.com/download/100591). +As of 09/10/2020 This page will no longer be updated. To find the Group Polices that ship in each version of Windows, please refer to the Group Policy Settings Reference Spreadsheet. You can always locate the most recent version of the Spreadsheet by searching the Internet for "Windows Version + Group Policy Settings Reference" + +For example, searching for "Windows 2004" + "Group Policy Settings Reference Spreadsheet" in a web browser will return to you the link to download the Group Policy Settings Reference Spreadsheet for Windows 2004 + ## New Group Policy settings in Windows 10, version 1903 From bc34a9b7bdc2d2c2bdf1b31de9fcfe2adc9245fd Mon Sep 17 00:00:00 2001 From: Daniel Simpson Date: Fri, 11 Sep 2020 09:31:15 -0700 Subject: [PATCH 3/5] Update new-policies-for-windows-10.md --- windows/client-management/new-policies-for-windows-10.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/client-management/new-policies-for-windows-10.md b/windows/client-management/new-policies-for-windows-10.md index 0b211c5eb8..76b65dbcff 100644 --- a/windows/client-management/new-policies-for-windows-10.md +++ b/windows/client-management/new-policies-for-windows-10.md @@ -22,10 +22,11 @@ ms.topic: reference - Windows 10 -As of 09/10/2020 This page will no longer be updated. To find the Group Polices that ship in each version of Windows, please refer to the Group Policy Settings Reference Spreadsheet. You can always locate the most recent version of the Spreadsheet by searching the Internet for "Windows Version + Group Policy Settings Reference" +As of September 2020 This page will no longer be updated. To find the Group Polices that ship in each version of Windows, refer to the Group Policy Settings Reference Spreadsheet. You can always locate the most recent version of the Spreadsheet by searching the Internet for "Windows Version + Group Policy Settings Reference". -For example, searching for "Windows 2004" + "Group Policy Settings Reference Spreadsheet" in a web browser will return to you the link to download the Group Policy Settings Reference Spreadsheet for Windows 2004 +For example, searching for "Windows 2004" + "Group Policy Settings Reference Spreadsheet" in a web browser will return to you the link to download the Group Policy Settings Reference Spreadsheet for Windows 2004. +The latest [group policy reference for Windows 10 version 2004 is available here](https://www.microsoft.com/en-us/download/101451). ## New Group Policy settings in Windows 10, version 1903 From 2695f1dd23015e3eb779904bb130bdd873482ad7 Mon Sep 17 00:00:00 2001 From: Tina Burden Date: Fri, 11 Sep 2020 10:00:12 -0700 Subject: [PATCH 4/5] pencil edit --- windows/deployment/update/waas-delivery-optimization-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/waas-delivery-optimization-setup.md b/windows/deployment/update/waas-delivery-optimization-setup.md index 1ab3f9872a..a93a577f74 100644 --- a/windows/deployment/update/waas-delivery-optimization-setup.md +++ b/windows/deployment/update/waas-delivery-optimization-setup.md @@ -191,7 +191,7 @@ With no options, this cmdlet returns these data: - overall efficiency - efficiency in the peered files -Using the `-ListConnections` option returns these detauls about peers: +Using the `-ListConnections` option returns these details about peers: - destination IP address - peer type From 69ff1e2ae699488ca8f8e72d75b1e0ecd0c5c9e0 Mon Sep 17 00:00:00 2001 From: Tina Burden Date: Fri, 11 Sep 2020 10:01:29 -0700 Subject: [PATCH 5/5] pencil edit --- windows/client-management/new-policies-for-windows-10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/new-policies-for-windows-10.md b/windows/client-management/new-policies-for-windows-10.md index 76b65dbcff..239c1f1379 100644 --- a/windows/client-management/new-policies-for-windows-10.md +++ b/windows/client-management/new-policies-for-windows-10.md @@ -26,7 +26,7 @@ As of September 2020 This page will no longer be updated. To find the Group Poli For example, searching for "Windows 2004" + "Group Policy Settings Reference Spreadsheet" in a web browser will return to you the link to download the Group Policy Settings Reference Spreadsheet for Windows 2004. -The latest [group policy reference for Windows 10 version 2004 is available here](https://www.microsoft.com/en-us/download/101451). +The latest [group policy reference for Windows 10 version 2004 is available here](https://www.microsoft.com/download/101451). ## New Group Policy settings in Windows 10, version 1903