--- title: DynamicManagement CSP description: Learn how the Dynamic Management configuration service provider (CSP) enables configuration of policies that change how the device is managed. ms.author: dansimp ms.topic: article ms.prod: w10 ms.technology: windows author: manikadhiman ms.date: 06/26/2017 ms.reviewer: manager: dansimp --- # DynamicManagement CSP Windows 10 allows you to manage devices differently depending on location, network, or time. In Windows 10, version 1703 the focus is on the most common areas of concern expressed by organizations. For example, managed devices can have cameras disabled when at a work location, the cellular service can be disabled when outside the country to avoid roaming charges, or the wireless network can be disabled when the device is not within the corporate building or campus. Once configured, these settings will be enforced even if the device can’t reach the management server when the location or network changes. The Dynamic Management CSP enables configuration of policies that change how the device is managed in addition to setting the conditions on which the change occurs. This CSP was added in Windows 10, version 1703. The following shows the DynamicManagement configuration service provider in tree format. ``` ./Device/Vendor/MSFT DynamicManagement ----NotificationsEnabled ----ActiveList ----Contexts --------ContextID ------------SignalDefinition ------------SettingsPack ------------SettingsPackResponse ------------ContextStatus ------------Altitude ----AlertsEnabled ``` **DynamicManagement**
The root node for the DynamicManagement configuration service provider.
**NotificationsEnabled**Boolean value for sending notification to the user of a context change.
Default value is False. Supported operations are Get and Replace.
Example to turn on NotificationsEnabled:
```xmlA string containing the list of all active ContextIDs on the device. Delimeter is unicode character 0xF000..
Supported operation is Get.
**Contexts**Node for context information.
Supported operation is Get.
***ContextID***Node created by the server to define a context. Maximum number of characters allowed is 38.
Supported operations are Add, Get, and Delete.
**SignalDefinition**Signal Definition XML.
Value type is string. Supported operations are Add, Get, Delete, and Replace.
**SettingsPack**Settings that get applied when the Context is active.
Value type is string. Supported operations are Add, Get, Delete, and Replace.
**SettingsPackResponse**Response from applying a Settings Pack that contains information on each individual action.
Value type is string. Supported operation is Get.
**ContextStatus**Reports status of the context. If there was a failure, SettingsPackResponse should be checked for what exactly failed.
Value type is integer. Supported operation is Get.
**Altitude**A value that determines how to handle conflict resolution of applying multiple contexts on the device. This is required and must be distinct of other priorities.
Value type is integer. Supported operations are Add, Get, Delete, and Replace.
**AlertsEnabled**A Boolean value for sending an alert to the server when a context fails.
Supported operations are Get and Replace.
## Examples Disable Cortana based on Geo location and time, From 9am-5pm, when in the 100-meters radius of the specified latitude/longitude ```xml