HomeNewsletterCommunityMVP FeedToolsArchiveBlogToday's NewsAboutServicesQuick Links Subscribe free
← Back to Blog
Intune Microsoft IntuneRemote HelpRBACWindowsEntra IDHelp DeskEndpoint Management

You Turned On Windows Unattended Control in Remote Help. Your Help Desk Still Can't Use It.

IA
Imran Awan
26 August 2026

In August 2026, Microsoft added unattended control to Remote Help on Windows. A helper can now sign in to a corporate device and fix it without the user present, awake, or even logged on. This guide covers licensing, prerequisites, and the exact setup steps — including the one built-in-role gap that stops most admins on their first try.

Watch this post — YouTube walkthrough

Watch on YouTube · Subscribe at @EndpointWeekly

🎤 Podcast episode
Remote Help Unattended Control - Intune RBAC Setup Guide
Licensing: Remote Help requires a subscription in addition to Microsoft Intune Plan 1 or Plan 2 — it is not included by default. Every helper and every sharer needs this license. See Microsoft Intune plans and pricing for the exact add-on options.

What unattended control actually covers

Attended Remote Help has always needed someone at the keyboard to accept the connection. Unattended control removes that requirement, but only under a specific set of conditions:

RequirementDetail
PlatformWindows only. Android has a separate unattended permission; this guide doesn't cover it.
Device typePhysical, corporate-owned Windows PCs. Windows 365 Cloud PCs and Azure Virtual Desktop VMs are not supported.
OwnershipCorporate only. Personal (BYOD) devices are blocked, even if otherwise eligible.
Join typeMicrosoft Entra joined or Entra hybrid joined.
Conditional Access & chatNeither applies to unattended sessions — both are attended-only features.

Prerequisites

Before touching permissions, the target device needs four things in place. Skipping any one of them produces the same generic "you don't have permission" message when you try to start a session — so it's worth confirming all four up front rather than assuming the error means the role is wrong.

  1. Azure Virtual Desktop agent, then the AVD agent bootloader — installed in that order. Unattended sign-in reuses the same connection broker Azure Virtual Desktop uses to start sessions with nobody at the keyboard, which is why a physical PC that will never host a virtual desktop still needs these two components.
  2. Intune Management Extension — already present on most managed devices, but confirm it's installed and running. It's what orchestrates the unattended session request on the device side.
  3. Remote Desktop enabled on the target device.
  4. The device powered on and connected to the internet. A sleeping, hibernating, or shut-down device can't receive an unattended request, and there's no queued retry.

Set up the permission

This is the step that catches almost everyone. Remote Help uses its own permission model inside Intune RBAC, and the permission for unattended control on Windows is not included in any built-in role — not Help Desk Operator, not School Administrator. You have to create a custom role.

  1. In the Intune admin center, go to Tenant administration › Roles › All roles.
  2. Select Help Desk Operator › Duplicate. Give the copy a clear name, e.g. "Tier 3 – Unattended Windows Support."
  3. Under Permissions › Remote Help app, set Windows unattended control remote sign-in to Yes.
  4. Confirm Remote tasks › Offer remote assistance and Remote assistance connectors › Read are also enabled — both are required alongside the Remote Help permission itself.
  5. Save, then go to Assignments › Assign. Pick the admin group (your Tier-3 staff) and a device scope group — not All devices, since unattended control is a higher-risk capability worth scoping narrowly.
Intune custom role permissions screen showing the Windows unattended control remote sign-in toggle set to Yes

Windows unattended control remote sign-in, set on its own row — separate from the four ordinary Remote Help permissions above it.

Note: assigning Global Administrator in Entra doesn't fix this. Remote Help permissions live entirely inside Intune's own RBAC model, not Entra directory roles.

Deploy the Azure Virtual Desktop components

  1. In the Intune admin center, go to Apps › Windows › Add, choose Win32 app, and upload the Azure Virtual Desktop agent installer.
  2. Repeat for the AVD agent bootloader installer. On its Dependencies page, add the agent package as a required dependency, so the bootloader can never install before the agent.
  3. Assign both to the device group you'll use for unattended support.

Enable Remote Desktop

  1. Go to Devices › Configuration › Create › New policy.
  2. Choose platform Windows 10 and later, profile type Settings catalog.
  3. Add the Allow Users To Connect Remotely setting under Remote Desktop Services, and set it to Enabled.
  4. Assign to the same device group.

Start an unattended session

  1. In the Intune admin center, open the target device and select Remote assistance › Remote Help.
  2. Choose Initiate unattended control as the session type.
  3. Select Select to start.
Intune admin center Remote Help panel on a Corporate device with Initiate unattended control selected

A Corporate-owned device with the permission and prerequisites in place: the option is selectable.

Intune admin center showing Unattended control is not available on personal devices

The same dialog on a Personal-owned device: the option is disabled outright, regardless of role or license.

Intune admin center showing a green checkmark and the message Unattended session started on user's device

A successful start: “Unattended session started on user’s device,” with a live Open Remote Help link.

What the user sees

The sharer isn't asked to approve the connection, but they are told one is happening. If another account is already signed in on the device, Windows shows a standard sign-in conflict prompt naming the incoming account before switching sessions:

Windows lock screen showing a sign-in conflict prompt naming the incoming helper account

The sharer's device: a named sign-in prompt, not a silent takeover.

Under the hood, this is a real Windows sign-in over RDP — the same connection type Azure Virtual Desktop uses, just brokered to a physical device instead of a virtual one.

Confirm it worked

  1. Go to Tenant administration › Audit logs.
  2. Filter for activity type Remote Help.
  3. Confirm the session appears with the helper's identity, the target device, and start/end time.

References

Was this post helpful?
React below — no account needed
Share this post
LinkedIn X / Twitter Reddit Bluesky

More from EndpointWeekly

Intune
What's New in Microsoft Intune — June 2026
Microsoft Intune June 2026 release — new Autopilot device preparation updates, Copilot…
Intune
You Scoped That Admin to One Scope Tag. They Can Still See Every…
Intune scope tags are an allow-list of what a scoped admin CAN see, not a wall around…
Intune
Deregister an Autopilot Device Out of Order and You Can Orphan…
Windows Autopilot registration is a two-part process, and deregistering a device the…