diff --git a/windows/configure/images/apn-add-details.PNG b/windows/configure/images/apn-add-details.PNG new file mode 100644 index 0000000000..caee3d6429 Binary files /dev/null and b/windows/configure/images/apn-add-details.PNG differ diff --git a/windows/configure/images/apn-add.PNG b/windows/configure/images/apn-add.PNG new file mode 100644 index 0000000000..0e25e5c0e9 Binary files /dev/null and b/windows/configure/images/apn-add.PNG differ diff --git a/windows/configure/provisioning-apn.md b/windows/configure/provisioning-apn.md index d0da0b554a..167f2afd07 100644 --- a/windows/configure/provisioning-apn.md +++ b/windows/configure/provisioning-apn.md @@ -16,21 +16,63 @@ localizationpriority: high - Windows 10 +>**Looking for consumer information?** See [Cellular settings in Windows 10](https://support.microsoft.com/help/10739/windows-10-cellular-settings) + Enterprises can configure cellular settings for tablets and PC that have built-in cellular modems or plug-in USB modem dongles and apply the settings in a [provisioning package](provisioning-packages.md). After the devices are configured, users are automatically connected using the access point name (APN) defined by the enterprise without needing to manually connect. -For users who work in different locations, you can configure one APN to connect when the users are at work and a different APN when the users are travelling. +For users who work in different locations, you can configure one APN to connect when the users are at work and a different APN when the users are traveling. -[Related end-user content: Cellular settings in Windows 10](https://support.microsoft.com/help/10739/windows-10-cellular-settings) ## Prerequisites -- (QUESTION: Ent/Edu only? Also Pro? Version 1703+ only?) +- Windows 10, version 1703, desktop editions (Home, Pro, Enterprise, Education) - Tablet or PC with built-in cellular modem or plug-in USB modem dongle - [Windows Configuration Designer](provisioning-install-icd.md) -- Access point name (APN), the address that your PC uses to connect to the Internet when using the cellular data connection +- APN (the address that your PC uses to connect to the Internet when using the cellular data connection) + + >[!NOTE] + >You can get the APN from your mobile operator. + +## How to configure cellular settings in a provisioning package + +1. In Windows Configuration Designer, [start a new project](provisioning-create-package.md) using the **Advanced provisioning** option. + +2. Enter a name for your project, and then click **Next**. + +3. Select **All Windows desktop editions**, click **Next**, and then click **Finish**. + +4. Go to **Runtime settings > Connections > EnterpriseAPN**. + +5. Enter a name for the connection, and then click **Add**. + + ![Example of APN connection name](images/apn-add.png) + +6. The connection appears in the **Available customizations** pane. Select it to view the settings that you can configure for the connection. + + ![settings for new connection](images/apn-add-details.png) + +7. The following table describes the settings available for the connection. + + | Setting | Description | + | --- | --- | + | AlwaysOn | By default, the Connection Manager will automatically attempt to connect to the APN when a connection is available. You can disable this setting. | + | APNName | Enter the name of the APN. | + | AuthType | You can select **None** (the default), or specify **Auto**, **PAP**, **CHAP**, or **MSCHAPv2** authentication. If you select PAP, CHAP, or MSCHAPv2 authentication, you must also enter a user name and password. | + | ClassId | This is a GUID that defines the APN class to the modem. This is only required when **IsAttachAPN** is **true** and the attach APN is not only used as the Internet APN. | + | Enabled | By default, the connection is enabled. You can change this setting. | + | IccId | This is the Integrated Circuit Card ID (ICCID) associated with the cellular connection profile. | + | IPType | By default, the connection can use IPv4 and IPv6 concurrently. You can change this setting to only IPv4, only IPv6, or IPv6 with IPv4 provided by 46xlat. | + | IsAttachAPN | Specify whether this APN should be requested as part of an LTE Attach. | + | Password | If you select PAP, CHAP, or MSCHAPv2 authentication, enter a password that corresponds to the user name. | + | Roaming | Select the behavior that you want when the device is roaming. The options are:

-Disallowed
-Allowed (default)
-DomesticRoaming
-Use OnlyForDomesticRoaming
-UseOnlyForNonDomesticRoaming
-UseOnlyForRoaming | + | UserName | If you select PAP, CHAP, or MSCHAPv2 authentication, enter a user name. | + +8. After you configure the connection settings, [build the provisioning package](provisioning-create-package.md#build-package). + +9. [Apply the package to devices.](provisioning-apply-package.md)