diff --git a/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md b/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md
index b5959bcc17..1a14ccd222 100644
--- a/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md
+++ b/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md
@@ -1456,6 +1456,7 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
LocalPoliciesSecurityOptions/UserAccountControl_UseAdminApprovalMode
Search/AllowCortanaInAAD
Search/DoNotUseWebResults
+Security/ConfigureWindowsPasswords
SystemServices/ConfigureHomeGroupListenerServiceStartupMode
SystemServices/ConfigureHomeGroupProviderServiceStartupMode
SystemServices/ConfigureXboxAccessoryManagementServiceStartupMode
diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md
index ad98eba42b..eb0639a97a 100644
--- a/windows/client-management/mdm/policy-configuration-service-provider.md
+++ b/windows/client-management/mdm/policy-configuration-service-provider.md
@@ -2553,6 +2553,9 @@ The following diagram shows the Policy configuration service provider in tree fo
Security/ClearTPMIfNotReady
+
+ Security/ConfigureWindowsPasswords
+
Security/PreventAutomaticDeviceEncryptionForAzureADJoinedDevices
diff --git a/windows/client-management/mdm/policy-csp-security.md b/windows/client-management/mdm/policy-csp-security.md
index d3c531d5e5..41b61f3d9e 100644
--- a/windows/client-management/mdm/policy-csp-security.md
+++ b/windows/client-management/mdm/policy-csp-security.md
@@ -6,11 +6,13 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
-ms.date: 12/14/2017
+ms.date: 01/16/2018
---
# Policy CSP - Security
+> [!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.
@@ -37,6 +39,9 @@ ms.date: 12/14/2017
Security/ClearTPMIfNotReady
+
+ Security/ConfigureWindowsPasswords
+
Security/PreventAutomaticDeviceEncryptionForAzureADJoinedDevices
@@ -352,6 +357,63 @@ The following list shows the supported values:
+**Security/ConfigureWindowsPasswords**
+
+
+
+
+ Home |
+ Pro |
+ Business |
+ Enterprise |
+ Education |
+ Mobile |
+ Mobile Enterprise |
+
+
+ 4 |
+ 4 |
+ 4 |
+ 4 |
+ 4 |
+ |
+ |
+
+
+
+
+
+[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+> [!div class = "checklist"]
+> * Device
+
+
+
+
+
+Added in Windows 10, next major update. Configures the use of passwords for Windows features.
+
+> [!Note]
+> This policy is only supported in Windows 10 S.
+
+
+
+The following list shows the supported values:
+
+- 0 -Disallow passwords (Asymmetric credentials will be promoted to replace passwords on Windows features)
+- 1- Allow passwords (Passwords continue to be allowed to be used for Windows features)
+- 2- Default (Feature defaults as per SKU and device capabilities. Windows 10 S devices will exhibit "Disallow passwords" default, and all other devices will default to "Allow passwords")
+
+
+
+
+
+
+
+
+
+
**Security/PreventAutomaticDeviceEncryptionForAzureADJoinedDevices**