From 54c71d1090bbf0778c2a41f8f1fbd897025edd19 Mon Sep 17 00:00:00 2001 From: Jeanie Decker Date: Thu, 8 Mar 2018 13:26:43 -0800 Subject: [PATCH] remove intune kiosk instructions --- devices/hololens/hololens-kiosk.md | 65 +--------------------------- devices/hololens/hololens-updates.md | 16 ++++++- 2 files changed, 16 insertions(+), 65 deletions(-) diff --git a/devices/hololens/hololens-kiosk.md b/devices/hololens/hololens-kiosk.md index b584f7d909..96513679a7 100644 --- a/devices/hololens/hololens-kiosk.md +++ b/devices/hololens/hololens-kiosk.md @@ -24,7 +24,7 @@ Single-app kiosk mode starts the specified app when the user signs in, and restr >The assigned access feature which enables kiosk mode is intended for corporate-owned fixed-purpose devices. When the multi-app assigned access configuration is applied on the device, certain policies are enforced system-wide, and will impact other users on the device. Deleting the multi-app configuration will remove the assigned access lockdown profiles associated with the users, but it cannot revert all [the enforced policies](https://docs.microsoft.com/windows/configuration/lock-down-windows-10-to-specific-apps#policies-set-by-multi-app-kiosk-configuration). A factory reset is needed to clear all the policies enforced via assigned access. 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](#intune-kiosk), for HoloLens devices managed by Intune, to configure single-app and multi-app kiosks. + - You can [use a provisioning package](#ppkg-kiosk) to configure single-app and multi-app kiosks. - You can [use the Windows Device Portal](#portal-kiosk) to configure single-app kiosks. @@ -33,33 +33,11 @@ For HoloLens devices running Windows 10, version 1607, you can [use the Windows ## Start layout for HoloLens -If you use [Microsoft Intune](#intune-kiosk) or a [provisioning package](#ppkg-kiosk) 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 a [provisioning package](#ppkg-kiosk) 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] >Because a single-app kiosk launches the kiosk app when a user signs in, there is no Start screen displayed. -### Start layout file for Intune - -Save the following sample as an XML file. You will select this file when you configure the kiosk in Microsoft Intune. - -```xml - - - - - - - - - -``` - -### Start layout for a provisioning package - You will [create an XML file](#ppkg-kiosk) 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 @@ -82,47 +60,8 @@ You will [create an XML file](#ppkg-kiosk) to define the kiosk configuration to ``` - -## Set up kiosk mode using Microsoft Intune (Windows 10, version 1803) - -**Multi-app kiosk** - -2. In the Microsoft Azure portal, search for **Intune** or go to **More services** > **Intune**. -3. Select **Device configuration**. -4. Select **Profiles**. -5. Select **Create profile**. -6. Enter a friendly name for the profile. -7. Select **Windows 10 and later** for the platform. -8. Select **Device restrictions** for the profile type. -9. Select **Kiosk**. -10. In **Kiosk Mode**, select **Multi app kiosk**. -11. Select **Add** to define a configuration, which specifies the apps that will run and the layout for the Start menu. -12. Enter a friendly name for the configuration. -13. Select **UWP App** for a Universal Windows Platform app, and enter the Application User Model ID for an installed app. -14. Select whether to enable the taskbar. -15. Browse to and select [the Start layout XML file](#start-kiosk). -16. Add one or more accounts. When the account signs in, only the apps defined in the configuration will be available. -17. Select **OK**. You can add additional configurations or finish. -18. Assign the profile to a device group to configure the devices in that group as kiosks. - -**Single-app kiosk** - -2. In the Microsoft Azure portal, search for **Intune** or go to **More services** > **Intune**. -3. Select **Device configuration**. -4. Select **Profiles**. -5. Select **Create profile**. -6. Enter a friendly name for the profile. -7. Select **Windows 10 and later** for the platform. -8. Select **Device restrictions** for the profile type. -9. Select **Kiosk**. -10. In **Kiosk Mode**, select **Single app kiosk**. -11. Enter the user account that will be used for the kiosk. -13. Enter the Application User Model ID for an installed app. -14. Select **OK**, and then select **Create**. -18. Assign the profile to a device group to configure the devices in that group as kiosks. - ## Setup kiosk mode using a provisioning package (Windows 10, version 1803) diff --git a/devices/hololens/hololens-updates.md b/devices/hololens/hololens-updates.md index bbf135cd7d..fdacedcc6c 100644 --- a/devices/hololens/hololens-updates.md +++ b/devices/hololens/hololens-updates.md @@ -1,6 +1,6 @@ --- title: Manage updates to HoloLens (HoloLens) -description: +description: Administrators can use mobile device management to manage updates to HoloLens devices. ms.prod: w10 ms.mktglfcycl: manage ms.pagetype: hololens, devices @@ -12,7 +12,19 @@ ms.date: 04/01/2018 # Manage updates to HoloLens -Windows 10, version 1803, is the first feature update to Windows Holographic for Business since its release in Windows 10, version 1607. +Windows 10, version 1803, is the first feature update to Windows Holographic for Business since its release in Windows 10, version 1607. As with desktop devices, administrators can manage updates to the HoloLens operating system using [Windows Update for Business](https://docs.microsoft.com/windows/deployment/update/waas-manage-updates-wufb). + +## Use MDM policies to manage updates + +mobile device management (MDM) + +## Use Windows Server Update Service to update HoloLens + +Windows Server Update Service (WSUS) + +## sandbox + +For HoloLens, customers would configure update deferral settings in a general config policy and create a custom profile to point them to the WSUS server. WSUS is not directly supported by Intune since Intune is pushing WUFB. You would need to go to the Custom OMA-DM URI route to set those unsupported policies as @Alvin Chardon descirbes below.