Remove assigned access example files

This commit is contained in:
Paolo Matarazzo
2024-02-29 07:40:50 -05:00
parent a9b8c65d0b
commit 8b87782524
33 changed files with 219 additions and 265 deletions

View File

@ -0,0 +1,45 @@
---
title: Assigned Access examples
description: Practical examples of XML files to configure Assigned Access.
ms.date: 02/26/2024
ms.topic: reference
zone_pivot_groups: windows-versions-11-10
appliesto:
---
# Assigned Access examples
This artcile contains examples of XML files to configure a device with Assigned Access. The files can be easily modified to fit your specific needs.
To learn more:
- [Create an Assigned Access configuration XML file](configuration-file.md).
- [Assigned Access XML Schema Definition (XSD)](xsd.md).
## Kiosk experience with Microsoft Edge example
[!INCLUDE [example-kiosk-edge](includes/example-kiosk-edge.md)]
## Kiosk experience with UWP app example
[!INCLUDE [example-kiosk-uwp](includes/example-kiosk-uwp.md)]
::: zone pivot="windows-10"
## File Explorer restrictions example
[!INCLUDE [example-file-explorer-restrictions](includes/example-file-explorer-restrictions.md)]
::: zone-end
## Global Profile example
The following configuration demonstrates that only a global profile is used, with no user configured.
[!INCLUDE [example-global-profile](includes/example-global-profile.md)]
## User Group example
The following configuration demonstrates how to assign profiles to different users and groups, including a user configured to automatically sign in.
[!INCLUDE [example-usergroup](includes/example-usergroup.md)]