updated the prevent users from turning on browser syncing mdm policy

This commit is contained in:
Patti Short 2018-08-17 16:26:01 -07:00
parent 6c887f41a6
commit b3f37f57dc

View File

@ -1455,6 +1455,22 @@ Supported values:
- 2 - Prevented/turned off. The "browser" group does not use the _Sync your Settings_ option. - 2 - Prevented/turned off. The "browser" group does not use the _Sync your Settings_ option.
Value type: integer Value type: integer
_**Sync the browser settings automatically**_
Set both **DoNotSyncBrowserSettings** and **PreventUsersFromTurningOnBrowserSyncing** to 0 (Allowed/turned on).
_**Prevent syncing of browser settings and prevent users from turning it on**_
1. Set **DoNotSyncBrowserSettings** to 2 (Prevented/turned off).
2. Set **PreventUsersFromTurningOnBrowserSyncing** to 1 (Prevented/turned off).
_**Prevent syncing of browser settings and let users turn on syncing**_
1. Set **DoNotSyncBrowserSettings** to 2 (Prevented/turned off).
2. Set **PreventUsersFromTurningOnBrowserSyncing** to 0 (Allowed/turned on).
_**Turn syncing off by default but dont disable**_
Set **DoNotSyncBrowserSettings** to 2 (Prevented/turned off) and select the _Allow users to turn “browser” syncing_ option.
<!--/SupportedValues--> <!--/SupportedValues-->
<!--Example--> <!--Example-->
@ -1508,21 +1524,11 @@ Related policy:
[DoNotSyncBrowserSettings](https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-experience#experience-donotsyncbrowsersetting) [DoNotSyncBrowserSettings](https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-experience#experience-donotsyncbrowsersetting)
If you want to prevent syncing of browser settings and prevent users from turning it on:
1. Set DoNotSyncBrowserSettings to 2 (enabled).
1. Set this policy (PreventUsersFromTurningOnBrowserSyncing) to 1 (enabled or not configured).
If you want to prevent syncing of browser settings but give users a choice to turn on syncing:
1. Set DoNotSyncBrowserSettings to 2 (enabled).
2. Set this policy (PreventUsersFromTurningOnBrowserSyncing) to 0 (disabled).
<!--/Description--> <!--/Description-->
<!--ADMXMapped--> <!--ADMXMapped-->
ADMX Info: ADMX Info:
- GP English name: *Do not sync browser settings* - GP English name: *Prevent users from turning on browser syncing*
- GP name: *DisableWebBrowserSettingSync* - GP name: *PreventUsersFromTurningOnBrowserSyncing*
- GP element: *CheckBox_UserOverride*
- GP path: *Windows Components/Sync your settings* - GP path: *Windows Components/Sync your settings*
- GP ADMX file name: *SettingSync.admx* - GP ADMX file name: *SettingSync.admx*
@ -1533,13 +1539,27 @@ Supported values:
- 0 - Allowed/turned on. Users can sync the browser settings. - 0 - Allowed/turned on. Users can sync the browser settings.
- 1 (default) - Prevented/turned off. - 1 (default) - Prevented/turned off.
Value type is integer. Value type: integer
_**Sync the browser settings automatically**_
Set both **DoNotSyncBrowserSettings** and **PreventUsersFromTurningOnBrowserSyncing** to 0 (Allowed/turned on).
_**Prevent syncing of browser settings and prevent users from turning it on**_
1. Set **DoNotSyncBrowserSettings** to 2 (Prevented/turned off).
2. Set **PreventUsersFromTurningOnBrowserSyncing** to 1 (Prevented/turned off).
_**Prevent syncing of browser settings and let users turn on syncing**_
1. Set **DoNotSyncBrowserSettings** to 2 (Prevented/turned off).
2. Set **PreventUsersFromTurningOnBrowserSyncing** to 0 (Allowed/turned on).
<!--/SupportedValues--> <!--/SupportedValues-->
<!--Example--> <!--Example-->
<!--/Example--> <!--/Example-->
<!--Validation--> <!--Validation-->
**Validation procedure:** Validation procedure:
Microsoft Edge on your PC: Microsoft Edge on your PC:
1. Select **More > Settings**. 1. Select **More > Settings**.