Scenario
A growing organisation wants to modernise its remote support capabilities. Traditional remote‑control tools lack integration with identity, auditing, and access control. The IT team is exploring Intune Remote Help, a cloud‑based support tool that integrates directly with Entra ID and Intune.
Your task is to configure Remote Help, deploy the client app, set up help desk roles with different permission levels and test the end‑user experience from both the helper and sharer perspectives.
Lab Objectives
By the end of this lab, you will be able to:
- Enable and configure Intune Remote Help at the tenant level.
- Package and deploy the Remote Help app using Intune Win32 app deployment.
- Create RBAC roles for help desk admins and help desk agents.
- Test remote support sessions with full‑control and view‑only permissions.
- Review Remote Help logs and auditing information.
Prerequisites
- Microsoft 365 tenant
- Intune and Entra ID Premium licenses
- Remote Help add‑on licenses for helpers and sharers
- Two Windows 10 devices (latest version), Entra joined and Intune enrolled
- Administrator permissions for setup
Enable Remote Help in Intune
Turn on the Remote Help service for the entire tenant.
- Go to Intune Admin Center → Tenant Administration → Remote Help.
- Select Settings → Configure.
- Enable Remote Help.
- (Optional) Enable Allow Remote Help for unenrolled devices.
Verification
Remote Help shows as Enabled in the tenant settings.
Download and Prepare the Remote Help App
The Remote Help client must be installed on every helper and sharer device.
- Download the Remote Help installer (EXE) from Microsoft.
- Note the file version required for Intune detection rules.
- Rename the EXE for easier management.
- Download the Win32 Content Prep Tool.
- Create a folder (e.g.,
C:\App) and place both files inside. - Run the prep tool to convert the EXE into a
.intunewinpackage.
Verification
A .intunewin file is generated in the output folder.
Deploy the Remote Help App Using Intune
Add the packaged app to Intune and configure installation rules.
- Go to Apps → Windows → Add → Win32 App.
- Upload the
.intunewinpackage. - Configure:
- Install command:
remotehelpinstaller.exe /quiet acceptTerms=1 - Uninstall command:
remotehelpinstaller.exe /quiet uninstall=1
- Install command:
- Set:
- Architecture: 64‑bit
- Minimum OS: Windows 10 22H2
- Create a File Detection Rule:
- Path: installation directory
- File:
remotehelp.exe - Detection method: String
- Version: (use the version noted earlier)
- Assign the app to All Devices.
Verification
Devices begin installing the Remote Help app and show it as Installed in Intune.
Create RBAC Roles for Help Desk Admins
Admins require full control during remote sessions.
- Create a Security Group named Help Desk Admins.
- Add members.
- Go to Tenant Administration → Roles.
- Assign the Help Desk Operator built‑in role.
- Confirm permissions include:
- View Screen
- Elevation
- Full Control
Verification
The Help Desk Admin group appears under the role assignment.
Create RBAC Roles for Help Desk Agents (View‑Only)
Agents should only be able to view the user’s screen.
- Create a Security Group named Help Desk Agents.
- Add members.
- Assign the Read‑Only Operator built‑in role.
- Create a Custom Role:
- Enable only:
- View Screen
- Offer Remote Assistance
- Enable only:
- Assign the custom role to the Help Desk Agents group.
Verification
The custom role shows only the restricted permissions.
Review Remote Help Logs and Auditing
Intune provides built‑in auditing for all remote sessions.
- Go to Tenant Administration → Audit Logs.
- Review Remote Help entries.
- Go to Remote Help → Sessions to view:
- Device name
- Helper
- Sharer
- Session duration
- On the device, open Event Viewer → Applications and Services Logs → RemoteHelp.
Verification
Remote Help session logs appear in both Intune and Event Viewer.
Test Remote Help as a Help Desk Admin
Admins should have full control.
- Log in as the admin user.
- Open Intune Admin Center → Devices → Windows.
- Select Workstation01.
- Choose New Remote Assistance Session.
- On the user’s device, accept the connection.
- In the Remote Help app, test:
- Laser pointer
- Annotation
- Chat
- Request Full Control
Verification
Full control is granted after the user approves the request.
Test Remote Help as a Help Desk Agent
Agents should only have view‑only access.
- Log in as a standard user.
- Open Intune Admin Center → Devices.
- Select Workstation01.
- Start a Remote Help session.
- On the user’s device, accept the connection.
- Confirm:
- Full control option is not available
- Only view screen, annotation, laser pointer, and chat are allowed
Verification
The agent cannot request or take full control.
Conclusion
In this lab, you successfully configured Intune Remote Help, deployed the Remote Help client and implemented RBAC permissions for different help desk roles. You tested real‑world support scenarios and confirmed that Remote Help integrates seamlessly with Entra ID authentication, provides clear user prompts and supports detailed auditing.
While licensing costs may be a consideration, the security, control and centralised management make Remote Help a strong solution for enterprise support environments.