This commit is contained in:
Michael Niehaus 2018-07-13 11:35:18 -07:00
commit 2c2054fb21
6 changed files with 62 additions and 22 deletions

View File

@ -335,6 +335,11 @@ You must install SQL Server with the **SQL\_Latin1\_General\_CP1\_CI\_AS** coll
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr class="odd">
<td align="left"><p>Microsoft SQL Server 2017</p></td>
<td align="left"><p>Standard, Enterprise, or Datacenter</p></td>
<td align="left"><p></p></td>
<td align="left"><p>64-bit</p></td>
<tr class="even"> <tr class="even">
<td align="left"><p>Microsoft SQL Server 2016</p></td> <td align="left"><p>Microsoft SQL Server 2016</p></td>
<td align="left"><p>Standard, Enterprise, or Datacenter</p></td> <td align="left"><p>Standard, Enterprise, or Datacenter</p></td>

View File

@ -7,11 +7,14 @@ ms.topic: article
ms.prod: w10 ms.prod: w10
ms.technology: windows ms.technology: windows
author: MariciaAlforque author: MariciaAlforque
ms.date: 08/25/2017 ms.date: 07/11/2018
--- ---
# DevDetail CSP # DevDetail CSP
> [!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.
The DevDetail configuration service provider handles the management object which provides device-specific parameters to the OMA DM server. These device parameters are not sent from the client to the server automatically, but can be queried by servers using OMA DM commands. The DevDetail configuration service provider handles the management object which provides device-specific parameters to the OMA DM server. These device parameters are not sent from the client to the server automatically, but can be queried by servers using OMA DM commands.
> [!NOTE] > [!NOTE]
@ -140,7 +143,12 @@ The following diagram shows the DevDetail configuration service provider managem
<a href="" id="ext-microsoft-totalram"></a>**Ext/Microsoft/TotalRAM** <a href="" id="ext-microsoft-totalram"></a>**Ext/Microsoft/TotalRAM**
<p style="margin-left: 20px">Added in Windows 10, version 1511. Integer that specifies the total available memory in MB on the device (may be less than total physical memory). <p style="margin-left: 20px">Added in Windows 10, version 1511. Integer that specifies the total available memory in MB on the device (may be less than total physical memory).
<p style="margin-left: 20px">Supported operation is Get. Supported operation is Get.
<a href="" id="ext-microsoft-smbiosserialnumber"></a>**Ext/Microsoft/SMBIOSSerialNumber**
Added in Windows 10, next major version. SMBIOS Serial Number of the device.
Value type is string. Supported operation is Get.
<a href="" id="ext-wlanmacaddress"></a>**Ext/WLANMACAddress** <a href="" id="ext-wlanmacaddress"></a>**Ext/WLANMACAddress**
<p style="margin-left: 20px">The MAC address of the active WLAN connection, as a 12-digit hexadecimal number. <p style="margin-left: 20px">The MAC address of the active WLAN connection, as a 12-digit hexadecimal number.

View File

@ -7,16 +7,19 @@ ms.topic: article
ms.prod: w10 ms.prod: w10
ms.technology: windows ms.technology: windows
author: MariciaAlforque author: MariciaAlforque
ms.date: 12/05/2017 ms.date: 07/11/2018
--- ---
# DevDetail DDF file # DevDetail DDF file
> [!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.
This topic shows the OMA DM device description framework (DDF) for the **DevDetail** configuration service provider. DDF files are used only with OMA DM provisioning XML. This topic shows the OMA DM device description framework (DDF) for the **DevDetail** configuration service provider. DDF files are used only with OMA DM provisioning XML.
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download). Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
The XML below is the current version for this CSP. The XML below is for Windows 10, next major version.
``` syntax ``` syntax
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
@ -42,7 +45,7 @@ The XML below is the current version for this CSP.
<Permanent /> <Permanent />
</Scope> </Scope>
<DFType> <DFType>
<DDFName>urn:oma:mo:oma-dm-devdetail:1.1</DDFName> <DDFName>urn:oma:mo:oma-dm-devdetail:1.2</DDFName>
</DFType> </DFType>
</DFProperties> </DFProperties>
<Node> <Node>
@ -525,6 +528,27 @@ The XML below is the current version for this CSP.
</DFType> </DFType>
</DFProperties> </DFProperties>
</Node> </Node>
<Node>
<NodeName>SMBIOSSerialNumber</NodeName>
<DFProperties>
<AccessType>
<Get />
</AccessType>
<Description>SMBIOS Serial Number of the device.</Description>
<DFFormat>
<chr />
</DFFormat>
<Occurrence>
<One />
</Occurrence>
<Scope>
<Permanent />
</Scope>
<DFType>
<MIME>text/plain</MIME>
</DFType>
</DFProperties>
</Node>
</Node> </Node>
<Node> <Node>
<NodeName>WLANMACAddress</NodeName> <NodeName>WLANMACAddress</NodeName>
@ -676,19 +700,4 @@ The XML below is the current version for this CSP.
</Node> </Node>
</Node> </Node>
</MgmtTree> </MgmtTree>
``` ```
## Related topics
[DevDetail configuration service provider](devdetail-csp.md)
 
 

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -232,6 +232,24 @@ Specifies the name of the H-SLP root certificate as a string, in the format *nam
<a href="" id="rootcertificate3-data"></a>**RootCertificate3/Data** <a href="" id="rootcertificate3-data"></a>**RootCertificate3/Data**
The base 64 encoded blob of the H-SLP root certificate. The base 64 encoded blob of the H-SLP root certificate.
<a href="" id="rootcertificate-name"></a>**RootCertificate4/Name**
Specifies the name of the H-SLP root certificate as a string, in the format *name*.cer.
<a href="" id="rootcertificate-data"></a>**RootCertificate4/Data**
The base 64 encoded blob of the H-SLP root certificate.
<a href="" id="rootcertificate2-name"></a>**RootCertificate5/Name**
Specifies the name of the H-SLP root certificate as a string, in the format *name*.cer.
<a href="" id="rootcertificate2-data"></a>**RootCertificate5/Data**
The base 64 encoded blob of the H-SLP root certificate.
<a href="" id="rootcertificate3-name"></a>**RootCertificate6/Name**
Specifies the name of the H-SLP root certificate as a string, in the format *name*.cer.
<a href="" id="rootcertificate3-data"></a>**RootCertificate6/Data**
The base 64 encoded blob of the H-SLP root certificate.
<a href="" id="v2upl1"></a>**V2UPL1** <a href="" id="v2upl1"></a>**V2UPL1**
Required for V2 UPL for CDMA. Specifies the account settings for user plane location and IS-801 for CDMA. Only one account is supported at a given time. Required for V2 UPL for CDMA. Specifies the account settings for user plane location and IS-801 for CDMA. Only one account is supported at a given time.

View File

@ -109,7 +109,7 @@ This setting determines whether a device shows notifications about Windows diagn
>| **Registry key** | HKLM\Software\Policies\Microsoft\Windows\DataCollection | >| **Registry key** | HKLM\Software\Policies\Microsoft\Windows\DataCollection |
>| **Value** | DisableTelemetryOptInChangeNotification | >| **Value** | DisableTelemetryOptInChangeNotification |
>| **Type** | REG_DWORD | >| **Type** | REG_DWORD |
>| **Setting** | "00000001" | >| **Setting** | "00000000" |
#### MDM #### MDM