From dc1068258b85f26df82393f798809d08934bc86c Mon Sep 17 00:00:00 2001 From: Nicholas Brower Date: Mon, 9 Oct 2017 20:50:31 +0000 Subject: [PATCH] Merged PR 3639: DeviceManageability CSP node description updates --- windows/client-management/mdm/devicemanageability-csp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/client-management/mdm/devicemanageability-csp.md b/windows/client-management/mdm/devicemanageability-csp.md index 562f8b5117..684988216b 100644 --- a/windows/client-management/mdm/devicemanageability-csp.md +++ b/windows/client-management/mdm/devicemanageability-csp.md @@ -37,17 +37,17 @@ Returns the versions of all configuration service providers supported on the dev Added in Windows 10, version 1709. Interior node. **Provider/_ProviderID_** -Added in Windows 10, version 1709. Provider ID of the configuration source. +Added in Windows 10, version 1709. Provider ID of the configuration source. ProviderID should be unique among the different config sources. **Provider/_ProviderID_/ConfigInfo** Added in Windows 10, version 1709. Configuration information string value set by the configuration source. Recommended to be used during sync session. -The MDM server can query ConfigInfo to determine the settings of the traditional PC management system. The MDM can also configure ConfigInfo with its own device management information. +ConfigInfo value can only be set by the provider that owns the ProviderID. The value is readable by other config sources. Data type is string. Supported operations are Add, Get, Delete, and Replace. **Provider/_ProviderID_/EnrollmentInfo** -Added in Windows 10, version 1709. Enrollment information string value set by the configuration source. Recommended to send to server during MDM enrollment. +Added in Windows 10, version 1709. Enrollment information string value set by the configuration source and sent during MDM enrollment. It is readable by MDM server during sync session. Data type is string. Supported operations are Add, Get, Delete, and Replace.