In field service management, the cost of rolling a truck extends far beyond fuel and labor—it’s the time lost, the delayed customer resolution, and the drain on your expert resources. Remote assist video eliminates unnecessary truck rolls by connecting field technicians with remote experts in real time. A junior technician facing an unfamiliar repair can instantly tap into senior expertise without waiting hours or days for backup. This technology transforms how field service organizations deploy their knowledge, turning every technician into an extension of your best experts while dramatically improving first-time fix rates and customer satisfaction.
Real-Time Visual Support Technology for Field Service Operations
Remote assist video is changing the way technicians work. Instead of sending senior staff out to every site, field workers can now connect with remote experts through live video and augmented reality overlays. It’s a big shift for field service operations, saving time and money.
Remote assist video brings real-time collaboration to the job site, letting on-site workers and experts solve problems together and get things fixed on the first try more often. It works on all kinds of devices, from regular smartphones to fancy mixed reality headsets like HoloLens 2, so most organizations can use it.
I’ve watched this tech grow from basic video calls to some pretty cool systems that let you draw right on top of what the technician is seeing. There’s a range of options, from simple setups to advanced mixed reality, and each fits different needs.
The business case for remote assist is compelling. Companies implementing this technology report 30-50% reductions in repeat visits, 20-40% faster resolution times, and significant savings on travel costs. More importantly, it preserves your expert workforce—instead of burning hours in transit, senior technicians can support multiple field techs throughout the day from a central location.
Remote Assist Video Fundamentals
Remote Assist video lets technicians and experts work together from anywhere, using real-time video and augmented reality overlays. Microsoft’s Dynamics 365 Remote Assist makes this possible on HoloLens headsets and mobile devices, so you can troubleshoot hands-free or just get a little help when you need it.
What Is Remote Assist Video?
With Remote Assist video, a technician can show exactly what they’re seeing to a remote expert. It’s not just a regular video call—the expert can actually draw arrows, make notes, or highlight parts of the equipment, and those marks show up right in the technician’s view.
Honestly, it’s pretty amazing to see what the field tech sees in real time. When they point at a busted machine, I’m looking at it too, through their camera. This shared view cuts down on all the back-and-forth guessing that usually slows things down.
The video goes both ways. Technicians get those digital notes or arrows overlaid on their real-world view, either as holograms or screen overlays, depending on the device.
Key capabilities include:
- Live video streaming between locations
- Tools for drawing and marking up the video feed
- Two-way audio
- Screen sharing
- Recording sessions for training
What really separates remote assist from basic video calls is the spatial awareness. The annotations stay anchored to specific parts of the equipment, even as the technician moves around. Point at a valve, the expert circles it digitally, and that circle stays locked to that valve no matter how the camera angle changes. This spatial anchoring eliminates the confusion of “no, the other valve” that plagues regular video troubleshooting.
Session recording delivers unexpected value beyond documentation. These recordings become training assets that capture real problem-solving in action. New technicians can watch how experienced teams diagnose issues, what questions they ask, and how they work through complex repairs. It’s like having a library of master classes built from your actual field challenges.
Dynamics 365 Remote Assist and Mixed Reality Integration
Dynamics 365 Remote Assist brings mixed reality into everyday workflows. It layers digital info on top of the real world, which Microsoft calls mixed reality business apps.
Mixed reality isn’t the same as virtual reality. Instead of blocking out the world, it puts digital stuff right on top of what you’re looking at. On HoloLens, I see both the actual machine and floating digital instructions at the same time.
It also connects with the rest of Dynamics 365. Work orders, asset histories, manuals—they all pop up in the mixed reality space, so you don’t have to leave your workspace to find info.
Integration benefits:
- Data flows straight from enterprise systems
- Shows info right where you need it
- Hands-free operation
- Real-time teamwork
Having everything in your field of view means you’re not jumping between paper manuals, apps, and the equipment. It just feels more natural.
The Dynamics 365 integration creates a closed loop between field execution and back-office systems. When a remote expert identifies a part that needs replacement during an assist session, that part can be automatically added to the work order, inventory can be checked, and ordering can be initiated—all without leaving the session. This seamless data flow eliminates the post-call administrative work that usually follows field support.
Asset history access during live sessions is a game-changer for complex equipment. The remote expert can pull up previous service records, see what parts were replaced last time, review warranty information, and check for known issues—all while watching the live video feed. This context turns troubleshooting from guesswork into informed diagnosis.
Supported Devices and Platforms
Remote Assist works on a bunch of devices, each with its own style. Microsoft made sure it runs on HoloLens headsets and mobile devices with iOS or Android.
HoloLens 2 gives the most immersive experience. You control everything with your voice and gestures, no need for a controller. You can literally poke at holograms in mid-air.
Mobile devices are more common. Any iPhone, iPad, or Android phone or tablet can run Remote Assist with a simple app download. Instead of gestures, you use the touchscreen.
Most features work the same across devices—video calls, annotations, screen sharing—whether you’re on an iPhone or a HoloLens 2.
Device-specific features:
- HoloLens: Spatial mapping, gesture controls, eye tracking
- Mobile: GPS, camera switching, offline use
- All platforms: Microsoft Teams integration, recording
Since it’s cross-platform, teams can collaborate no matter what hardware they have. Someone with HoloLens can get help from an expert on a tablet, and it just works.
The device flexibility matters more than you’d think. Smaller field service companies can start with smartphones their techs already carry, test the ROI, and then invest in HoloLens units for specialized teams.
You’re not locked into expensive hardware upfront, which makes the technology accessible to organizations of any size.
Mobile device camera quality has improved to the point where most repairs can be handled effectively without specialized AR hardware. Modern smartphones have excellent stabilization, good low-light performance, and sufficient resolution for detailed work.
HoloLens becomes essential mainly for hands-free operation in situations where technicians need both hands free to work.
Technical Implementation of Remote Assist Video
Behind the scenes, Microsoft’s protocol activation system and Azure infrastructure make it all work. These pieces create secure video connections between field techs and remote experts.
Protocol Activation with ms-voip-video
The ms-voip-video protocol is what launches Remote Assist video calls. It tells your device which app to use for the call.
When you start a Remote Assist session, ms-voip-video routes the call and sets the connection up. It has parameters that set how the call behaves.
It’s a neat solution—it just handles the routing for you, no fuss.
The protocol also tweaks video quality based on your network and device, so calls stay smooth.
Using LaunchUriAsync for Remote Assist Calls
Developers use the LaunchUriAsync method to kick off Remote Assist sessions from their own apps.
You pass in a URI with all the call details—protocol, who you’re calling, and session settings.
LaunchUriAsync(new Uri("ms-voip-video://[parameters]"))
You get a true or false back, so you know if the call started. If there’s an error, you find out right away.
It plugs into existing workflows easily, so you don’t have to rebuild your whole interface just to add Remote Assist.
Custom integration through LaunchUriAsync means remote assist can be triggered directly from field service management software. A technician opens a work order, taps “Get Expert Help,” and the system automatically initiates a session with the appropriate specialist based on equipment type or issue category. No manual dialing, no hunting for contact information—the workflow stays seamless.
Role of Azure Active Directory and ContactId
Azure Active Directory (AAD) handles who can use Remote Assist and keeps things secure. Everyone has to log in through AAD.
The ContactId tells the system which expert or teammate to call. It’s tied to the user’s AAD profile and permissions.
Admins set who can make or take calls using AAD groups and policies.
ContactId can also store stuff like preferred contact methods and availability, helping route calls to the right person.
All video flows through Microsoft’s secure setup, and AAD enforces encryption and compliance.
Security and compliance are non-negotiable in field service, especially when working in regulated industries or at sensitive customer sites. Azure’s infrastructure ensures video streams are encrypted end-to-end, sessions can be audited, and access can be revoked instantly if an employee leaves or credentials are compromised. This enterprise-grade security lets you deploy remote assist even in healthcare, financial services, or government facilities.
Real-World Impact and Use Cases
Remote assist video delivers different benefits depending on your field service model, but the pattern is consistent: better outcomes, lower costs, faster resolutions.
Equipment manufacturers use remote assist to extend their service reach without expanding their workforce. A manufacturer with customers globally can provide expert support anywhere in the world without maintaining local expert staff in every region. When a customer’s equipment fails, they can get immediate guidance from factory experts who know that machine inside and out, often resolving issues that local technicians wouldn’t recognize.
Frequently Asked Questions
Companies rolling out remote assistance often run into setup questions, technical requirements, and compatibility issues. Here are some common ones.
How do you configure Dynamics 365 for first-time Remote Assist users?
Start in the admin center—set up user accounts and assign licenses. Make sure Azure Active Directory permissions are set for everyone who’ll use Remote Assist.
Enable the Remote Assist app in your Dynamics 365 environment. Usually, this takes less than half an hour.
Before their first session, new users should calibrate their HoloLens 2. It’s a quick step, but it really helps avoid problems.
What are the system requirements for running Microsoft Remote Assist?
You’ll need HoloLens 2 with Windows Holographic 20H2 or newer, and at least a 1.5 Mbps upload speed for internet.
On mobile, Remote Assist works with iOS 12.0+ and Android 7.0+, and needs about 200MB of space.
For PCs, you need Windows 10 version 1903 or newer with DirectX 11. I’d suggest at least 8GB RAM for smooth streaming.
Can Dynamics 365 Remote Assist be integrated with third-party AR headsets?
Right now, only HoloLens 2 gets the full AR experience in Dynamics 365 Remote Assist. You can’t run the native app on third-party AR devices.
But, you can join sessions from any mobile or PC, so you can mix and match a bit. Some companies use third-party AR glasses just to watch, but you lose out on drawing or interacting. I wouldn’t recommend that for most cases.
What are the different licensing options available for Remote Assist on Dynamics 365?
A standalone Remote Assist license is $65 per user per month, which gives you all the AR features and unlimited sessions.
If you already have Dynamics 365 Field Service, you can add Remote Assist for $20 per user monthly. That’s a solid deal for field teams.
There’s a 30-day trial with all features, so you can test it on your hardware before buying.
How does Remote Assist via Windows 11 enhance field service operations?
Windows 11 comes with Quick Assist, which lets you share your screen for basic remote support. It’s handy for diagnosing equipment or troubleshooting software.
Quick Assist in Windows 11 is more secure and lets you manage sessions better. Techs can share their laptop screens with remote experts.
But keep in mind, Quick Assist doesn’t have AR overlays like Dynamics 365 Remote Assist. It’s best for digital problems, not hands-on mechanical fixes.
What are the primary differences between Quick Assist and Dynamics 365 Remote Assist?
Quick Assist lets you share your screen or take control of another Windows device. It’s bundled with Windows 11, so there’s no extra cost. Honestly, it’s handy for simple tech support or troubleshooting, but that’s about it.
Dynamics 365 Remote Assist, on the other hand, takes things up a notch. You get AR annotations, can drop 3D holograms into the real world, and collaborate in mixed reality. It’s built for people working hands-on in the field—think technicians or engineers who might need a little more than just a screen share.
There’s also a big difference in how you pay for them. Quick Assist is free, but it’s pretty bare-bones. Remote Assist? That one needs a monthly subscription, but you’re getting a lot more advanced features for your money.