mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Merged PR 10655: WindowsLicensing CSP - added supported values to SMode/Status setting
This commit is contained in:
parent
b4dddc906c
commit
a8078ac9ff
@ -1411,7 +1411,7 @@ For details about Microsoft mobile device management protocols for Windows 10 s
|
|||||||
<li>DeviceInstallation/PreventInstallationOfDevicesNotDescribedByOtherPolicySettings</li>
|
<li>DeviceInstallation/PreventInstallationOfDevicesNotDescribedByOtherPolicySettings</li>
|
||||||
<li>DmaGuard/DeviceEnumerationPolicy</li>
|
<li>DmaGuard/DeviceEnumerationPolicy</li>
|
||||||
<li>Experience/AllowClipboardHistory</li>
|
<li>Experience/AllowClipboardHistory</li>
|
||||||
<li>Experience/DoNotSyncBrowserSetting</li>
|
<li>Experience/DoNotSyncBrowserSettings</li>
|
||||||
<li>Experience/PreventUsersFromTurningOnBrowserSyncing</li>
|
<li>Experience/PreventUsersFromTurningOnBrowserSyncing</li>
|
||||||
<li>Privacy/AllowCrossDeviceClipboard</li>
|
<li>Privacy/AllowCrossDeviceClipboard</li>
|
||||||
<li>Privacy/UploadUserActivities</li>
|
<li>Privacy/UploadUserActivities</li>
|
||||||
@ -1789,7 +1789,7 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
|
|||||||
<li>Browser/SetHomeButtonURL</li>
|
<li>Browser/SetHomeButtonURL</li>
|
||||||
<li>Browser/SetNewTabPageURL</li>
|
<li>Browser/SetNewTabPageURL</li>
|
||||||
<li>Browser/UnlockHomeButton</li>
|
<li>Browser/UnlockHomeButton</li>
|
||||||
<li>Experience/DoNotSyncBrowserSetting</li>
|
<li>Experience/DoNotSyncBrowserSettings</li>
|
||||||
<li>Experience/PreventUsersFromTurningOnBrowserSyncing</li>
|
<li>Experience/PreventUsersFromTurningOnBrowserSyncing</li>
|
||||||
<li>Privacy/AllowCrossDeviceClipboard</li>
|
<li>Privacy/AllowCrossDeviceClipboard</li>
|
||||||
<li>Privacy/UploadUserActivities</li>
|
<li>Privacy/UploadUserActivities</li>
|
||||||
|
@ -7,7 +7,7 @@ ms.topic: article
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.technology: windows
|
ms.technology: windows
|
||||||
author: MariciaAlforque
|
author: MariciaAlforque
|
||||||
ms.date: 07/25/2018
|
ms.date: 08/15/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# WindowsLicensing CSP
|
# WindowsLicensing CSP
|
||||||
@ -182,6 +182,13 @@ Added in Windows 10, next major version. Returns the status of the latest Switch
|
|||||||
|
|
||||||
Value type is integer. Supported operation is Get.
|
Value type is integer. Supported operation is Get.
|
||||||
|
|
||||||
|
Values:
|
||||||
|
- Request fails with error code 404 - no SwitchFromSMode request has been made.
|
||||||
|
- 0 - The device successfully switched out of S mode
|
||||||
|
- 1 - The device is processing the request to switch out of S mode
|
||||||
|
- 3 - The device was already switched out of S mode
|
||||||
|
- 4 - The device failed to switch out of S mode
|
||||||
|
|
||||||
## SyncML examples
|
## SyncML examples
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user