--- title: DynamicManagement DDF file description: DynamicManagement DDF file ms.assetid: 7e266db0-2fd9-4412-b428-4550f41a1738 ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower --- # DynamicManagement DDF file This topic shows the OMA DM device description framework (DDF) for the **DynamicManagement** configuration service provider. You can download the DDF files from the links below: - [Download all the DDF files for Windows 10, version 1703](http://download.microsoft.com/download/C/7/C/C7C94663-44CF-4221-ABCA-BC895F42B6C2/Windows10_1703_DDF_download.zip) - [Download all the DDF files for Windows 10, version 1607](http://download.microsoft.com/download/2/3/E/23E27D6B-6E23-4833-B143-915EDA3BDD44/Windows10_1607_DDF.zip) The XML below is the current version for this CSP. ``` syntax ]> 1.2 DynamicManagement ./Device/Vendor/MSFT NotificationsEnabled False A Boolean value that sets if the user is notified of a context change. NotificationsEnabled text/plain ActiveList A string containing the list of all active ContextIDs on the device. Delimeter is unicode character 0xF000. ActiveList text/plain Contexts Contexts Node created by the server to define a context. Maximum amount of characters allowed is 38. ContextID SignalDefinition Signal Definition XML SignalDefinition text/plain SettingsPack Settings that get applied when the Context is active. SettingsPack text/plain SettingsPackResponse Response from applying a Settings Pack, contains information on each individual action. SettingsPackResponse text/plain ContextStatus 0 Reports status of the context. If there was a failure, SettingsPackResponse should be checked for what exactly failed. ContextStatus text/plain Altitude A value that determines how to handle resolution of applying multiple contexts on the device. Required, and must be distinct of other priorities. Altitude text/plain AlertsEnabled True A Boolean value that sets if when a context fails, the CSP sends an alert to the Server AlertsEnabled text/plain ```