section of the XML. The default value is 0 (do not send token). This tag is optional and needs to be set to 1 in case the server wants the download URL to get the AADUserToken.
+
+Here is an example:
+
+```syntax
+
+
+ /quiet
+
+ 5
+
+ 3
+
+ 5
+
+ 1
+
+
+```
+
**MSI/*ProductID*/Status**
Status of the application. Value type is string. Supported operation is Get.
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 aadfb8cf3c..d68cbceba1 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
@@ -10,7 +10,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
-ms.date: 07/07/2017
+ms.date: 07/11/2017
---
# What's new in MDM enrollment and management
@@ -1305,6 +1305,13 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
WindowsDefenderSecurityCenter/Phone
WindowsDefenderSecurityCenter/URL
+
+[EnterpriseDesktopAppManagement CSP](enterprisedesktopappmanagement-csp.md) |
+Added the following statement to [MSI/ProductID/DownloadInstall](enterprisedesktopappmanagement-csp.md#msi-productid-downloadinstall):
+
+- In Windows 10, version 1703 service release, a new tag "DownloadFromAad" was added to the "Enforcement" section of the XML. The default value is 0 (do not send token). This tag is optional and needs to be set to 1 in case the server wants the download URL to get the AADUserToken.
+
+ |