mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Merged PR 3282: RegisterDNS added to VPNv2 CSP
This commit is contained in:
parent
92dcee3fcb
commit
0e3ff978a5
Binary file not shown.
Before Width: | Height: | Size: 106 KiB |
BIN
windows/client-management/mdm/images/provisioning-csp-vpnv2.png
Normal file
BIN
windows/client-management/mdm/images/provisioning-csp-vpnv2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 107 KiB |
@ -10,7 +10,7 @@ ms.topic: article
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.technology: windows
|
ms.technology: windows
|
||||||
author: nickbrower
|
author: nickbrower
|
||||||
ms.date: 08/31/2017
|
ms.date: 09/12/2017
|
||||||
---
|
---
|
||||||
|
|
||||||
# What's new in MDM enrollment and management
|
# What's new in MDM enrollment and management
|
||||||
@ -956,7 +956,7 @@ For details about Microsoft mobile device management protocols for Windows 10 s
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="even">
|
<tr class="even">
|
||||||
<td style="vertical-align:top">[VPNv2 CSP](vpnv2-csp.md)</td>
|
<td style="vertical-align:top">[VPNv2 CSP](vpnv2-csp.md)</td>
|
||||||
<td style="vertical-align:top"><p>Added DeviceTunnel profile in Windows 10, version 1709.</p>
|
<td style="vertical-align:top"><p>Added DeviceTunnel and RegisterDNS settings in Windows 10, version 1709.</p>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
<td style="vertical-align:top">[DeviceStatus CSP](devicestatus-csp.md)</td>
|
<td style="vertical-align:top">[DeviceStatus CSP](devicestatus-csp.md)</td>
|
||||||
@ -1392,6 +1392,10 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
|
|||||||
</ul>
|
</ul>
|
||||||
<p>For examples, see section 4.3.1 RequestSecurityToken of the the MS-MDE2 protocol documentation.</p>
|
<p>For examples, see section 4.3.1 RequestSecurityToken of the the MS-MDE2 protocol documentation.</p>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
<tr class="odd">
|
||||||
|
<td style="vertical-align:top">[VPNv2 CSP](vpnv2-csp.md)</td>
|
||||||
|
<td style="vertical-align:top"><p>Added RegisterDNS setting in Windows 10, version 1709.</p>
|
||||||
|
</td></tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ ms.topic: article
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.technology: windows
|
ms.technology: windows
|
||||||
author: nickbrower
|
author: nickbrower
|
||||||
ms.date: 07/07/2017
|
ms.date: 09/18/2017
|
||||||
---
|
---
|
||||||
|
|
||||||
# VPNv2 CSP
|
# VPNv2 CSP
|
||||||
@ -35,7 +35,7 @@ The XSDs for all EAP methods are shipped in the box and can be found at the foll
|
|||||||
|
|
||||||
The following diagram shows the VPNv2 configuration service provider in tree format.
|
The following diagram shows the VPNv2 configuration service provider in tree format.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<a href="" id="device-or-user-profile"></a>**Device or User profile**
|
<a href="" id="device-or-user-profile"></a>**Device or User profile**
|
||||||
For user profile, use **./User/Vendor/MSFT** path and for device profile, use **./Device/Vendor/MSFT** path.
|
For user profile, use **./User/Vendor/MSFT** path and for device profile, use **./Device/Vendor/MSFT** path.
|
||||||
@ -303,6 +303,14 @@ A device tunnel profile must be deleted before another device tunnel profile can
|
|||||||
|
|
||||||
Value type is bool. Supported operations include Get, Add, Replace, and Delete.
|
Value type is bool. Supported operations include Get, Add, Replace, and Delete.
|
||||||
|
|
||||||
|
<a href="" id="vpnv2-profilename-registerdns"></a>**VPNv2/***ProfileName***/RegisterDNS**
|
||||||
|
Allows registration of the connection's address in DNS.
|
||||||
|
|
||||||
|
Valid values:
|
||||||
|
|
||||||
|
- False = Do not register the connection's address in DNS (default).
|
||||||
|
- True = Register the connection's addresses in DNS.
|
||||||
|
|
||||||
<a href="" id="vpnv2-profilename-dnssuffix"></a>**VPNv2/***ProfileName***/DnsSuffix**
|
<a href="" id="vpnv2-profilename-dnssuffix"></a>**VPNv2/***ProfileName***/DnsSuffix**
|
||||||
Optional. Specifies one or more comma separated DNS suffixes. The first in the list is also used as the primary connection specific DNS suffix for the VPN Interface. The entire list will also be added into the SuffixSearchList.
|
Optional. Specifies one or more comma separated DNS suffixes. The first in the list is also used as the primary connection specific DNS suffix for the VPN Interface. The entire list will also be added into the SuffixSearchList.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ ms.topic: article
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.technology: windows
|
ms.technology: windows
|
||||||
author: nickbrower
|
author: nickbrower
|
||||||
ms.date: 07/07/2017
|
ms.date: 09/18/2017
|
||||||
---
|
---
|
||||||
|
|
||||||
# VPNv2 DDF file
|
# VPNv2 DDF file
|
||||||
@ -992,6 +992,33 @@ The XML below is for Windows 10, version 1709.
|
|||||||
</DFType>
|
</DFType>
|
||||||
</DFProperties>
|
</DFProperties>
|
||||||
</Node>
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>RegisterDNS</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Add />
|
||||||
|
<Delete />
|
||||||
|
<Get />
|
||||||
|
<Replace />
|
||||||
|
</AccessType>
|
||||||
|
<Description>
|
||||||
|
False = Do not register the connection's address in DNS (default).
|
||||||
|
True = Register the connection's addresses in DNS.
|
||||||
|
</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<bool />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<ZeroOrOne />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME>text/plain</MIME>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
<Node>
|
<Node>
|
||||||
<NodeName>DnsSuffix</NodeName>
|
<NodeName>DnsSuffix</NodeName>
|
||||||
<DFProperties>
|
<DFProperties>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user