From 5047ac0e762f5f5b00ab4caf4986622bcad812e2 Mon Sep 17 00:00:00 2001 From: Dani Halfin Date: Wed, 2 May 2018 12:48:17 -0700 Subject: [PATCH 01/12] fixing wifisense deprecation --- ...indows-operating-system-components-to-microsoft-services.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md b/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md index 5ca71e02e8..21a45f29ea 100644 --- a/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md +++ b/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md @@ -1689,6 +1689,9 @@ You can disable Teredo by using Group Policy or by using the netsh.exe command. ### 22. Wi-Fi Sense +>[!IMPORTANT] +>Beginning with Windows 10, version 1803, Wifi-Sense is no longer available. The following section only applies to Windows 10, version 1709 and prior. Please see [Connecting to open Wi-Fi hotspots in Windows 10](https://privacy.microsoft.com/en-us/windows-10-open-wi-fi-hotspots) for more details. + Wi-Fi Sense automatically connects devices to known hotspots and to the wireless networks the person’s contacts have shared with them. To turn off **Connect to suggested open hotspots** and **Connect to networks shared by my contacts**: From a20197d22fc885d19a93aaadbcb5d7e2c2532120 Mon Sep 17 00:00:00 2001 From: gkomatsu Date: Fri, 4 May 2018 12:14:21 -0700 Subject: [PATCH 02/12] Update firewall-csp.md Sample SyncML to evaluate DefaultOutboundAction impact --- windows/client-management/mdm/firewall-csp.md | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/windows/client-management/mdm/firewall-csp.md b/windows/client-management/mdm/firewall-csp.md index 1330e71e5a..8140375101 100644 --- a/windows/client-management/mdm/firewall-csp.md +++ b/windows/client-management/mdm/firewall-csp.md @@ -150,7 +150,7 @@ The following diagram shows the Firewall configuration service provider in tree

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

**/DefaultOutboundAction** -

This value is the action that the firewall does by default (and evaluates at the very end) on outbound connections. The merge law for this option is to let the value of the GroupPolicyRSoPStore win if it is configured; otherwise, the local store value is used.

+

This value is the action that the firewall does by default (and evaluates at the very end) on outbound connections. The merge law for this option is to let the value of the GroupPolicyRSoPStore win if it is configured; otherwise, the local store value is used. DefaultOutboundAction will block all outbound traffic unless it is explicitly specified not to block.