mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-13 09:33:20 +00:00
44 lines
1.7 KiB
Markdown
44 lines
1.7 KiB
Markdown
---
|
||
title: DeviceManageability CSP
|
||
description: The DeviceManageability configuration service provider (CSP) is used retrieve the general information about MDM configuration capabilities on the device. This CSP was added in Windows 10, version 1607.
|
||
ms.assetid: FE563221-D5B5-4EFD-9B60-44FE4066B0D2
|
||
ms.author: maricia
|
||
ms.topic: article
|
||
ms.prod: w10
|
||
ms.technology: windows
|
||
author: nickbrower
|
||
ms.date: 06/19/2017
|
||
---
|
||
|
||
# DeviceManageability CSP
|
||
|
||
|
||
The DeviceManageability configuration service provider (CSP) is used retrieve the general information about MDM configuration capabilities on the device. This CSP was added in Windows 10, version 1607.
|
||
|
||
For performance reasons DeviceManageability CSP directly reads the CSP version from the registry. Specifically, the value csp\_version is used to determine each of the CSP versions. The csp\_version is a value under each of the CSP registration keys. To have consistency on the CSP version, the CSP GetProperty implementation for CFGMGR\_PROPERTY\_SEMANTICTYPE has to be updated to read from the registry as well, so that the both paths return the same information.
|
||
|
||
The following diagram shows the DeviceManageability configuration service provider in a tree format.
|
||
|
||

|
||
|
||
<a href="" id="--device-vendor-msft-devicemanageability"></a>**./Device/Vendor/MSFT/DeviceManageability**
|
||
Root node to group information about runtime MDM configuration capability on the target device.
|
||
|
||
<a href="" id="capabilities"></a>**Capabilities**
|
||
Interior node.
|
||
|
||
<a href="" id="capabilities-cspversions"></a>**Capabilities/CSPVersions**
|
||
Returns the versions of all configuration service providers supported on the device for the MDM service.
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|