This commit is contained in:
Paolo Matarazzo 2025-02-27 07:16:39 -05:00
parent 638389f1c0
commit 4d1b2a34ac
6 changed files with 13 additions and 11 deletions

View File

@ -1,17 +1,17 @@
items: items:
- name: Overview - name: Overview
href: index.md href: index.md
- name: Configure a kiosk experience (single app) - name: Configure a single-app kiosk
href: configure-single-app-kiosk.md href: configure-single-app-kiosk.md
- name: Configure a restricted user experience (multi-app) - name: Configure a multi-app kiosk
href: configure-multi-app-kiosk.md href: configure-multi-app-kiosk.md
- name: Create a configuration file - name: Create a configuration file
href: configuration-file.md href: configuration-file.md
- name: Quickstarts - name: Quickstarts
items: items:
- name: Configure a kiosk with Assigned Access - name: Configure a single-app kiosk
href: quickstart-kiosk.md href: quickstart-kiosk.md
- name: Configure a restricted user experience with Assigned Access - name: Configure a multi-app kiosk
href: quickstart-restricted-user-experience.md href: quickstart-restricted-user-experience.md
- name: Recommendations - name: Recommendations
href: recommendations.md href: recommendations.md

View File

@ -1,9 +1,9 @@
items: items:
- name: Overview - name: Overview
href: index.md href: index.md
- name: 🔴 Browser
href: browser-support
- name: Assigned Access - name: Assigned Access
items:
- name: What is Assigned Access?
href: ../assigned-access/toc.yml href: ../assigned-access/toc.yml
- name: Shell Launcher - name: Shell Launcher
href: ../shell-launcher/toc.yml href: ../shell-launcher/toc.yml

View File

@ -17,7 +17,7 @@ To learn how to configure the Shell Launcher XML file, see [Create a Shell Launc
[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] [!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)]
#### [:::image type="icon" source="../../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) #### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune)
You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. You can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3].
@ -26,7 +26,7 @@ You can configure devices using a [custom policy][MEM-1] with the [AssignedAcces
Assign the policy to a group that contains as members the devices that you want to configure. Assign the policy to a group that contains as members the devices that you want to configure.
#### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) #### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg)
[!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)] [!INCLUDE [provisioning-package-1](../../../includes/configure/provisioning-package-1.md)]

View File

@ -24,7 +24,7 @@ The examples can be modified to fit your specific requirements. For example, you
[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)] [!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)]
#### [:::image type="icon" source="../../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) #### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune)
> [!TIP] > [!TIP]
> Use the following Graph call to automatically create a custom policy in your Microsoft Intune tenant without assignments nor scope tags. > Use the following Graph call to automatically create a custom policy in your Microsoft Intune tenant without assignments nor scope tags.

View File

@ -1,9 +1,11 @@
items: items:
- name: Overview - name: Overview
href: index.md href: index.md
- name: Configure a kiosk with Shell Launcher - name: 🔴 Overview
href: index_old
- name: Configure a kiosk
href: configure.md href: configure.md
- name: "Quickstart: Configure a kiosk with Shell Launcher" - name: "Quickstart: Configure a kiosk"
href: quickstart-kiosk.md href: quickstart-kiosk.md
- name: Create a configuration file - name: Create a configuration file
href: configuration-file.md href: configuration-file.md