mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 21:57:23 +00:00
acctmgt new setting group
This commit is contained in:
parent
6d7ae4cd89
commit
d4e0696fc5
@ -12,7 +12,7 @@ ms.date: 09/06/2017
|
|||||||
|
|
||||||
# AccountManagement (Windows Configuration Designer reference)
|
# AccountManagement (Windows Configuration Designer reference)
|
||||||
|
|
||||||
Use these settings to configure user profile policies.
|
Use these settings to configure the Account Manager service.
|
||||||
|
|
||||||
## Applies to
|
## Applies to
|
||||||
|
|
||||||
@ -27,18 +27,25 @@ Use these settings to configure user profile policies.
|
|||||||
|
|
||||||
## DeletionPolicy
|
## 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
|
## EnableProfileManager
|
||||||
|
|
||||||
|
Set as **True** to enable automatic account management. If this is not set to **True**, no automatic account management will occur.
|
||||||
|
|
||||||
|
|
||||||
## ProfileInactivityThreshold
|
## 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
|
## 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
|
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.
|
Loading…
x
Reference in New Issue
Block a user