--- title: DevDetail DDF file description: View the XML file containing the device description framework (DDF) for the DevDetail configuration service provider. ms.date: 01/18/2024 --- # DevDetail DDF file The following XML file contains the device description framework (DDF) for the DevDetail configuration service provider. ```xml ]> 1.2 DevDetail . The DevDetail configuration service provider handles the management object which provides device-specific parameters to the OMA DM server. 10.0.10586 1.0 0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x88;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xBC;0xBF;0xCA;0xCB;0xCD;0xCF; URI MaxDepth Returns the maximum depth of the management tree that the device supports. The default is zero (0). This is the maximum number of URI segments that the device supports. The default value zero (0) indicates that the device supports a URI of unlimited depth. MaxTotLen Returns the maximum total length of any URI used to address a node or node property. The default is zero (0). This is the largest number of characters in the URI that the device supports. The default value zero (0) indicates that the device supports a URI of unlimited length. MaxSegLen Returns the total length of any URI segment in a URI that addresses a node or node property. The default is zero (0). This is the largest number of characters that the device can support in a single URI segment. The default value zero (0) indicates that the device supports URI segment of unlimited length. DevTyp Returns the device model name /SystemProductName as a string. OEM Returns the name of the Original Equipment Manufacturer (OEM) as a string, as defined in the specification SyncML Device Information, version 1.1.2. FwV Returns the firmware version, as defined in the registry key HKEY_LOCAL_MACHINE\System\Platform\DeviceTargetingInfo\PhoneFirmwareRevision. For Windows 10 for desktop editions (Home, Pro, Enterprise, and Education), it returns the BIOS version as defined in the registry key HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS\BIOSVersion. SwV Returns the Windows 10 OS software version in the format MajorVersion.MinorVersion.BuildNumber.QFEnumber. Currently the BuildNumber returns the build number on the desktop and mobile build number on the phone. In the future, the build numbers may converge. HwV Returns the hardware version, as defined in the registry key HKEY_LOCAL_MACHINE\System\Platform\DeviceTargetingInfo\PhoneRadioHardwareRevision. For Windows 10 for desktop editions, it returns the BIOS version as defined in the registry key HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS\BIOSVersion. LrgObj Returns whether the device uses OMA DM Large Object Handling, as defined in the specification SyncML Device Information, version 1.1.2. Ext Subtree to hold vendor-specific parameters Microsoft Subtree to hold vendor-specific parameters MobileID Returns the mobile device ID associated with the cellular network. Returns 404 for devices that do not have a cellular network support. The IMSI value is returned for GSM and UMTS networks. CDMA and worldwide phones will return a 404 Not Found status code error if queried for this element. RadioSwV Returns the radio stack software version number. Resolution Resolution of the device in the format of WidthxLength (e.g., "400x800"). CommercializationOperator Returns the name of the mobile operator if it exists; otherwise it returns 404. ProcessorArchitecture Returns the processor architecture of the device as "arm" or "x86". ProcessorType Returns the processor type of the device as documented in SYSTEM_INFO. OSPlatform Returns the OS platform of the device. For Windows 10 for desktop editions, it returns the ProductName as defined in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductName. LocalTime Returns the client local time in ISO 8601 format. Example: 2003-06-16T18:37:44Z. DeviceName Contains the user-specified device name. Support for Replace operation for Windows 10 Mobile was added in Windows 10, version 1511. Replace operation is not supported in the desktop or IoT Core. When you change the device name using this node, it triggers a dialog on the device asking the user to reboot. The new device name does not take effect until the device is restarted. If the user cancels the dialog, it will show again until a reboot occurs. Automatic DNSComputerName % 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. If both macros are in the string, the RANDOM macro will take priority over the SERIAL macro (SERIAL will be ignored). The server must explicitly reboot the device for this value to take effect. This value has a maximum allowed length of 63 characters as per DNS standards.]]> 10.0.19041 1.2 ServerInitiated TotalStorage Total available storage in MB from first internal drive on the device (may be less than total physical storage). Available for Windows Mobile only. FreeStorage Total free storage in MB from first internal drive on the device. TotalRAM Total available memory in MB on the device (may be less than total physical memory). SMBIOSSerialNumber SMBIOS Serial Number of the device. 10.0.17763 1.2 SMBIOSVersion SMBIOS version of the device. 10.0.22000, 10.0.19041.1387, 10.0.19042.1387, 10.0.19043.1387, 10.0.19044.1387 1.2 SystemSKU Returns the System SKU, as defined in the registry key HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS\SystemSKU. WLANMACAddress The MAC address of the active WiFi connection VoLTEServiceSetting The VoLTE service setting on or off. Only exposed to Mobile Operator-based OMA-DM servers. WlanIPv4Address The IPv4 address of the active WiFi connection. Only exposed to Enterprise-based OMA-DM servers. WlanIPv6Address The IPv6 address of the active WiFi connection. Only exposed to Enterprise-based OMA-DM servers. WlanDnsSuffix The DNS suffix of the active WiFi connection. Only exposed to Enterprise-based OMA-DM servers. WlanSubnetMask The subnet mask for the active WiFi connection. Only exposed to Enterprise-based OMA-DM servers. DeviceHardwareData Added in Windows 10 version 1703. Returns a base64 encoded string of the hardware parameters of a device. 10.0.15063 1.1 ``` ## Related articles [DevDetail configuration service provider reference](devdetail-csp.md)