You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use remote help with Intune and Microsoft Endpoint Manager
31
31
32
-
In [public preview](../fundamentals/public-preview.md), *remote help* is an application that works with Intune and enables your information and front-line workers to get assistance when needed over a remote connection. With this connection, your support staff can remote connect to the user's device. During the session, they can view the device's display and if permitted by the device user, take full control. Full control enables a helper to directly make configurations or take actions on the device.
32
+
Now generally available, *remote help* is a premium add-on application that works with Intune and enables your information and front-line workers to get assistance when needed over a remote connection. With this connection, your support staff can remote connect to the user's device. During the session, they can view the device's display and if permitted by the device user, take full control. Full control enables a helper to directly make configurations or take actions on the device.
33
33
34
34
This feature applies to:
35
35
- Windows 10/11
@@ -40,9 +40,6 @@ Remote help uses Intune role-based access controls (RBAC) to set the level of ac
40
40
41
41
The remote help app is available from Microsoft to install on both devices enrolled with Intune and devices that aren’t enrolled. The app can also be deployed through Intune to your managed devices.
42
42
43
-
> [!NOTE]
44
-
> On 12/08/2021, the remote help installer was renamed from *remotehelp.exe* to *remotehelpinstaller.exe* to resolve issues with silent deployments and interactive installations. Although app functionality hasn't changed, we recommend using the same [*download link*](#download-remote-help) to download the updated version with the renamed installer. The installation command lines in this article have been updated to reflect the new installer file name.
45
-
46
43
## Remote help capabilities and requirements
47
44
48
45
The Remote help app supports the following capabilities:
@@ -70,13 +67,14 @@ The Remote help app supports the following capabilities:
- Remote help subscription or active trial (https://aka.ms/PremiumAddOnsDocs)
73
71
- Windows 10/11
74
72
- Devices must install the *remote help* app. Device users can download the app directly from Microsoft. See [Install and update remote help](#install-and-update-remote-help)
75
73
76
74
> [!NOTE]
77
75
> Remote help has the following limitations:
78
76
>
79
-
> - Remote help is not supported on GCCHigh tenants.
77
+
> - Remote Help is not supported on GCC, GCC High or DoD Tenants.
80
78
> - You cannot establish a remote help session from one tenant to a different tenant.
81
79
> - May not be available in all markets or localizations.
82
80
@@ -122,9 +120,9 @@ Microsoft does not store any data about either the sharer or the helper for long
122
120
123
121
## Install and update remote help
124
122
125
-
Remote help is available as download from Microsoft and must be installed on each device before that device can be used to participate in a remote help session.
123
+
Remote help is available as download from Microsoft and must be installed on each device before that device can be used to participate in a remote help session. By default, users will be opted into automatic updates and remote help will update itself when an update is available.
126
124
127
-
When an update to remote help is required, users are prompted to install that version of remote help when the app opens. You can use the same process to download and install remote help to install an updated version. There's no need to uninstall the previous version before installing the updated version.
125
+
For users that opted out of automatic updates, when an update to remote help is required, users are prompted to install that version of remote help when the app opens. You can use the same process to download and install remote help to install an updated version. There's no need to uninstall the previous version before installing the updated version.
128
126
129
127
- Intune admins can download and deploy the app to enrolled devices. For more information about app deployments, see [Install apps on Windows devices](../apps/apps-windows-10-app-deploy.md#install-apps-on-windows-10-devices).
130
128
- Individual users who have permissions to install apps on their devices can also download and install remote help.
@@ -147,11 +145,13 @@ After you repackage remote help as a *.intunewin* file, use the procedures in [A
147
145
148
146
2. On the Program page, configure the following options:
149
147
150
-
- For *Install command line*, specify **remotehelpinstaller.exe /install /quiet acceptTerms=Yes**
151
-
- For *Uninstall command line*, specify **remotehelpinstaller.exe /uninstall /quiet acceptTerms=Yes**
148
+
- For *Install command line*, specify **remotehelpinstaller.exe /quiet acceptTerms=1**
149
+
- For *Uninstall command line*, specify **remotehelpinstaller.exe /uninstall /quiet acceptTerms=1**
150
+
151
+
To opt out of automatic updates, specify enableAutoUpdates=0 as part of the install command **remotehelpinstaller.exe /quiet acceptTerms=1 enableAutoUpdates=0**
152
152
153
153
> [!IMPORTANT]
154
-
> The command line option*acceptTerms*is always case sensitive.
154
+
> The command line options*acceptTerms*and *enableAutoUpdates* are always case sensitive.
155
155
156
156
You can leave the rest of the options at their default values and select **Next** to continue.
0 commit comments