From 05ee88aec775c856b098ca2a4bb60040168a3a73 Mon Sep 17 00:00:00 2001 From: Maricia Alforque Date: Fri, 12 Jan 2018 17:15:05 +0000 Subject: [PATCH] Merged PR 5273: Added ControlPolicyConflict to Policy CSP --- windows/client-management/mdm/TOC.md | 1 + .../policy-configuration-service-provider.md | 8 ++ .../mdm/policy-csp-controlpolicyconflict.md | 101 ++++++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 windows/client-management/mdm/policy-csp-controlpolicyconflict.md diff --git a/windows/client-management/mdm/TOC.md b/windows/client-management/mdm/TOC.md index 10a90e34ec..7e36c48d66 100644 --- a/windows/client-management/mdm/TOC.md +++ b/windows/client-management/mdm/TOC.md @@ -187,6 +187,7 @@ #### [Camera](policy-csp-camera.md) #### [Cellular](policy-csp-cellular.md) #### [Connectivity](policy-csp-connectivity.md) +#### [ControlPolicyConflict](policy-csp-controlpolicyconflict.md) #### [CredentialProviders](policy-csp-credentialproviders.md) #### [CredentialsUI](policy-csp-credentialsui.md) #### [Cryptography](policy-csp-cryptography.md) diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index 70a293fad5..06bc214f80 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -617,6 +617,14 @@ The following diagram shows the Policy configuration service provider in tree fo +### ControlPolicyConflict policies + +
+
+ ControlPolicyConflict/MDMWinsOverGP +
+
+ ### CredentialProviders policies
diff --git a/windows/client-management/mdm/policy-csp-controlpolicyconflict.md b/windows/client-management/mdm/policy-csp-controlpolicyconflict.md new file mode 100644 index 0000000000..c628f5e912 --- /dev/null +++ b/windows/client-management/mdm/policy-csp-controlpolicyconflict.md @@ -0,0 +1,101 @@ +--- +title: Policy CSP - ControlPolicyConflict +description: Policy CSP - ControlPolicyConflict +ms.author: maricia +ms.topic: article +ms.prod: w10 +ms.technology: windows +author: nickbrower +ms.date: 01/11/2018 +--- + +# Policy CSP - ControlPolicyConflict + +> [!WARNING] +> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. + + +
+ + +## ControlPolicyConflict policies + +
+
+ ControlPolicyConflict/MDMWinsOverGP +
+
+ +
+ +**ControlPolicyConflict/MDMWinsOverGP** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This policy allows the IT admin to control which policy will be used whenever both the MDM policy and its equivalent Group Policy are set on the device. + +This policy is used to ensure that MDM policy wins over GP when same setting is set by both GP and MDM channel. This policy doesn’t support Delete command. This policy doesn’t support setting the value to be 0 again after it was previously set 1. The default value is 0. In next major update, the MDM policies in Policy CSP will behave as described if this policy value is set 1. + +The policy should be set at every sync to ensure the device removes any settings that conflict with MDM just as it does on the very first set of the policy. This ensures that: + +- GP settings that correspond to MDM applied settings are not conflicting +- The current Policy Manager policies are refreshed from what MDM has set +- Any values set by scripts/user outside of GP that conflict with MDM are removed + + + +The following list shows the supported values: + +- 0 (default) +- 1 - The MDM policy is used and the GP policy is blocked. + + + + + + + + + + +
+ +Footnote: + +- 1 - Added in Windows 10, version 1607. +- 2 - Added in Windows 10, version 1703. +- 3 - Added in Windows 10, version 1709. + + +