From 79fe0c715ecc9746dbefb7c79dd25c99f15f1b56 Mon Sep 17 00:00:00 2001 From: Jeanie Decker Date: Wed, 24 Jan 2018 06:25:12 -0800 Subject: [PATCH] sync --- windows/configuration/TOC.md | 1 + .../wcd/wcd-accountmanagement.md | 44 +++++++++++++++++++ windows/configuration/wcd/wcd-policies.md | 2 +- windows/configuration/wcd/wcd.md | 1 + 4 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 windows/configuration/wcd/wcd-accountmanagement.md diff --git a/windows/configuration/TOC.md b/windows/configuration/TOC.md index b0fadf22b6..582e7acb58 100644 --- a/windows/configuration/TOC.md +++ b/windows/configuration/TOC.md @@ -70,6 +70,7 @@ ### [PowerShell cmdlets for provisioning Windows 10 (reference)](provisioning-packages/provisioning-powershell.md) ### [Windows Configuration Designer command-line interface (reference)](provisioning-packages/provisioning-command-line.md) ### [Windows Configuration Designer provisioning settings (reference)](wcd/wcd.md) +#### [AccountManagement](wcd/wcd-accountmanagement.md) #### [Accounts](wcd/wcd-accounts.md) #### [ADMXIngestion](wcd/wcd-admxingestion.md) #### [ApplicationManagement](wcd/wcd-applicationmanagement.md) diff --git a/windows/configuration/wcd/wcd-accountmanagement.md b/windows/configuration/wcd/wcd-accountmanagement.md new file mode 100644 index 0000000000..cb1eab2503 --- /dev/null +++ b/windows/configuration/wcd/wcd-accountmanagement.md @@ -0,0 +1,44 @@ +--- +title: AccountManagement (Windows 10) +description: This section describes the account management settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer. +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +author: jdeckerMS +ms.localizationpriority: medium +ms.author: jdecker +ms.date: 09/06/2017 +--- + +# AccountManagement (Windows Configuration Designer reference) + +Use these settings to configure user profile policies. + +## Applies to + +| Settings | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core | +| --- | :---: | :---: | :---: | :---: | :---: | +| [DeletionPolicy](#deletionpolicy) | X | X | X | X | | +| [EnableProfileManager](#enableprofilemanager) | X | X | X | X | | +| [ProfileInactivityThreshold](#profileinactivitythreshold) | X | X | X | X | | +| [StorageCapacityStartDeletion](#storagecapacitystartdeletion) | X | X | X | X | | +| [StorageCapacityStopDeletion](#storagecapacitystopdeletion) | X | X | X | X | | + + +## DeletionPolicy + + + +## EnableProfileManager + + + +## ProfileInactivityThreshold + + + +## StorageCapacityStartDeletion + + + +## StorageCapacityStopDeletion \ No newline at end of file diff --git a/windows/configuration/wcd/wcd-policies.md b/windows/configuration/wcd/wcd-policies.md index 8828b2c4b5..29229f4819 100644 --- a/windows/configuration/wcd/wcd-policies.md +++ b/windows/configuration/wcd/wcd-policies.md @@ -124,7 +124,7 @@ This section describes the **Policies** settings that you can configure in [prov | Setting | Description | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core | | --- | --- | :---: | :---: | :---: | :---: | :---: | -| [AllowCamera](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/policy-configuration-service-provider#camera-allowcamera) | Disable or enable the camera. | X | X | X | | | +| [AllowCamera](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/policy-configuration-service-provider#camera-allowcamera) | Disable or enable the camera. | X | X | X | X | | ## Connectivity diff --git a/windows/configuration/wcd/wcd.md b/windows/configuration/wcd/wcd.md index a3d503fd08..6d355a6dd2 100644 --- a/windows/configuration/wcd/wcd.md +++ b/windows/configuration/wcd/wcd.md @@ -18,6 +18,7 @@ This section describes the settings that you can configure in [provisioning pack | Setting group | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core | | --- | :---: | :---: | :---: | :---: | :---: | +[AccountManagement](wcd-accountmanagement.md) | X | X | X | X | | | [Accounts](wcd-accounts.md) | X | X | X | X | X | | [ADMXIngestion](wcd-admxingestion.md) | X | | | | | | [ApplicationManagement](wcd-applicationmanagement.md) | | | | | X |