From 49e9344c168716e9ebec69454b34073e2a17b5ec Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Thu, 24 Aug 2017 10:36:59 -0700 Subject: [PATCH] sync --- windows/configuration/TOC.md | 4 ++ .../wcd/wcd-applicationmanagement.md | 3 ++ .../configuration/wcd/wcd-assignedaccess.md | 10 +++++ windows/configuration/wcd/wcd-calling.md | 39 +++++++++++++++++++ windows/configuration/wcd/wcd-cellcore.md | 24 ++++++++++++ windows/configuration/wcd/wcd-cellular.md | 24 +++++++++--- windows/configuration/wcd/wcd-connections.md | 10 +++-- windows/configuration/wcd/wcd-deviceinfo.md | 39 +++++++++++++++++++ windows/configuration/wcd/wcd-hotspot.md | 39 +++++++++++++++++++ .../wcd/wcd-modemconfigurations.md | 2 +- 10 files changed, 184 insertions(+), 10 deletions(-) create mode 100644 windows/configuration/wcd/wcd-calling.md create mode 100644 windows/configuration/wcd/wcd-cellcore.md create mode 100644 windows/configuration/wcd/wcd-deviceinfo.md create mode 100644 windows/configuration/wcd/wcd-hotspot.md diff --git a/windows/configuration/TOC.md b/windows/configuration/TOC.md index 8ccede5240..c7e3681029 100644 --- a/windows/configuration/TOC.md +++ b/windows/configuration/TOC.md @@ -69,6 +69,8 @@ #### [AutomaticTime](wcd/wcd-automatictime.md) #### [Browser](wcd/wcd-browser.md) #### [CallAndMessagingEnhancement](wcd/wcd-callandmessagingenhancement.md) +#### [Calling](wcd/wcd-calling.md) +#### [CellCore](wcd/wcd-cellcore.md) #### [Cellular](wcd/wcd-cellular.md) #### [Certificates](wcd/wcd-certificates.md) #### [CleanPC](wcd/wcd-cleanpc.md) @@ -78,6 +80,7 @@ #### [DesktopBackgroundAndColors](wcd/wcd-desktopbackgroundandcolors.md) #### [DeveloperSetup](wcd/wcd-developersetup.md) #### [DeviceFormFactor](wcd/wcd-deviceformfactor.md) +#### [DeviceInfo](wcd/wcd-deviceinfo.md) #### [DeviceManagement](wcd/wcd-devicemanagement.md) #### [DMClient](wcd/wcd-dmclient.md) #### [EditionUpgrade](wcd/wcd-editionupgrade.md) @@ -85,6 +88,7 @@ #### [FirewallConfiguration](wcd/wcd-firewallconfiguration.md) #### [FirstExperience](wcd/wcd-firstexperience.md) #### [Folders](wcd/wcd-folders.md) +#### [HotSpot](wcd/wcd-hotspot.md) #### [InitialSetup](wcd/wcd-initialsetup.md) #### [InternetExplorer](wcd/wcd-internetexplorer.md) #### [Licensing](wcd/wcd-licensing.md) diff --git a/windows/configuration/wcd/wcd-applicationmanagement.md b/windows/configuration/wcd/wcd-applicationmanagement.md index f032ce168c..1fc549f830 100644 --- a/windows/configuration/wcd/wcd-applicationmanagement.md +++ b/windows/configuration/wcd/wcd-applicationmanagement.md @@ -14,6 +14,9 @@ ms.date: 08/21/2017 Use these settings to manage app installation and management. +>[!NOTE] +>ApplicationManagement settings are not available in Windows 10, version 1709. + ## Applies to | Settings | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core | diff --git a/windows/configuration/wcd/wcd-assignedaccess.md b/windows/configuration/wcd/wcd-assignedaccess.md index ad5d7551fb..6c07e9ea91 100644 --- a/windows/configuration/wcd/wcd-assignedaccess.md +++ b/windows/configuration/wcd/wcd-assignedaccess.md @@ -19,6 +19,7 @@ Use this setting to configure single use (kiosk) devices. | Setting | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core | | --- | :---: | :---: | :---: | :---: | :---: | | [AssignedAccessSettings](#assignedaccesssettings) | X | | | X | | +| [MultiAppAssignedAccessSettings](#multiappassignedaccesssettings) | X | | | | | ## 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" ``` + +## 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 - [AssignedAccess configuration service provider (CSP)](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/assignedaccess-csp) \ No newline at end of file diff --git a/windows/configuration/wcd/wcd-calling.md b/windows/configuration/wcd/wcd-calling.md new file mode 100644 index 0000000000..8ddda73db1 --- /dev/null +++ b/windows/configuration/wcd/wcd-calling.md @@ -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 diff --git a/windows/configuration/wcd/wcd-cellcore.md b/windows/configuration/wcd/wcd-cellcore.md new file mode 100644 index 0000000000..8f70551a7a --- /dev/null +++ b/windows/configuration/wcd/wcd-cellcore.md @@ -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 | +| --- | :---: | :---: | :---: | :---: | :---: | +| | | | | | | + + + diff --git a/windows/configuration/wcd/wcd-cellular.md b/windows/configuration/wcd/wcd-cellular.md index 64258bbe02..c2713ed38c 100644 --- a/windows/configuration/wcd/wcd-cellular.md +++ b/windows/configuration/wcd/wcd-cellular.md @@ -18,10 +18,8 @@ Use to configure settings for cellular connections. | Setting groups | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core | | --- | :---: | :---: | :---: | :---: | :---: | -| [AccountExperienceURL](#accountexperienceurl) | X | | | | | -| [AppID](#appid) | X | | | | | -| [NetworkBlockList](#networkblocklist) | X | | | | | -| [SIMBlockList](#simblocklist) | X | | | | | +| All settings | 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. @@ -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. +## BrandingIcon + + +## BrandingIconPath + + + +## BrandingName + +Enter the service provider name for the mobile operator. + ## NetworkBlockList Enter a comma-separated list of mobile country code (MCC) and mobile network code (MCC) pairs (MCC:MNC). ## SIMBlockList -Enter a comma-separated list of mobile country code (MCC) and mobile network code (MCC) pairs (MCC:MNC). \ No newline at end of file +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. \ No newline at end of file diff --git a/windows/configuration/wcd/wcd-connections.md b/windows/configuration/wcd/wcd-connections.md index 1ce0db8e5b..988f19b0d5 100644 --- a/windows/configuration/wcd/wcd-connections.md +++ b/windows/configuration/wcd/wcd-connections.md @@ -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 | | --- | :---: | :---: | :---: | :---: | :---: | -| [Cellular](#cellular) | X | X | X | X | | -| [EnterpriseAPN](#enterpriseapn) | X | X | X | X | | -| [Policies](#policies) | X | X | X | X | | -| [Proxies](#proxies) | X | X | X | X | | +| All settings | X | X | X | X | | + 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**. @@ -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 [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 See [CMPolicy CSP](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/cmpolicy-csp) for settings and values. diff --git a/windows/configuration/wcd/wcd-deviceinfo.md b/windows/configuration/wcd/wcd-deviceinfo.md new file mode 100644 index 0000000000..cb446c9eb9 --- /dev/null +++ b/windows/configuration/wcd/wcd-deviceinfo.md @@ -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 + + + diff --git a/windows/configuration/wcd/wcd-hotspot.md b/windows/configuration/wcd/wcd-hotspot.md new file mode 100644 index 0000000000..cb446c9eb9 --- /dev/null +++ b/windows/configuration/wcd/wcd-hotspot.md @@ -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 + + + diff --git a/windows/configuration/wcd/wcd-modemconfigurations.md b/windows/configuration/wcd/wcd-modemconfigurations.md index dc45dff1ef..fbe3f9a675 100644 --- a/windows/configuration/wcd/wcd-modemconfigurations.md +++ b/windows/configuration/wcd/wcd-modemconfigurations.md @@ -12,7 +12,7 @@ ms.date: 08/21/2017 # ModemConfiguration (Windows Configuration Designer reference) -Documentation not available at this time. +ModemConfiguration settings are removed in Windows 10, version 1709. ## Applies to