mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Merged PR 3290: EnterpriseAPN CSP added sample
This commit is contained in:
parent
9a8fe83e27
commit
333bd19759
@ -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: 06/19/2017
|
ms.date: 09/19/2017
|
||||||
---
|
---
|
||||||
|
|
||||||
# EnterpriseAPN CSP
|
# EnterpriseAPN CSP
|
||||||
@ -128,6 +128,149 @@ The following image shows the EnterpriseAPN configuration service provider in tr
|
|||||||
|
|
||||||
<p style="margin-left: 20px">Supported operations are Get and Replace.</p>
|
<p style="margin-left: 20px">Supported operations are Get and Replace.</p>
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
``` syntax
|
||||||
|
<!--
|
||||||
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
|
Use of this source code is subject to the terms of the Microsoft
|
||||||
|
premium shared source license agreement under which you licensed
|
||||||
|
this source code. If you did not accept the terms of the license
|
||||||
|
agreement, you are not authorized to use this source code.
|
||||||
|
For the terms of the license, please see the license agreement
|
||||||
|
signed by you and Microsoft.
|
||||||
|
THE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
<SyncML>
|
||||||
|
<SyncBody>
|
||||||
|
<Atomic>
|
||||||
|
<CmdID>8000</CmdID>
|
||||||
|
<!-- Sub-tree 1 -->
|
||||||
|
<add>
|
||||||
|
<CmdID>8001</CmdID>
|
||||||
|
<Item>
|
||||||
|
<Target>
|
||||||
|
<LocURI>./Vendor/MSFT/EnterpriseAPN/E_APN1/APNName</LocURI>
|
||||||
|
</Target>
|
||||||
|
<Meta>
|
||||||
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
|
</Meta>
|
||||||
|
<Data>enterprise_apn1</Data>
|
||||||
|
</Item>
|
||||||
|
</add>
|
||||||
|
<add>
|
||||||
|
<CmdID>8002</CmdID>
|
||||||
|
<Item>
|
||||||
|
<Target>
|
||||||
|
<LocURI>./Vendor/MSFT/EnterpriseAPN/E_APN1/IPType</LocURI>
|
||||||
|
</Target>
|
||||||
|
<Meta>
|
||||||
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
|
</Meta>
|
||||||
|
<Data>IPv4</Data>
|
||||||
|
</Item>
|
||||||
|
</add>
|
||||||
|
<add>
|
||||||
|
<CmdID>8003</CmdID>
|
||||||
|
<Item>
|
||||||
|
<Target>
|
||||||
|
<LocURI>./Vendor/MSFT/EnterpriseAPN/E_APN1/IsAttachAPN</LocURI>
|
||||||
|
</Target>
|
||||||
|
<Meta>
|
||||||
|
<Format xmlns="syncml:metinf">bool</Format>
|
||||||
|
</Meta>
|
||||||
|
<Data>false</Data>
|
||||||
|
</Item>
|
||||||
|
</add>
|
||||||
|
<add>
|
||||||
|
<CmdID>8004</CmdID>
|
||||||
|
<Item>
|
||||||
|
<Target>
|
||||||
|
<LocURI>./Vendor/MSFT/EnterpriseAPN/E_APN1/ClassId</LocURI>
|
||||||
|
</Target>
|
||||||
|
<Meta>
|
||||||
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
|
</Meta>
|
||||||
|
<Data>AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA</Data>
|
||||||
|
</Item>
|
||||||
|
</add>
|
||||||
|
<add>
|
||||||
|
<CmdID>8005</CmdID>
|
||||||
|
<Item>
|
||||||
|
<Target>
|
||||||
|
<LocURI>./Vendor/MSFT/EnterpriseAPN/E_APN1/AuthType</LocURI>
|
||||||
|
</Target>
|
||||||
|
<Meta>
|
||||||
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
|
</Meta>
|
||||||
|
<Data>CHAP</Data>
|
||||||
|
</Item>
|
||||||
|
</add>
|
||||||
|
<add>
|
||||||
|
<CmdID>8006</CmdID>
|
||||||
|
<Item>
|
||||||
|
<Target>
|
||||||
|
<LocURI>./Vendor/MSFT/EnterpriseAPN/E_APN1/UserName</LocURI>
|
||||||
|
</Target>
|
||||||
|
<Meta>
|
||||||
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
|
</Meta>
|
||||||
|
<Data>myusername</Data>
|
||||||
|
</Item>
|
||||||
|
</add>
|
||||||
|
<add>
|
||||||
|
<CmdID>8007</CmdID>
|
||||||
|
<Item>
|
||||||
|
<Target>
|
||||||
|
<LocURI>./Vendor/MSFT/EnterpriseAPN/E_APN1/Password</LocURI>
|
||||||
|
</Target>
|
||||||
|
<Meta>
|
||||||
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
|
</Meta>
|
||||||
|
<Data>mypassword</Data>
|
||||||
|
</Item>
|
||||||
|
</add>
|
||||||
|
<add>
|
||||||
|
<CmdID>8008</CmdID>
|
||||||
|
<Item>
|
||||||
|
<Target>
|
||||||
|
<LocURI>./Vendor/MSFT/EnterpriseAPN/E_APN1/IccId</LocURI>
|
||||||
|
</Target>
|
||||||
|
<Meta>
|
||||||
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
|
</Meta>
|
||||||
|
<Data>FFFFFFFFFFFFFFFFFFFF</Data>
|
||||||
|
</Item>
|
||||||
|
</add>
|
||||||
|
</Atomic>
|
||||||
|
<Final/>
|
||||||
|
</SyncBody>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
===============================================================================
|
||||||
|
atomicA
|
||||||
|
|
||||||
|
add chr EnterpriseAPN/E_APN1/APNName enterprise_apn1
|
||||||
|
add chr EnterpriseAPN/E_APN1/IPType IPv4
|
||||||
|
add bool EnterpriseAPN/E_APN1/IsAttachAPN false
|
||||||
|
add chr EnterpriseAPN/E_APN1/ClassId AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA
|
||||||
|
add chr EnterpriseAPN/E_APN1/AuthType CHAP
|
||||||
|
add chr EnterpriseAPN/E_APN1/UserName myusername
|
||||||
|
add chr EnterpriseAPN/E_APN1/Password mypassword
|
||||||
|
add chr EnterpriseAPN/E_APN1/IccId FFFFFFFFFFFFFFFFFFFF
|
||||||
|
|
||||||
|
atomicZ
|
||||||
|
===============================================================================
|
||||||
|
-->
|
||||||
|
|
||||||
|
</SyncML>
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
|
||||||
|
|
||||||
|
@ -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: 09/12/2017
|
ms.date: 09/19/2017
|
||||||
---
|
---
|
||||||
|
|
||||||
# What's new in MDM enrollment and management
|
# 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
|
|||||||
<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">
|
<tr class="odd">
|
||||||
|
<td style="vertical-align:top">[EntepriseAPN CSP](enterpriseapn-csp.md)</td>
|
||||||
|
<td style="vertical-align:top"><p>Added a SyncML example.</p>
|
||||||
|
</td></tr>
|
||||||
<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 RegisterDNS setting in Windows 10, version 1709.</p>
|
<td style="vertical-align:top"><p>Added RegisterDNS setting in Windows 10, version 1709.</p>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user