diff --git a/windows/client-management/mdm/enterpriseapn-csp.md b/windows/client-management/mdm/enterpriseapn-csp.md index e92ab5e8bc..9b64ff0fb4 100644 --- a/windows/client-management/mdm/enterpriseapn-csp.md +++ b/windows/client-management/mdm/enterpriseapn-csp.md @@ -7,7 +7,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 06/19/2017 +ms.date: 09/19/2017 --- # EnterpriseAPN CSP @@ -128,6 +128,149 @@ The following image shows the EnterpriseAPN configuration service provider in tr

Supported operations are Get and Replace.

+## Examples + +``` syntax + + + + + + + 8000 + + + 8001 + + + ./Vendor/MSFT/EnterpriseAPN/E_APN1/APNName + + + chr + + enterprise_apn1 + + + + 8002 + + + ./Vendor/MSFT/EnterpriseAPN/E_APN1/IPType + + + chr + + IPv4 + + + + 8003 + + + ./Vendor/MSFT/EnterpriseAPN/E_APN1/IsAttachAPN + + + bool + + false + + + + 8004 + + + ./Vendor/MSFT/EnterpriseAPN/E_APN1/ClassId + + + chr + + AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA + + + + 8005 + + + ./Vendor/MSFT/EnterpriseAPN/E_APN1/AuthType + + + chr + + CHAP + + + + 8006 + + + ./Vendor/MSFT/EnterpriseAPN/E_APN1/UserName + + + chr + + myusername + + + + 8007 + + + ./Vendor/MSFT/EnterpriseAPN/E_APN1/Password + + + chr + + mypassword + + + + 8008 + + + ./Vendor/MSFT/EnterpriseAPN/E_APN1/IccId + + + chr + + FFFFFFFFFFFFFFFFFFFF + + + + + + + + + + +``` + ## Related topics diff --git a/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md b/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md index 50d3253a38..85bf380b78 100644 --- a/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md +++ b/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md @@ -10,7 +10,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 09/12/2017 +ms.date: 09/19/2017 --- # What's new in MDM enrollment and management @@ -1393,6 +1393,9 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware

For examples, see section 4.3.1 RequestSecurityToken of the the MS-MDE2 protocol documentation.

+[EntepriseAPN CSP](enterpriseapn-csp.md) +

Added a SyncML example.

+ [VPNv2 CSP](vpnv2-csp.md)

Added RegisterDNS setting in Windows 10, version 1709.