mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-24 23:03:42 +00:00
145 lines
6.6 KiB
Markdown
145 lines
6.6 KiB
Markdown
---
|
||
title: EnterpriseAPN CSP
|
||
description: The EnterpriseAPN configuration service provider is used by the enterprise to provision an APN for the Internet.
|
||
ms.assetid: E125F6A5-EE44-41B1-A8CC-DF295082E6B2
|
||
ms.author: maricia
|
||
ms.topic: article
|
||
ms.prod: w10
|
||
ms.technology: windows
|
||
author: nickbrower
|
||
ms.date: 06/19/2017
|
||
---
|
||
|
||
# EnterpriseAPN CSP
|
||
|
||
The EnterpriseAPN configuration service provider (CSP) is used by the enterprise to provision an APN for the Internet.
|
||
|
||
> [!Note]
|
||
Starting in Windows 10, version 1703 the EnterpriseAPN CSP is supported in Windows 10 Home, Pro, Enterprise, and Education editions.
|
||
|
||
The following image shows the EnterpriseAPN configuration service provider in tree format.
|
||
|
||

|
||
|
||
<a href="" id="enterpriseapn"></a>**EnterpriseAPN**
|
||
<p style="margin-left: 20px">The root node for the EnterpriseAPN configuration service provider.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname"></a>**EnterpriseAPN/****_ConnectionName_**
|
||
<p style="margin-left: 20px">Name of the connection as seen by Windows Connection Manager.</p>
|
||
|
||
<p style="margin-left: 20px">Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname-apnname"></a>**EnterpriseAPN/*ConnectionName*/APNName**
|
||
<p style="margin-left: 20px">Enterprise APN name.</p>
|
||
|
||
<p style="margin-left: 20px">Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname-iptype"></a>**EnterpriseAPN/*ConnectionName*/IPType**
|
||
<p style="margin-left: 20px">This value can be one of the following:</p>
|
||
|
||
- IPv4 - only IPV4 connection type
|
||
- IPv6 - only IPv6 connection type
|
||
- IPv4v6 (default)- IPv4 and IPv6 concurrently.
|
||
- IPv4v6xlat - IPv6 with IPv4 provided by 46xlat
|
||
|
||
<p style="margin-left: 20px">Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname-isattachapn"></a>**EnterpriseAPN/*ConnectionName*/IsAttachAPN**
|
||
<p style="margin-left: 20px">Boolean value that indicates whether this APN should be requested as part of an LTE Attach. Default value is false.</p>
|
||
|
||
<p style="margin-left: 20px">Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname-classid"></a>**EnterpriseAPN/*ConnectionName*/ClassId**
|
||
<p style="margin-left: 20px">GUID that defines the APN class to the modem. This is the same as the OEMConnectionId in CM\_CellularEntries CSP. Normally this setting is not present. It is only required when IsAttachAPN is true and the attach APN is not only used as the Internet APN.</p>
|
||
|
||
<p style="margin-left: 20px">Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname-authtype"></a>**EnterpriseAPN/*ConnectionName*/AuthType**
|
||
<p style="margin-left: 20px">Authentication type. This value can be one of the following:</p>
|
||
|
||
- None (default)
|
||
- Auto
|
||
- PAP
|
||
- CHAP
|
||
- MSCHAPv2
|
||
|
||
<p style="margin-left: 20px">Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname-username"></a>**EnterpriseAPN/*ConnectionName*/UserName**
|
||
<p style="margin-left: 20px">User name for use with PAP, CHAP, or MSCHAPv2 authentication.</p>
|
||
|
||
<p style="margin-left: 20px">Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname-password"></a>**EnterpriseAPN/*ConnectionName*/Password**
|
||
<p style="margin-left: 20px">Password corresponding to the username.</p>
|
||
|
||
<p style="margin-left: 20px">Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname-iccid"></a>**EnterpriseAPN/*ConnectionName*/IccId**
|
||
<p style="margin-left: 20px">Integrated Circuit Card ID (ICCID) associated with the cellular connection profile. If this node is not present, the connection is created on a single-slot device using the ICCID of the UICC and on a dual-slot device using the ICCID of the UICC that is active for data.</p>
|
||
|
||
<p style="margin-left: 20px">Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname-alwayson"></a>**EnterpriseAPN/*ConnectionName*/AlwaysOn**
|
||
<p style="margin-left: 20px">Added in Windows 10, version 1607. Boolean value that specifies whether the CM will automatically attempt to connect to the APN when a connection is available.</p>
|
||
|
||
<p style="margin-left: 20px">The default value is true.</p>
|
||
|
||
<p style="margin-left: 20px">Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname-enabled"></a>**EnterpriseAPN/*ConnectionName*/Enabled**
|
||
<p style="margin-left: 20px">Added in Windows 10, version 1607. Boolean that specifies whether the connection is enabled.</p>
|
||
|
||
<p style="margin-left: 20px">The default value is true.</p>
|
||
|
||
<p style="margin-left: 20px">Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-connectionname-roaming"></a>**EnterpriseAPN/*ConnectionName*/Roaming**
|
||
<p style="margin-left: 20px">Added in Windows 10, version 1703. Specifies whether the connection should be activated when the device is roaming. Valid values:</p>
|
||
|
||
<ul>
|
||
<li>0 - Disallowed</li>
|
||
<li>1 - Allowed</li>
|
||
<li>2 - DomesticRoaming</li>
|
||
<li>3 - UseOnlyForDomesticRoaming</li>
|
||
<li>4 - UseOnlyForNonDomesticRoaming</li>
|
||
<li>5 - UseOnlyForRoaming</li>
|
||
</ul>
|
||
|
||
<p style="margin-left: 20px">Default is 1 (all roaming allowed).</p>
|
||
|
||
<p style="margin-left: 20px">Value type is string. Supported operations are Add, Get, Delete, and Replace.</p>
|
||
|
||
|
||
<a href="" id="enterpriseapn-settings"></a>**EnterpriseAPN/Settings**
|
||
<p style="margin-left: 20px">Added in Windows 10, version 1607. Node that contains global settings.</p>
|
||
|
||
<a href="" id="enterpriseapn-settings-allowusercontrol"></a>**EnterpriseAPN/Settings/AllowUserControl**
|
||
<p style="margin-left: 20px">Added in Windows 10, version 1607. Boolean value that specifies whether the cellular UX will allow users to connect with other APNs other than the Enterprise APN.</p>
|
||
|
||
<p style="margin-left: 20px">The default value is false.</p>
|
||
|
||
<p style="margin-left: 20px">Supported operations are Get and Replace.</p>
|
||
|
||
<a href="" id="enterpriseapn-settings-hideview"></a>**EnterpriseAPN/Settings/HideView**
|
||
<p style="margin-left: 20px">Added in Windows 10, version 1607. Boolean that specifies whether the cellular UX will allow the user to view enterprise APNs. Only applicable if AllowUserControl is true.</p>
|
||
|
||
<p style="margin-left: 20px">The default value is false.</p>
|
||
|
||
<p style="margin-left: 20px">Supported operations are Get and Replace.</p>
|
||
|
||
## Related topics
|
||
|
||
|
||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|