From d4e0696fc5a7a9e914e9fda1755eeedabd386d32 Mon Sep 17 00:00:00 2001 From: Jeanie Decker Date: Thu, 25 Jan 2018 08:12:36 -0800 Subject: [PATCH] acctmgt new setting group --- windows/configuration/wcd/wcd-accountmanagement.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/windows/configuration/wcd/wcd-accountmanagement.md b/windows/configuration/wcd/wcd-accountmanagement.md index cb1eab2503..74147303a2 100644 --- a/windows/configuration/wcd/wcd-accountmanagement.md +++ b/windows/configuration/wcd/wcd-accountmanagement.md @@ -12,7 +12,7 @@ ms.date: 09/06/2017 # AccountManagement (Windows Configuration Designer reference) -Use these settings to configure user profile policies. +Use these settings to configure the Account Manager service. ## Applies to @@ -27,18 +27,25 @@ Use these settings to configure user profile policies. ## DeletionPolicy +Use this setting to set a policy for deleting accounts. +- **Delete immediately**: When the account signs out, it will be deleted immediately. +- **Delete at storage capacity threshold**: Accounts will be deleted when available disk space falls below the threshold you set for **StorageCapacityStartDeletion**. When the available disk space reaches the threshold you set for **StorageCapacityStopDeletion**, the Account Manager will stop deleting accounts. +- **Delete at storage capacity threshold and profile inactivity threshold**: This setting will apply the same disk space checks as noted above, and will also delete accounts if they have not signed in within the number of days specified by **ProfileInactivityThreshold**. ## EnableProfileManager +Set as **True** to enable automatic account management. If this is not set to **True**, no automatic account management will occur. ## ProfileInactivityThreshold - +If you set **DeletionPolicy** as **Delete at storage capacity threshold and profile inactivity threshold**, use this setting to configure the number of days after which an account that has not signed in will be deleted. ## StorageCapacityStartDeletion +Enter the percent of total storage available for user profiles. If **DeletionPolicy** is set to **Delete at storage capacity threshold** or **Delete at storage capacity threshold and profile inactivity threshold**, profiles will be deleted when available storage capacity falls below this threshold, until the value that you set for **StorageCapacityStopDeletion** is reached. Profiles that have been inactive the longest will be deleted first. +## StorageCapacityStopDeletion -## StorageCapacityStopDeletion \ No newline at end of file +Enter the percent of total storage at which to stop deleting profiles. If **DeletionPolicy** is set to **Delete at storage capacity threshold** or **Delete at storage capacity threshold and profile inactivity threshold**, profiles will be deleted when available storage capacity falls below the threshold set for **StorageCapacityStartDeletion**, until the value that you set for **StorageCapacityStopDeletion** is reached. Profiles that have been inactive the longest will be deleted first. \ No newline at end of file