Assigned Access Kiosk

Suki Singh 0 Reputation points
2025-01-22T16:11:33.6+00:00

Hello

I am trying to deploy assigned access kiosk via Intune to a few devices. This is the xml I am using:

<?xml version="1.0" encoding="utf-8"?>

<AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2022/config" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<Profiles>

<Profile Id="{7C5ADA78-DA87-DF6C-874A-C0FDB459FA8E}">

  <AllAppsList>

    <AllowedApps>

      <App AppUserModelId="Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!App" />

      <App AppUserModelId="Microsoft.Windows.Magnifier_8wekyb3d8bbwe!App" />

    </AllowedApps>

  </AllAppsList>

  <Taskbar ShowTaskbar="true" />

</Profile>

</Profiles>

<Configs>

<Config>

  <AutoLogonAccount>

    <UserName>AssignedAccessKiosk</UserName>

  </AutoLogonAccount>

  <DefaultProfile Id="{7C5ADA78-DA87-DF6C-874A-C0FDB459FA8E}" />

</Config>

</Configs>

</AssignedAccessConfiguration>

This is a simple XML that should deploy assigned access kiosk with only Edge and magnifier allowed to run on the device. Separate to this, I am creating a local account to auto logon and another script to clear all desktop shortcuts other than Edge and magnifier.

When deploying this I am getting the below error:
The element '{http://schemas.microsoft.com/AssignedAccess/2022/config}AssignedAccessConfiguration' is used but not declared in the DTD/Schema. , ErrorCode(0xC00CE00D)

How do I go about solving this issue please?

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,991 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,524 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Xenia-MSFT 3,900 Reputation points Microsoft Vendor
    2025-01-23T02:18:46.12+00:00

    @Suki Singh Thanks for posting in our Q&A.

    Honestly, I'm not familiar with this issue. There is no helpful information I can share with you. So, it is suggested to create an online support ticket to get more help. Here is the support link:

    https://learn.microsoft.com/en-us/mem/get-support

    Thanks for your understanding and hope everything goes well with you.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.