--- title: Accounts DDF file description: View the XML file containing the device description framework (DDF) for the Accounts configuration service provider. ms.author: vinpa ms.topic: article ms.prod: w10 ms.technology: windows author: vinaypamnani-msft ms.date: 04/17/2018 ms.reviewer: manager: aaroncz --- # Accounts DDF file This topic shows the OMA DM device description framework (DDF) for the **Accounts** configuration service provider. The XML below is for Windows 10, version 1803 and later. ```xml ]> 1.2 Accounts ./Device/Vendor/MSFT com.microsoft/1.0/MDM/Accounts Domain ComputerName This node specifies the name for a device. This setting can be managed remotely. A couple of macros can be embedded within the value for dynamic substitution: %RAND:<# of digits>% and %SERIAL%. Examples: (a) "Test%RAND:6%" will generate a name "Test" followed by 6 random digits (e.g., "Test123456"). (b) "Foo%SERIAL%", will generate a name "Foo" followed by the serial number derived from device's ID. The server must explicitly reboot the device for this value to take effect. ComputerName text/plain Users This node specifies the username for a new local user account. This setting can be managed remotely. UserName Password This node specifies the password for a new local user account. This setting can be managed remotely. Password text/plain LocalUserGroup 1 This optional node specifies the local user group that a local user account should be joined. If the node is not set, the new local user account is joined just to the Standard Users group. Set the value to 2 for Administrators group. This setting can be managed remotely. text/plain ``` ## Related topics [Accounts configuration service provider](accounts-csp.md)