Configuring Remote Help – A New Feature Of Your M365 E3 & E5 Licence


Since July 2026 the Microsoft 365 E5 licence has included the previously named Intune Suite product. Everything in Intune Suite is available for E5 users and some things are available for the M365 E3 licence holder, including Remote Help, which is the subject of this blog post.

It takes seconds to set this up, but there are a few things to consider including RBAC roles, Conditional Access rules and a weird Trial Licence warning. Lets start with this one – even though you have the E3 or E5 licence if you also have a trial licence then that will appear and count down even though you actually have a full licence available:

Intune Admin Portal showing a trial on a fully licenced tenant

Once you have the licence, and you need it for the end user who will be helped via Remote Help, and for the Helpdesk user who will initiate Remote Help, you set up the configuration in the Intune Admin Portal. The settings are found via Tenant Administration > Remote Help and are shown in the screenshot above.

To configure change to the Settings tab and click Configure.

Configuring Remote Help

Change the settings so Remote Help is enabled, and optionally if you want to help users on unenrolled devices. Remote Help includes Chat, and that can be turned off if needed (it defaults to enabled).

Done! It really does not take long. The tenant is set up for Remote Help:

Remote Help showing as enabled

The Helpdesk admin who’s providing help need to be configured in Roles in Intune. The permissions are given to Helpdesk operator group in Intune by default, but it is possible to create a custom RBAC role and assign only the options that would satisfy your organizational requirements such as Can View Screen but Can Not Take Full Control etc.

The helper and the end user both need the Remote Help application deployed. Remote help application is a Windows application that needs to be deployed on the endpoints. It can be downloaded from http://aka.ms/downloadremotehelp. In situations where the end user needs assistance but is unable to install the native application for macOS or Windows, they can use the Web App to share their screen to a helper. This web app provides view only capabilities to the helper, allowing them to guide the user through resolving issues.

For tenants with the M365 E5 licence, another feature that you got in July 2026 is the Enterprise App Catalog and that you can deploy the app from here. Without this you need to download the app and package.

Loading the Remote Help app into Intune from the Enterprise App Catalog

Once you have set up the roles and deployed the app, you can use the service. By default the Remote Help service is covered by the Conditional Access “All Cloud Apps” resource. But if you want to make a specific Conditional Access rule for the app you need to register the RemoteAssistantService (the backend service for Remote Help) as an Enterprise App in your tenant.

Install-Module Microsoft.Graph -Scope CurrentUser
Connect-MgGraph -Scopes "Application.ReadWrite.All"
New-MgServicePrincipal -AppId "1dee7b72-b80d-4e56-933d-8b6b04f9a3e2"

Once you have done that you will be able to target Remote Help to a specific Conditional Access rule.

RemoteAssistanceService specified in a specific Conditional Access policy

Once the app is installed, the service configured in Intune and the users given the correct roles you can start! The app is on the Start Menu as Remote Help:

The Remote Help app at first run
Privacy prompt during first run
Getting or giving help…

To give help to someone you need to click the “Get a security code” button. Provide the person the code and have them enter it in the “Security code from assistant” field. The code expires in 10 minutes if not used. And if the assistant does not have the correct roles to offer help they will be told this after providing the code to the end user:

Error if you have the wrong permissions to offer help
Waiting for Remote Help to connect

The above screenshot stays in place until the helper requests a level of sharing, so either “Take Full Control” or “View Screen”, with viewing being the default option.

The helper before connecting

Ignore the above where the helper and the helpee are both named Brian Reid! They are two different users and the one with the admin roles is the helper. So the below is what the helpee sees, the user display name title and company.

The helpee accepting the offered help

Once you accept help, the resolution of your screens might drop to improve the speed of the help. This will return once the help session ends.

Remote Help screen viewing

In the above, you can see the two screens of the helpee, and on the right you can see the editing of this blog post, and an Entra ID session. On the left is Paint and Chrome open.

From the Remote Help application for the helper, they can select which monitor to use, which makes multi-monitor end users easier (and in my case fixes the resolution resize that happens as the two monitors are different resolutions). Also from the Remote Help application, the helper can chat and draw on the screen. They can also interact with the screen if they connected with that option, and can “Request Control” if they need to but started only as viewing the screen.

Remote Help on the helpee side, with annotations added by the helper

Finally, for this article, the chat view from the helpee perspective. This appears anchored to the top of the primary monitor and informs the end user that screen sharing is on.

Helpee chat view

Closing this window ends the session. The helper can end the session as well.

Once you start helping users in your tenant, basic stats about connections and sessions can be viewed from the Intune Admin Portal, Tenant Administration > Remote Help.

Intune tenant administration remote help settings and stats

Photo by RDNE Stock project: https://www.pexels.com/photo/men-doing-volunteer-works-for-relief-cause-6646868/


Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.