--- title: AccountManagement CSP description: Learn more about the AccountManagement CSP. ms.date: 01/18/2024 --- # AccountManagement CSP AccountManagement CSP is used to configure setting in the Account Manager service in Windows Holographic for Business edition. > [!NOTE] > The AccountManagement CSP is only supported in Windows Holographic for Business edition. The following list shows the AccountManagement configuration service provider nodes: - ./Device/Vendor/MSFT/AccountManagement - [UserProfileManagement](#userprofilemanagement) - [DeletionPolicy](#userprofilemanagementdeletionpolicy) - [EnableProfileManager](#userprofilemanagementenableprofilemanager) - [ProfileInactivityThreshold](#userprofilemanagementprofileinactivitythreshold) - [StorageCapacityStartDeletion](#userprofilemanagementstoragecapacitystartdeletion) - [StorageCapacityStopDeletion](#userprofilemanagementstoragecapacitystopdeletion) ## UserProfileManagement | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ❌ Pro
❌ Enterprise
❌ Education
❌ Windows SE
❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | ```Device ./Device/Vendor/MSFT/AccountManagement/UserProfileManagement ``` **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `node` | | Access Type | Get | ### UserProfileManagement/DeletionPolicy | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ❌ Pro
❌ Enterprise
❌ Education
❌ Windows SE
❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | ```Device ./Device/Vendor/MSFT/AccountManagement/UserProfileManagement/DeletionPolicy ``` 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). **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `int` | | Access Type | Add, Delete, Get, Replace | | Default Value | 1 | **Allowed values**: | Value | Description | |:--|:--| | 0 | Delete immediately upon device returning to a state with no currently active users). | | 1 (Default) | Delete at storage capacity threshold. | | 2 | Delete at both storage capacity threshold and profile inactivity threshold. | ### UserProfileManagement/EnableProfileManager | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ❌ Pro
❌ Enterprise
❌ Education
❌ Windows SE
❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | ```Device ./Device/Vendor/MSFT/AccountManagement/UserProfileManagement/EnableProfileManager ``` Enable profile lifetime mangement for shared or communal device scenarios. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `bool` | | Access Type | Add, Delete, Get, Replace | | Default Value | false | **Allowed values**: | Value | Description | |:--|:--| | false (Default) | False. | | true | True. | ### UserProfileManagement/ProfileInactivityThreshold | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ❌ Pro
❌ Enterprise
❌ Education
❌ Windows SE
❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | ```Device ./Device/Vendor/MSFT/AccountManagement/UserProfileManagement/ProfileInactivityThreshold ``` Start deleting profiles when they haven't been logged-on during the specified period, given as number of days. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `int` | | Access Type | Add, Delete, Get, Replace | | Default Value | 30 | ### UserProfileManagement/StorageCapacityStartDeletion | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ❌ Pro
❌ Enterprise
❌ Education
❌ Windows SE
❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | ```Device ./Device/Vendor/MSFT/AccountManagement/UserProfileManagement/StorageCapacityStartDeletion ``` 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. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `int` | | Access Type | Add, Delete, Get, Replace | | Default Value | 25 | ### UserProfileManagement/StorageCapacityStopDeletion | Scope | Editions | Applicable OS | |:--|:--|:--| | ✅ Device
❌ User | ❌ Pro
❌ Enterprise
❌ Education
❌ Windows SE
❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 2004 [10.0.19041] and later | ```Device ./Device/Vendor/MSFT/AccountManagement/UserProfileManagement/StorageCapacityStopDeletion ``` Stop deleting profiles when available storage capacity is brought up to this threshold, given as percent of total storage available for profiles. **Description framework properties**: | Property name | Property value | |:--|:--| | Format | `int` | | Access Type | Add, Delete, Get, Replace | | Default Value | 50 | ## Related articles [Configuration service provider reference](configuration-service-provider-reference.md)