From a70f87d11c5813723b1961e931c203ea33134451 Mon Sep 17 00:00:00 2001 From: Maricia Alforque Date: Fri, 5 Jan 2018 18:45:38 +0000 Subject: [PATCH 1/6] Merged PR 5173: Added TaskScheduler policy to Policy CSP --- windows/client-management/mdm/TOC.md | 1 + .../policy-configuration-service-provider.md | 8 ++ .../mdm/policy-csp-taskscheduler.md | 88 +++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 windows/client-management/mdm/policy-csp-taskscheduler.md diff --git a/windows/client-management/mdm/TOC.md b/windows/client-management/mdm/TOC.md index 8069f15e0d..930f5984ab 100644 --- a/windows/client-management/mdm/TOC.md +++ b/windows/client-management/mdm/TOC.md @@ -233,6 +233,7 @@ #### [Start](policy-csp-start.md) #### [Storage](policy-csp-storage.md) #### [System](policy-csp-system.md) +#### [TaskScheduler](policy-csp-taskscheduler.md) #### [TextInput](policy-csp-textinput.md) #### [TimeLanguageSettings](policy-csp-timelanguagesettings.md) #### [Update](policy-csp-update.md) diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index 88bc34ef2e..a581d50c10 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -2722,6 +2722,14 @@ The following diagram shows the Policy configuration service provider in tree fo +### TaskScheduler policies + +
+
+ TaskScheduler/EnableXboxGameSaveTask +
+
+ ### TextInput policies
diff --git a/windows/client-management/mdm/policy-csp-taskscheduler.md b/windows/client-management/mdm/policy-csp-taskscheduler.md new file mode 100644 index 0000000000..0a8f13c708 --- /dev/null +++ b/windows/client-management/mdm/policy-csp-taskscheduler.md @@ -0,0 +1,88 @@ +--- +title: Policy CSP - TaskScheduler +description: Policy CSP - TaskScheduler +ms.author: maricia +ms.topic: article +ms.prod: w10 +ms.technology: windows +author: nickbrower +ms.date: 01/03/2018 +--- + +# Policy CSP - TaskScheduler + +> [!WARNING] +> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. + + +
+ + +## TaskScheduler policies + +
+
+ TaskScheduler/EnableXboxGameSaveTask +
+
+ +
+ +**TaskScheduler/EnableXboxGameSaveTask** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the specific task is enabled (1) or disabled (0). Default: Enabled. + + + + + + + + + + + + +
+ +Footnote: + +- 1 - Added in Windows 10, version 1607. +- 2 - Added in Windows 10, version 1703. +- 3 - Added in Windows 10, version 1709. + + + From 0cf32e40ddf8f83f0702d6bb5a7e06896e5b2a98 Mon Sep 17 00:00:00 2001 From: Maricia Alforque Date: Fri, 5 Jan 2018 19:35:25 +0000 Subject: [PATCH 2/6] Merged PR 5175: Added new SystemServices policies to Policy CSP --- windows/client-management/mdm/TOC.md | 1 + .../policy-configuration-service-provider.md | 21 ++ .../mdm/policy-csp-systemservices.md | 353 ++++++++++++++++++ .../mdm/policy-csp-textinput.md | 10 +- 4 files changed, 380 insertions(+), 5 deletions(-) create mode 100644 windows/client-management/mdm/policy-csp-systemservices.md diff --git a/windows/client-management/mdm/TOC.md b/windows/client-management/mdm/TOC.md index 930f5984ab..c3f0b02f73 100644 --- a/windows/client-management/mdm/TOC.md +++ b/windows/client-management/mdm/TOC.md @@ -233,6 +233,7 @@ #### [Start](policy-csp-start.md) #### [Storage](policy-csp-storage.md) #### [System](policy-csp-system.md) +#### [SystemServices](policy-csp-systemservices.md) #### [TaskScheduler](policy-csp-taskscheduler.md) #### [TextInput](policy-csp-textinput.md) #### [TimeLanguageSettings](policy-csp-timelanguagesettings.md) diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index a581d50c10..5b0addf713 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -2722,6 +2722,27 @@ The following diagram shows the Policy configuration service provider in tree fo
+### SystemServices policies + +
+
+ SystemServices/ConfigureHomeGroupListenerServiceStartupMode +
+
+ SystemServices/ConfigureHomeGroupProviderServiceStartupMode +
+
+ SystemServices/ConfigureXboxAccessoryManagementServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveAuthManagerServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveGameSaveServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveNetworkingServiceStartupMode + ### TaskScheduler policies
diff --git a/windows/client-management/mdm/policy-csp-systemservices.md b/windows/client-management/mdm/policy-csp-systemservices.md new file mode 100644 index 0000000000..c307f1e57f --- /dev/null +++ b/windows/client-management/mdm/policy-csp-systemservices.md @@ -0,0 +1,353 @@ +--- +title: Policy CSP - SystemServices +description: Policy CSP - SystemServices +ms.author: maricia +ms.topic: article +ms.prod: w10 +ms.technology: windows +author: nickbrower +ms.date: 01/03/2018 +--- + +# Policy CSP - SystemServices + +> [!WARNING] +> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. + + +
+ + +## SystemServices policies + +
+
+ SystemServices/ConfigureHomeGroupListenerServiceStartupMode +
+
+ SystemServices/ConfigureHomeGroupProviderServiceStartupMode +
+
+ SystemServices/ConfigureXboxAccessoryManagementServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveAuthManagerServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveGameSaveServiceStartupMode +
+
+ SystemServices/ConfigureXboxLiveNetworkingServiceStartupMode +
+
+ +
+ +**SystemServices/ConfigureHomeGroupListenerServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +**SystemServices/ConfigureHomeGroupProviderServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +**SystemServices/ConfigureXboxAccessoryManagementServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +**SystemServices/ConfigureXboxLiveAuthManagerServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +**SystemServices/ConfigureXboxLiveGameSaveServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +**SystemServices/ConfigureXboxLiveNetworkingServiceStartupMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This setting determines whether the service's start type is Automaic(2), Manual(3), Disabled(4). Default: Manual. + + + + + + + + + + + + +
+ +Footnote: + +- 1 - Added in Windows 10, version 1607. +- 2 - Added in Windows 10, version 1703. +- 3 - Added in Windows 10, version 1709. + + + diff --git a/windows/client-management/mdm/policy-csp-textinput.md b/windows/client-management/mdm/policy-csp-textinput.md index 80352166bf..d6e2d91c96 100644 --- a/windows/client-management/mdm/policy-csp-textinput.md +++ b/windows/client-management/mdm/policy-csp-textinput.md @@ -580,10 +580,10 @@ The following list shows the supported values: cross mark - check mark - check mark - check mark - check mark + check mark4 + check mark4 + check mark4 + check mark4 cross mark cross mark @@ -600,7 +600,7 @@ The following list shows the supported values: -This policy allows the IT admin to enable the touch keyboard to automatically show up when the device is in the desktop mode. +Added in Windows 10, next major update. This policy allows the IT admin to enable the touch keyboard to automatically show up when the device is in the desktop mode. The touch keyboard is enabled in both the tablet and desktop mode. In the tablet mode, when you touch a textbox, the touch keyboard automatically shows up. But in the desktop mode, by default, the touch keyboard does not automatically show up when you touch a textbox. The user must click the system tray to enable the touch keyboard. From 266e82496b90f4749521260f971528881b3a931d Mon Sep 17 00:00:00 2001 From: Dani Halfin Date: Fri, 5 Jan 2018 19:39:28 +0000 Subject: [PATCH 3/6] Merged PR 5176: fixed redirect issue --- .openpublishing.redirection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 4285f47256..a6fe5c98cf 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -8407,7 +8407,7 @@ }, { "source_path": "windows/deployment/windows-10-auto-pilot.md", -"redirect_url": "/windows/deployment/windows-10-autopilot", +"redirect_url": "/windows/deployment/windows-autopilot/windows-10-autopilot", "redirect_document_id": true } ] From 22a07e1b93177bc522636d467c4967002105785b Mon Sep 17 00:00:00 2001 From: Maricia Alforque Date: Fri, 5 Jan 2018 21:24:16 +0000 Subject: [PATCH 4/6] Merged PR 5180: Added new DeliveryOptimization policies to Policy CSP --- .../policy-configuration-service-provider.md | 29 + .../mdm/policy-csp-deliveryoptimization.md | 523 +++++++++++++++++- 2 files changed, 551 insertions(+), 1 deletion(-) diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index 5b0addf713..989733e2ce 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -780,12 +780,26 @@ The following diagram shows the Policy configuration service provider in tree fo
DeliveryOptimization/DOAllowVPNPeerCaching
+
+ DeliveryOptimization/DOCacheHost +
+
+ DeliveryOptimization/DODelayBackgroundDownloadFromHttp +
+
+ DeliveryOptimization/DODelayForegroundDownloadFromHttp +
+
DeliveryOptimization/DODownloadMode
DeliveryOptimization/DOGroupId
+
+ DeliveryOptimization/DOGroupIdSource +
+
DeliveryOptimization/DOMaxCacheAge
@@ -819,9 +833,24 @@ The following diagram shows the Policy configuration service provider in tree fo
DeliveryOptimization/DOMonthlyUploadDataCap
+
+ DeliveryOptimization/DOPercentageMaxBackDownloadBandwidth +
DeliveryOptimization/DOPercentageMaxDownloadBandwidth
+
+ DeliveryOptimization/DOPercentageMaxForeDownloadBandwidth +
+
+ DeliveryOptimization/DORestrictPeerSelectionBy +
+
+ DeliveryOptimization/DOSetHoursToLimitBackgroundDownloadBandwidth +
+
+ DeliveryOptimization/DOSetHoursToLimitForegroundDownloadBandwidth +
### Desktop policies diff --git a/windows/client-management/mdm/policy-csp-deliveryoptimization.md b/windows/client-management/mdm/policy-csp-deliveryoptimization.md index 863777815f..3448fec985 100644 --- a/windows/client-management/mdm/policy-csp-deliveryoptimization.md +++ b/windows/client-management/mdm/policy-csp-deliveryoptimization.md @@ -6,11 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 12/14/2017 +ms.date: 01/03/2018 --- # Policy CSP - DeliveryOptimization +> [!WARNING] +> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
@@ -25,12 +27,24 @@ ms.date: 12/14/2017
DeliveryOptimization/DOAllowVPNPeerCaching
+
+ DeliveryOptimization/DOCacheHost +
+
+ DeliveryOptimization/DODelayBackgroundDownloadFromHttp +
+
+ DeliveryOptimization/DODelayForegroundDownloadFromHttp +
DeliveryOptimization/DODownloadMode
DeliveryOptimization/DOGroupId
+
+ DeliveryOptimization/DOGroupIdSource +
DeliveryOptimization/DOMaxCacheAge
@@ -64,9 +78,24 @@ ms.date: 12/14/2017
DeliveryOptimization/DOMonthlyUploadDataCap
+
+ DeliveryOptimization/DOPercentageMaxBackDownloadBandwidth +
DeliveryOptimization/DOPercentageMaxDownloadBandwidth
+
+ DeliveryOptimization/DOPercentageMaxForeDownloadBandwidth +
+
+ DeliveryOptimization/DORestrictPeerSelectionBy +
+
+ DeliveryOptimization/DOSetHoursToLimitBackgroundDownloadBandwidth +
+
+ DeliveryOptimization/DOSetHoursToLimitForegroundDownloadBandwidth +

@@ -170,6 +199,167 @@ The following list shows the supported values:
+**DeliveryOptimization/DOCacheHost** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. TBD + + + + + + + + + + + +
+ +**DeliveryOptimization/DODelayBackgroundDownloadFromHttp** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This policy allows you to delay the use of an HTTP source in a background download that is allowed to use peer-to-peer. + +After the max delay is reached, the download will resume using HTTP, either downloading the entire payload or complementing the bytes that could not be downloaded from peers. Note that a download that is waiting for peer sources, will appear to be stuck for the end user. The recommended value is 1 hour (3600). + + + + + + + + + + + + +
+ +**DeliveryOptimization/DODelayForegroundDownloadFromHttp** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. This policy allows you to delay the use of an HTTP source in a foreground (interactive) download that is allowed to use peer-to-peer. + +After the max delay has reached, the download will resume using HTTP, either downloading the entire payload or complementing the bytes that could not be downloaded from Peers. + +Value of 0 equals "unlimited" which means the download will not progress unless a peer source is found. Note that a download that is waiting for peer sources, will appear to be stuck for the end user. + +The recommended value is 1 minute (60). + + + +The following list shows the supported values as number of seconds: + +- 0 to 86400 (1 day) +- 0 - managed by the cloud service +- Default is not configured. + + + + + + + + +
+ **DeliveryOptimization/DODownloadMode** @@ -274,6 +464,69 @@ The following list shows the supported values:
+**DeliveryOptimization/DOGroupIdSource** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. Set this policy to restrict peer selection to a specific source. Options available are: 1 = AD Site, 2 = Authenticated domain SID, 3 = DHCP Option ID, 4 = DNS Suffix + +When set, the Group ID will be assigned automatically from the selected source. + +If you set this policy, the GroupID policy will be ignored. + +The options set in this policy only apply to Group (2) download mode. If Group (2) isn't set as Download mode, this policy will be ignored. + +For option 4 - DHCP Option ID, the client will query DHCP Option ID 234 and use the returned GUID value as the Group ID. + + + +The following list shows the supported values: + +- 1 - AD site +- 2 - Authenticated domain SID +- 3 - DHCP user option +- 4 - DNS suffix + + + + + + + + +
+ **DeliveryOptimization/DOMaxCacheAge** @@ -795,6 +1048,57 @@ The following list shows the supported values:
+**DeliveryOptimization/DOPercentageMaxBackDownloadBandwidth** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. Specifies the maximum background download bandwidth that Delivery Optimization uses across all concurrent download activities as a percentage of available download bandwidth. The default value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for background downloads. + +Note that downloads from LAN peers will not be throttled even when this policy is set. + + + + + + + + + + + +
+ **DeliveryOptimization/DOPercentageMaxDownloadBandwidth** @@ -841,6 +1145,223 @@ The following list shows the supported values:
+ +**DeliveryOptimization/DOPercentageMaxForeDownloadBandwidth** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. Specifies the maximum foreground download bandwidth that Delivery Optimization uses across all concurrent download activities as a percentage of available download bandwidth. The default value 0 (zero) means that Delivery Optimization dynamically adjusts to use the available bandwidth for foreground downloads. + +Note that downloads from LAN peers will not be throttled even when this policy is set. + + + + + + + + + + + +
+ +**DeliveryOptimization/DORestrictPeerSelectionBy** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. Set this policy to restrict peer selection via selected option. +Options available are: 1=Subnet mask (more options will be added in a future release). + +Option 1 (Subnet mask) applies to both Download Mode LAN (1) and Group (2). + + + +The following list shows the supported values: + +- 1 - Subnet mask. + + + + + + + + + +
+ +**DeliveryOptimization/DOSetHoursToLimitBackgroundDownloadBandwidth** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. Specifies the maximum background download bandwidth that Delivery Optimization uses during and outside business hours across all concurrent download activities as a percentage of available download bandwidth. + +Note that downloads from LAN peers will not be throttled even when this policy is set. + + +This policy allows an IT Admin to define the following: + +- Business hours range (for example 06:00 to 18:00) +- % of throttle for foreground traffic during business hours +- % of throttle for foreground traffic outside of business hours + + + + + + + + +
+ +**DeliveryOptimization/DOSetHoursToLimitForegroundDownloadBandwidth** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck mark4check mark4check mark4check mark4cross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +Added in Windows 10, next major update. Specifies the maximum foreground download bandwidth that Delivery Optimization uses during and outside business hours across all concurrent download activities as a percentage of available download bandwidth. + +Note that downloads from LAN peers will not be throttled even when this policy is set. + + +This policy allows an IT Admin to define the following: + +- Business hours range (for example 06:00 to 18:00) +- % of throttle for foreground traffic during business hours +- % of throttle for foreground traffic outside of business hours + + + + + + + + +
Footnote: From 2d13318090479dcaf2bf74a907a0e554d45963de Mon Sep 17 00:00:00 2001 From: Maricia Alforque Date: Fri, 5 Jan 2018 22:26:11 +0000 Subject: [PATCH 5/6] Merged PR 5183: Updated KioskBrowser/RestartOnIdleTime policy added content to KioskBrowser/RestartOnIdleTime --- windows/client-management/mdm/policy-csp-kioskbrowser.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/client-management/mdm/policy-csp-kioskbrowser.md b/windows/client-management/mdm/policy-csp-kioskbrowser.md index a45a6aaefe..ab4e33bba0 100644 --- a/windows/client-management/mdm/policy-csp-kioskbrowser.md +++ b/windows/client-management/mdm/policy-csp-kioskbrowser.md @@ -334,7 +334,9 @@ Added in Windows 10, next major update. Enable/disable kiosk browser's navigatio -Added in Windows 10, next major update. Amount of time in minutes the session is idle until the kiosk browser restarts in a fresh state. +Added in Windows 10, next major update. Amount of time in minutes the session is idle until the kiosk browser restarts in a fresh state. + +The value is an int 1-1440 that specifies the amount of minutes the session is idle until the kiosk browser restarts in a fresh state. The default value is empty which means there is no idle timeout within the kiosk browser. From b687eca574e39f4a47667bc58fbf3dc26ba574e2 Mon Sep 17 00:00:00 2001 From: Maricia Alforque Date: Fri, 5 Jan 2018 23:20:50 +0000 Subject: [PATCH 6/6] Merged PR 5186: Added AccountPoliciesAccountLockoutPolicy to the TOC --- windows/client-management/mdm/TOC.md | 1 + .../mdm/policy-configuration-service-provider.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/windows/client-management/mdm/TOC.md b/windows/client-management/mdm/TOC.md index c3f0b02f73..10a90e34ec 100644 --- a/windows/client-management/mdm/TOC.md +++ b/windows/client-management/mdm/TOC.md @@ -172,6 +172,7 @@ #### [Policy DDF file](policy-ddf-file.md) #### [ApplicationRestrictions XSD](applicationrestrictions-xsd.md) #### [AboveLock](policy-csp-abovelock.md) +#### [AccountPoliciesAccountLockoutPolicy](policy-csp-accountpoliciesaccountlockoutpolicy.md) #### [Accounts](policy-csp-accounts.md) #### [ActiveXControls](policy-csp-activexcontrols.md) #### [ApplicationDefaults](policy-csp-applicationdefaults.md) diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index 989733e2ce..5b84c2bf80 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -148,6 +148,20 @@ The following diagram shows the Policy configuration service provider in tree fo +### AccountPoliciesAccountLockoutPolicy policies + +
+
+ AccountPoliciesAccountLockoutPolicy/AccountLockoutDuration +
+
+ AccountPoliciesAccountLockoutPolicy/AccountLockoutThreshold +
+
+ AccountPoliciesAccountLockoutPolicy/ResetAccountLockoutCounterAfter +
+
+ ### Accounts policies