From 8baa52b788084a35348265f37db17a2685cc36e3 Mon Sep 17 00:00:00 2001
From: danhwang1 <40180973+danhwang1@users.noreply.github.com>
Date: Mon, 11 Jun 2018 11:53:22 -0700
Subject: [PATCH 1/3] Update supl-csp.md
We have recently made a change in our Location Platform pertaining to SUPL to increase the max number of root certificates from 3 to 6 (as mandated). As a result, we will need to update the necessary public documentation here: https://docs.microsoft.com/en-us/windows/client-management/mdm/supl-csp
---
windows/client-management/mdm/supl-csp.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/windows/client-management/mdm/supl-csp.md b/windows/client-management/mdm/supl-csp.md
index d4fff403d1..5404820349 100644
--- a/windows/client-management/mdm/supl-csp.md
+++ b/windows/client-management/mdm/supl-csp.md
@@ -232,6 +232,24 @@ Specifies the name of the H-SLP root certificate as a string, in the format *nam
**RootCertificate3/Data**
The base 64 encoded blob of the H-SLP root certificate.
+**RootCertificate4/Name**
+Specifies the name of the H-SLP root certificate as a string, in the format *name*.cer.
+
+**RootCertificate4/Data**
+The base 64 encoded blob of the H-SLP root certificate.
+
+**RootCertificate5/Name**
+Specifies the name of the H-SLP root certificate as a string, in the format *name*.cer.
+
+**RootCertificate5/Data**
+The base 64 encoded blob of the H-SLP root certificate.
+
+**RootCertificate6/Name**
+Specifies the name of the H-SLP root certificate as a string, in the format *name*.cer.
+
+**RootCertificate6/Data**
+The base 64 encoded blob of the H-SLP root certificate.
+
**V2UPL1**
Required for V2 UPL for CDMA. Specifies the account settings for user plane location and IS-801 for CDMA. Only one account is supported at a given time.
From 5bffbe82bf4b871857028ae699c5633676e8c1b3 Mon Sep 17 00:00:00 2001
From: AR5HAM <1656076+ar5ham@users.noreply.github.com>
Date: Tue, 10 Jul 2018 14:09:17 -0700
Subject: [PATCH 2/3] Fixing the default registry value set for
DisableTelemetryOptInChangeNotification
This change, fixes the "Registry" section for "Diagnostic opt-in change notifications". The "GP/MDM" sections contradict the "Registry" section of the document. The default value (i.e. Enable mentioned in GP/MDM section) is 0 and not 1, setting the registry key to 1 will actually disable the notification, while the default behavior is to have it not set OR enabled (i.e. 0).
---
windows/privacy/windows-personal-data-services-configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows/privacy/windows-personal-data-services-configuration.md b/windows/privacy/windows-personal-data-services-configuration.md
index 4b824f3b1d..9c969844b3 100644
--- a/windows/privacy/windows-personal-data-services-configuration.md
+++ b/windows/privacy/windows-personal-data-services-configuration.md
@@ -109,7 +109,7 @@ This setting determines whether a device shows notifications about Windows diagn
>| **Registry key** | HKLM\Software\Policies\Microsoft\Windows\DataCollection |
>| **Value** | DisableTelemetryOptInChangeNotification |
>| **Type** | REG_DWORD |
->| **Setting** | "00000001" |
+>| **Setting** | "00000000" |
#### MDM
From f382ffd5945c72964f35fe9b26ea529a2def348a Mon Sep 17 00:00:00 2001
From: Richard Zhang
Date: Fri, 13 Jul 2018 08:43:45 -0700
Subject: [PATCH 3/3] add support with SQL server 2017
the latest MBAM update KB4340040, we added support for SQL server 2017, update the tech doc here.
---
mdop/mbam-v25/mbam-25-supported-configurations.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/mdop/mbam-v25/mbam-25-supported-configurations.md b/mdop/mbam-v25/mbam-25-supported-configurations.md
index 7b603f1d3f..195791d851 100644
--- a/mdop/mbam-v25/mbam-25-supported-configurations.md
+++ b/mdop/mbam-v25/mbam-25-supported-configurations.md
@@ -335,6 +335,11 @@ You must install SQL Server with the **SQL\_Latin1\_General\_CP1\_CI\_AS** coll
+