This commit is contained in:
jdeckerMS 2017-03-20 10:39:08 -07:00
parent 2db71efa99
commit d91e0b1e79

View File

@ -52,7 +52,8 @@ Let's start by looking at the basic structure of the lockdown XML file. You can
The settings for the Default role and other roles must be listed in your XML file in the order presented in this topic. All of the entries are optional. If you don't include a setting, that aspect of the device will operate as it would for an nonconfigured device.
> **Tip**  Keep your XML file easy to work with and to understand by using proper indentation and adding comments for each setting you configure.
>[!TIP]
>Keep your XML file easy to work with and to understand by using proper indentation and adding comments for each setting you configure.
## Action Center
@ -426,6 +427,10 @@ For a list of the settings and quick actions that you can allow or block, see [S
</HandheldLockdown>
```
## Validate your XML
You can validate your lockdown XML file against the [EnterpriseAssignedAccess XSD](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/enterpriseassignedaccess-xsd).
## Add lockdown XML to a provisioning package