mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
updates
This commit is contained in:
parent
5a324e73ac
commit
0960693eba
@ -1,47 +1,44 @@
|
||||
---
|
||||
title: Configure cellular settings for tablets and PCs
|
||||
description: Enterprises can provision cellular settings for tablets and PC with built-in cellular modems or plug-in USB modem dongles.
|
||||
title: Configure cellular settings
|
||||
description: Learn how to provision cellular settings for devices with built-in modems or plug-in USB modem dongles.
|
||||
ms.topic: concept-article
|
||||
ms.date: 04/13/2018
|
||||
ms.date: 04/23/2024
|
||||
---
|
||||
|
||||
# Configure cellular settings for tablets and PCs
|
||||
# Configure cellular settings
|
||||
|
||||
>**Looking for consumer information?** See [Cellular settings in Windows 10](https://support.microsoft.com/help/10739/windows-10-cellular-settings)
|
||||
This article describes how to configure cellular settings for devices that have a cellular modem using a [provisioning package](../provisioning-packages/provisioning-packages.md). After the devices are configured, users are automatically connected using the access point name (APN) defined in the provisioning package, without needing to connect manually.
|
||||
|
||||
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/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 traveling.
|
||||
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.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Windows 10, version 1703, desktop editions (Home, Pro, Enterprise, Education)
|
||||
- Tablet or PC with built-in cellular modem or plug-in USB modem dongle
|
||||
- Device with built-in cellular modem or plug-in USB modem dongle
|
||||
- [Windows Configuration Designer](../provisioning-packages/provisioning-install-icd.md)
|
||||
- APN (the address that your PC uses to connect to the Internet when using the cellular data connection)
|
||||
- APN (the address that the device uses to connect to the Internet when using the cellular data connection)
|
||||
|
||||
## 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 click **Next**.
|
||||
1. Select **All Windows desktop editions**, click **Next**, and then click **Finish**.
|
||||
1. Go to **Runtime settings > Connections > EnterpriseAPN**.
|
||||
1. Enter a name for the connection, and then click **Add**.
|
||||
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**
|
||||
|
||||

|
||||
|
||||
1. The connection appears in the **Available customizations** pane. Select it to view the settings that you can configure for the connection.
|
||||
1. The connection appears in the **Available customizations** pane. Select it to view the settings that you can configure for the connection
|
||||
|
||||

|
||||
|
||||
1. The following table describes the settings available for the connection.
|
||||
1. 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. |
|
||||
| AlwaysOn | By default, the Connection Manager automatically attempts to connect to the APN when a connection is available. You can disable the 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. |
|
||||
| ClassId | This is a GUID that defines the APN class to the modem. This is only required when **IsAttachAPN** is **true** and the attached APN isn't 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. |
|
||||
@ -55,22 +52,22 @@ For users who work in different locations, you can configure one APN to connect
|
||||
|
||||
## Confirm the settings
|
||||
|
||||
After you apply the provisioning package, you can confirm that the settings have been applied.
|
||||
After you apply the provisioning package, you can confirm that the settings are applied.
|
||||
|
||||
1. On the configured device, open a command prompt as an administrator.
|
||||
1. On the configured device, open a command prompt as an administrator
|
||||
1. Run the following command:
|
||||
|
||||
```cmd
|
||||
netsh mbn show profiles
|
||||
```
|
||||
|
||||
1. The command will list the mobile broadband profiles. Using the "Name" for the listed mobile broadband profile, run:
|
||||
1. The command lists the mobile broadband profiles. Using the **Name** for the listed mobile broadband profile, run:
|
||||
|
||||
```cmd
|
||||
netsh mbn show profiles name="name"
|
||||
```
|
||||
|
||||
This command will list details for that profile, including Access Point Name.
|
||||
This command lists the details for that profile, including Access Point Name.
|
||||
|
||||
Alternatively, you can also use the command:
|
||||
|
||||
@ -84,4 +81,4 @@ From the results of that command, get the name of the cellular/mobile broadband
|
||||
netsh mbn show connection interface="name"
|
||||
```
|
||||
|
||||
The result of that command will show details for the cellular interface, including Access Point Name.
|
||||
The result of that command shows the details for the cellular interface, including Access Point Name.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Windows and cloud security
|
||||
description: Get an overview of cloud security features in Windows
|
||||
description: Get an overview of cloud security features in Windows.
|
||||
ms.date: 08/02/2023
|
||||
ms.topic: overview
|
||||
author: paolomatarazzo
|
||||
@ -9,7 +9,7 @@ ms.author: paoloma
|
||||
|
||||
# Windows and cloud security
|
||||
|
||||
Today's workforce has more freedom and mobility than ever before, and the risk of data exposure is also at its highest. We are focused on getting customers to the cloud to benefit from modern hybrid workstyles while improving security management. Built on zero-trust principles, Windows works with Microsoft cloud services to safeguard sensitive information while controlling access and mitigating threats.
|
||||
Today's workforce has more freedom and mobility than ever before, and the risk of data exposure is also at its highest. We're focused on getting customers to the cloud to benefit from modern hybrid workstyles while improving security management. Built on zero-trust principles, Windows works with Microsoft cloud services to safeguard sensitive information while controlling access and mitigating threats.
|
||||
|
||||
From identity and device management to Office apps and data storage, Windows and integrated cloud services can help improve productivity, security, and resilience anywhere.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user