This commit is contained in:
jdeckerMS
2017-08-24 10:36:59 -07:00
parent 88585e81f6
commit 49e9344c16
10 changed files with 184 additions and 10 deletions

View File

@ -69,6 +69,8 @@
#### [AutomaticTime](wcd/wcd-automatictime.md) #### [AutomaticTime](wcd/wcd-automatictime.md)
#### [Browser](wcd/wcd-browser.md) #### [Browser](wcd/wcd-browser.md)
#### [CallAndMessagingEnhancement](wcd/wcd-callandmessagingenhancement.md) #### [CallAndMessagingEnhancement](wcd/wcd-callandmessagingenhancement.md)
#### [Calling](wcd/wcd-calling.md)
#### [CellCore](wcd/wcd-cellcore.md)
#### [Cellular](wcd/wcd-cellular.md) #### [Cellular](wcd/wcd-cellular.md)
#### [Certificates](wcd/wcd-certificates.md) #### [Certificates](wcd/wcd-certificates.md)
#### [CleanPC](wcd/wcd-cleanpc.md) #### [CleanPC](wcd/wcd-cleanpc.md)
@ -78,6 +80,7 @@
#### [DesktopBackgroundAndColors](wcd/wcd-desktopbackgroundandcolors.md) #### [DesktopBackgroundAndColors](wcd/wcd-desktopbackgroundandcolors.md)
#### [DeveloperSetup](wcd/wcd-developersetup.md) #### [DeveloperSetup](wcd/wcd-developersetup.md)
#### [DeviceFormFactor](wcd/wcd-deviceformfactor.md) #### [DeviceFormFactor](wcd/wcd-deviceformfactor.md)
#### [DeviceInfo](wcd/wcd-deviceinfo.md)
#### [DeviceManagement](wcd/wcd-devicemanagement.md) #### [DeviceManagement](wcd/wcd-devicemanagement.md)
#### [DMClient](wcd/wcd-dmclient.md) #### [DMClient](wcd/wcd-dmclient.md)
#### [EditionUpgrade](wcd/wcd-editionupgrade.md) #### [EditionUpgrade](wcd/wcd-editionupgrade.md)
@ -85,6 +88,7 @@
#### [FirewallConfiguration](wcd/wcd-firewallconfiguration.md) #### [FirewallConfiguration](wcd/wcd-firewallconfiguration.md)
#### [FirstExperience](wcd/wcd-firstexperience.md) #### [FirstExperience](wcd/wcd-firstexperience.md)
#### [Folders](wcd/wcd-folders.md) #### [Folders](wcd/wcd-folders.md)
#### [HotSpot](wcd/wcd-hotspot.md)
#### [InitialSetup](wcd/wcd-initialsetup.md) #### [InitialSetup](wcd/wcd-initialsetup.md)
#### [InternetExplorer](wcd/wcd-internetexplorer.md) #### [InternetExplorer](wcd/wcd-internetexplorer.md)
#### [Licensing](wcd/wcd-licensing.md) #### [Licensing](wcd/wcd-licensing.md)

View File

@ -14,6 +14,9 @@ ms.date: 08/21/2017
Use these settings to manage app installation and management. Use these settings to manage app installation and management.
>[!NOTE]
>ApplicationManagement settings are not available in Windows 10, version 1709.
## Applies to ## Applies to
| Settings | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core | | Settings | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core |

View File

@ -19,6 +19,7 @@ Use this setting to configure single use (kiosk) devices.
| Setting | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core | | Setting | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core |
| --- | :---: | :---: | :---: | :---: | :---: | | --- | :---: | :---: | :---: | :---: | :---: |
| [AssignedAccessSettings](#assignedaccesssettings) | X | | | X | | | [AssignedAccessSettings](#assignedaccesssettings) | X | | | X | |
| [MultiAppAssignedAccessSettings](#multiappassignedaccesssettings) | X | | | | |
## AssignedAccessSettings ## AssignedAccessSettings
@ -30,6 +31,15 @@ Enter the account and the application you want to use for Assigned access, using
``` ```
"Account":"domain\user", "AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" "Account":"domain\user", "AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"
``` ```
## MultiAppAssignedAccessSettings
Use this setting to configure a kiosk device that runs more than one app.
1. [Create an assigned access configuration XML file for multiple apps.](../lock-down-windows-10-to-specific-apps.md)
2. In Windows Configuration Designer, select **MultiAppAssignedAccessSettings**.
3. Browse to and select the assigned access configuration XML file.
## Related topics ## Related topics
- [AssignedAccess configuration service provider (CSP)](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/assignedaccess-csp) - [AssignedAccess configuration service provider (CSP)](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/assignedaccess-csp)

View File

@ -0,0 +1,39 @@
---
title: Calling (Windows 10)
description: This section describes the Calling settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
ms.prod: w10
ms.mktglfcycl: deploy
ms.sitesec: library
author: jdeckerMS
localizationpriority: medium
ms.author: jdecker
ms.date: 08/21/2017
---
# Calling (Windows Configuration Designer reference)
Use to configure settings for Calling.
## Applies to
| Setting groups | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core |
| --- | :---: | :---: | :---: | :---: | :---: |
| All settings | | X | | | |
## Branding
## PartnerAppSupport
## PerSimSettings
## PhoneSettings
## SupplementaryServiceCodeOverrides
## VoicemailRegistrationTable

View File

@ -0,0 +1,24 @@
---
title: CellCore (Windows 10)
description: This section describes the CellCore settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
ms.prod: w10
ms.mktglfcycl: deploy
ms.sitesec: library
author: jdeckerMS
localizationpriority: medium
ms.author: jdecker
ms.date: 08/21/2017
---
# CellCore (Windows Configuration Designer reference)
Use to configure settings for CellCore.
## Applies to
| Setting groups | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core |
| --- | :---: | :---: | :---: | :---: | :---: |
| | | | | | |

View File

@ -18,10 +18,8 @@ Use to configure settings for cellular connections.
| Setting groups | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core | | Setting groups | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core |
| --- | :---: | :---: | :---: | :---: | :---: | | --- | :---: | :---: | :---: | :---: | :---: |
| [AccountExperienceURL](#accountexperienceurl) | X | | | | | | All settings | X | | | | |
| [AppID](#appid) | X | | | | |
| [NetworkBlockList](#networkblocklist) | X | | | | |
| [SIMBlockList](#simblocklist) | X | | | | |
To begin, enter a SIM integrated circuit card identifier (**SimIccid**), and click **Add**. In the **Customizations** pane, select the SimIccid that you just entered and configure the following settings for it. To begin, enter a SIM integrated circuit card identifier (**SimIccid**), and click **Add**. In the **Customizations** pane, select the SimIccid that you just entered and configure the following settings for it.
@ -34,10 +32,26 @@ Enter the URL for the mobile operator's web page.
Enter the AppID for the mobile operator's app in Microsoft Store. Enter the AppID for the mobile operator's app in Microsoft Store.
## BrandingIcon
## BrandingIconPath
## BrandingName
Enter the service provider name for the mobile operator.
## NetworkBlockList ## NetworkBlockList
Enter a comma-separated list of mobile country code (MCC) and mobile network code (MCC) pairs (MCC:MNC). Enter a comma-separated list of mobile country code (MCC) and mobile network code (MCC) pairs (MCC:MNC).
## SIMBlockList ## SIMBlockList
Enter a comma-separated list of mobile country code (MCC) and mobile network code (MCC) pairs (MCC:MNC). Enter a comma-separated list of mobile country code (MCC) and mobile network code (MCC) pairs (MCC:MNC).
## UseBrandingNameOnRoaming
Select an option for displaying the BrandingName when the device is roaming.

View File

@ -18,10 +18,8 @@ Use to configure settings related to variou types of phone connections.
| Setting groups | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core | | Setting groups | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core |
| --- | :---: | :---: | :---: | :---: | :---: | | --- | :---: | :---: | :---: | :---: | :---: |
| [Cellular](#cellular) | X | X | X | X | | | All settings | X | X | X | X | |
| [EnterpriseAPN](#enterpriseapn) | X | X | X | X | |
| [Policies](#policies) | X | X | X | X | |
| [Proxies](#proxies) | X | X | X | X | |
For each setting group: For each setting group:
1. In **Available customizations**, select the setting group (such as **Cellular**), enter a friendly name for the connection, and then click **Add**. 1. In **Available customizations**, select the setting group (such as **Cellular**), enter a friendly name for the connection, and then click **Add**.
@ -36,6 +34,10 @@ See [CM_CellularEntries configuration service provider (CSP)](https://msdn.micro
See [Configure cellular settings for tablets and PCs](https://docs.microsoft.com/windows/configuration/provisioning-apn) and See [Configure cellular settings for tablets and PCs](https://docs.microsoft.com/windows/configuration/provisioning-apn) and
[EnterpriseAPN CSP](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/enterpriseapn-csp) for settings and values. [EnterpriseAPN CSP](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/enterpriseapn-csp) for settings and values.
## General
Use **General > DataRoam** to set the default value for the **Default romaing options** option in the **Settings > cellular + SIM"" area on the device.
## Policies ## Policies
See [CMPolicy CSP](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/cmpolicy-csp) for settings and values. See [CMPolicy CSP](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/cmpolicy-csp) for settings and values.

View File

@ -0,0 +1,39 @@
---
title: DeviceInfo (Windows 10)
description: This section describes the DeviceInfo settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
ms.prod: w10
ms.mktglfcycl: deploy
ms.sitesec: library
author: jdeckerMS
localizationpriority: medium
ms.author: jdecker
ms.date: 08/21/2017
---
# DeviceInfo (Windows Configuration Designer reference)
Use to configure settings for DeviceInfo.
## Applies to
| Setting groups | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core |
| --- | :---: | :---: | :---: | :---: | :---: |
| All settings | | X | | | |
## PhoneMobileOperatorDisplayName
## PhoneMobileOperatorName
## PhoneOEMSupportLink
## PhoneSupportLink
## PhoneSupportPhoneNumber

View File

@ -0,0 +1,39 @@
---
title: DeviceInfo (Windows 10)
description: This section describes the DeviceInfo settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
ms.prod: w10
ms.mktglfcycl: deploy
ms.sitesec: library
author: jdeckerMS
localizationpriority: medium
ms.author: jdecker
ms.date: 08/21/2017
---
# DeviceInfo (Windows Configuration Designer reference)
Use to configure settings for DeviceInfo.
## Applies to
| Setting groups | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core |
| --- | :---: | :---: | :---: | :---: | :---: |
| All settings | | X | | | |
## PhoneMobileOperatorDisplayName
## PhoneMobileOperatorName
## PhoneOEMSupportLink
## PhoneSupportLink
## PhoneSupportPhoneNumber

View File

@ -12,7 +12,7 @@ ms.date: 08/21/2017
# ModemConfiguration (Windows Configuration Designer reference) # ModemConfiguration (Windows Configuration Designer reference)
Documentation not available at this time. ModemConfiguration settings are removed in Windows 10, version 1709.
## Applies to ## Applies to