From 90a16942c10ea0ab2e6b1ed7928abd02b265bc56 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Singh <37482171+rahulkumarsingh73690@users.noreply.github.com> Date: Thu, 6 Sep 2018 12:18:10 +0530 Subject: [PATCH 1/7] Update index.md --- windows/hub/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/hub/index.md b/windows/hub/index.md index adbc774252..5c25ce59c8 100644 --- a/windows/hub/index.md +++ b/windows/hub/index.md @@ -70,10 +70,12 @@ The Windows 10 operating system introduces a new way to build, deploy, and servi These improvements focus on maximizing customer involvement in Windows development, simplifying the deployment and servicing of Windows client computers, and leveling out the resources needed to deploy and maintain Windows over time. - [Read more about Windows as a Service](/windows/deployment/update/waas-overview) +- [Read how much space does Windows 10 take](https://www.rahulit.com/how-much-space-does-windows-10-take/) ## Related topics [Windows 10 TechCenter](https://go.microsoft.com/fwlink/?LinkId=620009) +   From a2cf8ceede0fd7af2712afe41857c9a93876c287 Mon Sep 17 00:00:00 2001 From: Ken <1176431+kenjohnson03@users.noreply.github.com> Date: Tue, 18 Sep 2018 18:07:22 -0500 Subject: [PATCH 2/7] Adding information on Microsoft Store updates --- .../stop-employees-from-using-microsoft-store.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/windows/configuration/stop-employees-from-using-microsoft-store.md b/windows/configuration/stop-employees-from-using-microsoft-store.md index 27bc5fc49f..eb3d236c32 100644 --- a/windows/configuration/stop-employees-from-using-microsoft-store.md +++ b/windows/configuration/stop-employees-from-using-microsoft-store.md @@ -25,6 +25,9 @@ ms.date: 4/16/2018 IT pros can configure access to Microsoft Store for client computers in their organization. For some organizations, business policies require blocking access to Microsoft Store. +> [!Important] +> All executable code including Microsoft Store applications should have an update and maintenance plan. Organizations that use Microsoft Store applications should ensure that the applications can be updated through the Microsoft Store over the internet, through the [Private Store](/microsoft-store/distribute-apps-from-your-private-store), or [distributed offline](/microsoft-store/distribute-offline-apps) to keep the applications up to date. + ## Options to configure access to Microsoft Store @@ -80,8 +83,7 @@ You can also use Group Policy to manage access to Microsoft Store. 4. On the **Turn off Store application** setting page, click **Enabled**, and then click **OK**. > [!Important] -> Enabling **Turn off Store application** policy turns off app updates from Microsoft Store. - +> Enabling **Turn off Store application** policy turns off app updates from Microsoft Store. ## Block Microsoft Store using management tool From e78eba6a3b13455c7b0a9b13f5f4e28121740ea9 Mon Sep 17 00:00:00 2001 From: Patti Short <35278231+shortpatti@users.noreply.github.com> Date: Wed, 10 Oct 2018 10:00:35 -0700 Subject: [PATCH 3/7] Update index.md --- windows/hub/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/hub/index.md b/windows/hub/index.md index 5c25ce59c8..d753d93faa 100644 --- a/windows/hub/index.md +++ b/windows/hub/index.md @@ -70,7 +70,7 @@ The Windows 10 operating system introduces a new way to build, deploy, and servi These improvements focus on maximizing customer involvement in Windows development, simplifying the deployment and servicing of Windows client computers, and leveling out the resources needed to deploy and maintain Windows over time. - [Read more about Windows as a Service](/windows/deployment/update/waas-overview) -- [Read how much space does Windows 10 take](https://www.rahulit.com/how-much-space-does-windows-10-take/) +- [Read how much space does Windows 10 take](https://www.microsoft.com/en-us/windows/windows-10-specifications) ## Related topics [Windows 10 TechCenter](https://go.microsoft.com/fwlink/?LinkId=620009) From 5e92af48db205897878d4b6694bac54706c5026e Mon Sep 17 00:00:00 2001 From: Paramesh Babu Date: Wed, 10 Oct 2018 09:59:01 -0700 Subject: [PATCH 4/7] Add missing CSP for IoTCore --- .../mdm/configuration-service-provider-reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/client-management/mdm/configuration-service-provider-reference.md b/windows/client-management/mdm/configuration-service-provider-reference.md index 270926b2f3..bca3651044 100644 --- a/windows/client-management/mdm/configuration-service-provider-reference.md +++ b/windows/client-management/mdm/configuration-service-provider-reference.md @@ -2750,6 +2750,7 @@ The following list shows the configuration service providers supported in Window - [Reboot CSP](reboot-csp.md) - [RemoteWipe CSP](remotewipe-csp.md) 1 - [RootCATrustedCertificates CSP](rootcacertificates-csp.md) +- [UnifiedWriteFilter CSP](unifiedwritefilter-csp.md) - [Update CSP](update-csp.md) - [VPNv2 CSP](vpnv2-csp.md) - [WiFi CSP](wifi-csp.md) From 370e777ce345d4e97d3058887f7fb471a657d7ad Mon Sep 17 00:00:00 2001 From: Paramesh Babu Date: Wed, 10 Oct 2018 11:03:18 -0700 Subject: [PATCH 5/7] Adding missing CSP - 2 --- .../mdm/configuration-service-provider-reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/client-management/mdm/configuration-service-provider-reference.md b/windows/client-management/mdm/configuration-service-provider-reference.md index bca3651044..bac0f13074 100644 --- a/windows/client-management/mdm/configuration-service-provider-reference.md +++ b/windows/client-management/mdm/configuration-service-provider-reference.md @@ -2745,6 +2745,7 @@ The following list shows the configuration service providers supported in Window - [DMClient CSP](dmclient-csp.md) - [EnterpriseAppManagement CSP](enterpriseappmanagement-csp.md) - [HealthAttestation CSP](healthattestation-csp.md) +- [NetworkProxy CSP](networkproxy-csp.md) - [Policy CSP](policy-configuration-service-provider.md) - [Provisioning CSP (Provisioning only)](provisioning-csp.md) - [Reboot CSP](reboot-csp.md) From c4cfb138fc5a5c7e4d7651d7ad626ef51f379def Mon Sep 17 00:00:00 2001 From: karthigb Date: Wed, 10 Oct 2018 15:21:44 -0700 Subject: [PATCH 6/7] Update firewall-csp.md --- windows/client-management/mdm/firewall-csp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/firewall-csp.md b/windows/client-management/mdm/firewall-csp.md index 4d654c47d2..ae0487cc9c 100644 --- a/windows/client-management/mdm/firewall-csp.md +++ b/windows/client-management/mdm/firewall-csp.md @@ -332,7 +332,7 @@ Sample syncxml to provision the firewall settings to evaluate

Value type is bool. Supported operations are Add, Get, Replace, and Delete.

**FirewallRules/_FirewallRuleName_/LocalUserAuthorizationList** -

Specifies the list of authorized local users for the app container. This is a string in Security Descriptor Definition Language (SDDL) format.

+

Specifies the list of authorized local users for this rule. This is a string in Security Descriptor Definition Language (SDDL) format.

Value type is string. Supported operations are Add, Get, Replace, and Delete.

**FirewallRules/_FirewallRuleName_/Status** From 1e3fa375e58cd1810533701b9e669fa106a5cf0c Mon Sep 17 00:00:00 2001 From: JeffStong Date: Thu, 11 Oct 2018 09:06:16 -0400 Subject: [PATCH 7/7] Fix typo of "version" Fix typo of "version" in FirewallRules/FirewallRuleName/Status section --- windows/client-management/mdm/firewall-csp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/firewall-csp.md b/windows/client-management/mdm/firewall-csp.md index ae0487cc9c..9842a88a1e 100644 --- a/windows/client-management/mdm/firewall-csp.md +++ b/windows/client-management/mdm/firewall-csp.md @@ -336,7 +336,7 @@ Sample syncxml to provision the firewall settings to evaluate

Value type is string. Supported operations are Add, Get, Replace, and Delete.

**FirewallRules/_FirewallRuleName_/Status** -

Provides information about the specific verrsion of the rule in deployment for monitoring purposes.

+

Provides information about the specific version of the rule in deployment for monitoring purposes.

Value type is string. Supported operation is Get.

**FirewallRules/_FirewallRuleName_/Name**