Currently Windows Intune does not support Remote Assistance Invitations (requests) to be sent on Windows 8 using Windows Intune Center. However, you can achieve a similair solution using the power of Group Policy. This method will provide end users with a desktop icon which, when clicked, generates a request for asssistance. An e-mail is composed and the the request file is attached.
Note: the computer needs to be domain joined, a solution for Workgroup Windows computers will be explained in a future blog.
On a Windows 8/8.1 client PC, open a Command Prompt and type:
You should see the policy being applied and a new icon appear on the destop.
Note: If the icon doesn’t appear test whether the policy is being applied using “gpresult /r” or check the eventlog for more detailed information.
If an end user double-clicks the “Request Remote Assistance” icon, the default e-mail client will be opened with a Remote Assistance Invitation attached.
Instruct the end user to send this e-mail to the central helpdesk or a specific user.
Consider leaving a reply in case this post helped you. Thanks!
Very good. Nice sample, thanks for sharing
thanks for this solution.
Very nice for Domain infraestructures... is there a good news for Workgroups??
@Joachim, You could create an MSI and push that via "Managed Software" in InTune.
Thanks for share.
not having any luck - event log reports an error
Thank You for this. It helps a lot. I do have one question PLEASE. If I have to install a program on the users Pc and he is not a local admin the UAC kick in and I get black screen on my side and the user get the admin Authentication screen. What must I do to be able to see the screen to enter my admin details and not a black screen on myside.
Hi Rudi, probably the best is to start an elevated command prompt using the Run As feature (from within a NON elevated CMD) and fire up the installation from there.