From 96b1233fbf9205fa0da44a4c0027bd4a389d0ffc Mon Sep 17 00:00:00 2001 From: Andrei-George Stoica <5600871+andreiztm@users.noreply.github.com> Date: Fri, 23 May 2025 16:39:19 +0300 Subject: [PATCH 1/2] Update provisioning-apn.md Document correct way to apply ppkg for APN settings. --- windows/configuration/cellular/provisioning-apn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/cellular/provisioning-apn.md b/windows/configuration/cellular/provisioning-apn.md index 860024c72c..b738861f30 100644 --- a/windows/configuration/cellular/provisioning-apn.md +++ b/windows/configuration/cellular/provisioning-apn.md @@ -48,7 +48,7 @@ For users who work in different locations, you can configure one APN to connect | UserName | If you select PAP, CHAP, or MSCHAPv2 authentication, enter a user name. | 1. After you configure the connection settings, [build the provisioning package](../provisioning-packages/provisioning-create-package.md#build-package). -1. [Apply the package to devices.](../provisioning-packages/provisioning-apply-package.md) +1. Add the new profile to the [COSA database](/windows-hardware/customize/desktop/customize-cosa) of mobile operator profiles or [apply the package to devices.](../provisioning-packages/provisioning-apply-package.md). ## Confirm the settings From ba82292e388ba2ee921c2d2727a36b00add49bf8 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Wed, 11 Jun 2025 05:21:34 +0530 Subject: [PATCH 2/2] alignment fix --- .../cellular/provisioning-apn.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/windows/configuration/cellular/provisioning-apn.md b/windows/configuration/cellular/provisioning-apn.md index b738861f30..80b6544d98 100644 --- a/windows/configuration/cellular/provisioning-apn.md +++ b/windows/configuration/cellular/provisioning-apn.md @@ -20,18 +20,18 @@ For users who work in different locations, you can configure one APN to connect ## How to configure cellular settings in a provisioning package 1. In Windows Configuration Designer, [start a new project](../provisioning-packages/provisioning-create-package.md) using the **Advanced provisioning** option -1. Enter a name for your project, and then select **Next** -1. Select **All Windows desktop editions**, select **Next**, and then select **Finish** -1. Go to **Runtime settings > Connections > EnterpriseAPN** -1. Enter a name for the connection, and then select **Add** +2. Enter a name for your project, and then select **Next** +3. Select **All Windows desktop editions**, select **Next**, and then select **Finish** +4. Go to **Runtime settings > Connections > EnterpriseAPN** +5. Enter a name for the connection, and then select **Add** -![Example of APN connection name.](images/apn-add.png) + ![Example of APN connection name.](images/apn-add.png) -1. The connection appears in the **Available customizations** pane. Select it to view the settings that you can configure for the connection +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) + ![settings for new connection.](images/apn-add-details.png) -1. The following table describes the settings available for the connection +7. The following table describes the settings available for the connection | Setting | Description | | --- | --- | @@ -47,8 +47,8 @@ For users who work in different locations, you can configure one APN to connect | 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. | -1. After you configure the connection settings, [build the provisioning package](../provisioning-packages/provisioning-create-package.md#build-package). -1. Add the new profile to the [COSA database](/windows-hardware/customize/desktop/customize-cosa) of mobile operator profiles or [apply the package to devices.](../provisioning-packages/provisioning-apply-package.md). +8. After you configure the connection settings, [build the provisioning package](../provisioning-packages/provisioning-create-package.md#build-package). +9. Add the new profile to the [COSA database](/windows-hardware/customize/desktop/customize-cosa) of mobile operator profiles or [apply the package to devices.](../provisioning-packages/provisioning-apply-package.md). ## Confirm the settings