--- title: AccountManagement DDF file description: View the OMA DM device description framework (DDF) for the AccountManagement configuration service provider. This file is used to configure settings. ms.author: dansimp ms.topic: article ms.prod: w10 ms.technology: windows author: lomayor ms.date: 03/23/2018 ms.reviewer: manager: dansimp --- # AccountManagement DDF file This topic shows the OMA DM device description framework (DDF) for the **AccountManagement** configuration service provider. The XML below is for Windows 10, version 1803. ```xml ]> 1.2 AccountManagement ./Device/Vendor/MSFT com.microsoft/1.0/MDM/AccountManagement UserProfileManagement EnableProfileManager false Enable profile lifetime mangement for shared or communal device scenarios. Enable profile manager text/plain DeletionPolicy 1 Configures when profiles will be deleted. Allowed values: 0 (delete immediately upon device returning to a state with no currently active users); 1 (delete at storage capacity threshold); 2 (delete at both storage capacity threshold and profile inactivity threshold). Profile deletion policy text/plain StorageCapacityStartDeletion 25 Start deleting profiles when available storage capacity falls below this threshold, given as percent of total storage available for profiles. Profiles that have been inactive the longest will be deleted first. Storage capacity threshold to start profile deletion text/plain StorageCapacityStopDeletion 50 Stop deleting profiles when available storage capacity is brought up to this threshold, given as percent of total storage available for profiles. Storage capacity threshold to stop profile deletion text/plain ProfileInactivityThreshold 30 Start deleting profiles when they have not been logged on during the specified period, given as number of days. Profile inactive threshold text/plain ```