diff --git a/windows/client-management/mdm/policy-csp-deviceinstallation.md b/windows/client-management/mdm/policy-csp-deviceinstallation.md
index ba62dc186a..69b0640af8 100644
--- a/windows/client-management/mdm/policy-csp-deviceinstallation.md
+++ b/windows/client-management/mdm/policy-csp-deviceinstallation.md
@@ -4,7 +4,7 @@ ms.reviewer:
manager: dansimp
description: Policy CSP - DeviceInstallation
ms.author: dansimp
-ms.date: 09/26/2019
+ms.date: 09/27/2019
ms.topic: article
ms.prod: w10
ms.technology: windows
@@ -12,9 +12,11 @@ author: manikadhiman
---
# Policy CSP - DeviceInstallation
+
> [!WARNING]
> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
+
@@ -25,10 +27,10 @@ author: manikadhiman
DeviceInstallation/AllowInstallationOfMatchingDeviceIDs
- DeviceInstallation/AllowInstallationOfMatchingDeviceSetupClasses
+ DeviceInstallation/AllowInstallationOfMatchingDeviceInstanceIDs
- DeviceInstallation/AllowInstallationOfMatchingDeviceInstanceIDs
+ DeviceInstallation/AllowInstallationOfMatchingDeviceSetupClasses
DeviceInstallation/PreventDeviceMetadataFromNetwork
@@ -47,6 +49,7 @@ author: manikadhiman
+
@@ -55,26 +58,42 @@ author: manikadhiman
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -103,8 +122,7 @@ Peripherals can be specified by their [hardware identity](https://docs.microsoft
>
> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
>
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
-
+> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -156,32 +174,163 @@ To verify that the policy is applied, check C:\windows\INF\setupapi.dev.log and
+
+**DeviceInstallation/AllowInstallationOfMatchingDeviceInstanceIDs**
+
+
+
+
+ Windows Edition |
+ Supported? |
+
+
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
+
+
+
+
+
+[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+> [!div class = "checklist"]
+> * Device
+
+
+
+
+
+Added in Windows 10, version 1903. Also available in Windows 10, version 1809. This policy setting allows you to specify a list of Plug and Play device instance IDs for devices that Windows is allowed to install. Use this policy setting only when the "Prevent installation of devices not described by other policy settings" policy setting is enabled. Other policy settings that prevent device installation take precedence over this one.
+
+If you enable this policy setting, Windows is allowed to install or update any device whose Plug and Play device instance ID appears in the list you create, unless another policy setting specifically prevents that installation (for example, the "Prevent installation of devices that match any of these device IDs" policy setting, the "Prevent installation of devices for these device classes" policy setting, the "Prevent installation of devices that match any of these device instance IDs" policy setting, or the "Prevent installation of removable devices" policy setting). If you enable this policy setting on a remote desktop server, the policy setting affects redirection of the specified devices from a remote desktop client to the remote desktop server.
+
+If you disable or do not configure this policy setting, and no other policy setting describes the device, the "Prevent installation of devices not described by other policy settings" policy setting determines whether the device can be installed.
+
+Peripherals can be specified by their [device instance ID](https://docs.microsoft.com/windows-hardware/drivers/install/device-instance-ids). Test the configuration prior to rolling it out to ensure it allows the devices expected. Ideally test various instances of the hardware. For example, test multiple USB keys rather than only one.
+
+
+> [!TIP]
+> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
+>
+> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
+>
+> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
+
+
+ADMX Info:
+- GP English name: *Allow installation of devices that match any of these device instance IDs*
+- GP name: *DeviceInstall_Instance_IDs_Allow*
+- GP path: *System/Device Installation/Device Installation Restrictions*
+- GP ADMX file name: *deviceinstallation.admx*
+
+
+
+
+
+
+To enable this policy, use the following SyncML.
+
+``` xml
+
+
+
+ $CmdID$
+ -
+
+ ./Device/Vendor/MSFT/Policy/Config/DeviceInstallation/AllowInstallationOfMatchingDeviceInstanceIDs
+
+
+ string
+
+
+
+
+
+
+```
+To verify the policy is applied, check C:\windows\INF\setupapi.dev.log and see if the following is listed near the end of the log:
+``` txt
+>>> [Device Installation Restrictions Policy Check]
+>>> Section start 2018/11/15 12:26:41.659
+<<< Section end 2018/11/15 12:26:41.751
+<<< [Exit status: SUCCESS]
+```
+
+
+
+
+
+
+
+
**DeviceInstallation/AllowInstallationOfMatchingDeviceSetupClasses**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -208,12 +357,11 @@ Peripherals can be specified by their [hardware identity](https://docs.microsoft
> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
+> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
>
> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
>
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
-
+> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
ADMX Info:
@@ -272,131 +420,48 @@ To verify that the policy is applied, check C:\windows\INF\setupapi.dev.log and
-
-**DeviceInstallation/AllowInstallationOfMatchingDeviceInstanceIDs**
-
-
-
-
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
-
-
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
-
-
-
-
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
-
-> [!div class = "checklist"]
-> * Device
-
-
-
-
-
-Added in Windows 10, version 1903. Also available in Windows 10, version 1809. This policy setting allows you to specify a list of Plug and Play device instance IDs for devices that Windows is allowed to install. Use this policy setting only when the "Prevent installation of devices not described by other policy settings" policy setting is enabled. Other policy settings that prevent device installation take precedence over this one.
-
-If you enable this policy setting, Windows is allowed to install or update any device whose Plug and Play device instance ID appears in the list you create, unless another policy setting specifically prevents that installation (for example, the "Prevent installation of devices that match any of these device IDs" policy setting, the "Prevent installation of devices for these device classes" policy setting, the "Prevent installation of devices that match any of these device instance IDs" policy setting, or the "Prevent installation of removable devices" policy setting). If you enable this policy setting on a remote desktop server, the policy setting affects redirection of the specified devices from a remote desktop client to the remote desktop server.
-
-If you disable or do not configure this policy setting, and no other policy setting describes the device, the "Prevent installation of devices not described by other policy settings" policy setting determines whether the device can be installed.
-
-Peripherals can be specified by their [device instance ID](https://docs.microsoft.com/windows-hardware/drivers/install/device-instance-ids). Test the configuration prior to rolling it out to ensure it allows the devices expected. Ideally test various instances of the hardware. For example, test multiple USB keys rather than only one.
-
-
-> [!TIP]
-> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
-
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
-
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
-
-
-ADMX Info:
-- GP English name: *Allow installation of devices that match any of these device instance IDs*
-- GP name: *DeviceInstall_Instance_IDs_Allow*
-- GP path: *System/Device Installation/Device Installation Restrictions*
-- GP ADMX file name: *deviceinstallation.admx*
-
-
-
-
-
-
-To enable this policy, use the following SyncML.
-
-``` xml
-
-
-
- $CmdID$
- -
-
- ./Device/Vendor/MSFT/Policy/Config/DeviceInstallation/AllowInstallationOfMatchingDeviceInstanceIDs
-
-
- string
-
-
-
-
-
-
-```
-To verify the policy is applied, check C:\windows\INF\setupapi.dev.log and see if the following is listed near the end of the log:
-``` txt
->>> [Device Installation Restrictions Policy Check]
->>> Section start 2018/11/15 12:26:41.659
-<<< Section end 2018/11/15 12:26:41.751
-<<< [Exit status: SUCCESS]
-```
-
-
-
-
-
-
-
-
**DeviceInstallation/PreventDeviceMetadataFromNetwork**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -448,26 +513,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -552,26 +633,42 @@ You can also block installation by using a custom profile in Intune.
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -661,26 +758,42 @@ For example, this custom profile blocks installation and usage of USB devices wi
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -702,9 +815,9 @@ Peripherals can be specified by their [device instance ID](https://docs.microsof
> [!TIP]
> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
-
+>
> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
-
+>
> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
@@ -761,26 +874,42 @@ To verify the policy is applied, check C:\windows\INF\setupapi.dev.log and see i
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -871,4 +1000,5 @@ Footnotes:
- 5 - Added in Windows 10, version 1809.
- 6 - Added in Windows 10, version 1903.
-
\ No newline at end of file
+
+
diff --git a/windows/client-management/mdm/policy-csp-devicelock.md b/windows/client-management/mdm/policy-csp-devicelock.md
index dd583b02dc..750d71103e 100644
--- a/windows/client-management/mdm/policy-csp-devicelock.md
+++ b/windows/client-management/mdm/policy-csp-devicelock.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 05/01/2019
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -86,26 +86,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -143,26 +159,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -203,26 +235,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -260,26 +308,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -323,26 +387,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -414,26 +494,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -473,26 +569,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -532,26 +644,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
-  |
-  |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -581,26 +709,42 @@ Value type is a string, which is the full image filepath and filename.
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
- 1 |
- 1 |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -630,26 +774,42 @@ Value type is a string, which is the AppID.
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -696,26 +856,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -756,26 +932,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
- 2 |
- 2 |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -809,26 +1001,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -923,26 +1131,42 @@ For additional information about this policy, see [Exchange ActiveSync Policy En
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -985,26 +1209,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 3 |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+ 3 |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1038,26 +1278,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1100,26 +1356,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1162,26 +1434,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1211,11 +1499,12 @@ Most restricted value is 0.
Footnotes:
-- 1 - Added in Windows 10, version 1607.
-- 2 - Added in Windows 10, version 1703.
-- 3 - Added in Windows 10, version 1709.
-- 4 - Added in Windows 10, version 1803.
-- 5 - Added in Windows 10, version 1809.
-- 6 - Added in Windows 10, version 1903.
+- 1 - Added in Windows 10, version 1607.
+- 2 - Added in Windows 10, version 1703.
+- 3 - Added in Windows 10, version 1709.
+- 4 - Added in Windows 10, version 1803.
+- 5 - Added in Windows 10, version 1809.
+- 6 - Added in Windows 10, version 1903.
+
+
-
\ No newline at end of file
diff --git a/windows/client-management/mdm/policy-csp-display.md b/windows/client-management/mdm/policy-csp-display.md
index 1bda716377..ac06feca25 100644
--- a/windows/client-management/mdm/policy-csp-display.md
+++ b/windows/client-management/mdm/policy-csp-display.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 08/08/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -14,6 +14,7 @@ manager: dansimp
# Policy CSP - Display
+
@@ -46,26 +47,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -98,26 +115,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -170,26 +203,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -222,26 +271,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 2 |
- 2 |
- 2 |
- 2 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -289,26 +354,42 @@ To validate on Desktop, do the following:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 2 |
- 2 |
- 2 |
- 2 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-dmaguard.md b/windows/client-management/mdm/policy-csp-dmaguard.md
index da361d9226..02d35fa1fe 100644
--- a/windows/client-management/mdm/policy-csp-dmaguard.md
+++ b/windows/client-management/mdm/policy-csp-dmaguard.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 12/17/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -14,7 +14,7 @@ manager: dansimp
# Policy CSP - DmaGuard
> [!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.
+> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
@@ -37,26 +37,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-education.md b/windows/client-management/mdm/policy-csp-education.md
index 40a7ae35c2..365bc82b69 100644
--- a/windows/client-management/mdm/policy-csp-education.md
+++ b/windows/client-management/mdm/policy-csp-education.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 09/23/2019
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -16,6 +16,7 @@ manager: dansimp
> [!WARNING]
> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
+
@@ -36,6 +37,7 @@ manager: dansimp
+
@@ -44,26 +46,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -99,26 +117,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -144,26 +178,42 @@ The policy value is expected to be the name (network host name) of an installed
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -202,26 +252,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -248,7 +314,6 @@ Footnotes:
- 4 - Added in Windows 10, version 1803.
- 5 - Added in Windows 10, version 1809.
- 6 - Added in Windows 10, version 1903.
-- 7 - Added in next major release of Windows 10.
diff --git a/windows/client-management/mdm/policy-csp-enterprisecloudprint.md b/windows/client-management/mdm/policy-csp-enterprisecloudprint.md
index 255d2c5715..d920678f17 100644
--- a/windows/client-management/mdm/policy-csp-enterprisecloudprint.md
+++ b/windows/client-management/mdm/policy-csp-enterprisecloudprint.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 05/14/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -50,26 +50,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+  |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -97,26 +113,42 @@ The default value is an empty string. Otherwise, the value should contain the UR
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+  |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -144,26 +176,42 @@ The default value is an empty string. Otherwise, the value should contain a GUID
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+  |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -191,26 +239,42 @@ The default value is an empty string. Otherwise, the value should contain a URL.
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+  |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -238,26 +302,42 @@ The default value is an empty string. Otherwise, the value should contain the UR
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+  |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -285,26 +365,42 @@ For Windows Mobile, the default value is 20.
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+  |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-errorreporting.md b/windows/client-management/mdm/policy-csp-errorreporting.md
index c1dd1a8584..927affaab1 100644
--- a/windows/client-management/mdm/policy-csp-errorreporting.md
+++ b/windows/client-management/mdm/policy-csp-errorreporting.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 03/12/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -47,26 +47,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -119,26 +135,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -181,26 +213,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -247,26 +295,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -309,26 +373,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-eventlogservice.md b/windows/client-management/mdm/policy-csp-eventlogservice.md
index c12aeb4299..e45a30e9c1 100644
--- a/windows/client-management/mdm/policy-csp-eventlogservice.md
+++ b/windows/client-management/mdm/policy-csp-eventlogservice.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 04/16/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -44,26 +44,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -108,26 +124,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -170,26 +202,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -232,26 +280,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-experience.md b/windows/client-management/mdm/policy-csp-experience.md
index f3f3c0854d..b4e5b7a872 100644
--- a/windows/client-management/mdm/policy-csp-experience.md
+++ b/windows/client-management/mdm/policy-csp-experience.md
@@ -6,17 +6,19 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 05/21/2019
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
# Policy CSP - Experience
+
+
-## Experience policies
+## Experience policies
-
@@ -103,31 +105,47 @@ manager: dansimp
-**Experience/AllowClipboardHistory**
+**Experience/AllowClipboardHistory**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -146,7 +164,7 @@ Value type is integer. Supported values:
-ADMX Info:
+ADMX Info:
- GP English name: *Allow Clipboard History*
- GP name: *AllowClipboardHistory*
- GP path: *System/OS Policies*
@@ -174,31 +192,47 @@ ADMX Info:
-**Experience/AllowCopyPaste**
+**Experience/AllowCopyPaste**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -229,31 +263,47 @@ The following list shows the supported values:
-**Experience/AllowCortana**
+**Experience/AllowCortana**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -270,7 +320,7 @@ Most restricted value is 0.
-ADMX Info:
+ADMX Info:
- GP English name: *Allow Cortana*
- GP name: *AllowCortana*
- GP path: *Windows Components/Search*
@@ -289,31 +339,47 @@ The following list shows the supported values:
-**Experience/AllowDeviceDiscovery**
+**Experience/AllowDeviceDiscovery**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -343,31 +409,47 @@ The following list shows the supported values:
-**Experience/AllowFindMyDevice**
+**Experience/AllowFindMyDevice**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 2 |
-  |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+  |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -386,7 +468,7 @@ When Find My Device is off, the device and its location are not registered and t
-ADMX Info:
+ADMX Info:
- GP English name: *Turn On/Off Find My Device*
- GP name: *FindMy_AllowFindMyDeviceConfig*
- GP path: *Windows Components/Find My Device*
@@ -405,31 +487,47 @@ The following list shows the supported values:
-**Experience/AllowManualMDMUnenrollment**
+**Experience/AllowManualMDMUnenrollment**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -461,31 +559,47 @@ The following list shows the supported values:
-**Experience/AllowSIMErrorDialogPromptWhenNoSIM**
+**Experience/AllowSIMErrorDialogPromptWhenNoSIM**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -515,7 +629,46 @@ The following list shows the supported values:
-**Experience/AllowSaveAsOfOfficeFiles**
+**Experience/AllowSaveAsOfOfficeFiles**
+
+
+
+
+ Windows Edition |
+ Supported? |
+
+
+ Home |
+ |
+
+
+ Pro |
+ |
+
+
+ Business |
+ |
+
+
+ Enterprise |
+ |
+
+
+ Education |
+ |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
+
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -535,31 +688,47 @@ This policy is deprecated.
-**Experience/AllowScreenCapture**
+**Experience/AllowScreenCapture**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -591,7 +760,46 @@ The following list shows the supported values:
-**Experience/AllowSharingOfOfficeFiles**
+**Experience/AllowSharingOfOfficeFiles**
+
+
+
+
+ Windows Edition |
+ Supported? |
+
+
+ Home |
+ |
+
+
+ Pro |
+ |
+
+
+ Business |
+ |
+
+
+ Enterprise |
+ |
+
+
+ Education |
+ |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
+
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -611,31 +819,47 @@ This policy is deprecated.
-**Experience/AllowSyncMySettings**
+**Experience/AllowSyncMySettings**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -661,31 +885,47 @@ The following list shows the supported values:
-**Experience/AllowTailoredExperiencesWithDiagnosticData**
+**Experience/AllowTailoredExperiencesWithDiagnosticData**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 2 |
-  |
- 2 |
- 2 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -709,7 +949,7 @@ Most restricted value is 0.
-ADMX Info:
+ADMX Info:
- GP English name: *Do not use diagnostic data for tailored experiences*
- GP name: *DisableTailoredExperiencesWithDiagnosticData*
- GP path: *Windows Components/Cloud Content*
@@ -728,31 +968,47 @@ The following list shows the supported values:
-**Experience/AllowTaskSwitcher**
+**Experience/AllowTaskSwitcher**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -782,31 +1038,47 @@ The following list shows the supported values:
-**Experience/AllowThirdPartySuggestionsInWindowsSpotlight**
+**Experience/AllowThirdPartySuggestionsInWindowsSpotlight**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 1 |
- 1 |
- 1 |
- 1 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -825,7 +1097,7 @@ Specifies whether to allow app and content suggestions from third-party software
-ADMX Info:
+ADMX Info:
- GP English name: *Do not suggest third-party content in Windows spotlight*
- GP name: *DisableThirdPartySuggestions*
- GP path: *Windows Components/Cloud Content*
@@ -844,31 +1116,47 @@ The following list shows the supported values:
-**Experience/AllowVoiceRecording**
+**Experience/AllowVoiceRecording**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -900,31 +1188,47 @@ The following list shows the supported values:
-**Experience/AllowWindowsConsumerFeatures**
+**Experience/AllowWindowsConsumerFeatures**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -946,7 +1250,7 @@ Most restricted value is 0.
-ADMX Info:
+ADMX Info:
- GP English name: *Turn off Microsoft consumer experiences*
- GP name: *DisableWindowsConsumerFeatures*
- GP path: *Windows Components/Cloud Content*
@@ -965,31 +1269,47 @@ The following list shows the supported values:
-**Experience/AllowWindowsSpotlight**
+**Experience/AllowWindowsSpotlight**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
- 1 |
- 1 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1010,7 +1330,7 @@ Most restricted value is 0.
-ADMX Info:
+ADMX Info:
- GP English name: *Turn off all Windows spotlight features*
- GP name: *DisableWindowsSpotlightFeatures*
- GP path: *Windows Components/Cloud Content*
@@ -1029,31 +1349,47 @@ The following list shows the supported values:
-**Experience/AllowWindowsSpotlightOnActionCenter**
+**Experience/AllowWindowsSpotlightOnActionCenter**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
- 2 |
- 2 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1073,7 +1409,7 @@ Most restricted value is 0.
-ADMX Info:
+ADMX Info:
- GP English name: *Turn off Windows Spotlight on Action Center*
- GP name: *DisableWindowsSpotlightOnActionCenter*
- GP path: *Windows Components/Cloud Content*
@@ -1092,31 +1428,47 @@ The following list shows the supported values:
-**Experience/AllowWindowsSpotlightOnSettings**
+**Experience/AllowWindowsSpotlightOnSettings**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
- 4 |
- 4 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1135,7 +1487,7 @@ Added in Windows 10, version 1803. This policy allows IT admins to turn off Sugg
-ADMX Info:
+ADMX Info:
- GP English name: *Turn off Windows Spotlight on Settings*
- GP name: *DisableWindowsSpotlightOnSettings*
- GP path: *Windows Components/Cloud Content*
@@ -1154,31 +1506,47 @@ The following list shows the supported values:
-**Experience/AllowWindowsSpotlightWindowsWelcomeExperience**
+**Experience/AllowWindowsSpotlightWindowsWelcomeExperience**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
- 2 |
- 2 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1199,7 +1567,7 @@ Most restricted value is 0.
-ADMX Info:
+ADMX Info:
- GP English name: *Turn off the Windows Welcome Experience*
- GP name: *DisableWindowsSpotlightWindowsWelcomeExperience*
- GP path: *Windows Components/Cloud Content*
@@ -1218,31 +1586,47 @@ The following list shows the supported values:
-**Experience/AllowWindowsTips**
+**Experience/AllowWindowsTips**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1257,7 +1641,7 @@ Enables or disables Windows Tips / soft landing.
-ADMX Info:
+ADMX Info:
- GP English name: *Do not show Windows tips*
- GP name: *DisableSoftLanding*
- GP path: *Windows Components/Cloud Content*
@@ -1276,31 +1660,47 @@ The following list shows the supported values:
-**Experience/ConfigureWindowsSpotlightOnLockScreen**
+**Experience/ConfigureWindowsSpotlightOnLockScreen**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
- 1 |
- 1 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1319,7 +1719,7 @@ Allows IT admins to specify whether spotlight should be used on the user's lock
-ADMX Info:
+ADMX Info:
- GP English name: *Configure Windows spotlight on lock screen*
- GP name: *ConfigureWindowsSpotlight*
- GP path: *Windows Components/Cloud Content*
@@ -1339,31 +1739,47 @@ The following list shows the supported values:
-**Experience/DoNotShowFeedbackNotifications**
+**Experience/DoNotShowFeedbackNotifications**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+  |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1382,7 +1798,7 @@ If you disable or do not configure this policy setting, users can control how of
-ADMX Info:
+ADMX Info:
- GP English name: *Do not show feedback notifications*
- GP name: *DoNotShowFeedbackNotifications*
- GP path: *Data Collection and Preview Builds*
@@ -1401,31 +1817,47 @@ The following list shows the supported values:
-**Experience/DoNotSyncBrowserSettings**
+**Experience/DoNotSyncBrowserSettings**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1443,7 +1875,7 @@ Related policy:
-ADMX Info:
+ADMX Info:
- GP English name: *Do not sync browser settings*
- GP name: *DisableWebBrowserSettingSync*
- GP path: *Windows Components/Sync your settings*
@@ -1487,31 +1919,47 @@ _**Turn syncing off by default but don’t disable**_
-**Experience/PreventUsersFromTurningOnBrowserSyncing**
+**Experience/PreventUsersFromTurningOnBrowserSyncing**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1530,7 +1978,7 @@ Related policy:
-ADMX Info:
+ADMX Info:
- GP English name: *Prevent users from turning on browser syncing*
- GP name: *PreventUsersFromTurningOnBrowserSyncing*
- GP path: *Windows Components/Sync your settings*
@@ -1579,26 +2027,42 @@ Validation procedure:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1643,10 +2107,12 @@ Supported values:
Footnotes:
-- 1 - Added in Windows 10, version 1607.
-- 2 - Added in Windows 10, version 1703.
-- 3 - Added in Windows 10, version 1709.
-- 4 - Added in Windows 10, version 1803.
-- 5 - Added in Windows 10, version 1809.
-- 6 - Added in Windows 10, version 1903.
+- 1 - Added in Windows 10, version 1607.
+- 2 - Added in Windows 10, version 1703.
+- 3 - Added in Windows 10, version 1709.
+- 4 - Added in Windows 10, version 1803.
+- 5 - Added in Windows 10, version 1809.
+- 6 - Added in Windows 10, version 1903.
+
+
diff --git a/windows/client-management/mdm/policy-csp-exploitguard.md b/windows/client-management/mdm/policy-csp-exploitguard.md
index bd99331c3a..4c9ac2d8da 100644
--- a/windows/client-management/mdm/policy-csp-exploitguard.md
+++ b/windows/client-management/mdm/policy-csp-exploitguard.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 03/12/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -35,26 +35,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 3 |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+ 3 |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-fileexplorer.md b/windows/client-management/mdm/policy-csp-fileexplorer.md
index 20df4e5b6a..76e6dd9e7b 100644
--- a/windows/client-management/mdm/policy-csp-fileexplorer.md
+++ b/windows/client-management/mdm/policy-csp-fileexplorer.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 04/16/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -14,6 +14,7 @@ manager: dansimp
# Policy CSP - FileExplorer
+
@@ -37,26 +38,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -95,26 +112,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-games.md b/windows/client-management/mdm/policy-csp-games.md
index 7160e21904..fe3421951b 100644
--- a/windows/client-management/mdm/policy-csp-games.md
+++ b/windows/client-management/mdm/policy-csp-games.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 03/12/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -35,26 +35,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-handwriting.md b/windows/client-management/mdm/policy-csp-handwriting.md
index 752f2010f7..4538f7e095 100644
--- a/windows/client-management/mdm/policy-csp-handwriting.md
+++ b/windows/client-management/mdm/policy-csp-handwriting.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 08/09/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -35,26 +35,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
-  |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-internetexplorer.md b/windows/client-management/mdm/policy-csp-internetexplorer.md
index e77d5a4eb3..b915b16e40 100644
--- a/windows/client-management/mdm/policy-csp-internetexplorer.md
+++ b/windows/client-management/mdm/policy-csp-internetexplorer.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 05/21/2019
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -14,6 +14,7 @@ manager: dansimp
# Policy CSP - InternetExplorer
+
@@ -790,26 +791,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -853,26 +870,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -916,26 +949,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -985,26 +1034,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1049,26 +1114,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1112,26 +1193,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1179,26 +1276,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1244,26 +1357,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1320,26 +1449,42 @@ Supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1383,26 +1528,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1446,26 +1607,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1510,26 +1687,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1573,26 +1766,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1638,26 +1847,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1707,26 +1932,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1776,26 +2017,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1845,26 +2102,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1914,26 +2187,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1983,26 +2272,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2052,26 +2357,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2121,26 +2442,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2184,26 +2521,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2283,26 +2636,42 @@ Value and index pairs in the SyncML example:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2348,26 +2717,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2413,26 +2798,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2482,26 +2883,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2551,26 +2968,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2620,26 +3053,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2685,26 +3134,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2750,26 +3215,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2817,26 +3298,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2891,26 +3388,42 @@ Supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2956,26 +3469,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3019,26 +3548,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3082,26 +3627,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3156,26 +3717,42 @@ Supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3219,26 +3796,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3282,26 +3875,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3347,26 +3956,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3414,26 +4039,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3477,26 +4118,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3542,26 +4199,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3616,26 +4289,42 @@ Supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3683,26 +4372,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3750,26 +4455,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3826,26 +4547,42 @@ Supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3888,26 +4625,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3951,26 +4704,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4018,26 +4787,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4085,26 +4870,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4148,26 +4949,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4211,26 +5028,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4276,26 +5109,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4339,26 +5188,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4403,26 +5268,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4479,26 +5360,42 @@ Supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4546,26 +5443,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4614,26 +5527,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4682,26 +5611,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4747,26 +5692,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4816,26 +5777,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4881,26 +5858,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4946,26 +5939,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5011,26 +6020,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5076,26 +6101,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5139,26 +6180,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5206,26 +6263,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5271,26 +6344,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5336,26 +6425,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5401,26 +6506,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5466,26 +6587,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5531,26 +6668,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5594,26 +6747,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5657,26 +6826,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5722,26 +6907,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5787,26 +6988,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5852,26 +7069,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5919,26 +7152,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5982,26 +7231,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6047,26 +7312,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6114,26 +7395,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6179,26 +7476,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6244,26 +7557,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6309,26 +7638,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6372,26 +7717,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6439,26 +7800,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6506,26 +7883,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6571,26 +7964,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6636,26 +8045,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6701,26 +8126,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6768,26 +8209,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
@@ -6801,26 +8258,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6872,26 +8345,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -6937,26 +8426,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7010,26 +8515,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7075,26 +8596,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7140,26 +8677,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7205,26 +8758,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7270,26 +8839,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7335,26 +8920,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7400,26 +9001,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7463,26 +9080,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7528,26 +9161,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7593,26 +9242,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7658,26 +9323,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7723,26 +9404,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7790,26 +9487,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7855,26 +9568,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7920,26 +9649,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -7987,26 +9732,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8058,26 +9819,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8123,26 +9900,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8188,26 +9981,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8253,26 +10062,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8316,26 +10141,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8381,26 +10222,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8446,26 +10303,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8511,26 +10384,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8576,26 +10465,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8643,26 +10548,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8708,26 +10629,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8773,26 +10710,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8840,26 +10793,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8911,26 +10880,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -8976,26 +10961,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9041,26 +11042,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9106,26 +11123,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9169,26 +11202,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9234,26 +11283,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9299,26 +11364,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9364,26 +11445,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9429,26 +11526,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9496,26 +11609,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9561,26 +11690,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9628,26 +11773,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9699,26 +11860,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9764,26 +11941,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9835,26 +12028,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9900,26 +12109,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -9965,26 +12190,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10028,26 +12269,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10093,26 +12350,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10158,26 +12431,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10223,26 +12512,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10288,26 +12593,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10355,26 +12676,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10420,26 +12757,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10487,26 +12840,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10552,26 +12921,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10617,26 +13002,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10682,26 +13083,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10745,26 +13162,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10810,26 +13243,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10875,26 +13324,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -10940,26 +13405,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11005,26 +13486,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11072,26 +13569,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11137,26 +13650,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11204,26 +13733,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11275,26 +13820,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11340,26 +13901,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11405,26 +13982,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11470,26 +14063,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11533,26 +14142,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11598,26 +14223,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11663,26 +14304,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11728,26 +14385,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11793,26 +14466,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11860,26 +14549,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11925,26 +14630,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -11992,26 +14713,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12063,26 +14800,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12128,26 +14881,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12193,26 +14962,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12258,26 +15043,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12321,26 +15122,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12386,26 +15203,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12451,26 +15284,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12516,26 +15365,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12581,26 +15446,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12648,26 +15529,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12713,26 +15610,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12780,26 +15693,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12851,26 +15780,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12916,26 +15861,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -12981,26 +15942,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13046,26 +16023,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13123,26 +16116,42 @@ Supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13188,26 +16197,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13251,26 +16276,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13314,26 +16355,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13379,26 +16436,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13444,26 +16517,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13509,26 +16598,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13574,26 +16679,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13639,26 +16760,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13704,26 +16841,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13769,26 +16922,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13832,26 +17001,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13897,26 +17082,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -13964,26 +17165,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14029,26 +17246,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14094,26 +17327,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14159,26 +17408,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14224,26 +17489,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14289,26 +17570,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14354,26 +17651,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14419,26 +17732,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14482,26 +17811,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14545,26 +17890,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14610,26 +17971,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14675,26 +18052,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14740,26 +18133,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14807,26 +18216,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14870,26 +18295,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -14935,26 +18376,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15002,26 +18459,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15067,26 +18540,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15132,26 +18621,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15197,26 +18702,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15260,26 +18781,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15327,26 +18864,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15394,26 +18947,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15459,26 +19028,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15524,26 +19109,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15591,26 +19192,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15662,26 +19279,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15727,26 +19360,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15800,26 +19449,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15865,26 +19530,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15932,26 +19613,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -15997,26 +19694,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16064,26 +19777,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16131,26 +19860,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16196,26 +19941,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16261,26 +20022,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16326,26 +20103,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16391,26 +20184,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16454,26 +20263,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16520,26 +20345,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16583,26 +20424,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16648,26 +20505,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16713,26 +20586,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16776,26 +20665,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16841,26 +20746,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16906,26 +20827,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -16971,26 +20908,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -17036,26 +20989,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -17103,26 +21072,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -17168,26 +21153,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -17233,26 +21234,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -17300,26 +21317,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -17371,26 +21404,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -17437,7 +21486,6 @@ Footnotes:
- 4 - Added in Windows 10, version 1803.
- 5 - Added in Windows 10, version 1809.
- 6 - Added in Windows 10, version 1903.
+
-
-
diff --git a/windows/client-management/mdm/policy-csp-kerberos.md b/windows/client-management/mdm/policy-csp-kerberos.md
index 58ad5ba29e..e3e557427b 100644
--- a/windows/client-management/mdm/policy-csp-kerberos.md
+++ b/windows/client-management/mdm/policy-csp-kerberos.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 08/08/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -14,7 +14,7 @@ manager: dansimp
# Policy CSP - Kerberos
> [!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.
+> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
@@ -52,26 +52,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -114,26 +130,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -175,26 +207,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -241,26 +289,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -303,26 +367,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -369,26 +449,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-kioskbrowser.md b/windows/client-management/mdm/policy-csp-kioskbrowser.md
index 347736e526..3536f9af1f 100644
--- a/windows/client-management/mdm/policy-csp-kioskbrowser.md
+++ b/windows/client-management/mdm/policy-csp-kioskbrowser.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 05/14/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -56,26 +56,42 @@ These policies currently only apply to Kiosk Browser app. Kiosk Browser is a Mic
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -102,26 +118,42 @@ Added in Windows 10, version 1803. List of exceptions to the blocked website URL
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -148,26 +180,42 @@ Added in Windows 10, version 1803. List of blocked website URLs (with wildcard s
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -194,26 +242,42 @@ Added in Windows 10, version 1803. Configures the default URL kiosk browsers to
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -237,26 +301,42 @@ Shows the Kiosk Browser's end session button. When the policy is enabled, the Ki
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -283,26 +363,42 @@ Added in Windows 10, version 1803. Enable/disable kiosk browser's home button.
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -329,26 +425,42 @@ Added in Windows 10, version 1803. Enable/disable kiosk browser's navigation but
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-lanmanworkstation.md b/windows/client-management/mdm/policy-csp-lanmanworkstation.md
index 28ed33797b..c6e30c3741 100644
--- a/windows/client-management/mdm/policy-csp-lanmanworkstation.md
+++ b/windows/client-management/mdm/policy-csp-lanmanworkstation.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 04/16/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -14,6 +14,7 @@ manager: dansimp
# Policy CSP - LanmanWorkstation
+
@@ -34,26 +35,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-licensing.md b/windows/client-management/mdm/policy-csp-licensing.md
index c933be9fb3..1fa6c62b22 100644
--- a/windows/client-management/mdm/policy-csp-licensing.md
+++ b/windows/client-management/mdm/policy-csp-licensing.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 05/14/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -38,26 +38,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 1 |
- 1 |
- 1 |
- 1 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -96,26 +112,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 1 |
- 1 |
- 1 |
- 1 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md b/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md
index 74c59adcec..14e024cd34 100644
--- a/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md
+++ b/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 06/26/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -14,7 +14,7 @@ manager: dansimp
# Policy CSP - LocalPoliciesSecurityOptions
> [!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.
+> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
@@ -193,26 +193,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -257,26 +273,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -326,26 +358,42 @@ Valid values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -381,26 +429,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -436,26 +500,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -492,26 +572,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -548,26 +644,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -606,26 +718,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -661,26 +789,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -731,26 +875,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -798,26 +958,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -860,26 +1036,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -919,26 +1111,42 @@ Valid values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -983,26 +1191,42 @@ Valid values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1048,26 +1272,42 @@ Valid values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1114,26 +1354,42 @@ Valid values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1175,26 +1431,42 @@ Valid values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1232,26 +1504,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1287,26 +1575,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1357,26 +1661,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1434,26 +1754,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1502,26 +1838,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1557,26 +1909,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1627,26 +1995,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1707,26 +2091,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1779,26 +2179,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1844,26 +2260,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1899,26 +2331,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1954,26 +2402,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2009,26 +2473,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2081,26 +2561,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2141,26 +2637,42 @@ Valid values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2201,26 +2713,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2276,26 +2804,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2345,26 +2889,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2405,26 +2965,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2462,26 +3038,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2523,26 +3115,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2584,26 +3192,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2642,32 +3266,45 @@ GP Info:
**LocalPoliciesSecurityOptions/RecoveryConsole_AllowAutomaticAdministrativeLogon**
-> [!Warning]
-> Starting with Windows 10 version 1803, this policy is deprecated.
-
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
Recovery console: Allow automatic administrative logon
@@ -2694,26 +3331,42 @@ Valid values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2760,26 +3413,42 @@ Valid values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2817,26 +3486,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2866,26 +3551,42 @@ Default: Enabled.
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2931,26 +3632,42 @@ Valid values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2998,26 +3715,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3058,26 +3791,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3115,26 +3864,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3172,26 +3937,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3235,26 +4016,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3293,26 +4090,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3350,26 +4163,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3407,26 +4236,42 @@ GP Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-lockdown.md b/windows/client-management/mdm/policy-csp-lockdown.md
index 960dbecada..09c431d7cb 100644
--- a/windows/client-management/mdm/policy-csp-lockdown.md
+++ b/windows/client-management/mdm/policy-csp-lockdown.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 05/14/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -35,26 +35,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 1 |
- 1 |
- 1 |
- 1 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-maps.md b/windows/client-management/mdm/policy-csp-maps.md
index 7cb5bf15bc..16c27d47df 100644
--- a/windows/client-management/mdm/policy-csp-maps.md
+++ b/windows/client-management/mdm/policy-csp-maps.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 05/14/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -38,26 +38,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+  |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -91,26 +107,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+  |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-messaging.md b/windows/client-management/mdm/policy-csp-messaging.md
index 745d653627..f10d8a8d53 100644
--- a/windows/client-management/mdm/policy-csp-messaging.md
+++ b/windows/client-management/mdm/policy-csp-messaging.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 08/09/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -41,26 +41,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
- 2 |
- 2 |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -94,26 +110,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 1 |
-  |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+  |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -152,26 +184,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
- 2 |
- 2 |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-mssecurityguide.md b/windows/client-management/mdm/policy-csp-mssecurityguide.md
index acea48e305..191d19d39c 100644
--- a/windows/client-management/mdm/policy-csp-mssecurityguide.md
+++ b/windows/client-management/mdm/policy-csp-mssecurityguide.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 04/16/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -14,6 +14,7 @@ manager: dansimp
# Policy CSP - MSSecurityGuide
+
@@ -49,26 +50,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -104,26 +121,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -159,26 +192,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -214,26 +263,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -269,26 +334,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -324,26 +405,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-msslegacy.md b/windows/client-management/mdm/policy-csp-msslegacy.md
index ec20518e9d..1d3889bac0 100644
--- a/windows/client-management/mdm/policy-csp-msslegacy.md
+++ b/windows/client-management/mdm/policy-csp-msslegacy.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 04/16/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -14,6 +14,7 @@ manager: dansimp
# Policy CSP - MSSLegacy
+
@@ -43,26 +44,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -98,26 +115,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -153,26 +186,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -208,26 +257,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-networkisolation.md b/windows/client-management/mdm/policy-csp-networkisolation.md
index aac7ebd8b6..e6e784b313 100644
--- a/windows/client-management/mdm/policy-csp-networkisolation.md
+++ b/windows/client-management/mdm/policy-csp-networkisolation.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 05/14/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -56,26 +56,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -108,26 +124,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -173,26 +205,42 @@ fd00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -224,26 +272,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -276,26 +340,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -329,26 +409,42 @@ Here are the steps to create canonical domain names:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -381,26 +477,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -432,26 +544,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-notifications.md b/windows/client-management/mdm/policy-csp-notifications.md
index 638cc7018d..00bea64a62 100644
--- a/windows/client-management/mdm/policy-csp-notifications.md
+++ b/windows/client-management/mdm/policy-csp-notifications.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 05/14/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -41,26 +41,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -114,26 +130,42 @@ Validation:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+  |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -176,26 +208,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 4 |
- 4 |
- 4 |
- 4 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 4 |
+
+
+ Business |
+ 4 |
+
+
+ Enterprise |
+ 4 |
+
+
+ Education |
+ 4 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-power.md b/windows/client-management/mdm/policy-csp-power.md
index 5b5da040da..ec08b8e172 100644
--- a/windows/client-management/mdm/policy-csp-power.md
+++ b/windows/client-management/mdm/policy-csp-power.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 05/21/2019
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -14,6 +14,7 @@ manager: dansimp
# Policy CSP - Power
+
@@ -50,7 +51,7 @@ manager: dansimp
-
Power/RequirePasswordWhenComputerWakesPluggedIn
- -
+
-
Power/SelectLidCloseActionOnBattery
-
@@ -97,26 +98,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -159,26 +176,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -221,26 +254,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -285,26 +334,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -349,26 +414,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -387,7 +468,6 @@ If you enable this policy setting, you must specify a percentage value that indi
If you disable or do not configure this policy setting, users control this setting.
-
ADMX Info:
- GP English name: *Energy Saver Battery Threshold (on battery)*
@@ -416,26 +496,42 @@ Supported values: 0-100. The default is 70.
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -453,7 +549,6 @@ If you enable this policy setting, you must provide a percentage value that indi
If you disable or do not configure this policy setting, users control this setting.
-
ADMX Info:
- GP English name: *Energy Saver Battery Threshold (plugged in)*
@@ -482,26 +577,42 @@ Supported values: 0-100. The default is 70.
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -546,26 +657,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -610,26 +737,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -672,26 +815,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -734,26 +893,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -771,7 +946,6 @@ If you enable this policy setting, you must select the desired action.
If you disable this policy setting or do not configure it, users can see and change this setting.
-
ADMX Info:
- GP English name: *Select the lid switch action (on battery)*
@@ -806,26 +980,42 @@ The following are the supported lid close switch actions (on battery):
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -843,7 +1033,6 @@ If you enable this policy setting, you must select the desired action.
If you disable this policy setting or do not configure it, users can see and change this setting.
-
ADMX Info:
- GP English name: *Select the lid switch action (plugged in)*
@@ -878,26 +1067,42 @@ The following are the supported lid close switch actions (plugged in):
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -915,7 +1120,6 @@ If you enable this policy setting, you must select the desired action.
If you disable this policy setting or do not configure it, users can see and change this setting.
-
ADMX Info:
- GP English name: *Select the Power button action (on battery)*
@@ -950,26 +1154,42 @@ The following are the supported Power button actions (on battery):
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -987,7 +1207,6 @@ If you enable this policy setting, you must select the desired action.
If you disable this policy setting or do not configure it, users can see and change this setting.
-
ADMX Info:
- GP English name: *Select the Power button action (plugged in)*
@@ -1022,26 +1241,42 @@ The following are the supported Power button actions (plugged in):
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1059,7 +1294,6 @@ If you enable this policy setting, you must select the desired action.
If you disable this policy setting or do not configure it, users can see and change this setting.
-
ADMX Info:
- GP English name: *Select the Sleep button action (on battery)*
@@ -1094,26 +1328,42 @@ The following are the supported Sleep button actions (on battery):
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1131,7 +1381,6 @@ If you enable this policy setting, you must select the desired action.
If you disable this policy setting or do not configure it, users can see and change this setting.
-
ADMX Info:
- GP English name: *Select the Sleep button action (plugged in)*
@@ -1166,26 +1415,42 @@ The following are the supported Sleep button actions (plugged in):
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1230,26 +1495,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 3 |
- 3 |
- 3 |
- 3 |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1294,26 +1575,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1331,7 +1628,6 @@ If you set this policy setting to 0, a hiberfile is not generated when the syste
If you set this policy setting to 1 or do not configure this policy setting, users control this setting.
-
ADMX Info:
- GP English name: *Turn off hybrid sleep (on battery)*
@@ -1363,26 +1659,42 @@ The following are the supported values for Hybrid sleep (on battery):
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1400,7 +1712,6 @@ If you set this policy setting to 0, a hiberfile is not generated when the syste
If you set this policy setting to 1 or do not configure this policy setting, users control this setting.
-
ADMX Info:
- GP English name: *Turn off hybrid sleep (plugged in)*
@@ -1432,26 +1743,42 @@ The following are the supported values for Hybrid sleep (plugged in):
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1471,7 +1798,6 @@ If you disable or do not configure this policy setting, users control this setti
If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occuring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
-
ADMX Info:
- GP English name: *Specify the unattended sleep timeout (on battery)*
@@ -1501,26 +1827,42 @@ Default value for unattended sleep timeout (on battery):
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+  |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1540,7 +1882,6 @@ If you disable or do not configure this policy setting, users control this setti
If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occuring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
-
ADMX Info:
- GP English name: *Specify the unattended sleep timeout (plugged in)*
@@ -1571,6 +1912,6 @@ Footnotes:
- 4 - Added in Windows 10, version 1803.
- 5 - Added in Windows 10, version 1809.
- 6 - Added in Windows 10, version 1903.
+
-
diff --git a/windows/client-management/mdm/policy-csp-printers.md b/windows/client-management/mdm/policy-csp-printers.md
index 7220444c6a..59b5e7c09a 100644
--- a/windows/client-management/mdm/policy-csp-printers.md
+++ b/windows/client-management/mdm/policy-csp-printers.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 03/12/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -41,26 +41,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -106,7 +122,6 @@ ADMX Info:
- GP ADMX file name: *Printing.admx*
-
Example
```
@@ -129,26 +144,42 @@ Data type: String Value:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -204,26 +235,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
diff --git a/windows/client-management/mdm/policy-csp-privacy.md b/windows/client-management/mdm/policy-csp-privacy.md
index c4c5c90156..47ff4b48d0 100644
--- a/windows/client-management/mdm/policy-csp-privacy.md
+++ b/windows/client-management/mdm/policy-csp-privacy.md
@@ -6,13 +6,15 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 07/09/2019
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
# Policy CSP - Privacy
+
+
@@ -300,26 +302,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 3 |
- 3 |
- 3 |
- 3 |
- 3 |
- 3 |
- 3 |
+ Home |
+ 3 |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+ 3 |
+
+
+ Mobile Enterprise |
+ 3 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -356,26 +374,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 5 |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+ 5 |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -416,26 +450,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -476,26 +526,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -537,26 +603,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 5 |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+ 5 |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -604,26 +686,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 3 |
- 3 |
- 3 |
- 3 |
- 3 |
- 3 |
- 3 |
+ Home |
+ 3 |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+ 3 |
+
+
+ Mobile Enterprise |
+ 3 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -662,26 +760,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -725,26 +839,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -777,26 +907,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -829,26 +975,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -881,26 +1043,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -921,13 +1099,12 @@ Value type is integer.
-ADMX Info:
-- GP English name: *Let Windows apps access background spatial perception*
-- GP name: *LetAppsAccessBackgroundSpatialPerception*
-- GP element: *LetAppsAccessBackgroundSpatialPerception_Enum*
-- GP path: *Windows Components/App Privacy*
-- GP ADMX file name: *AppPrivacy.admx*
-
+ADMX Info:
+- GP English name: *Let Windows apps access background spatial perception*
+- GP name: *LetAppsAccessBackgroundSpatialPerception*
+- GP element: *LetAppsAccessBackgroundSpatialPerception_Enum*
+- GP path: *Windows Components/App Privacy*
+- GP ADMX file name: *AppPrivacy.admx*
@@ -948,26 +1125,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -988,13 +1181,12 @@ Value type is chr.
-ADMX Info:
-- GP English name: *Let Windows apps access background spatial perception*
-- GP name: *LetAppsAccessBackgroundSpatialPerception*
-- GP element: *LetAppsAccessBackgroundSpatialPerception_ForceAllowTheseApps_List*
-- GP path: *Windows Components/App Privacy*
-- GP ADMX file name: *AppPrivacy.admx*
-
+ADMX Info:
+- GP English name: *Let Windows apps access background spatial perception*
+- GP name: *LetAppsAccessBackgroundSpatialPerception*
+- GP element: *LetAppsAccessBackgroundSpatialPerception_ForceAllowTheseApps_List*
+- GP path: *Windows Components/App Privacy*
+- GP ADMX file name: *AppPrivacy.admx*
@@ -1010,26 +1202,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1050,12 +1258,13 @@ Value type is chr.
-ADMX Info:
-- GP English name: *Let Windows apps access background spatial perception*
-- GP name: *LetAppsAccessBackgroundSpatialPerception*
-- GP element: *LetAppsAccessBackgroundSpatialPerception_ForceDenyTheseApps_List*
-- GP path: *Windows Components/App Privacy*
-- GP ADMX file name: *AppPrivacy.admx*
+ADMX Info:
+- GP English name: *Let Windows apps access background spatial perception*
+- GP name: *LetAppsAccessBackgroundSpatialPerception*
+- GP element: *LetAppsAccessBackgroundSpatialPerception_ForceDenyTheseApps_List*
+- GP path: *Windows Components/App Privacy*
+- GP ADMX file name: *AppPrivacy.admx*
+
@@ -1064,36 +1273,48 @@ ADMX Info:
-
-
-
-
**Privacy/LetAppsAccessBackgroundSpatialPerception_UserInControlOfTheseApps**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1115,12 +1336,13 @@ Value type is chr.
-ADMX Info:
-- GP English name: *Let Windows apps access background spatial perception*
-- GP name: *LetAppsAccessBackgroundSpatialPerception*
-- GP element: *LetAppsAccessBackgroundSpatialPerception_UserInControlOfTheseApps_List*
-- GP path: *Windows Components/App Privacy*
-- GP ADMX file name: *AppPrivacy.admx*
+ADMX Info:
+- GP English name: *Let Windows apps access background spatial perception*
+- GP name: *LetAppsAccessBackgroundSpatialPerception*
+- GP element: *LetAppsAccessBackgroundSpatialPerception_UserInControlOfTheseApps_List*
+- GP path: *Windows Components/App Privacy*
+- GP ADMX file name: *AppPrivacy.admx*
+
@@ -1135,26 +1357,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1198,26 +1436,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1250,26 +1504,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1302,26 +1572,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1354,26 +1640,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1417,26 +1719,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1469,26 +1787,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1521,26 +1855,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1573,26 +1923,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1636,26 +2002,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1688,26 +2070,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1740,26 +2138,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1792,26 +2206,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1855,26 +2285,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1907,26 +2353,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -1959,26 +2421,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2011,26 +2489,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2074,26 +2568,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2126,26 +2636,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2178,26 +2704,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2230,26 +2772,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 5 |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+ 5 |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2273,26 +2831,42 @@ This policy setting specifies whether Windows apps can access the eye tracker.
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 5 |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+ 5 |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2316,26 +2890,42 @@ List of semi-colon delimited Package Family Names of Windows Store Apps. Listed
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 5 |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+ 5 |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2359,26 +2949,42 @@ List of semi-colon delimited Package Family Names of Windows Store Apps. Listed
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 5 |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+ 5 |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2402,26 +3008,42 @@ List of semi-colon delimited Package Family Names of Windows Store Apps. The use
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2465,26 +3087,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2517,26 +3155,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2569,26 +3223,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2621,26 +3291,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2684,26 +3370,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2736,26 +3438,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2788,26 +3506,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2840,26 +3574,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2903,26 +3653,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -2955,26 +3721,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3007,26 +3789,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3059,26 +3857,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3122,26 +3936,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3174,26 +4004,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3226,26 +4072,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3278,26 +4140,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3341,26 +4219,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3393,26 +4287,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3445,26 +4355,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3497,26 +4423,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3560,26 +4502,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3612,26 +4570,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3664,26 +4638,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3716,26 +4706,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3779,26 +4785,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3831,26 +4853,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3883,26 +4921,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3935,26 +4989,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -3987,26 +5057,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4039,26 +5125,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4091,26 +5193,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4143,26 +5261,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4206,26 +5340,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4258,26 +5408,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4310,26 +5476,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4362,26 +5544,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 6 |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+ 6 |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4397,11 +5595,11 @@ Specifies if Windows apps can be activated by voice.
ADMX Info:
-- GP English name: *Allow voice activation*
-- GP name: *LetAppsActivateWithVoice*
-- GP element: *LetAppsActivateWithVoice_Enum*
-- GP path: *Windows Components/App Privacy*
-- GP ADMX file name: *AppPrivacy.admx*
+- GP English name: *Allow voice activation*
+- GP name: *LetAppsActivateWithVoice*
+- GP element: *LetAppsActivateWithVoice_Enum*
+- GP path: *Windows Components/App Privacy*
+- GP ADMX file name: *AppPrivacy.admx*
@@ -4417,31 +5615,47 @@ The following list shows the supported values:
-**Privacy/LetAppsActivateWithVoiceAboveLock**
+**Privacy/LetAppsActivateWithVoiceAboveLock**
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 6 |
- 6 |
- 6 |
- 6 |
- 6 |
- |
- |
+ Home |
+ 6 |
+
+
+ Pro |
+ 6 |
+
+
+ Business |
+ 6 |
+
+
+ Enterprise |
+ 6 |
+
+
+ Education |
+ 6 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4457,11 +5671,11 @@ Specifies if Windows apps can be activated by voice while the screen is locked.
ADMX Info:
-- GP English name: *Allow voice activation above locked screen*
-- GP name: *LetAppsActivateWithVoiceAboveLock*
-- GP element: *LetAppsActivateWithVoiceAboveLock_Enum*
-- GP path: *Windows Components/App Privacy*
-- GP ADMX file name: *AppPrivacy.admx*
+- GP English name: *Allow voice activation above locked screen*
+- GP name: *LetAppsActivateWithVoiceAboveLock*
+- GP element: *LetAppsActivateWithVoiceAboveLock_Enum*
+- GP path: *Windows Components/App Privacy*
+- GP ADMX file name: *AppPrivacy.admx*
@@ -4482,26 +5696,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4545,26 +5775,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4597,26 +5843,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4649,26 +5911,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4701,26 +5979,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4766,26 +6060,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4818,26 +6128,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4870,26 +6196,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
- 2 |
+ Home |
+ 2 |
+
+
+ Pro |
+ 2 |
+
+
+ Business |
+ 2 |
+
+
+ Enterprise |
+ 2 |
+
+
+ Education |
+ 2 |
+
+
+ Mobile |
+ 2 |
+
+
+ Mobile Enterprise |
+ 2 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4922,26 +6264,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -4985,26 +6343,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5037,26 +6411,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5089,26 +6479,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
- 1 |
+ Home |
+ 1 |
+
+
+ Pro |
+ 1 |
+
+
+ Business |
+ 1 |
+
+
+ Enterprise |
+ 1 |
+
+
+ Education |
+ 1 |
+
+
+ Mobile |
+ 1 |
+
+
+ Mobile Enterprise |
+ 1 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5141,26 +6547,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 3 |
- 3 |
- 3 |
- 3 |
- 3 |
- 3 |
- 3 |
+ Home |
+ 3 |
+
+
+ Pro |
+ 3 |
+
+
+ Business |
+ 3 |
+
+
+ Enterprise |
+ 3 |
+
+
+ Education |
+ 3 |
+
+
+ Mobile |
+ 3 |
+
+
+ Mobile Enterprise |
+ 3 |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5199,26 +6621,42 @@ The following list shows the supported values:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
- 5 |
- 5 |
- 5 |
- 5 |
- 5 |
- |
- |
+ Home |
+ 5 |
+
+
+ Pro |
+ 5 |
+
+
+ Business |
+ 5 |
+
+
+ Enterprise |
+ 5 |
+
+
+ Education |
+ 5 |
+
+
+ Mobile |
+ |
+
+
+ Mobile Enterprise |
+ |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -5245,11 +6683,12 @@ ADMX Info:
Footnotes:
-- 1 - Added in Windows 10, version 1607.
-- 2 - Added in Windows 10, version 1703.
-- 3 - Added in Windows 10, version 1709.
-- 4 - Added in Windows 10, version 1803.
-- 5 - Added in Windows 10, version 1809.
-- 6 - Added in Windows 10, version 1903.
+- 1 - Added in Windows 10, version 1607.
+- 2 - Added in Windows 10, version 1703.
+- 3 - Added in Windows 10, version 1709.
+- 4 - Added in Windows 10, version 1803.
+- 5 - Added in Windows 10, version 1809.
+- 6 - Added in Windows 10, version 1903.
+
diff --git a/windows/client-management/mdm/policy-csp-remoteassistance.md b/windows/client-management/mdm/policy-csp-remoteassistance.md
index c6e88e8bc0..899fe3e34f 100644
--- a/windows/client-management/mdm/policy-csp-remoteassistance.md
+++ b/windows/client-management/mdm/policy-csp-remoteassistance.md
@@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: manikadhiman
-ms.date: 03/12/2018
+ms.date: 09/27/2019
ms.reviewer:
manager: dansimp
---
@@ -44,26 +44,42 @@ manager: dansimp
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -112,26 +128,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -176,26 +208,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):
@@ -248,26 +296,42 @@ ADMX Info:
- Home |
- Pro |
- Business |
- Enterprise |
- Education |
- Mobile |
- Mobile Enterprise |
+ Windows Edition |
+ Supported? |
-  |
-  |
-  |
-  |
-  |
-  |
-  |
+ Home |
+  |
+
+
+ Pro |
+  |
+
+
+ Business |
+  |
+
+
+ Enterprise |
+  |
+
+
+ Education |
+  |
+
+
+ Mobile |
+  |
+
+
+ Mobile Enterprise |
+  |
+
+
[Scope](./policy-configuration-service-provider.md#policy-scope):