mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 14:27:22 +00:00
Changes to fix warnings
This commit is contained in:
parent
7dfce6130c
commit
06fc7ec743
@ -175,7 +175,7 @@ For other MDM services, check your provider's documentation for instructions. If
|
|||||||
|
|
||||||
## Certificates and Authentication
|
## Certificates and Authentication
|
||||||
|
|
||||||
Certificates can be deployed via you MDM (see "certificates" in the [MDM Section](hololens-commercial-infrastructure.md#mobile-device-manager-guidance##)). Certificates can also be deployed to the HoloLens through package provisioning. Please see [HoloLens Provisioning](hololens-provisioning.md) for additional information.
|
Certificates can be deployed via you MDM (see "certificates" in the [MDM Section](hololens-commercial-infrastructure.md#mobile-device-manager-guidance)). Certificates can also be deployed to the HoloLens through package provisioning. Please see [HoloLens Provisioning](hololens-provisioning.md) for additional information.
|
||||||
|
|
||||||
### Additional Intune Quick Links
|
### Additional Intune Quick Links
|
||||||
|
|
||||||
|
@ -14,8 +14,6 @@ manager: dansimp
|
|||||||
|
|
||||||
# Set up HoloLens in kiosk mode
|
# Set up HoloLens in kiosk mode
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
In Windows 10, version 1803, you can configure your HoloLens devices to run as multi-app or single-app kiosks. You can also configure guest access for a HoloLens kiosk device by [designating a SpecialGroup account in your XML file.](#add-guest-access-to-the-kiosk-configuration-optional)
|
In Windows 10, version 1803, you can configure your HoloLens devices to run as multi-app or single-app kiosks. You can also configure guest access for a HoloLens kiosk device by [designating a SpecialGroup account in your XML file.](#add-guest-access-to-the-kiosk-configuration-optional)
|
||||||
|
|
||||||
When HoloLens is configured as a multi-app kiosk, only the allowed apps are available to the user. The benefit of a multi-app kiosk, or fixed-purpose device, is to provide an easy-to-understand experience for individuals by putting in front of them only the things they need to use, and removing from their view the things they don’t need to access.
|
When HoloLens is configured as a multi-app kiosk, only the allowed apps are available to the user. The benefit of a multi-app kiosk, or fixed-purpose device, is to provide an easy-to-understand experience for individuals by putting in front of them only the things they need to use, and removing from their view the things they don’t need to access.
|
||||||
@ -41,14 +39,14 @@ The [AssignedAccess Configuration Service Provider (CSP)](https://docs.microsoft
|
|||||||
|
|
||||||
For HoloLens devices running Windows 10, version 1803, there are three methods that you can use to configure the device as a kiosk:
|
For HoloLens devices running Windows 10, version 1803, there are three methods that you can use to configure the device as a kiosk:
|
||||||
- You can use [Microsoft Intune or other mobile device management (MDM) service](#set-up-kiosk-mode-using-microsoft-intune-or-mdm-windows-10-version-1803) to configure single-app and multi-app kiosks.
|
- You can use [Microsoft Intune or other mobile device management (MDM) service](#set-up-kiosk-mode-using-microsoft-intune-or-mdm-windows-10-version-1803) to configure single-app and multi-app kiosks.
|
||||||
- You can [use a provisioning package](#setup-kiosk-mode-using-a-provisioning-package-windows-10-version-1803) to configure single-app and multi-app kiosks.
|
- You can [use a provisioning package](#set-up-kiosk-mode-using-a-provisioning-package-windows-10-version-1803) to configure single-app and multi-app kiosks.
|
||||||
- You can [use the Windows Device Portal](#set-up-kiosk-mode-using-the-windows-device-portal-windows-10-version-1607-and-version-1803) to configure single-app kiosks. This method is recommended only for demonstrations, as it requires that developer mode be enabled on the device.
|
- You can [use the Windows Device Portal](#set-up-kiosk-mode-using-the-windows-device-portal-windows-10-version-1607-and-version-1803) to configure single-app kiosks. This method is recommended only for demonstrations, as it requires that developer mode be enabled on the device.
|
||||||
|
|
||||||
For HoloLens devices running Windows 10, version 1607, you can [use the Windows Device Portal](#set-up-kiosk-mode-using-the-windows-device-portal-windows-10-version-1607-and-version-1803) to configure single-app kiosks.
|
For HoloLens devices running Windows 10, version 1607, you can [use the Windows Device Portal](#set-up-kiosk-mode-using-the-windows-device-portal-windows-10-version-1607-and-version-1803) to configure single-app kiosks.
|
||||||
|
|
||||||
## Start layout for HoloLens
|
## Start layout for HoloLens
|
||||||
|
|
||||||
If you use [MDM, Microsoft Intune](#set-up-kiosk-mode-using-microsoft-intune-or-mdm-windows-10-version-1803), or a [provisioning package](#setup-kiosk-mode-using-a-provisioning-package-windows-10-version-1803) to configure a multi-app kiosk, the procedure requires a Start layout. Start layout customization isn't supported in Holographic for Business, so you'll need to use a placeholder Start layout.
|
If you use [MDM, Microsoft Intune](#set-up-kiosk-mode-using-microsoft-intune-or-mdm-windows-10-version-1803), or a [provisioning package](#set-up-kiosk-mode-using-a-provisioning-package-windows-10-version-1803) to configure a multi-app kiosk, the procedure requires a Start layout. Start layout customization isn't supported in Holographic for Business, so you'll need to use a placeholder Start layout.
|
||||||
|
|
||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
>Because a single-app kiosk launches the kiosk app when a user signs in, there is no Start screen displayed.
|
>Because a single-app kiosk launches the kiosk app when a user signs in, there is no Start screen displayed.
|
||||||
@ -78,7 +76,7 @@ Save the following sample as an XML file. You can use this file when you configu
|
|||||||
|
|
||||||
### Start layout for a provisioning package
|
### Start layout for a provisioning package
|
||||||
|
|
||||||
You will [create an XML file](#setup-kiosk-mode-using-a-provisioning-package-windows-10-version-1803) to define the kiosk configuration to be included in a provisioning package. Use the following sample in the `StartLayout` section of your XML file.
|
You will [create an XML file](#set-up-kiosk-mode-using-a-provisioning-package-windows-10-version-1803) to define the kiosk configuration to be included in a provisioning package. Use the following sample in the `StartLayout` section of your XML file.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<!-- This section is required for parity with Desktop Assigned Access. It is not currently used on HoloLens -->
|
<!-- This section is required for parity with Desktop Assigned Access. It is not currently used on HoloLens -->
|
||||||
|
@ -33,7 +33,7 @@ You may need to upgrade your HoloLens 1st Gen Device to Windows Holographic for
|
|||||||
If so, you will need to do the following:
|
If so, you will need to do the following:
|
||||||
|
|
||||||
- Acquire a HoloLens Enterprise license XML file
|
- Acquire a HoloLens Enterprise license XML file
|
||||||
- Apply the XML file to the HoloLens. You can do this through a [Provisioning package](hololens-provisioning.md) or through your [Mobile Device Manager](https://docs.microsoft.com/en-us/intune/configuration/holographic-upgrade)
|
- Apply the XML file to the HoloLens. You can do this through a [Provisioning package](hololens-provisioning.md) or through your [Mobile Device Manager](https://docs.microsoft.com/intune/configuration/holographic-upgrade)
|
||||||
|
|
||||||
Some of the HoloLens configurations you can apply in a provisioning package:
|
Some of the HoloLens configurations you can apply in a provisioning package:
|
||||||
|
|
||||||
|
@ -23,7 +23,9 @@ Some of the HoloLens configurations that you can apply in a provisioning package
|
|||||||
- Set up a Wi-Fi connection
|
- Set up a Wi-Fi connection
|
||||||
- Apply certificates to the device
|
- Apply certificates to the device
|
||||||
- Enable Developer Mode
|
- Enable Developer Mode
|
||||||
- Configure Kiosk mode (Detailed instructions for configuring kiosk mode can be found [here](hololens-kiosk.md#setup-kiosk-mode-using-a-provisioning-package-windows-10-version-1803).
|
- Configure Kiosk mode (Detailed instructions for configuring kiosk mode can be found [here](hololens-kiosk.md#set-up-kiosk-mode-using-a-provisioning-package-windows-10-version-1803).
|
||||||
|
|
||||||
|
## Create a provisioning package for HoloLens using the HoloLens wizard
|
||||||
|
|
||||||
The HoloLens wizard helps you configure the following settings in a provisioning package:
|
The HoloLens wizard helps you configure the following settings in a provisioning package:
|
||||||
|
|
||||||
@ -37,7 +39,7 @@ The HoloLens wizard helps you configure the following settings in a provisioning
|
|||||||
- Enroll device in Azure Active Directory or create a local account
|
- Enroll device in Azure Active Directory or create a local account
|
||||||
- Add certificates
|
- Add certificates
|
||||||
- Enable Developer Mode
|
- Enable Developer Mode
|
||||||
- Configure kiosk mode. (Detailed instructions for configuring kiosk mode can be found [here](hololens-kiosk.md#setup-kiosk-mode-using-a-provisioning-package-windows-10-version-1803)).
|
- Configure kiosk mode. (Detailed instructions for configuring kiosk mode can be found [here](hololens-kiosk.md#set-up-kiosk-mode-using-a-provisioning-package-windows-10-version-1803)).
|
||||||
|
|
||||||
>[!WARNING]
|
>[!WARNING]
|
||||||
>You must run Windows Configuration Designer on Windows 10 to configure Azure Active Directory enrollment using any of the wizards.
|
>You must run Windows Configuration Designer on Windows 10 to configure Azure Active Directory enrollment using any of the wizards.
|
||||||
|
@ -32,7 +32,7 @@ Before deploying the HoloLens in your environment, it is important to first dete
|
|||||||
|
|
||||||
### Type of Features
|
### Type of Features
|
||||||
|
|
||||||
Your feature requirements will determine which HoloLens you need. One popular feature that we see deployed in customer environments frequently is Kiosk Mode. A list of HoloLens key features, and the editions of HoloLens that support them, can be found [here](hololens-commercial-features).
|
Your feature requirements will determine which HoloLens you need. One popular feature that we see deployed in customer environments frequently is Kiosk Mode. A list of HoloLens key features, and the editions of HoloLens that support them, can be found [here](hololens-commercial-features.md).
|
||||||
|
|
||||||
**What is Kiosk Mode?**
|
**What is Kiosk Mode?**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user