This commit is contained in:
jdeckerMS
2017-02-21 12:52:57 -08:00
parent 36e0d3b024
commit 158ac328e8
3 changed files with 874 additions and 1 deletions

View File

@ -21,6 +21,9 @@ Windows 10 Mobile allows enterprises to lock down a device, define multiple use
This topic provides example XML that you can use in your own lockdown XML file that can be included in a provisioning package or when using a mobile device management (MDM) solution to push lockdown settings to enrolled devices.
>[!TIP]
>Use the [Lockdown Designer app](mobile-lockdown-designer.md) to configure and generate your customized lockdown XML file.
Lockdown XML is an XML file that contains settings for Windows 10 Mobile. When you deploy the lockdown XML file to a device, it is saved on the device as **wehlockdown.xml**. When the device boots, it looks for wehlockdown.xml and applies any settings configured in the file. In this topic, you'll learn how to create an XML file that contains all lockdown entries available in the AssignedAccessXml area of the [EnterpriseAssignedAccess configuration service provider (CSP)](https://go.microsoft.com/fwlink/p/?LinkID=618601).
> [!NOTE]