sync
BIN
windows/configure/images/bulk-enroll-mobile.PNG
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
windows/configure/images/finish-details-mobile.PNG
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
windows/configure/images/finish-mobile.PNG
Normal file
After Width: | Height: | Size: 903 B |
BIN
windows/configure/images/set-up-device-details-mobile.PNG
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
windows/configure/images/set-up-device-mobile.PNG
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
windows/configure/images/set-up-network-details-mobile.PNG
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
windows/configure/images/set-up-network-mobile.PNG
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 549 B |
@ -22,8 +22,10 @@ Windows Configuration Designer can be installed from the [Windows Assessment and
|
||||
|
||||
The **Provision Windows mobile devices** wizard lets you configure common settings for devices running Windows 10 Mobile in a simple, graphical workflow.
|
||||
|
||||
### Start a new project
|
||||
|
||||
1. Open Windows Configuration Designer:
|
||||
- From either the Start screen or Start menu search, type 'Windows Configuration Designer' and click on the Windows Configuration Designer shortcut,
|
||||
- From either the Start screen or Start menu search, type 'Windows Configuration Designer' and click the Windows Configuration Designer shortcut,
|
||||
|
||||
or
|
||||
|
||||
@ -34,3 +36,11 @@ The **Provision Windows mobile devices** wizard lets you configure common settin
|
||||
3. Enter a name for your project, and then click **Next**.
|
||||
|
||||
|
||||
### Configure settings in the wizard
|
||||
|
||||
<table>
|
||||
<tr><td valign="top"></br></br>Enter a device name.</br></br> Optionally, you can enter a product key to upgrade the device from Windows 10 Mobile to Windows 10 Mobile Enterprise. </td><td></td></tr>
|
||||
<tr><td valign="top"> </br></br>Toggle **On** or **Off** for wireless network connectivity. </br></br>If you select **On**, enter the SSID, network type (**Open** or **WPA2-Personal**), and (if **WPA2-Personal**) the password for the wireless network.</td><td></td></tr>
|
||||
<tr><td valign="top"> </br></br>You can enroll the device in Azure AD. </br></br>To enroll the device in Azure AD, select that option and enter a friendly name for the bulk token you will get using the wizard. (Something about expiry) Click **Get bulk token** (then what?) <</td><td>IMAGE PENDING</td></tr>
|
||||
<tr><td valign="top"> </br></br>You can set a password to protect your provisioning package. You must enter this password when you apply the provisioning package to a device.</td><td></td></tr>
|
||||
</table>
|
@ -18,6 +18,12 @@ localizationpriority: high
|
||||
|
||||
- Windows 10 Mobile
|
||||
|
||||
https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/enterpriseassignedaccess-csp
|
||||
https://msdn.microsoft.com/en-us/library/dn499738.aspx
|
||||
https://msdn.microsoft.com/windows/hardware/drivers/partnerapps/create-a-kiosk-app-for-assigned-access
|
||||
https://msdn.microsoft.com/en-us/library/dn798313.aspx
|
||||
|
||||
|
||||
A device in kiosk mode runs a specified app with no access to other device functions, menus, or settings. You can use the [Enterprise Assigned Access](#enterprise-assigned-access) configuration service provider (CSP) to configure a kiosk experience. You can also configure a device running Windows 10 Mobile or Windows 10 Mobile Enterprise, version 1607 or earlier, for kiosk mode by using the [Apps Corner](#apps-corner) feature. (Apps Corner is removed in Windows 10, version 1703.)
|
||||
|
||||
>[!NOTE]
|
||||
|