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 66cacb8036..5904341127 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
@@ -1147,6 +1147,8 @@ For details about Microsoft mobile device management protocols for Windows 10 s
AccountPoliciesAccountLockoutPolicy/AccountLockoutThreshold
AccountPoliciesAccountLockoutPolicy/ResetAccountLockoutCounterAfter
ApplicationDefaults/EnableAppUriHandlers
+ApplicationManagement/MSIAllowUserControlOverInstall
+ApplicationManagement/MSIAlwaysInstallWithElevatedPrivileges
Browser/AllowConfigurationUpdateForBooksLibrary
Browser/AlwaysEnableBooksLibrary
Browser/EnableExtendedBooksTelemetry
@@ -1659,6 +1661,8 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
Added the following new policies for Windows 10, version 1803:
- ApplicationDefaults/EnableAppUriHandlers
+- ApplicationManagement/MSIAllowUserControlOverInstall
+- ApplicationManagement/MSIAlwaysInstallWithElevatedPrivileges
- Connectivity/AllowPhonePCLinking
- RestrictedGroups/ConfigureGroupMembership
diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md
index debb631fa9..914f916fa6 100644
--- a/windows/client-management/mdm/policy-configuration-service-provider.md
+++ b/windows/client-management/mdm/policy-configuration-service-provider.md
@@ -225,6 +225,12 @@ The following diagram shows the Policy configuration service provider in tree fo
ApplicationManagement/DisableStoreOriginatedApps
+
+ ApplicationManagement/MSIAllowUserControlOverInstall
+
+
+ ApplicationManagement/MSIAlwaysInstallWithElevatedPrivileges
+
ApplicationManagement/RequirePrivateStoreOnly
diff --git a/windows/client-management/mdm/policy-csp-applicationmanagement.md b/windows/client-management/mdm/policy-csp-applicationmanagement.md
index 47b9d1e09d..4abd17e1d1 100644
--- a/windows/client-management/mdm/policy-csp-applicationmanagement.md
+++ b/windows/client-management/mdm/policy-csp-applicationmanagement.md
@@ -11,6 +11,8 @@ ms.date: 03/12/2018
# Policy CSP - ApplicationManagement
+> [!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.
@@ -43,6 +45,12 @@ ms.date: 03/12/2018
ApplicationManagement/DisableStoreOriginatedApps
+
+ ApplicationManagement/MSIAllowUserControlOverInstall
+
+
+ ApplicationManagement/MSIAlwaysInstallWithElevatedPrivileges
+
ApplicationManagement/RequirePrivateStoreOnly
@@ -538,6 +546,144 @@ The following list shows the supported values:
+
+**ApplicationManagement/MSIAllowUserControlOverInstall**
+
+
+
+
+ Home |
+ Pro |
+ Business |
+ Enterprise |
+ Education |
+ Mobile |
+ Mobile Enterprise |
+
+
+  |
+ 4 |
+ 4 |
+ 4 |
+ 4 |
+  |
+  |
+
+
+
+
+
+[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+> [!div class = "checklist"]
+> * Device
+
+
+
+
+
+Added in Windows 10, version 1803. This policy setting permits users to change installation options that typically are available only to system administrators.
+
+If you enable this policy setting, some of the security features of Windows Installer are bypassed. It permits installations to complete that otherwise would be halted due to a security violation.
+
+If you disable or do not configure this policy setting, the security features of Windows Installer prevent users from changing installation options typically reserved for system administrators, such as specifying the directory to which files are installed.
+
+If Windows Installer detects that an installation package has permitted the user to change a protected option, it stops the installation and displays a message. These security features operate only when the installation program is running in a privileged security context in which it has access to directories denied to the user.
+
+This policy setting is designed for less restrictive environments. It can be used to circumvent errors in an installation program that prevents software from being installed.
+
+
+
+ADMX Info:
+- GP English name: *Allow user control over installs*
+- GP name: *EnableUserControl*
+- GP ADMX file name: *MSI.admx*
+
+
+
+This setting supports a range of values between 0 and 1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**ApplicationManagement/MSIAlwaysInstallWithElevatedPrivileges**
+
+
+
+
+ Home |
+ Pro |
+ Business |
+ Enterprise |
+ Education |
+ Mobile |
+ Mobile Enterprise |
+
+
+  |
+ 4 |
+ 4 |
+ 4 |
+ 4 |
+  |
+  |
+
+
+
+
+
+[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+> [!div class = "checklist"]
+> * User
+> * Device
+
+
+
+
+
+Added in Windows 10, version 1803. This policy setting directs Windows Installer to use elevated permissions when it installs any program on the system.
+
+If you enable this policy setting, privileges are extended to all programs. These privileges are usually reserved for programs that have been assigned to the user (offered on the desktop), assigned to the computer (installed automatically), or made available in Add or Remove Programs in Control Panel. This profile setting lets users install programs that require access to directories that the user might not have permission to view or change, including directories on highly restricted computers.
+
+If you disable or do not configure this policy setting, the system applies the current user's permissions when it installs programs that a system administrator does not distribute or offer.
+
+Note: This policy setting appears both in the Computer Configuration and User Configuration folders. To make this policy setting effective, you must enable it in both folders.
+
+Caution: Skilled users can take advantage of the permissions this policy setting grants to change their privileges and gain permanent access to restricted files and folders. Note that the User Configuration version of this policy setting is not guaranteed to be secure.
+
+
+ADMX Info:
+- GP English name: *Always install with elevated privileges*
+- GP name: *AlwaysInstallElevated*
+- GP ADMX file name: *MSI.admx*
+
+
+
+This setting supports a range of values between 0 and 1.
+
+
+
+
+
+
+
+
+
+
+
+
+
**ApplicationManagement/RequirePrivateStoreOnly**
|